@charset "utf-8";
/* CSS Document */

* {margin:0px; padding:0px;}
html {min-height:100%; margin-bottom:1px;}
body {font-family:Arial, Helvetica, sans-serif; font-size:0.85em; color:#444444; text-align:center; line-height:130%; background: #ffffff url('../images/bg_body.gif') repeat-x top left;}
a {color:#a4692a; text-decoration:none;}
a:hover {color:#cb4a1d; text-decoration:none;}
p{line-height:125%; margin-bottom:15px; display:block;}
h1, h2, h3, h4, h5, h6 {display:block; margin-bottom:1px; color:#1d479d; line-height:130%; font-weight:normal; font-family:Helvetica, Arial, sans-serif;}
h1 {font-size:1.9em; margin-bottom:15px;}
h2 {font-size:1.5em;}
h3 {font-size:1.3em;}
h4 {font-size:1.2em;}
h5 {font-size:1.1em;}

img {border:none;}
.clear {both}
.no_margin {margin:0px}
.float_left {float:left; margin-right:15px;}
.float_right {float:right; margin-left:15px;}
.hr, .hr_menu_top, .hr_menu_bottom, .hr_backtotop {height:5px; background:url('../images/bg_dotted.gif') repeat-x center; margin-bottom:10px; margin-top:10px;}
hr {display:none; clear:both;}
.backtotop {text-align:right; font-size:12px; display:block; clear:both; padding-top:4px; margin-top:2px;}
.linktext {color:#444444;}
a:hover.linktext {color:#444444;}
.source {font-size:10px; border-top:1px solid #cccccc; padding-top:3px;}
fieldset {border:1px solid #ffffff; padding:10px; width:150px;}
legend {color:#ffffff; font-size:14px;}
textarea {width:195px; height:70px; border:1px solid #c0c7cd;}
.input {width:195px;height:15px;padding:1px;margin-bottom:10px;border:1px solid #c0c7cd;}
.submit {cursor:pointer;}
sup {font-size:10px; line-height:8px;}
.testimonials {background:url('../images/bg_openquote.gif') no-repeat top left; padding:15px 0px 5px 60px; margin-bottom:25px; background-color:white;}
.quote {background:url('../images/bg_endquote.gif') no-repeat right bottom; padding-right:60px;}


/*========== layout ================*/
#wrapper {width:760px; margin:0 auto;}

#header {width:760px; height:195px; position:relative; background: url('../images/bg_header.jpg') no-repeat top left;}
#main_nav {width:760px; height:44px;}
#main_nav li {float:left; list-style:none; font-family:Helvetica, Arial, sans-serif;}

#logo {position:absolute; top:75px; left:30px; z-index:100;}
#phone {position:absolute; top:100px; right:500px; color:#ffffff; font-size:16px; font-weight:bold; letter-spacing:1px;}
#doctor {position:absolute; top:100px; left:10px; color:#ffffff; font-size:16px; font-weight:bold;}

#content {padding:25px 40px 40px 40px; width:680px; text-align:left; background-color:#dcf4fc;}
#content ul{display:block; margin:0 0 15px 25px;}
#content h1.page_title {display:inline-block; margin-bottom:15px; color:#65696a; font-weight:normal; line-height:100%;}
#RFIForm {float:right; width:200px; padding:15px; margin:50px 0px 0px 25px; background-color:#dde9ed;}

#footer {text-align:center; font-size:10px; padding-top:15px;}

/*Misc
========================================================*/

.accordion h4 {
	background: #c5d9e0 url('../images/arrow-square.gif') no-repeat;
	padding: 7px 15px;
	margin: 0;
	border: solid 1px #ececec;
	border-bottom: none;
	cursor: pointer;
	display:block;
	font-size:15px;
	color:#444444;
}

.accordion {
	width:100%;
	border-bottom: solid 1px #dddddd;
}

.accordion h4:hover {
	background-color: #efefef;
}
.accordion h4.active {
	background-position: right 5px;
}
.accordion p {
	background: #fcfcfc;
	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:114px;
	right:18px;
	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;
}


/* ====== 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");
	}
