
/*RESET*/

body {color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:-1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/* BASE */

strong {font-weight:bold;}
abbr,acronym {border-bottom:1px dotted #000;cursor:help;} 
em {font-style:italic;}
blockquote,ul,ol,dl {margin:1em;}
ol,ul,dl {margin-left:2em;}
ol li {list-style: decimal outside;}
ul li {list-style: disc outside;}
dl dd {margin-left:1em;}
th {font-weight:bold;text-align:center;}
caption {margin-bottom:.5em;text-align:center;}
p,fieldset,table {margin-bottom:1em;}

/* FONTS */

body {font:13px/1.4 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:99%;}
/**************************************************************************
 * STYLES START HERE.  DO NOT MODIFY ANY CODE ABOVE THIS LINE, ONLY BELOW *
 **************************************************************************/

/*****************
 * GLOBAL STYLES *
 *****************/

body{
	margin: 0;
	padding: 0;
	background: #988759 url(../images/bodybg.jpg) no-repeat top center;
}

.clear{
	clear: both;
}

span{
	display: none;
}

#wrapper{
	margin: 65px auto 0 auto;
	padding: 0;
	position: relative;
	width: 954px;
}

#shadowtop{
	margin: 0;
	padding: 0 16px;
	width: 921px;
	height: 466px;
		background: transparent url(../images/shadow_top-trans.png) no-repeat 0 0;
	}

#shadowrepeat{
	margin: 0;
	padding: 0 16px;
	width: 921px;
		background: transparent url(../images/shadow_repeat-trans.png) repeat-y 0 0;
	}

#shadowbottom{
	margin: 0;
	padding: 0 16px;
	width: 921px;
	height: 75px;
		background: transparent url(../images/shadow_bottom-trans.png) no-repeat 0 0;
	}

#toptab{
	margin: 0 0 0 496px;
	padding-top: 10px;
	width: 440px;
	height: 28px;
	background: transparent url(../images/toptab-trans.png) no-repeat 0 0;
}

#toptab p{
	margin: 0 auto;
	width: 363px;
	height: 25px;
	background: transparent url(../images/phone-trans.png) no-repeat 0 0;
}

#header_top {
	position: relative;
	margin: 0;
	padding: 0;
	width: 921px;
	height: 26px;
	background: transparent url(../images/header_top-trans.png) no-repeat 0 0;
}

#header{
	position: relative;
	margin: 0;
	padding: 0;
	width: 921px;
	height: 402px;
	background: transparent url(../images/header.jpg) no-repeat 0 0;
}

#headerAbout{
	position: relative;
	margin: 0;
	padding: 0;
	width: 921px;
	height: 402px;
	background: transparent url(../images/header_about.jpg) no-repeat 0 0;
}

#header #logo{
	margin: 0;
	padding: 0;
	width: 339px;
	height: 57px;
	position: absolute;
	left: 55px;
	top: 45px;
	background: transparent url(../images/logo-trans.png) no-repeat 0 0;
}

#header #slogan{
	margin: 0;
	padding: 0;
	width: 440px;
	height: 121px;
	position: absolute;
	left: 435px;
	top: 259px;
	background: transparent url(../images/slogan-trans.png) no-repeat 0 0;
}

#main_nav{
	position: absolute;
    top: 466px;
    left: 16px;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
    width: 915px;
    height: 38px;
    z-index: 100;
    background: transparent url(../images/nav-trans.jpg) no-repeat 0 0;    
}

#main_nav ul, #main_nav li{
	list-style-type: none;
    margin: 0;
    padding: 0;
}

#main_nav li{
	float: left;
}

#main_nav li a{
	display: block;
}

#main_nav li.home a{
	width: 143px;
    height: 38px;
	background: transparent;
}

#main_nav li.about a{
	width: 154px;
    height: 38px;
	background: transparent;
}

#main_nav li.services a{
	width: 154px;
    height: 38px;
	background: transparent;
}

#main_nav li.forms a{
	width: 140px;
    height: 38px;
	background: transparent;
}

