@charset "utf-8";
/* CSS Document */

body  {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	background: #adadad;
	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 */
	
}
.thrColFixHdr #container { 
	width: 950px;  /* 926px plus 12 left shadow and 12 right shadow.  */
	background-image:url(images/content_bg.jpg); background-repeat:repeat-y; /* holds repeating graphic*/
	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. */
	padding-left:12px;
	
} 

.thrColFixHdr #wrapper { 
	width: 950px;  /* 926px plus 12 left shadow and 12 right shadow.  */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	
} 


.thrColFixHdr #header { 
	background-image:url(images/header.jpg); background-repeat:no-repeat;
	width:926px;
	height:173px;
	
	padding: 0 10px 0 20px;  /* 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. */
} 


.thrColFixHdr #header h1 {
	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 */
}	

/*---------logo image in H1 tag-------------------*/
.thrColFixHdr #header h1 img {
	margin-top:32px;
	width:242px;
	}
/*------------------name of company----------------*/
.logo_title {
	float:right; margin-right:50px;
	}
/*----------------address in header-----------------*/
.address {
	float:right;
	margin-right:30px;
	text-align:right;
	font-size:.8em;
	padding-top:10px;
	}
/*-----------------------------------------------------------------------------Navigation------------------------*/

#nav {
	position:relative; top:-43px; left:226px;
	width:650px;
	height:50px;
	margin:0px;
	padding:0;
	font-size:.8em;
	text-align:left;
	}
#nav ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:650px;
	display:block;
	}
#nav ul li {
	display:block;
	float:left;
	padding:0;
	margin:0;
	background-image:none;
	}
#nav ul li a {
	text-align:center;
	text-decoration:none;
	padding-left:3px;
	padding-top:8px;
	display:block;
	}	

#nav ul li a:hover {
	font-weight:600;
	}
	
a.white {
	color:#fff;
	}	
a.grey {
	color:#444343;
	}	
	
/*------------------------------------------------------classes for nav buttons-------------------------------------------------------------*/
#home a{
	width:72px;
	height:40px;
	background-image:url(images/nav_home.jpg); background-repeat:no-repeat;
	background-position: 0 0px;
	text-decoration:none;
	float:left;
	display:block;
	}
#home a:hover {
	background-position:0 -47px 
	}
#homeactive a{
	width:72px;
	height:40px;
	background-image:url(images/nav_home.jpg); background-repeat:no-repeat;
	background-position: 0 -47px;
	text-decoration:none;
	float:left;
	display:block;
	font-weight:600;
	}
	
#providers a{
	width:73px;
	height:40px;
	background-image:url(images/nav_providers.jpg); background-repeat:no-repeat;
	background-position: 0 0px;
	text-decoration:none;
	float:left;
	display:block;
	color:#fff;
	}	
#providers a:hover {
	background-position:0 -47px 
	}
#providersactive a{
	width:73px;
	height:40px;
	background-image:url(images/nav_providers.jpg); background-repeat:no-repeat;
	background-position: 0 -47px;
	text-decoration:none;
	float:left;
	display:block;
	color:#fff;
	font-weight:600;
	}	
#services a{
	width:80px;
	height:40px;
	background-image:url(images/nav_services.jpg); background-repeat:no-repeat;
	background-position: 0 3px;
	text-decoration:none;
	float:left;
	display:block;
	}	
#services a:hover {
	background-position:0 -44px 
	}
#servicesactive a{
	width:80px;
	height:40px;
	background-image:url(images/nav_services.jpg); background-repeat:no-repeat;
	background-position: 0 -44px;
	text-decoration:none;
	float:left;
	display:block;
	font-weight:600;
	}	

#location a{
	width:80px;
	height:40px;
	background-image:url(images/nav_location.jpg); background-repeat:no-repeat;
	background-position: 0 3px;
	text-decoration:none;
	float:left;
	display:block;
	}	
#location a:hover {
	background-position:0 -44px 
	}
#locationactive a{
	width:80px;
	height:40px;
	background-image:url(images/nav_location.jpg); background-repeat:no-repeat;
	background-position: 0 -44px;
	text-decoration:none;
	float:left;
	display:block;
	font-weight:600;
	}	

#insurance a{
	width:76px;
	height:40px;
	background-image:url(images/nav_insurance.jpg); background-repeat:no-repeat;
	background-position: 0 3px;
	text-decoration:none;
	float:left;
	display:block;
	}	
