@charset "UTF-8";

/* General
---------------------- */
body  {
	font: 100% arial, sans-serif;
	background: url(../images/body_bg.png) repeat-x #cbe6ff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
}

a,
a:visited {
 color: #e66a1f;
 text-decoration:underline;
 font-weight: bold;
 }
 
a:hover,
a:active {
 color: #e66a1f;
 text-decoration:underline;
 }
 
ul, ul li {
 margin:0;
 padding:0;
 list-style:none;
 }
	
ol li {
 border: 0;
	}	
 
.nav li a,
.nav li a:link,
.nav li a:visited {
 font-weight: normal;
 color: white;
 text-decoration:none;
 }
 
.nav li a:hover {
 text-decoration:underline;
 }
 
sup {
  font-size: 10px;
	}

.testi {
 font-size: 12px;
 padding-left: 30px;
 font-weight: bold;
 }

/* Main Structures
---------------------- */
#container { 
	width: 752px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 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. */
} 

p {
 font-size: 16px;
 line-height:22px;
 }

/* Header Structures
---------------------- */
#header { 
	background: #8cc63f; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 263px;
	width: 752px;
	overflow: hidden;
} 

#logo {
 width: 325px;
 height: 247px;
 background: url(../images/logo.png) no-repeat;
 float: left;
 display:inline;
 margin-left: 10px;
	position: relative;
 }
	
#logo a,
#logo a:link,
#logo a:visited,
#logo a:hover {
	 display:block;
		width: 325px;
		height: 247px;
		border:0;
		}
 
#bannerPhoto {
 width:417px;
 float: left;
 display:inline;
	position: relative;
 } 

#header h1,
#header h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -9000px;
}


/*  Nav Top 
---------------------- */
#nav_top {
 margin-bottom: 15px;
 }

#nav_top ul.nav_top {
 background: #ce6d33 url(../images/nav_bg.png) 1px 0;
 padding-bottom: 10px;
 }

#nav_top ul li.section {
 display: block;
 width: 250px;
 float: left;
 }
	
#nav_top ul li.section li  {
line-height: 1.2em;
margin-bottom:0  !important;
margin-top:0 !important;
padding:0;
display:block;
 }	
 
#nav_top ul li.section li a {
 padding: 2px 15px 2px 20px;
 display:block;
	margin:0;
 }
 
#nav_top ul li.section li.here a {
 color: #fff958;
 font-weight: bold;
 }

#nav_top ul span {
 display:block;
 background: #ce6d33 url(../images/nav_head_bg.png) 1px 0;
 padding: 5px 15px 5px 20px;
 color: #ffbb93;
 font-size: 14px;
 font-weight:bold;
 margin-bottom: 5px;
 }


/* 2Col Structures
---------------------- */
.side_photo {
 padding-bottom: 15px;
 }
 
.side_photo p,
.stat {
 margin-top: 5px;
 color: #666666;
 font-size: 11px;
 line-height: 14px;
 } 

.side_photo img,
.side_border {
 border: solid 1px #3f3f3f;
 }

.stat {
 font-size: 12px;
	}
	
.stat span {
 font-weight:bold;
	color: #479b3b;
	}	

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* 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 */
	padding: 0px 0px 0px 50px;
	margin-right: 20px;
}

#mainContent { 
	margin: 0 0 0 0; /* 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:  20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#twoCol #mainContent { 
	margin-right:  270px; 
} 

#mainContent h1 { 
	font-size: 25px;
	color: #666;
	line-height: 1em;
	font-weight: normal;
	margin:0;
} 

#mainContent h2 { 
	font-size: 20px;
	color: #666;
	line-height: 1em;
	font-weight: normal;
	margin:20px 0 0 0;
} 

#mainContent ul li { 
 list-style: none;
	font-size: 14px;
	border-left: 5px solid #479b3b;
	margin-left:0;
	padding: 0 10px;
	margin-top: 10px;
} 

.footnotes {
 border-top: solid 1px #ccc;
	padding: 10px 20px;
	}

.footnotes li {
 font-size: 11px;
	}
	
/* Provider Page
---------------------- */
.provider {
 background: #FFFBD3;
 padding: 20px;
 border-bottom: solid 1px #FAEE6E;
 }
 
.provider h5 {
 font-size: 18px;
 margin: 0;
 }
 
.provider p {
 font-size: 12px;
 line-height: 16px;
 margin: 0 0 10px 0;
 }
 
.provider .address {
 border-left: solid 3px #FAEE6E; 
 margin-left: 10px;
 padding-left: 10px;
 }

.provider .services {
 font-size: 11px;
 margin: 0;
 }	

	

/* Footer Structures
---------------------- */
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #fff url(../images/foot_nav_bg.png) left bottom repeat-x; 
	border-bottom: solid 6px #469b3b;
	clear:both;
} 

#footer_inside { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../images/footer_phone.png) right bottom no-repeat; 
} 

.number {
	height: 55px;
	text-indent:-9000px;
	font-size: 10px;
	}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer ul {
 padding: 0px 338px 0 0;
 }
 
#footer li {
 float: left;
 line-height: 45px;
 height: 45px;
 font-size: 15px;
 padding: 0 13px;
 background: #e07d42 url(../images/foot_nav_bg.png) repeat-x;
 border-left: solid 1px #db6118;
 }
 
#footer li.first {
 border: 0;
 }
 
.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;
}

/* Float Fix
------------------------------  */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
.clearfix { display: block; }
/* End hide from IE-mac */