@charset "UTF-8";
/* CSS Document */


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0px 0px 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: #e4e8d9;
	background-position:top center;
	background-repeat:no-repeat;
}
.MainContainer #container { 
	width:867px;
	margin: 0px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.MainContainer #header { 
	padding: 0px 0px 0px 0px;
	margin:0 auto;
	width:867px;
	height:147px;
	background-image:url(images/FHIheader.jpg);
	background-repeat:no-repeat;
	background-position:top center;

} 

.MainContainer #headerNAV {
	padding:90px 8px 0px 0px;
	float:right;
	} 




.MainContainer #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 302px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:407px;
	margin: 23px 15px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px;
}





.MainContainer #sidebar1 a{
	text-decoration:none;
	}

.MainContainer #sidebar1 a div{

	}

.MainContainer #sidebar1 a:hover div{
	background-color:#FFFFFF;
	}
	
.MainContainer #sidebar1 a:hover {
	background-color:#FFFFFF;
	}	
.MainContainer #sidebar1 #sidebar1BTN {
	border-bottom:solid 1px #666666;
	}

.MainContainer #sidebar1 #sidebar1BTN h3{
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 10px;
	color:#007ca4;
	font-size:14px;

	}


.MainContainer #sidebar1 #sidebar1BTN p{
	margin:0px 0px 0px 0px;
	padding:0px 0px 4px 10px;
	color:#666666;
	font-size:11px;

	}
	
	
.MainContainer #sidebar1 #sidebar1BTN2 p{
	margin:0px 0px 0px 0px;
	padding:0px 35px 4px 10px;
	color:#666666;
	font-size:11px;
	line-height:18px;

	}
	
.MainContainer #sidebar1 #sidebar1BTN2 p span{
	color:#6f9e32;
	}
.MainContainer #sidebar1 #sidebar1BTN2 a{
	color:#6f9e32;
	text-decoration:none;
	}
.MainContainer #sidebar1 #sidebar1BTN2 a:hover{
	color:#6f9e32;
	}
.MainContainer #sidebar1 #flashcontent2 {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 7px
}


.MainContainer #mainContent { 
	margin: 13px 0px 0px 14px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:407px;
	width:525px;
} 

.MainContainer #mainContent h1 {
	margin-top:0px;
	padding:0px 10px 0px 10px;

	}



.MainContainer #mainContent p {
	margin-top:0px;
	padding:0px 10px 0px 10px;
	}


.MainContainer #mainContent #textSCROLLbox {
	overflow:auto;
	width:525px;
	height:407px;
	}

.MainContainer #mainContent #textSCROLLbox h1 {
	padding:10px 0px 0px 20px;
	color:#007ca4;
	font-size:14px;
	}
	
.MainContainer #mainContent #textSCROLLbox h2 {
	padding:0px 0px 0px 20px;
	color:#666666;
	font-size:11px;
		font-weight:normal;
			margin: 0px 0px 0px 0px;


	}
	
.MainContainer #mainContent #textSCROLLbox p {
	padding: 0px 0px 0px 40px;
	color:#666666;
	font-size:13px;
	line-height:18px;
	}
	

	
#mainContent #textSCROLLbox p.faqlist a {
	text-decoration:none;
	color:#666666;
	}

	
.MainContainer #mainContent #textSCROLLbox ul{
	padding: 0px 0px 0px 40px;
	color:#666666;
	font-size:12px;
	line-height:14px;
	list-style:none;
	}
	
/*====================================================*/
#mainContent #textSCROLLboxblog {
	overflow:auto;
	width:525px;
	height:407px;
	}

#mainContent #textSCROLLboxblog h1 {
	padding:10px 0px 0px 20px;
	margin: 0px 0px 0px 40px;
	color:#007ca4;
	font-size:14px;
	border-bottom:solid 2px #009933;
	}
	
#mainContent #textSCROLLboxblog h1 a {
	color:#007ca4;
	text-decoration:none;
	}
	
#mainContent #textSCROLLboxblog h1 a:hover {
	color:#007ca4;
	text-decoration:underline;
	}
		
#mainContent #textSCROLLboxblog h2 {
	padding:10px 0px 0px 60px;
	margin: 0px 0px 0px 0px;
	color:#666666;
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	}
	
#mainContent #textSCROLLboxblog p {
	padding: 0px 0px 0px 60px;
	color:#666666;
	font-size:13px;
	line-height:18px;
	}
	

	
#mainContent #textSCROLLboxblog p strong {
	font-style:normal;
	font-weight:normal;
	}
	
	
#mainContent #textSCROLLboxblog p.icon {
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	}
	
#mainContent #textSCROLLboxblog ul{
	padding: 0px 0px 0px 60px;
	color:#666666;
	font-size:12px;
	line-height:14px;
	list-style:none;
	}
	
/*====================================================*/

	
.MainContainer #mainContent #textSCROLLbox .WellnessMatrix {
	padding: 0px 0px 0px 0px;
	color:#666666;
	font-size:11px;
	line-height:14px;
	}
	

.MainContainer #mainContent #textSCROLLbox p span {
	color:#6f9e32;
	}


.MainContainer #footer { 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height:136px;
	width:867px;
} 

.MainContainer #footer p { 
	color:#666666;
	font-size:9px;
	line-height:18px;
	text-align:center;
	}
	
.MainContainer #footer p a { 
	color:#666666;
	text-decoration:none;
	}
	
.MainContainer #footer p a:hover { 
	color:#666666;
	text-decoration:underline;
	}	
	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
}

