/*

	CSS Template

	CONTENTS ----------

		1.Over all styles
		2.Layout
		3.Search
		4.Menu(s)
		5.ARD Tables

  -------------------

	COLOURS ----------

		Text #3D3D3D
		
		A #017f7c 

		A:hover #19ada9

		H1 #017f7c
		
		H2 #19ada9

  -------------------

 */
 
/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}
/* Make scroll bar always visibale IMPORTANT in FF */
HTML { overflow: auto; }


 /* 1.Over all styles
---------------------------------------------------------------*/
body {
margin:30px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #3D3D3D;
	}
	img { border:0; }
P, td, th, div { line-height: 17px; }
#leftcol p {
	font-size: 14px;
	line-height: 17px;
}

H1 { font: 24px/26px bold Arial, Helvetica, sans-serif; color:#017f7c;}
H2 { font-size: 18px; font-weight: bold; color: #19ada9;  }
H3 { font-size: 16px; font-weight: bold; color: #333333; }
H4 { font-size: 14px; color: #505050; line-height: 17px; }
H5 { font-size: 14px; color: #505050; line-height: 17px; }
H5 A { text-decoration: none; }
.greenheading {
	color: #23958D;
	font-size: 19px;
	font-style: italic;
	clear: left;
	display: block;
	width: 480px;
}

A { color: #017f7c; text-decoration: underline; }
A:hover { color: #19ada9; text-decoration: none; cursor:pointer; }
/* noline was wrong colour after the make-over
   the idea is that it is the same colour as the text so that it does not stand out ! 
*/
A.noline { color: #3D3D3D; text-decoration: none; }
A.noline:hover { color: #03D3D3D; text-decoration: none; }
.white { color:#FFFFFF; }
.staticTable td { padding: 5px; }
.larger { font-size: 14px; }
/* 2.Layout
---------------------------------------------------------------*/

#content p, #content h1, #content h2, #content h4, #content h5 { margin-bottom:15px; }
#content h3 { margin-bottom:10px; }
#content ul, #content ol { margin:0 0 15px 30px; }
#content table { margin-bottom:15px; }

#contentFull p, #contentFull h1, #contentFull h2, #contentFull h4, #contentFull h5 { margin-bottom:15px; }
#contentFull h3 { margin-bottom:10px; }
#contentFull ul, #contentFull ol { margin:0 0 15px 30px; }
#contentFull table { margin-bottom:15px; }

#wrapper {
	width: 1000px;
	text-align: left;
	background-color:#FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#branding {
	height: 60px;
	background-color:#FFFFFF;
	background-image:url(../images/brandingBg.gif);
	background-repeat: no-repeat;
	position:relative;
}
#logo { float:left; }

#brandingLinks { 
	position:absolute;
	right: 0px;
	top: 0px;
	text-align:right; color:#017f7c; width:350px; }
.telephone { font-size:18px; color:#017f7c;}
.supportText { font-size:11px; color:#017f7c;}
#mainBanner { height:178px; width:900px; position:relative; margin-bottom:20px; }
.pageLink { position:absolute; bottom:20px; left:20px; color:#FFFFFF; font-size:22px; }
#contentContainer {
	width: 1000px;
	display: block;
	clear: both;
	overflow: hidden;
	height:100%;
	margin-bottom:10px;
	background-color:#FFFFFF;
}

#flashBanner { width:100%; border-top: 1px solid #000000; border-bottom: 5px solid #000066; }
#content {
	width: 552px;
	float: left;
	background:#FFFFFF;
	border-top: 1px solid #017f7c;
	padding: 20px 0 20px 0;
}
#contentFull {
	width: 750px;
	float: left;
	background:#FFFFFF;
	border-top: 1px solid #017f7c;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 0;
}
#content p, #contentFull p { margin-bottom:15px; }

#column { 
  width: 180px; 
  float: left;
  padding: 10px 10px 10px 10px;
  margin-right:15px;
  border-top: 1px solid #017f7c;
}
#sideLogos { margin: 20px auto; }
#sideLogos img { padding-bottom:20px; }
#footer {
	width:1000px;
	margin: 0 auto;

} 
#footer p { color:#017f7c; font-size: 11px; }
#footerPrimary { 
  width: 200px; 
  float: left;
  padding: 10px 0 10px 0;
  margin-right:15px;
  border-top: 1px solid #017f7c;
}

#footerSecondary {
  width: 1000px; 
  padding: 10px 0 0 0;
  float: right; 
  text-align:right;
  border-top: 1px solid #017f7c;
}
.footerLinks { float:left; text-align:left; }
#footerEnd {
	clear:both;
	width: 1000px;
	padding: 10px 0 0 0;
	text-align:left;
	margin: 0 auto;
}
#footerEnd p { margin-bottom:15px; font-size:11px; }

/* 3.Search
---------------------------------------------------------------*/
.search { float:right; }
input.searchfield { width: 160px; padding: 3px; border: 1px solid #017f7c; font-size: 11px; }
input.searchbutton { background: #d21241; border: 0; padding: 3px; color: #fff; font-weight: bold; font-size: 11px; }

/* 4.Menu
---------------------------------------------------------------*/
#menuWrap {
	clear: both;
	position:relative;
	display:block; /* add background (this can be added directly to the #menu */
	z-index:100;/* this makes sure that the menu appears on top of all elements of the page mainly things like JS banners and flash files */
	margin: 0;
}
#menu, #menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em; /*set line height DONT use height*/
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-weight:normal;
	font-size:14px;
	margin-bottom:10px;
	}

#menu li {
	list-style: none;
	position:relative;
	border:0;
	background-image: url(../images/menubg.gif);
	background-repeat: no-repeat;
	}
#menu a{
	display: inline-block;
	width:160px; /*Width of menu minus the padding*/
	padding:0px 20px 0 10px;
	line-height:38px; /*set line height DONT use height*/
	color:#017f7c;
	text-decoration:none;
	text-align: left;
	font-weight: bold;
	}

#menu a:hover{
	color:#d21241;
	background-image: url(url(../images/menubg.gif));
	}

#menu ul {
	position:absolute; /* Menu uses position ab to set drop downs so left: needs to be the same height as the menu */
	display:none; /*display none so menu is not visable until user hovers over the li*/
	width:192px; /* Width will need to be updated inline with all the padding on the menus */
	left:180px;
	top:0;
	background-color:#FFFFFF;
	border: 1px solid #d21241;
	font-size:14px;
	}

