@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
	
}
body {
	background-image: url(new_images/page_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	height: 100%;
	min_height: 100%;
}

html {
height: 100%;
}


.style1 {
	font-size: 10px;
	font-style: italic;
}

.doctor
	{
		float: left;
		width: 390px;
		min-height: 120px;
		margin: 10px;
		padding: 5px;
		text-align: left;
		display: block;
		border: #0033FF solid 1px;
	}
.picture {
  float: left;
  margin-right: 10px;
}

.info {
  float: left;
  text-align: left;
}    	






a {
	font-size: 12px;
	color: #44462c;
}
a:visited {
	color: #44462C;
}
a:hover {
	color: #0099FF;
}
a:active {
	color: #44462C;
}
h1 {
	font-size: 24px;
	color: #00539f;
}
h2 {
	font-size: 18px;
	color: #00539f;
	background-image:url(new_images/page_headers.jpg);
	background-repeat:no-repeat;
	height: 37px;
	padding-left: 35px;
	padding-top: 10px;
	display: block;
}

.box_header {
	color: #44462c;
	font-weight: bold;
}

#wrapper {
    width: 936px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-image:url(new_images/wrapper_bg.png);
	background-repeat:repeat-y;
	
	
}	

#left_shadow {
    background-image: url(new_images/left_shadow.png);
	background-repeat:repeat-y;
	width: 17px;
     height: 100%;
	 min-height: 100%;
     float: left;
}

#right_shadow {
    background-image:url(new_images/shadow_right.png);
	background-repeat:repeat-y;
    width: 16px;
    height: 100%;
    float: right;
}

#page_content {
    background-color: #FFFFFF;
    width: 900px;
    height: auto;
	float: right;
	margin-right: 19px;
	text-align: center;
	
}
  
#header {
     min-height: 350px;
	  background-image: url(new_images/header_bg.jpg);
	  background-repeat:repeat-y
}

.button {
   
   height: 238px;
   padding-top: 10px;
   padding-left: 10px;
}  

#main_area {
   padding: 10px;
   text-align: left;
 }
 
.services_div {
    background-image:url(new_images/services_bg.jpg);
	width:208px;
	height: 93px;
	padding-left: 3px;
}	

.about_div {
    background-image:url(new_images/about_bg.jpg);
	width:208px;
	height: 93px;
	padding-left: 3px;
}	

.comm_div {
     background-image:url(new_images/comm_ed_bg.jpg);
	 width: 208px;
	 height: 93px;
	 padding-left: 3px;
}

.health_div { 
     background-image:url(new_images/health_bg.jpg);
	 width: 208px;
	 height: 93px;
	 padding-left: 3px;
}	 
     
 #footer {
     background-color: #495c7c;
	 width: 890px;
	 font-size:10px;
	 color:#FFFFFF;
	 padding: 5px;
}	 

#footer a:link {
   color:#FFFFFF; 
   text-decoration: underline;
   font-size: 10px;
}  

#footer a:hover {
   color:#FFFFFF; 
   text-decoration: none;
    font-size: 10px;
}        	      

#footer a:visited {
   color:#FFFFFF; 
   text-decoration: underline;
   font-size: 10px;
}    

#footer a:active {
   color:#FFFFFF; 
   text-decoration: underline;
    font-size: 10px;
}    