@charset "utf-8";
/* CSS Document */

/* ======== Color ==========*/ 
body {background-image: url(../images/bg_body_teal.gif); background-color: #BFE1E3;}
a {color:#6d7220;}
h1, h2, h3 {color:#32689B;}


#header_top {background-image:url(../images/bg_head_top_teal.jpg);}
#header_bottom {background-image:url(../images/bg_head_bot_teal.jpg);}

/* ======== General ============*/
* {
	margin:0px;
	padding:0px;
}

html { min-height:100%; margin-bottom:1px;}

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	text-align:center;
	background-repeat:repeat-x;
}

a {
	display:inline;
	text-decoration:none;
	color:#bf9122;
}

a:hover {
	text-decoration:underline;
}

p {
	font-size:12px;
	line-height:1.4em;
	margin-bottom:15px;
}

h1 {
	font-size:20px;
	font-weight:normal;
	line-height:1.2em;
	display:block;
	margin-bottom:7px;
}

h2 {
	font-size:14px;
	font-weight:bold;
	line-height:1.2em;
	margin-bottom:7px;
}

h3 {
	font-size:16px;
	font-weight:bold;
	line-height:1.4em;
}

h4 {
	font-size:16px;
	font-weight:bold;
	color:#333;
	display:block;
}

h5 {
	font-size:12px;
	font-weight:bold;
	color:#333;
	display:block;
	margin-bottom:2px;
}

img {
	border:none;
	display:block;
}


fieldset {
	margin-top:10px;
	padding:15px;
	padding-top:0px;
	display:block;
	border:1px solid #a4c3da;
}


textarea {
	width:600px;
	height:70px;
}

legend {
	font-size:14px;
	font-weight:normal;
	color:#32689B;
	padding:5px;
}


ul.body_list {
	margin:7px 0px 15px 15px;
	line-height:1.3em;
}

#name, #phone, #email, #address, #city, #state, #zip {width:225px;}

span.theme {
	visibility:hidden;
	font-size:8px;
	display:inline;
}

.no_margin {margin:0px;}
.input {width:200px; padding:1px; border:1px solid #7F9DB9; margin-bottom:10px;}
sup {line-height:70%}
.textsize {position:absolute; top:0px; right:20px; line-height:10px; text-align:left; display:block; color:#444444;}
.textsize img {display:inline; vertical-align:middle;}

/*layout
===============================================================*/
#wrapper {
	width:820px;
	margin:0 auto;
	margin-bottom:25px;
	display:block;
	position:relative;
}

#header_top {
	width:820px;
	height:134px;
	position:relative;
	background-repeat:no-repeat;
}


#header_bottom {
	width:820px;
	height:235px;
	position:relative;
	background-repeat:repeat;
}

#navbar {
	font-size:15px;
	font-weight:normal;
	text-align:left;
	position:absolute;
	top:198px;
	left:25px;
}

#navbar li{
	color:#fff;
	float:left;
	list-style:none;
	padding-right:10px;
}

#navbar li a {
	color:#fff;
	list-style-type:none;
}

#flash {position:absolute; left:11px; top:2px;}

#doctor {
	font-size:12px;
	font-weight:bold;
	color:#336699;
	position:absolute;
	text-align:left;
	top:10px;
	left:25px;
}

#logo {
	display:block;
	position:absolute;
	top:15px;
	left:0px;
}

#contacts {
	position:absolute;
	text-align:left;
	bottom:10px;
	left:20px;
}
#contacts p {display:inline;}
#contacts h3 {font-size:18px; font-weight:normal; display:inline;}

#content {
	font-size:12px;
	width:750px;
	text-align:left;
	position:relative;
	padding:20px 25px 25px 25px;
	padding-bottom:25px;
	display:block;
	background-color:#fff;
	float:left;
}

.staff_bio {
	clear:both;
}

.staff_bio img{
	float:left;
	margin:0px 15px 15px 0px;
}

img.home_img {
	margin-bottom:10px;
	margin-right:20px;
	float:left;
}

img.services_img {
	float:right;
	margin-left:15px;
	margin-bottom:10px;
}

img.contact_img {
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}
	
#footer {
	clear:both;
	padding-top:10px;
	text-align:left;
	display:block;
	color:#777777;
	font-size:10px;
	position:relative;
}
#footer #trustedsite {position:absolute; top:10px; right:15px;}
#trustedsite img {display:inline; margin-right:5px;}


/* =========== Accordion ===============*/
.accordion h2 {
	background: #e9e7e7 url(images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
	display:block;
	font-size:13px;
}

.accordion {
	width: 650px;
	border-bottom: solid 1px #c4c4c4;
}

.accordion h2:hover {
	background-color: #e3e2e2;
}
.accordion h2.active {
	background-position: right 5px;
}
.accordion p {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	display:block;
}

.show_all_btn {
	position:absolute;
	display:block;
	top:95px;
	right:125px;
	line-height:2.1em;
}

.show_all_btn a {
	border-bottom:2px solid #c4c4c4;
	border-right:2px solid #c4c4c4;
	border-top:none;
	border-left:none;
	background-color:#e9e7e7;
	padding:3px;
	padding-left:5px;
	padding-right:5px;
	margin-left:5px;
}

.show_all_btn a:hover {
	border:1px solid #c4c4c4;
	background-color:#e3e2e2;
	text-decoration:none;
	padding:3px;
	padding-left:5px;
	padding-right:5px;
	margin-left:5px;
}

a.linktext, a:hover.linktext {
	color:#555555;
	text-decoration:none;
}
	
.float_right {
	float:right;
	margin-left:15px;
}

.float_left {
	float:left;
	margin-right:15px;
}

.centertext {
	text-align:center;
}

.clear_both {
	clear:both
}

.clear_right {
	clear:right;
}

.clear_left {
	clear:left;
}

#ad_panel {
	border: 0px solid #cccccc;
	margin-bottom:15px;
	padding:0px;
}

.corner_text {
	text-align:right;
	font-size:8px;
}

.small {font-size:10px;}

/* ====== Lightbox ======*/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 0px solid #666;
	border-right: 0px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url('../images/overlay.png'); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
