/***** CSS Reset *****/ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	/*list-style:inherit;*/
	padding-left:20px;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/********************/

a:link{
 color: #808080;
 font-weight: normal;
 font-family:"Times New Roman", Times, serif;
 text-decoration:underline;
}

a:visited{
 color: #808080;
 font-weight: normal;
 font-family:"Times New Roman", Times, serif;
 text-decoration:underline;
}

a:active{
 color: #808080;
 font-weight: normal;
 font-family:"Times New Roman", Times, serif;
 text-decoration:underline;
}

a:hover{
 color: #808080;
 font-weight: normal;
 font-family:"Times New Roman", Times, serif;
 text-decoration:none;
}

a.textLink:link{
 color: #808080;
 font-weight: normal;
 font-family:"Times New Roman", Times, serif;
 text-decoration:underline;
 font-size: 11pt;
 font-weight: normal;
 line-height: 12pt;
 font-family:"Times New Roman", Times, serif;
}

a.textLink:visited{
 color: #808080;
 font-weight: normal;
 font-family:"Times New Roman", Times, serif;
 text-decoration:underline;
 font-size: 11pt;
 font-weight: normal;
 line-height: 12pt;
 font-family:"Times New Roman", Times, serif;
}

a.textLink:active{
 color: #808080;
 font-weight: normal;
 font-family:"Times New Roman", Times, serif;
 text-decoration:underline;
 font-size: 11pt;
 font-weight: normal;
 line-height: 12pt;
 font-family:"Times New Roman", Times, serif;
}

a.textLink:hover{
 color: #808080;
 font-weight: normal;
 font-family:"Times New Roman", Times, serif;
 text-decoration:none;
 font-size: 11pt;
 font-weight: normal;
 line-height: 12pt;
 font-family:"Times New Roman", Times, serif;
}

a.overblue:link{
 color: #f8f4e1;
 text-decoration:underline;
 font-weight: bold;
}

a.overblue:visited{
 color: #f8f4e1;
 text-decoration:underline;
 font-weight: bold;
}

a.overblue:active{
 color: #f8f4e1;
 text-decoration:underline;
 font-weight: bold;
}

a.overblue:hover{
 color: #f8f4e1;
  text-decoration:none;
 font-weight: bold;
}
 
/********************/

html, body{ 
 margin:0; 
 padding:0; 
 height:100%;
} 

body {
 background-color:#ffffff;
 background-image:url(../images/bg.jpg);
 background-position:bottom;
 background-repeat: repeat-x;
 background-attachment: fixed;
 height: 100%;
 background-color:#f9f6d5;
}

p {
 color: #808080;
 font-size: 12px;
 font-weight: normal;
 line-height: 15px;
 font-family:"Times New Roman", Times, serif;
}
 
#pagewidth{ 
 height:100%; !important
 position:relative;
 margin: 0;
 width: 957px;
 max-width:957px;  
 min-width:957px; 
 background-image:url(../images/gradient-bg.jpg); 
 padding: 0 10px 0 10px;
 z-index: -1000;
 background-color:#fff;
}

.center{
 margin-left: auto;
 margin-right: auto;
 width: 960px;
}

#topBorder{
 margin: 30px 0 0 0;
 width: 974px;
 height:25px;
 background-image:url(../images/border-top.jpg);
}

.logo{
 margin: 0 0 0 15px;
 float: left;
 height:136px; 
 background-color:#fff; 
 width:136px;
 position:relative;
}
 
#header{
 float: left;
 height:141px;  
 width:942px;
 background-color:#fff;
 position:relative;
 padding-right: 15px;
} 

.headerTextLogo{
 float: left;
 position: relative;
 margin: 30px 0 0 15px;
 width: 406px;
 height: 78px;
}

.top-hr{
 float:left;
 margin-left: 15px;
}

.headerText{
 float: right;
 /*width:325px;*/
 height: 16px;
 position: relative;
 margin: 30px 10px 6px 0;
 color: #808080;
 font-size: 11pt;
 line-height: 15pt;
 font-family:"Times New Roman", Times, serif;
 text-align: right;
}

.headerH3{
 float:right;
 width: 325px;
 height: 16px;
 position: relative;
 padding: 4px 10px 0 0;
 color: #808080;
 font-size: 14pt;
 font-weight: bold;
 line-height: 15pt;
 font-family:"Times New Roman", Times, serif;
 text-align: right;
}

#nav{
 float: left;  
 display:inline; 
 position: relative; 
 /*height:404px;*/
 height: 484px;
 width:183px; 
 margin: 15px 20px 15px 0;
 spacing: 0px;
 padding-left: 15px;
}

a.navText:link{
 padding: 0;
 color: #CCA957;
 font-weight:bold;
 text-transform:uppercase;
 font-size: 10pt;
 line-height: 14px;
 font-family:"Times New Roman", Times, serif;
 display: block;
 height: 16px;
 text-decoration:none;
 clear:both;
}

