@import url('reset.css');

/* GLOBAL -------------------------------------------------------*/
body {
	background: #CAB380 url('/img/layout/bg.png') repeat-x;
	color: #555;
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0 0 10px 0;
}
h1, h2, h3, h4 {
	clear: both;
	font-family:"Times New Roman", Times, serif;
	padding: 5px 0;
}
h1 {
	color: #00885e;
	font-size: 180%;
}
h2 {
	font-size: 24px;
	font-weight: normal;
	color:#686868;
}
h3 {
	font-size: 140%;
}
h4 {
	clear: both;
	font-size: 120%;
	font-weight: bold;
}

li, address {
	line-height: 19px;
}	
p {
	line-height: 22px;
}
p {
	margin: 0 0 10px 0;
}
ul, ol {
	padding: 0 0 10px 25px;
}
address {
	font-style: normal;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

a:link, a:visited {
	color: #00885e;
}

a:hover {
	border-bottom: 1px solid;
}

/* flash messages */
.flash {
	background: #FCF9CE;
	border: 1px solid #FFD05F;
	clear: both;
	color: #444;
	font-weight: bold;
	margin: 10px 0;
	padding: 10px;
	width: 360px;
}
.flash.error {
	background: #FFEBE8;
	border: 1px solid #900;
	clear: both;
	color: #900;
	font-weight: bold;
	margin: 10px 0;
	padding: 10px;
}
.flash.success {
	background: #CEE6C3;
	border: 1px solid #128642;
	clear: both;
	color: #128642;
	font-weight: bold;
	margin: 10px 0;
	padding: 10px;
}



/* Featured Item */
#contact_us_today {
	margin:7px 5px 5px 8px;
	background: url('/img/bg_featured_contact.jpg') no-repeat;
	font-size:15px;
	float: left;
	height: 150px;
	width: 270px;
	padding:50px 15px 0;
}
	#contact_us_today p.address {
		font-size:13px;
		line-height:16px;
		margin-top:-5px;
	}	
	
#conditions_we_treat {
	margin:7px 5px;
	background: url('/img/bg_featured_conditions.jpg') no-repeat;
	font-size:12px;
	float: left;
	height: 150px;
	width: 270px;
	padding:50px 15px 0;
}	
#services_we_offer {
	margin:7px 8px 5px 5px;
	background: url('/img/bg_featured_services.jpg') no-repeat;
	font-size:12px;
	float: left;
	height: 150px;
	width: 270px;
	padding:50px 15px 0;
}

.featured h2 {
	padding: 5px 0 10px 20px;
}

/* LAYOUT -------------------------------------------------------*/
#container {
	margin: 0 auto;
	width: 960px;
}
#header {
	background: url('/img/layout/masthead.png') no-repeat;
	height: 103px;
	width: 960px;
}
#header h1 {
	display: none;
}

#content {
	background: #fff;
	border: 3px solid #c8c8c8;
	float: left;
	padding: 0 7px;
	width: 941px;
}
#content #nav {
	border-bottom: 1px solid #cab380;
	clear: both;
	color: #cab380;
	float: left;
	margin: 0 0 8px 0;
	padding: 0 0 0 20px;
	width: 920px;
}
#content #nav li {
	background: url('/img/layout/nav_dot.png') no-repeat center left;
	float: left;
	list-style: none;
	margin: 9px 0;
	padding: 0 19px 0 28px;
}
#content #nav li.first {
	background: none;
	padding:0 22px 0 0;
}
#content #nav li.last {
	padding:0 0 0 22px;
}
#content #nav li a {
	font-family: "Times New Roman", serif;
	color: #555;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
	font-size:12px;
}
#content #nav li a:hover {
	border: none;
	color: #00885e;
}
#content #nav li.selected a {
	color: #00885e;
	font-style: italic;
	font-size:14px;
}
.content_inner {
	clear: both;
	padding: 0 5px;
}

#footer {
	background: #E8E8E8 url('/img/layout/footer_bg.png') no-repeat top left;
	clear: both;
	border: 3px solid #c8c8c8;
	float: left;
	height: 180px;
	margin: 8px 0 10px;
	padding: 5px;
	text-align: right;
	width: 945px;
}
#footer ul {
	margin: 15px 10px 0 0;
	padding: 0;
	clear: both;
}
#footer ul.nav {
	margin: 0 10px 20px 0;
}
#footer ul li {
	background: url('/img/layout/footer_dot.png') no-repeat left center;
	display: inline;
	margin: 0 0 0 5px;
	padding: 0 0 0 15px;
}
#footer ul li.first {
	background: none;
}
#footer ul li a {
	text-decoration:none;
}
#footer ul.nav li a {
	font-size: 90%;
}
#footer address {
	margin: 0 10px 0 0;
	clear: both;
}
#footer address strong {
	color: #00885e;
	font-family: "Times New Roman", serif;
	text-transform: uppercase;
}

/* PAGES --------------------------------------------------------*/

