@charset "UTF-8";

* {margin:0; padding:0; border:none; }
body {font-family:Georgia, "Times New Roman", Times, serif; font-size:62.5%}

/*================================================
Colors
Dark Blue: #023b4f
Green: #26a4a0
Yellow: #edc974

==================================================*/

.floatleft {float:left}
.floatright {float:right}

/*================================================
==================STRUCTURE=======================
==================================================*/

#header {
	background:transparent;
	position:relative;
	width:940px;
	height:183px;
	background:url(../images/bg_01.jpg) left top no-repeat;
	}
	
#content {
	position:relative;
	background:transparent;
	position:relative;
	width:900px;
	min-height:400px;
	height:auto !important;
	height:400px;
	background:url(../images/bg_02.jpg) left top no-repeat;
	}
	
#footer {
	position:relative;
	clear:both;
	width:900px;
	padding-bottom:40px;
	}
	
.paddingleft {
	padding-left: 5px;
	padding-right: 7px;
}
	

/*================================================
==================HEADER=======================
==================================================*/

#doctors {
	position:absolute;
	bottom:40px;
	left:600px;
	}
	
	#doctors p {
		font-size:1.2em;
		line-height:1.8em;
		}
		
#logo {
	display:block;
	position:absolute;
	width:220px;
	height:65px;
	top:35px;
	left:45px;
	text-decoration:none;
	}
	
.biolink {color:#023b4f; text-decoration:none}
.biolink:hover {color:#26a4a0; text-decoration:none}

	
	
/*================================================
==================NAVIGATION=======================
==================================================*/

#nav_container {
	position:absolute;
	bottom:6px;
	left:40px;
	width:800px;
	}
	
	#nav_container a {
	font-size:12px;
	color:#023b4f;
	margin-right:25px;
	text-decoration:none;
	font-weight: normal;
		}
	
		#nav_container a:hover {
			color:#26a4a0;
			margin-right:25px;
			border-bottom:2px dotted #26a4a0;
			}

#subnav {
	float:left;
	width:270px;
	padding:40px 0 0 0;
	margin:0 0 0 40px;
	}
	
	#subnav p {
		font-size:12px;
		line-height:16px;
		color:#023b4f;
		margin-bottom:0px;
		text-decoration:none;
		}
		
	#subnav p a.bold {
		color:#023b4f;
		text-decoration:none;
		padding:5px 2px;
		font-weight:bold;
		}
		
		#subnav p a.bold:hover {
			background-color:#bed6d4;
			color:#fff;
			}
			
	#subnav img {
		display:block;
		margin:0 0 8px 2px;
		}
		
	a.sub {
	color:#023b4f;
	text-decoration:none;
	padding:5px 6px;
	display:block;
	font-weight: normal;
		}
		
		a.sub:hover {
			background-color:#bed6d4;
			color:#023b4f;
			}
			
	a.articles {
	text-decoration:none;
	padding:5px 6px;
	display:block;
	line-height:16px;
	font-size:12px;
	color:#023b4f;
	margin-bottom:5px;
	margin-right:10px;
	font-weight: normal;
		}
		
		a.articles:hover {
			background-color:#bed6d4;
			color:#fff;
			}
		
	a.blue {
	color: #26a4a0;
}			

/*================================================
==================CONTENT=======================
==================================================*/

#home_sidebar {
	display:inline;
	float:right;
	width:300px;
	padding:0 0 0 40px;
	margin:40px 0 20px 40px;
	border-left:2px solid #edc974;
	}
	
	#home_sidebar img {
		display:block;
		margin:0 0 10px 0;
		}
		
	#home_sidebar h1 a {
		font-size:14px;
		color:#023b4f;
		font-weight:bold;
		line-height:1.4em;
		}
		
	#home_sidebar h2 {
		font-size:1em;
		color:#26a4a0;
		font-weight:normal;
		font-style: italic;	
		margin:3px 0 8px 0;	
		}
		
	#home_sidebar p {
		font-size:1.2em;
		color:#023b4f;
		font-weight:normal;
		line-height:1.4em;
		margin:0 0 2.0em 0;
		}
		
	#home_sidebar a {
		font-size:1em;
		color:#26a4a0;
		font-weight:normal;
		line-height:1.4em;
		text-decoration:none;
		}
		
		#home_sidebar a:hover {
			text-decoration:underline;
			}
		