a.navText:visited{
 padding: 0;
 color: #CCA957;
 font-weight:bold;
 text-transform:uppercase;
 font-size: 10pt;
 line-height: 14px;
 font-family:"Times New Roman", Times, serif;
 display: block;
 height: 16px;
 text-decoration:none;
 clear:both;
}

a.navText:active{
 padding: 0;
 color: #CCA957;
 font-weight:bold;
 text-transform:uppercase;
 font-size: 10pt;
 line-height: 14px;
 font-family:"Times New Roman", Times, serif;
 display: block;
 height: 16px;
 text-decoration:none;
 clear:both;
}

a.navText:hover{
 padding: 0;
 color: #ba9545;
 font-weight:bold;
 text-transform:uppercase;
 font-size: 10pt;
 line-height: 14px;
 font-family:"Times New Roman", Times, serif;
 display: block;
 height: 16px;
 text-decoration:none;
 clear:both;
}

hr.dotted {
   border: none 0; 
   border-top: 1px dotted #999999;
   width: 160px;
   height: 1px;
   padding: 0 0 0 15px;
   clear:both;
} 

hr.dottedRightSide {
   border: none 0; 
   border-top: 1px dotted #999999;
   width: 210px;
   height: 1px;
   padding: 0 0 0 15px;
} 

hr.dottedHeader {
   border: none 0; 
   border-top: 1px dotted #999999;
   width: 700px;
   height: 1px;
   margin: 15px 0 0 0;
   text-align:left;
} 

hr.dottedTitle {
   border: none 0; 
   border-top: 1px dotted #999999;
   width: 450px;
   height: 1px;
   padding: 0 0 0 15px;
} 

#margin{
 /*background-color: #ffffff;  */
 margin-top: 30px;
 margin-right:0px;
 margin-bottom:0px;
 margin-left: 30px;
}

#maincol{
 background-color: #ffffff;  
 float: left; 
 /*display:block; */
 position: relative; 
 width:957px; 
 font-family: Arial, Helvetica, sans-serif;
 font-size:14px;
 font-style: normal;
 line-height: 17px;
 letter-spacing:0.03em;
 height: 100%;
 z-index: 1;
 clear: both;
}

#rightcol{
 margin-top: 15px;
 margin-right: 25px;
 background-color: #ffffff;  
 text-align: left;
 width: 680px;
 float: right;
 color: #808080;
 font-size: 11pt;
 font-weight: normal;
 line-height: 12pt;
 font-family:"Times New Roman", Times, serif;
}

.bottomimg{
 text-align:center;
 float: center;
 position: relative;
 margin-left: auto;
 margin-right: auto;
 width: 960px;
}

#footer{
 width: 960px;
 margin:0 auto 0 auto;
 padding-left: 200px;
 height:25px;  
 clear:both;
 font-size:9pt;
 font-style: normal;
 clear: both;
 text-align: center;
 color: #808080;
 font-size:9pt;
 font-weight: normal;
 line-height: 13pt;
 font-family:"Times New Roman", Times, serif;
} 

a.footerText{
 font-family:"Times New Roman", Times, serif;
 font-style:italic;
 font-size:9pt;
 color: #CCA957;
}

span.footerText{
 font-family:"Times New Roman", Times, serif;
 font-style:italic;
 font-size:9pt;
 color: #CCA957;
}

.mainLeft{
 float:left;
 position: relative;
 width:460px;
 margin: 0 8px 0 0;
}

.mainLeft2{
 float:left;
 position: relative;
 width:460px;
 margin: 0 8px 0 0;
}

.mainRight{
 float:right;
 position: relative;
 width:221px;
 padding: 11px;
 margin-right: 11px;
 background-color:#f9f6d5;
 text-align:left;
 vertical-align:top;
 line-height: 100%;
}

.mainRightFront{
 float:right;
 position: relative;
 width:221px;
 padding: 11px;
 margin-right: 11px;
 background-color:#f9f6d5;
 text-align:left;
 vertical-align:top;
 line-height: 100%;
 min-height: 250px;
 max-height: 445px;
 text-overflow:ellipsis;
 overflow:hidden;
 white-space:normal;
}

.mainRightFront H1{
 color: #CCA957;
 font-weight:bold;
 text-transform:uppercase;
 font-size: 10pt;
 line-height: 14px;
 font-family:"Times New Roman", Times, serif;
 display: block;
 text-decoration:none;
}

.mainRightFront hr{
   border: none 0; 
   border-top: 1px dotted #999999;
   width: 210px;
   height: 1px;
   padding: 0 0 0 15px;
   float: left;
   text-align: left;
}

.mainRightFront p{
 color: #CCA957; /* 808080 */
 font-weight:normal;
 font-size: 10pt;
 line-height: 14px;
 font-family:"Times New Roman", Times, serif;
 text-decoration:none;
}