/* Home */
.home {
	clear: both;
	padding: 1px 0 0 0;
}
.home .featured#contact_us_today .request_an_appointment {
	margin-bottom: 10px;
}
.home .featured#contact_us_today .request_an_appointment a {
	background: url('/img/request_appointment.png') no-repeat;
	display: block;
	height: 32px;
	text-indent: -99999em;
	width: 235px;
	border:none;
	margin-bottom:6px;
}
.home .quality_of_life {
	clear: both;
	padding: 0 10px 15px;
}
.home .freedom {
	font-size: 19px;
	font-style: italic;
}
.home .freedom strong {
	color: #00885e;
	font-size:21px;
	font-weight:normal;
}

/* About */
.lg_titlegreen {
	font-size:15px;
	font-weight:bold;
	color: #00885e;
}	

.titlegreen{
	color: #00885e;

}

.about_descrip{
	width:680px;
	float:right;
	margin:10px 20px 10px 0;
}
#shawn{
	background: url('/img/about_shawn.jpg') no-repeat top center;
	display:block;
	margin-left:-10px;
	height:525px;
	clear:both;
}

#swim{
	background: url('/img/about_swim.jpg') no-repeat top center;
	display:block;
	margin-left:-10px;
	height:300px;
	clear:both;
}

#pittman{
	background: url('/img/about_pittman.jpg') no-repeat top center;
	display:block;
	margin-left:-10px;
	height:300px;
	clear:both;
}

#rolader{
	background: url('/img/about_rolader.jpg') no-repeat top center;
	display:block;
	margin-left:-10px;
	height:280px;
	clear:both;
}

#harper{
	background: url('/img/about_harper.jpg') no-repeat top center;
	display:block;
	margin-left:-10px;
	height:300px;
	clear:both;
}

.buttons{
	float:right;
	margin-bottom:-50px;
}
.buttons a:hover{
	border:none;
}

/* Educational Videos */
#edu_video{
	margin-left:180px;
}

/* Services*/

.titlenormal{
	font-weight:bold;
	font-size:15px;
}

#service_text{
	width:620px;

}

.dwnld_bgs{
	background: url('/img/service_linkbg.jpg') no-repeat top center;	
	margin-top:-680px;
	height:212px;
	width:288px;
	float:right;
	padding:10px 0 0 25px;
}
.rtfloatserv{
	float:right;
	margin-top:-312px;
}
.dwnld_title{
	font-size:19px;
	font-family: "Palatino Linotype", "Times New Roman", serif;
	
}
.dwnld_links{
font-size:15px;
}
#services_btm {
	background: url('/img/before_gradi.jpg') no-repeat top center;
	clear: both;
	height:150px;
	padding-top:20px;
}	

/*Educational Videos*/
#edu_video {	
	margin-bottom:20px;
}	

/*Before You Visit*/
.rtfloatbefore{
	float:right;
}

#visit_text{
	float: left;
	width:620px;

}


.dwnld_bgs2{
	background: url('/img/service_linkbg.jpg') no-repeat top center;
	height:212px;
	width:285px;
	float:right;
	padding:10px 0 0 25px;
}

#driving{
	background: url('/img/before_gradi.jpg') no-repeat top center;

	width:915px;

	padding:15px 0 0 5px;
}

#procedure {
	background: url('/img/before_gradi.jpg') no-repeat top center;
	clear: both;
	height:350px;
	padding-top:20px;
}	

/*Contact*/

.rtfloatcontact{
	float:right;
	margin:-645px 40px 0 0;

}
.rtfloatcontacttop{
	float:right;
	margin-top:7px;
	

}
#driving_direct{
	margin-top:20px;
}
#contact_top{
	height:390x;
}

#contact_address{
	background: url('/img/contact_linkbg.jpg') no-repeat top center;
	
	height:83px;
	width:455px;

	padding:10px 0 0 5px;
}

.addyleft{
	float: left;
	width:200px;
	margin-left:10px;
	font-size:15.5px;
	line-height:19px;
}
.addyright{
width:160px;
	float:left;
	font-size:15.5px;
	line-height:19px;
}
img#map {
	float:right;
}	

/*For Physicians*/

#phy_address{
	background: url('/img/for_phy_bg.jpg') no-repeat top left;
	
	height:105px;
	margin-bottom:20px;
	padding:15px 0 0 5px;
}

.buttyright{
	width:240px;
	float:left;
}

.buttyright a:hover{
	border:none;
}
.rtfloatphytop{
	display: block;
	float:right;
	margin-top:140px;
	width: 286px;

}
.phyleft{
	float: left;
	width:240px;
	margin:-6px 0 0 10px;
	font-size:16px;
	line-height:22px;
}

#phy_resize {
	font-size:13px;
	line-height:18px;
}	

#phy_driving{
	background: url('/img/for_phy_directions.jpg') no-repeat top center;
	clear: both;
	height:440px;
	width:915px;
	padding:15px 0 0 5px;
}
#phy_driving_direct{
	width:560px;
	margin-left:300px;
}

.forms{
	margin:10px 0 ;
	border:1px solid #CAB380;
	padding:15px;
	width:350px;

}
.forms h3{
	font-size:16px;
}