#menu li ul a{
	width:162px; /*update width inline with all the overs*/
	display:block;
	float:left;
	border:0;
	padding-top:8px;
	padding-bottom:8px;
	line-height:normal;
	text-align:left; 
	}
	#menu li ul a:hover{
	width:162px; /*update width inline with all the overs*/
	display:block;
	float:left;
	border:0;
	padding-top:8px;
	padding-bottom:8px;
	line-height:normal;
	background-color:#d21241;
	color:#FFFFFF;
	z-index: 100;
	}
#menu ul li { 
	float:left; /*float important*/
	display:inline;
	}

#menu li ul li ul {
	left:200px; /*position ab in herited from above left needs to be set to width on drop downs*/
	margin:0px 0 0 10px;
	width:204px;
	top:auto; /*should defalut to top of LI as long as float left is used on LI*/

	}
#menu li ul ul a { 
	width:160px; /*update width inline with all the overs*/
	}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul{
	display:none;
	}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul{
	display:block; /*IMPORTANT set drowns downs to show on hover*/
	}
	
/* 5.RHC
---------------------------------------------------------------*/	
#rhc { 
  width: 200px; 
  float: right;
  padding: 0px;
  border-top: 1px solid #017f7c;
}
#rotator {
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
}
#rhc-insert {
	display: block;
	margin: 0;
	padding: 0;
}
#RHCjustaccounts_DIV {
	font-family:Arial, Helvetica, sans-serif;
	color:#3D3D3D;
	font-size:11px;
	margin: 10px 0 0 0;
	padding: 10px;
	width:auto;
	min-height:75px;
	height:auto !important;
	height:75px;/*Needs to match the min height pixels above*/
	border-bottom: 1px solid #d21241;
	border-top: 1px solid #d21241;
}
#RHCAcc_1_DIV, #RHCAcc_2_DIV, #RHCAcc_3_DIV, #RHCAcc_4_DIV, #RHCvatratechange_DIV, #RHCsageupdate_DIV {
	font-family:Arial, Helvetica, sans-serif;
	color:#3D3D3D;
	font-size:11px;
	margin: 0;
	padding: 10px;
	width:auto;
	min-height:75px;
	height:auto !important;
	height:75px;/*Needs to match the min height pixels above*/
	border-bottom: 1px solid #d21241;
}
.RightPanelBody { margin: 0; padding:0; border-left:none; }
#RHC_Body { margin:0; padding:0; background:none; width:200px; border-left:none; }

#news {
	background: url(/images/news-bg.gif) left top no-repeat;
	width: 532px;
	height: 124px;
	padding: 10px;
	margin: 10px 0 5px 0;
}
#textbody {
	width: 480px;
	text-align: center;
	height: 205px;
	padding: 5px;
	margin: 0px;
}

