
/*

	CSS Template

	CONTENTS ----------

		1.Over all styles
		2.Layout
		3.Search
		4.Menu(s)
		5.ARD Tables

  -------------------

	COLOURS ----------

		Text #969696
		
		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: scroll; }


 /* 1.Over all styles
---------------------------------------------------------------*/
body {
margin:20px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #838383;
	background-image:url(../images/bodybg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	}
	img { border:0; }
H1 { font: 24px/26px bold Arial, Helvetica, sans-serif; color:#017f7c;}
H2 { font-size: 18px; font-weight: bold; color: #017f7c;  }
H3 { font-size: 14px; 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; }
A { color: #017f7c; text-decoration: underline; }
A:hover { color: #19ada9; text-decoration: none; cursor:pointer; }
A.noline { color: #3D3D3D; text-decoration: none; }
A.noline:hover { color: #3D3D3D; text-decoration: none; }
.white { color:#FFFFFF; }
.staticTable td { padding: 5px; }
.color { color: #017f7c; }
.alert { color:#f53d3d; }
.highlight { color:#003300; }
.regular { font-size:14px; }
/* 2.Layout
---------------------------------------------------------------*/
.family { background-image:url(../images/box-family.jpg); width:200px; height:100px; background-position:left; margin-bottom:15px; display:block;  }
.family:hover { background-image:url(../images/box-family.jpg); width:200px; height:100px; background-position:right; margin-bottom:15px; }
.business { background-image:url(../images/box-business.jpg); width:200px; height:100px; background-position:left; margin-bottom:15px; display:block;  }
.business:hover { background-image:url(../images/box-business.jpg); width:200px; height:100px; background-position:right; margin-bottom:15px; }
.lfyb, .lfyb:hover { background-image:url(../images/lyfb-button.gif); width:200px; height:100px; background-position:left; margin-bottom:15px; display:block;  }

pre { display:none; }
#photo { z-index:0; float: left; }
.pics { height: 180px; width: 900px; padding:0; margin:0; overflow: hidden; }
.pics img { top:0; left:0; } 
#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; }
#contentFull td { padding:5px; }

#wrapper {
  width: 900px; 
  margin: 0 auto;
  text-align: left;
  background-color:#FFFFFF; 
}


#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:450px; }
.telephone { font-size:18px; }
.supportText { font-size:11px; }
#mainBanner { height:178px; width:900px; position:relative; margin-bottom:20px; }
.pageLink { position:absolute; bottom:20px; left:20px; color:#FFFFFF; font-size:22px; }
#contentContainer {
	width: 900px;
	display: block;
	clear: both;
	overflow: auto;
	height:100%;
	margin-bottom:15px;
	background-color:#FFFFFF;
}

#flashBanner { width:100%; border-top: 1px solid #000000; border-bottom: 5px solid #000066; }
#content { 
  width: 450px;
  float: left;
  padding:20px;
  background:#FFFFFF;
  border:1px solid #F0F0F0;
}
#contentFull { 
  width: 630px;
  float: left;
  padding:20px;
  background:#FFFFFF; 
  border:1px solid #F0F0F0;
}
#content p, #contentFull p { margin-bottom:15px; }
.boxed { border: 1px solid #017f7c; background-color:#e2f0f0; padding:10px 10px 1px 10px; margin-bottom:12px; }
.boxed p { color:#333333; }
#column { 
  width: 200px; 
  float: left;
  padding: 0px;
  margin-right:15px;
}
#sideLogos { margin: 20px auto; }
#sideLogos img { padding-bottom:20px; }
#footer {
margin: 0 auto;
width:900px;
} 
#footer p { color:#017f7c; font-size:11px; margin-bottom:10px; }
#footerPrimary { 
  width: 200px; 
  float: left;
  padding: 2px 0 10px 0;
  margin-right:15px;
  border-top: 1px solid #017f7c;
}

#footerSecondary {
  width: 685px; 
  padding: 2px 0 0 0;
  float: right; 
  text-align:right;
  border-top: 1px solid #017f7c;
}
.footerLinks { float:left; text-align:left; }
#footerEnd { clear:both; margin: 0 auto; width:900px; text-align:right; padding-right:18px; }
#footerEnd p { margin-bottom:15px; font-size:11px; }

/* 3.Search
---------------------------------------------------------------*/
#searchOuter { text-align:right; margin:10px 17px 20px 0; }
input.searchfield { width: 160px; padding: 3px; border: 1px solid #017f7c; font-size: 11px; }
input.searchbutton { background: #1ba79a; border: 0; padding: 3px; color: #fff; font-weight: bold; font-size: 11px; }

/* 4.Menu
---------------------------------------------------------------*/
#menuWrap {	
	clear: both;
	margin:10px 0 20px 0;
	position:relative;
	display:block;
	height:32px;
	background:#017f7c; /* add background (this can be added directly to the #menu */
	position:relative;
	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 */
	}

#menu, #menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em; /* add line height  DONT USE HEIGHT */
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:13px;
	}
	
#menu { margin-left:2px; /* add any padding - separate so you don’t add margin to the all the ul elements */ }

#menu li { 
	list-style:none;
	float:left; /* float needed */  
	}
	
#menu li.noborderr a { border-right:none;  } #menu li.noborderl a { border-left:none;  }/* Borders as appropriate */

#menu a{
	display:block;
	padding:0px 32px; /* set padding will affect padding on all a tags in menu */
	line-height:32px; /* set line height DONT use just height */
	color:#fff;
	text-decoration:none;
	border-right:1px solid #FFFFFF; /* Borders as appropriate */
	}

#menu a:hover{
	background-color: #005f56;
	color:#fff;
	}

#menu li{
	float:left; /* IMPORTANT */
	position:relative;
	border:0;
	}
#menu ul li a { line-height:normal; padding-top:8px; padding-bottom:8px; }
#menu ul {
	position:absolute; /* Menu uses position ab to set drop downs so top: 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:214px; /* Width will need to be updated inline with all the padding on the menus */
	top:32px;
	background-color:#017f7c;
	}

#menu li ul a{
	width:150px; /* Width will need to be updated inline with all the padding on the menus */
	height:auto;
	float:left;
	border:0;
	border-bottom:1px solid #FFFFFF;
	}

#menu ul ul{
	top:auto;
	}	

#menu li ul ul { /* styles for sub drop downs */
	left:204px; /* left needs to be the overall width of the main drop down  */
	margin:0px 0 0 10px;
	width:224px;
	background-color:#0b9487;
	}
#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;
	}
	
/* 5.RHC
---------------------------------------------------------------*/	
#rhc { 
  width: 180px; 
  float: right;
  padding: 0px;
}
.box { border:4px solid #017f74; margin-bottom:15px; background-image:url(../images/rhcbg.gif); background-repeat:repeat-x; background-color:#007d73; }
.box p { font-size:16px; color:#FFFFFF; border:1px solid #FFFFFF; padding:10px; }
.box a { text-decoration:none; color:#FFFFFF; }
.box a:hover { text-decoration:none; color:#FFFFCC; }