.mainRightFront ul li{
 color: #CCA957; /* 808080 */
 font-weight:normal;
 font-size: 10pt;
 line-height: 14px;
 font-family:"Times New Roman", Times, serif;
 text-decoration:none;
}

.submitButton{
 position: relative;
 float: right;
}

.submitButton2{
 position: relative;
 float: left;
}

.mainContent{
 float:left;
 position: relative;
 vertical-align:top;
 width: 722px;
 padding-top: 10px;
 color: #808080;
 font-size: 11pt;
 font-weight: normal;
 line-height: 12pt;
 font-family:"Times New Roman", Times, serif;
}

.flashMainHolder{
 float:left;
 position: relative;
 width: 711px;
 padding: 8px 0px 2px 0px;
}

.flashBanner{
 width:470px;
 height: 189px;
 float: left;
 position: relative;
 border: 1px solid #81AECB;
 padding: 0;
 margin: 0;
}

.flashBannerStaff{
 width:711px;
 height: 346px;
 float: left;
 position: relative;
 border: 1px solid #81AECB;
 padding: 0;
 margin: 0;
}

.flashRightSideTextBox{
 width:207px;
 height: 159px;
 float:right;
 position: relative;
 background-color:#81AECB;
 border: 1px solid #81AECB;
 padding: 15px;
 margin: 0;
}

.flashRightSideText{
 text-align: left;
 color:#f8f4e1;
 font-family:"Times New Roman", Times, serif;
 font-size: 12px;
 line-height: 15px;
 overflow:hidden;
}

.flashRightSideTextTitle{
 text-align: left;
 color:#f8f4e1;
 font-family:"Times New Roman", Times, serif;
 font-size: 12px;
 font-weight:bold;
 line-height: 15px;
 overflow:hidden;
}

.leftDoctorBox{
 width: 228px;
 position: relative;
 float: left;
}

.rightDoctorBox{
 width: 228px;
 position: relative;
 float: right;
}

.doctorPic{
 width: 100px;
 height: 100px;
 position: relative;
 float: left;
}

.doctorBlurb{
 width: 125px;
 position: relative;
 float: right;
 padding-left: 3px;
 font-family:"Times New Roman", Times, serif;
 font-size:12px;
}

.doctorName{
 font-family:"Times New Roman", Times, serif;
 font-size:13px;
 font-weight:bold;
}

.rightSideTitle{
 color: #CCA957;
 font-weight:bold;
 text-transform:uppercase;
 font-size: 10pt;
 line-height: 14px;
 font-family:"Times New Roman", Times, serif;
 display: block;
 text-decoration:none;
}

.leftSideTitle{
 font-family:"Times New Roman", Times, serif;
 font-size:20px;
 line-height: 22px;
 color: #808080;
 font-style:italic;
 font-weight: normal;
}

h4 {
 color: #808080;
 font-size: 13px;
 font-weight: bold;
 font-style: italic;
 line-height: 15px;
 font-family:"Times New Roman", Times, serif;
}

.rightSideText{
 color: #CCA957;
 font-weight:normal;
 font-size: 10pt;
 line-height: 14px;
 font-family:"Times New Roman", Times, serif;
 text-decoration:none;
}

.leftSideText{
 color: #CCA957;
 font-weight:normal;
 font-size: 10pt;
 line-height: 14px;
 font-family:"Times New Roman", Times, serif;
 display: block;
 text-decoration:none;
}

.mainText{
 color: #808080;
 font-size: 12px;
 font-weight: normal;
 line-height: 12pt;
 font-family:"Times New Roman", Times, serif;
}

.faqQ{
 color: #808080;
 font-size: 12px;
 font-weight: normal;
 line-height: 14px;
 font-family:"Times New Roman", Times, serif;
 font-weight:bold;
 font-style:italic;
}

.faqA{
 color: #808080;
 font-size: 12px;
 font-weight: normal;
 line-height: 14px;
 font-family:"Times New Roman", Times, serif;
}

ul li, ol li {
color: #808080;
 font-size: 12px;
 font-weight: normal;
 line-height: 12pt;
 font-family:"Times New Roman", Times, serif;
}

.headerPadding{
 padding: 0 0 15px 0;
}

.subnav {
 text-align:center;
}

.subnav a {
 color: #81adca;
 font-size: 12px;
 font-weight: normal;
 line-height: 14px;
 font-family:"Times New Roman", Times, serif;
}


.image-left {
 float: left;
 margin: 5px 13px 5px 0;
}

.image-right {
 float: right;
 margin: 5px 0 5px 13px;
}

.center > #pagewidth > #maincol > .mainContent > .mainLeft hr {
 border: none 0; 
 border-top: 1px dotted #999999;
 width: 100%;
 height: 1px;
 text-align: left;
 margin: 0 auto 0 0; 

} 