#insurance a:hover {
	background-position:0 -44px 
	}
#insuranceactive a{
	width:76px;
	height:40px;
	background-image:url(images/nav_insurance.jpg); background-repeat:no-repeat;
	background-position: 0 -44px;
	text-decoration:none;
	float:left;
	display:block;
	font-weight:600;
	}	
	
#forms a{
	width:74px;
	height:40px;
	background-image:url(images/nav_forms.jpg); background-repeat:no-repeat;
	background-position: 0 3px;
	text-decoration:none;
	float:left;
	display:block;
	}	
#forms a:hover {
	background-position:0 -44px 
	}
#formsactive a{
	width:74px;
	height:40px;
	background-image:url(images/nav_forms.jpg); background-repeat:no-repeat;
	background-position: 0 -44px;
	text-decoration:none;
	float:left;
	display:block;
	font-weight:600;
	}	
#contact a{
	width:82px;
	height:40px;
	background-image:url(images/nav_contact.jpg); background-repeat:no-repeat;
	background-position: 0 3px;
	text-decoration:none;
	float:left;
	display:block;
	}	
#contact a:hover {
	background-position:0 -44px 
	}
#contactactive a{
	width:82px;
	height:40px;
	background-image:url(images/nav_contact.jpg); background-repeat:no-repeat;
	background-position: 0 -44px;
	text-decoration:none;
	float:left;
	display:block;
	font-weight:600;
	}	


#office a{
	width:80px;
	height:40px;
	background-image:url(images/nav_location.jpg); background-repeat:no-repeat;
	background-position: 0 3px;
	text-decoration:none;
	float:left;
	display:block;
	}	
#office a:hover {
	background-position:0 -44px 
	}
#officeactive a{
	width:80px;
	height:40px;
	background-image:url(images/nav_location.jpg); background-repeat:no-repeat;
	background-position: 0 -44px;
	text-decoration:none;
	float:left;
	display:block;
	font-weight:600;
	}	

/*-------------------------------------------------------------------------------------*/
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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 */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}

.thrColFixHdr #sidebar1 li a{
	color:#444343;
	font-size:11px;
	padding-bottom:15px;
	}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 430px; /* 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 */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin-right:40px;
}
/*-----------------------------------           MAIN CONTENT         -----------------------------------------*/
.thrColFixHdr #mainContent { 
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	} 

.thrColFixHdr #mainContent h1, h2, h3, h4, h5, h6 {
	color:#ef3e42;
	}
	
#calloutyellow h3.grey a {
	color:#666666;	
	}


#mainContent p{
	line-height:18px;
	}

#mainContent p a {
	color:#444343;
	}
#mainContent p a:hover {
	background-color:#0788d9;
	color:#fff;
	}


.thrColFixHdr #mainContent-inside { 
	margin: 0px 0 20px 185px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:700px;
	
	} 

.thrColFixHdr #mainContent-inside h1, h2, h3, h4, h5, h6 {
	color:#ef3e42;
	}
.thrColFixHdr #mainContent-inside h2.news {
	
	color:#fff;
	}
#mainContent-inside p{
	line-height:18px;
	}
#mainContent p.news a {
	text-decoration:none;
	color:#fff;
	font-size:18px;
	margin:0 0 0 35px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	}
	

#mainContent-inside p a, #mainContent-inside li a {
	color:#444343;
	}
#mainContent-inside p a:hover, #mainContent-inside li a:hover {
	background-color:#0788d9;
	color:#fff;
	}











/*---------------------------buttons on home page----------------------------*/
#homebuttons {
	float:right;
	width:275px;
	height:294px;
	margin-right:0px;
	background-image:url(images/news-bg.jpg); background-repeat:no-repeat; background-position:top center;
	}
/*  --- these styles became obsolete when added news section---------- */
#homebuttons li a{
	font-size:.9em;
	line-height:14px;
	color:#444343;
	text-decoration:none;
	}
#homebuttons li a:hover{
	color:#fff;
	background-color:#0888d9;
	}

/*----------this is the LATEST NEWS header---------------*/
#homebuttons h2 a {
	color:#5b5b5b;
	text-decoration:none;
	margin-left:30px;
	}	
#homebuttons h2 a:hover{
	color:#0e8bda;
	}

