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

body, html{
	margin:0;
	padding:0;
	background: #f7f7f7 url(images/bg_tile.jpg) top repeat-x;
	font-family:"Times New Roman", Times, serif;
	font-size:13px; color:#838484;
	line-height:24px;
}
a{ text-decoration:none;color:#666;}
a:hover{color:#859DB8;}
a img{border:none;}

#banner{
	height:173px;
	background-image:url(/images/header.jpg);
}

#theFlash{
	height:300px;
}

#heading{
	height:82px;
}

.titles{
 font-family:"Times New Roman", Times, serif; font-variant:small-caps;
}

.left{float:left;}
.right{float:right;}
#contain{margin:0 auto; width:940px;}

#logo{float:left;}
#phone{ float:right; margin-top:25px; text-align:right;}

/* NAV */
#navcontainer{margin-left:-5px; width:949px; xbackground-image:url(images/nav_bg.jpg); height:35px;}
#nav{height:35px; clear:both; font-family:"Times New Roman", Times, serif; text-align:center; font-variant:small-caps; font-size:16px;}
#navouter{position:relative; left:50%;}
#navouter2{position:relative; left:-50%; float:right;}
#nav ul{list-style:none; margin:0; padding:0;}
#nav > ul > li{float:left; position:relative; border:2px solid #E9E9E9; padding:0px; }
#nav ul a{display:block; width:124px; margin:0px; line-height:23px; padding:0 3px;}
#nav ul ul a{margin:3px 3px; line-height:18px;}
#nav ul a.current{background-color:#850000; color:#fff;}
#nav ul a.current:hover{background-color:#850000; color:#fff;}
#nav ul li ul{display:none; position:absolute;}
#nav ul li:hover > ul{display:block;}
#nav ul ul li{float:none;display:block}
#nav ul ul{background-color:#fff; line-height:normal; border:solid #4c6577 1px;}
#nav ul a:hover{background-color:#4c6577; color:#FFF}
#nav ul ul li:hover{background-color:#4c6577; color:#FFF}
#main{width:450px; float:right; border:solid #e3e3e3 1px; padding:5px; margin:0 5px;}
#sidebar{ width:231px; float:right;}
#portfoliosidebar{width:231px; float:left;}

/* QUOTE BOX */
#quote{background-image: url(images/quote_bg.jpg); background-repeat:no-repeat; text-align:center; height:275px; width:231px;}
#quote div.back{background: url(images/sidebg.gif) top no-repeat;}
#quote input{width:185px; margin:2px 0; padding:2px; border:none; padding:4px}
#quote input.send{background: url(images/send.png) no-repeat; float:right; cursor:pointer; font-size: 0; display:block; height:23px; width:91px; margin-right:23px;}
#quote input.load{background: url(images/loadingAnimation.gif) 25% 50% no-repeat; border:none;width:200px; margin:0px 0; padding:15px 0;cursor:pointer;}
#quote input.error_val{border:1px solid #CB0000;background:#ffcccc;}

#attract{
	width:231px;
	height:175px;
	background-image:url(/images/attract_bg.jpg);
}

#footer{ font-size:10px; margin:10px 0; padding:10px; height:40px; line-height:16px;}

#formatting1{
	border:solid #e3e3e3 1px;
	padding:5px;
	margin:10px 0;
}

#formatting2{
	border:solid #e3e3e3 1px;
	padding:5px;
	margin:10px 0;
	font-size:18px;
	color:#FFF;
	background-color:#999;
	line-height:30px;
}

.titles2{
	font-size:18px; padding-bottom:10px; border-bottom:solid #999 1px; color:#666;
}

.titles3{
	font-size:21px; padding-bottom:10px; color:#666; margin-left:20px; line-height:28px;
}

/* HEADERS */
h1.maintitle{-moz-border-radius:10px 10px 10px 10px;
background:url("images/arrow.png") no-repeat scroll 6px 50% #00428E;color:#FFFFFF;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif; font-size:21px;
margin:0; padding:16px 0 16px 66px; -webkit-border-radius:10px;}
h1{color:#195da5; font-size:21px; font-weight:bold; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
h2{color:#195da5; font-size:18px; text-align:center; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
h3{}
p{}
small{color:#bbb;}

.portfolio_frame {
float:left;
padding:15px 20px;
border:solid #e3e3e3 1px;
}

#portfolio_fix img{
	width:270px;
}

.check {
	list-style-image: url(images/arrow_bullet.gif);
}
.check li{
	color: #00428E;
	font-size: 13px;
	
}
.lists {
	margin: 0 0px;
}

.imgleft{
	float:left;
	margin:5px 10px 5px 0;
}

#testimonial{
	min-height:170px;
	margin-top:10px;
	border-top:solid #CCC 1px;
	padding:10px 0 10px 0;
}

#testimonial p {
	margin:8px 16px;
	padding:8px;
	border:dotted 1px #ccc;
}

.doctor{
	font-size:18px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #FFF;
  z-index: 102;
  color:#000000;
  display:none;
  border: 3px solid #849DB7;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

.testimonialpic {
	margin:0 8px;
	width:120px;
}

.testimonialquote {
	line-height:normal;
	background-color:#92A5B4;
	padding:8px;
	color:#FFF;
	border:1px solid #678192;
}
.testimonialquote a {
	color:#FFF;
}
.testimonialquote p {
	padding:0px;
	margin:0;
}