#main_nav li.account a{
	width: 170px;
    height: 38px;
	background: transparent;
}

#main_nav li.contact a{
	width: 154px;
    height: 38px;
	background: transparent;
}

#main_nav li.home a{
	background: transparent url(../images/nav_hover-trans.jpg) no-repeat 0 0;
}

#main_nav li.about a:hover {
	background: transparent url(../images/nav_hover-trans.jpg) no-repeat -143px 0;
}

#main_nav li.services a:hover {
	background: transparent url(../images/nav_hover-trans.jpg) no-repeat -297px 0;
}

#main_nav li.forms a:hover ,
#main_nav li.forms:hover a,
#main_nav li.forms.over a {
	background: transparent url(../images/nav_hover-trans.jpg) no-repeat -451px 0;
}

#main_nav li.account a:hover {
	background: transparent url(../images/nav_hover-trans.jpg) no-repeat -591px 0;
}

#main_nav li.contact a:hover {
	background: transparent url(../images/nav_hover-trans.jpg) no-repeat -761px 0;
}

#main_nav li ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 200px;
    background: #74a5d0;
    border-bottom: 1px solid #caddec;
}

#main_nav li>ul {
	top: auto;
	left: auto;
}

#main_nav li:hover ul,
#main_nav li.over ul {
	display: block;
}

#main_nav li li {
	float: none;
}

#main_nav li li a {
    color: #fff;
	text-align: center;
    text-decoration: none;
}

#main_nav li.forms:hover li a,
#main_nav li.forms.over li a {
	padding: 3px 0;
    width: 138px;
    height: auto;
	background-image: none;
    border: 1px solid #caddec;
    border-bottom: 0;
}

#main_nav li.forms:hover li a:hover,
#main_nav li.forms.over li a:hover {
	background: #5598d2;
}

#content{
	position: relative;
	margin: 0;
		padding: 45px 88px;
		width: 739px;
	background: #afa186 url(../images/contentbg.jpg) repeat-x 0 0;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	font-size: 131%;
}

#content h2{
	width: 600px;
	height: 56px;
}

#content h3{
	font-weight: bold;	
}

#content h4{
	margin: 0 0 0 10px;
    padding: 0;
    font-size: 85%;
	font-weight: bold;
}

#content .directions {
	margin-top: 0;
    padding: 0;
}

#content #directionImg {
	width: 290px;
    float: right;
}

#content #directionImg p {
	margin: 0;
   padding: 0;
	font-style: italic;
   font-size: 85%;    
}

#content #leftcol {
	width: 61%;
    float: left;
}

#content #rightcol {
	width: 39%;
    float: left;
}

#content .home{
	background: transparent url(../images/homepage_header-trans.png) no-repeat 0 0;
}

#content .specialties{
	background: transparent url(../images/specialties_header-trans.png) no-repeat 0 0;
}

#content .services{
	background: transparent url(../images/services_header-trans.png) no-repeat 0 0;
}

#content .about{
	background: transparent url(../images/about_header-trans.png) no-repeat 0 0;
}

#content .contact{
	background: transparent url(../images/contact_header-trans.png) no-repeat 0 0;
}

#content .forms{
	background: transparent url(../images/forms_header-trans.png) no-repeat 0 0;
}

#content ul, #content li{
	list-style: none;
}

#content ul{
	margin-top: -15px;
}

#homepage{
	list-style-type: disc;
	margin: -15px 0 0 20px;
}

#homepage li{
	list-style-type: disc;
	margin-left: 20px;
	width: 200px;
	float: left;
}

#footer{
	margin: 0;
	padding-top: 10px;
	width: 921px;
	height: 49px;
	background: transparent url(../images/footerbg-trans.png) no-repeat 0 0;
}

#footer span{
	display: inline;
	font-variant: small-caps;
}

#footer p{
	margin: 0 auto;
	padding: 0;
	width: 921px;
	text-align: center;
	color: #fff;
}

#footer a{
	color: #fff;
}

#footer a:hover{
	text-decoration: underline;
}