/*----------these are the styles used for the INTERIOR news pages------------ */
.newsmessage5 p a {
	color:#444343;
	}
.newsmessage5 p a:hover {
	background-color:#0788d9;
	color:#fff;
	}
.newsmessage5 a {
	color:#444343;
	}
.newsmessage5 a:hover {
	background-color:#0788d9;
	color:#fff;
	}

h4.newslistingbodycontent a {
	color:#000000;
	}
h4.newslistingbodycontent a:hover {
	color:#0e8bda;
	}
/*----------------------------   --------------------*/



#servicesbutton {
	height:42px;
	width:177px;
	}
#servicesbutton a {
	display:block;
	background-image:url(images/button_blue.jpg); background-repeat:no-repeat;
	background-position: 0 0;
	}
#servicesbutton a:hover {
	background-position: 0 -50px;
	padding-bottom:1px;
	}



#providersbutton {
	width:177px;
	height:50px;
	
	}	
#providersbutton a {
	display:block;
	background-image:url(images/button_green.jpg); background-repeat:no-repeat;
	background-position: 0 0px;
	
	}
#providersbutton a:hover {
	background-position: 0 -49px;
	padding-bottom:1px;
	}

#latestnewsbutton {
	height:42px;
	width:177px;
	margin-bottom:10px;
	margin-top:-15px;
	}
#latestnewsbutton a {
	display:block;
	background-image:url(images/button_news.jpg); background-repeat:no-repeat;
	background-position: 0 0;
	}
#latestnewsbutton a:hover {
	background-position: 0 -50px;
	padding-bottom:1px;
	}
/*-----------------------------------------------------PATIENT CENTER --------------------*/

#patientcenter {
	background-image:url(images/patient_center_bg.jpg); background-repeat:no-repeat;
	width:428px;
	height:142px;
	padding:30px 0 0 8px;
	position:relative; top:0; left:0;
	}
/*------------------------callout GREEN ----------------------------*/
#calloutgreen {
	width:136px;
	height:130px;
	background-image:url(images/call_green.jpg); background-repeat:no-repeat;
	position:absolute; top:30px; left:10px;
	}

	
/*---------------------callout RED--------------------------------*/

#calloutred {
	width:140px;
	height:130px;
	background-image:url(images/call_red.jpg); background-repeat:no-repeat;
	line-height:12px;
	position:absolute; top:30px; left:150px;
	}	

/*---------------------------callout YELLOW-----------------------*/	
#calloutyellow{
	width:133px;
	height:130px;
	background-image:url(images/call_yellow.jpg); background-repeat:no-repeat;
	position:absolute; top:30px; left:285px;
	}

/*--------------------------callout general characteristics--------------*/

.callout {
	line-height:12px;
	}
.callout p {
	font-size:.8em;
	padding:0 8px;
	}
.callout p a {
	color:#444343;
	}
.callout p a:hover {
	color:#fff;
	background-color:#0888d9;
	}
	
h3.callout a {
	border:1px solid green;
	}
.callout h3 a {
	font-size:14px;
	color:#fff;
	text-decoration:none;
	margin-left:8px;
	}
.callout h3 a:hover {
	color:#444343;
	background-color:#fff;
	}
/*--------special style of white font for the red callout--------------*/		
.calloutred {
	line-height:12px;
	}
.calloutred p {
	font-size:.8em;
	padding:0 8px;
	color:#fff;
	}
.calloutred p a {
	color:#fff;
	}
.calloutred p a:hover {
	color:#fff;
	background-color:#0888d9;
	}
.calloutred h3 a {
	font-size:14px;
	color:#fff;
	text-decoration:none;
	margin-left:8px;
	}
.calloutred h3 a:hover {
	color:#fff;
	background-color:#0888d9;
	}
	
/*------------------------------------------re use callouts on INSIDE, but removing the positioning ---------------------------------------------------/*


/*------------------------callout-inside GREEN ----------------------------*/
#calloutgreen-inside {
	width:136px;
	height:130px;
	background-image:url(images/call_green.jpg); background-repeat:no-repeat;
	/*position:absolute; top:30px; left:10px;*/
	}

	
/*---------------------callout-inside RED--------------------------------*/