#content_home {
	
	width:auto;
	margin:0 0 0 40px;
	padding:40px 0;
	/*border-bottom:2px solid #edc974;*/
	}

	#content_home p {
		font-size:12px;
		line-height:20px;
		color:#023b4f;
		margin-bottom:2em;
		}
		
hr {
	background-color:#edc974;
	color:#edc974;
	height:2px;
	display:block;
	margin-bottom:20px;
	/*border-bottom:none;*/
	}
		
#infobox {
	display:block;
	text-align:center;
	/*width:400px;*/
	margin:30px 0 0 40px;
	}

.infobox1 {
	display:block;
	float:left;
	
	margin:0 30px 0 0;
	}
	
#content_main {
	margin:0 40px 0 310px;;
	padding:40px 0;
	/*border-bottom:2px solid #edc974;*/
	}
	
	#content_main_wrap {
		border-left:#edc974 2px solid;
		padding-left:20px;
	}

	#content_main_wrap h1 {
		font-size:14px;
		line-height:1.4em;
		color:#023b4f;
		margin-bottom:20px;
		font-weight:bold;
		}
		
	#content_main_wrap h2 {
		font-size:13px;
		line-height:1.4em;
		color:#023b4f;
		margin-bottom:10px;
		font-weight:bold;
		}
		
	#content_main_wrap h3 {
		font-size:1em;
		color:#26a4a0;
		font-weight:normal;
		font-style: italic;	
		margin:0 0 20px 0;	
		}
	
	#content_main_wrap p {
		font-size:12px;
		line-height:20px;
		color:#023b4f;
		margin:0 0 20px 15px;
		display:block;
		}
		
	#content_main_wrap ul {
		margin:0 0 20px 30px;
		list-style-image:url(../images/bullet.gif);
		}
		
	#content_main_wrap li {
		font-size:12px;
		line-height:20px;
		color:#023b4f;
		}
		
	#content_main_wrap a {
	font-size:12px;
	line-height:20px;
	color:#26a4a0;
	text-decoration:none;
	border-bottom:1px dotted #26a4a0;
	font-weight: bold;
		}	
		
		#content_main_wrap a:hover {
			text-decoration:none;
			color:#fff;
			background:#bed6d4;
			}	
	

.indenthead {font-size:12px;line-height:20px;color:#023b4f; margin-left:15px;}		
.indent {padding-left:15px}

.doctorphoto {
	float:right;
	display:block;
	margin:0 0 20px 20px;
	}


/*================================================
==================CONTACT FORM=======================
==================================================*/

#contactform p {
	font-size:12px;
		line-height:20px;
		color:#023b4f;
		margin:0 0 5px 15px;
		display:block;
		}

#contactform label {
	font-family:Georgia, "Times New Roman", Times, serif;
	}

#contactform input, #contactform textarea {
	padding:5px;
	width:250px;
	border:1px solid #023b4f;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
	#contactform input:focus, #contactform textarea:focus {
		border:1px solid #26a4a0;
		background-color:#F6FCFC;
		}

	input.submit-button {
		padding:5px;
		width:250px;
		margin:0 0 5px 15px;
		border:1px solid #023b4f;
		font-family:Georgia, "Times New Roman", Times, serif;
		}
		
input.directions {
	font-family:Georgia, 'Times New Roman', Times, serif; 
	width:250px; 
	border:1px solid #023b4f; 
	padding:5px; 
	background:transparent url(../images/googlemaps.jpg) no-repeat 5px middle;
	}
	
	input.directions:focus {
		border:2px solid #26a4a0;
		background-color:#F6FCFC;
		}
	

			
/*================================================
==================FOOTER=======================
==================================================*/
			
#footertext {
	width:700px;
	margin:40px 0 0 40px;
	font-size:12px;
	color:#023b4f;
	border-top:#edc974 2px solid;
	padding:5px 0 0 10px;
	}	
	
	#footertext a {
		color:#023b4f;
		text-decoration:none;
		}	
	
	#footertext a:hover {
		color:#26a4a0;
		text-decoration:none;
		}
		
.copyright {
	font-size:9px;
	color:#666666;
	}		
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