#leftcol {
	background-color: #ccffff;
	height: 280px;
	width: 130px;
	float: left;
	border: 1px solid #23958D;
	color: #23958D;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 15px;
	margin-left: 4px;
	padding: 0px;
	text-indent: 6px;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
}
.boxheader {
	width: 130px;
	color: #FFFFFF;
	padding: 5px;
	margin: 0px;
	vertical-align: middle;
	height: 20px;
	display: block;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
	background-color: #007F7B;
	border-bottom-style: solid;
}
.smalllogo {
	margin-top: 0px;
	padding: 5px;
}
#misclogos { width: 220px; margin-top: 80px; margin-right: 10px; margin-bottom: 0; margin-left: 0; }
	
#content hr, #contentFull hr { margin-bottom: 15px; }
.grey { color: #777; }

#logoscontainer { width: 1000px; margin: 10px auto;  text-align: center; }
#logoscontainer img { margin: 0 13px; }

.justify { text-align: justify; }

#iip { margin: 10px 10px 0 10px; }
#acca { margin: 10px 45px 0 45px; }

#social-media { clear: both; }
a.twitter { margin: 10px 5px 0 0; display: block; float: left; border: none; width: 40px; height: 40px; background: url(/images/twitter-icon.png) left no-repeat; background-color: transparent; }
a.twitter:hover { margin: 10px 5px 0 0; display: block; float: left; border: none; width: 40px; height: 40px; background: url(/images/twitter-icon.png) right; background-color: transparent; }
a.facebook { margin: 10px 5px 0 0; display: block; float: left; border: none; width: 40px; height: 40px; background: url(/images/facebook-icon.png) left no-repeat; background-color: transparent; }
a.facebook:hover { margin: 10px 5px 0 0; display: block; float: left; border: none; width: 40px; height: 40px; background: url(/images/facebook-icon.png) right; background-color: transparent; }

#linkedin { display: block; position: relative; float: right; margin: 95px 10px 0 10px; }

#hp-boxes { float: left; width: 177px; margin-bottom: 10px; }
#hp-boxes p { color: #FFFFFF; margin: 10px 0 0 0 !important; padding: 10px 0 0 0; text-align: center; }
#hp-boxes h4 { color: #FFFFFF; margin: 0 0 10px 0 !important; text-align: center; }

.box-spacer { margin-right: 10px; }

.box1 { padding: 10px 20px 0 20px; background: url(/images/box1-bg.gif) center top no-repeat; height: 80px;  }
.box1-link { padding: 6px 32px 0px 15px; font-size: 11px; font-weight: bold; vertical-align: middle; text-align: right; height: 24px; background: url(/images/box1-link.gif) center top no-repeat; }
.box1-link A { color: #ef9f33; text-decoration: none; text-transform: uppercase; }
.box1-link A:hover { color: #FFFFFF; text-decoration: none; text-transform: uppercase; }

.box2 { padding: 10px 20px 0 20px; background: url(/images/box2-bg.gif) center top no-repeat; height: 80px;  }
.box2-link { padding: 6px 32px 0px 15px; font-size: 11px; font-weight: bold; vertical-align: middle; text-align: right; height: 24px; background: url(/images/box2-link.gif) center top no-repeat; }
.box2-link A { color: #42ade2; text-decoration: none; text-transform: uppercase; }
.box2-link A:hover { color: #FFFFFF; text-decoration: none; text-transform: uppercase; }

.box3 { padding: 10px 20px 0 20px; background: url(/images/box3-bg.gif) center top no-repeat; height: 80px;  }
.box3-link { padding: 6px 32px 0px 15px; font-size: 11px; font-weight: bold; vertical-align: middle; text-align: right; height: 24px; background: url(/images/box3-link.gif) center top no-repeat; }
.box3-link A { color: #b3ca34; text-decoration: none; text-transform: uppercase; }
.box3-link A:hover { color: #FFFFFF; text-decoration: none; text-transform: uppercase; }

.services-box { width: 320px; padding: 10px; margin: 10px 0 10px 30px; float: left; background-color: #F0F0F0; height: 160px; }

.hp-testimonial-box { display: block; margin: 0 30px; }

.best-of { display: block; width: auto; padding: 10px; margin: 0; background: url(../images/best-of-bg.gif) left top no-repeat; }
.best-of H1 { padding: 0; margin: 3px 0 0 3px; font-family: Arial; font-size: 21px; font-weight: bold; color: #003e7e; line-height: 21px; }
.best-of P { padding: 0; margin: 0 0 10px 3px; font-family: Arial; font-size: 12px; color: #000; line-height: 15px; }