#calloutred-inside {
	width:140px;
	height:130px;
	background-image:url(images/call_red.jpg); background-repeat:no-repeat;
	line-height:12px;
	/*position:absolute; top:30px; left:150px;*/
	}	

/*---------------------------callout-inside YELLOW-----------------------*/	
#calloutyellow-inside{
	width:133px;
	height:130px;
	background-image:url(images/call_yellow.jpg); background-repeat:no-repeat;
	/*position:absolute; top:30px; left:285px;*/
	}

/*------------------------------------------------callout INSIDE general characteristics-----------------------------------------*/

.callout-inside {
	line-height:12px;
	padding-top:1px;
	}
.callout-inside p {
	font-size:.8em;
	padding:0 8px;
	}
.callout-inside p a {
	color:#444343;
	}
.callout-inside p a:hover {
	color:#fff;
	background-color:#0888d9;
	}
	

.callout-inside h3 a {
	font-size:14px;
	color:#444343;
	text-decoration:none;
	margin-left:8px;
	}
.callout-inside h3 a:hover {
	color:#fff;
	background-color:#0888d9;
	}


/*---------------------------------------special style of white font for the red callout------------------------------------*/		
.calloutred-inside {
	line-height:12px;
	padding-top:1px;
	}
.calloutred-inside p {
	font-size:.8em;
	padding:0 8px;
	color:#fff;
	}
.calloutred-inside p a {
	color:#fff;
	}
.calloutred-inside p a:hover {
	color:#fff;
	background-color:#0888d9;
	}
.calloutred-inside h3 a {
	font-size:14px;
	color:#fff;
	text-decoration:none;
	margin-left:8px;
	}
.calloutred-inside h3 a:hover {
	color:#fff;
	background-color:#0888d9;
	}
	




/*--------------------  footer----------------------------------------------*/
.thrColFixHdr #footer { 
	padding: 10px 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background-image:url(images/footer_repeat.jpg); background-repeat:repeat-x;*/
	background-color:#0084d8;
	width:906px; /*926 minus 40px left right padding=886-----*/
	height:97px;/*107 minus 10px padding on the top = 97------*/
	line-height:14px;

} 
.thrColFixHdr #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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#badef4;
	font-size:.7em;
	
}
#footer p a {
	color:#92caee;
	}
#footer p a:hover {
	color:#0888d9;
	background-color:#fff;
	}


#footer ul {
		list-style:none; 
		margin-left:-45px;
		}

#footer ul li {
		display:inline;
		background-image:none;
		padding:0;
		margin:0;
		color:#fff;
		font-weight:600;
		letter-spacing:0px;
		}
#footer ul li a {
		color:#fff; ;
		font-size:.8em;
		text-decoration:none;	
		padding:1px;
		font-size:.7em;																															        }
#footer ul li a:hover {
		color:#0888d9;
		background-color:#fff;
		}
#footeraddrs {
	float:right;
	width:150px;
	}
#footer #footeraddrs p{
	text-align:right;
	color:#444343;
	}
	
#footerlinks ul {
		list-style:none; 
		margin-left:-45px;
		}

#footerlinks ul li {
		display:inline;
		background-image:none;
		padding:0;
		margin:0;
		color:#fff;
		font-weight:100;
		letter-spacing:0px;
		}
#footerlinks ul li a {
		color:#fff; ;
		font-size: 7pt;
		text-decoration:none;	
		padding:1px;
		}
#footerlinks ul li a:hover {
		color:#0888d9;
		background-color:#fff;
		}

/*-----------------------------------   stuff  ----------------------------*/	




a img {

	border:none;
	}

.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;
    font-size: 1px;
    line-height: 0px;
}

/*-----IE has specific positioning for the orange shirt boy, look in template head-----*/




.padleft {
	padding-left:25px;
	}
		
td {
	vertical-align:top;
	}
.noprint {
	display:inherit;
	}

li {
	background-image:none;
	list-style-type:disc;
	display:list-item;
	padding:0;
	margin-left:20px;
	}


table.cv h3 {
	color:#000;
	}

table.cv h4 {
	color:#000;
	}

.hero{
	padding-top:20px;

	}




#flash {
	width:428px;
	height:272px;
	background-image:url(images/rotate5.jpg); background-repeat:no-repeat;
	}


dt {
	margin:20px 0 10px 0;
	font-weight:600;
	}

.inpsec{
visibility:collapse;
display:none;
}







