/* Colors
Dark Green - #6F7E45
Light Green - #D0D9BA
Blue - #0054AA
 */
 
/******  Global/Generic  ******/
body {
	margin: 0 auto;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	background: url(../images/bg.gif) repeat-x;
	background-color: #6F7E45;
	text-align: left;
}
a:link {
	color: #0054AA;
}
a:active {
	color: #6F7E45;
}
a:visited {
	color: #0054AA;
}
a:hover {
	color: #6F7E45;
}
.clear {
	clear: both;
}
.subhdr {
	font-size: 25px;
	color: #0054AA;
	font-weight: bold;
	line-height: 50px;
}
.img-border {
	border: 1px solid #0054AA;
    margin-left: 20px;
}


/******  Layout  ******/
#container {
	width: 1000px;
	margin: 0;
	padding: 0;
}


/******  Navigation  ******/
#nav-container {
	margin-top: 57px;
}
#nav-logo {
	width: 260px;
	float: left;
	text-align: center;
	margin-top: -40px;
}
#nav-logo img{
	position: relative;
	z-index: 1000;
}
/*  #nav-logo .shadow {
	box-shadow: 7px 7px 8px #818181;
	-webkit-box-shadow: 7px 7px 8px #818181;
	-moz-box-shadow: 7px 7px 8px #818181;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=7, offY=7, positive=true);
}  */
#nav-link {
	width: 740px;
	float: left;
}


/******  Homepage  ******/
#hp-center {
	margin-top: -38px;
	height: 300px;
}
#hp-weather {
	padding-left: 800px;
}
#hp-boxes {
	width: 960px;
	margin: 20px 0;
}
#hp-box-services {
	width: 302px;
	float: left;
	margin-right: 27px;
	height: 203px;
	background: url(../images/hp_bg_services.jpg) no-repeat;
}
#hp-box-treatment {
	width: 302px;
	float: left;
	margin-right: 27px;
	height: 203px;
	background: url(../images/hp_bg_treatment.jpg) no-repeat;
}
#hp-box-contact {
	width: 302px;
	float: left;
	height: 203px;
	background: url(../images/hp_bg_contact.gif) no-repeat;
}
.hp-box-copy {
	text-align: left;
	padding: 130px 10px 0 10px;
}
.hp-box-copy2 {
	text-align: left;
	padding: 100px 10px 0 30px;
}
#hp-main {
	background-color: #D0D9BA;
	text-align: left;
	padding: 0;
	min-height: 500px;
}


/******  HP Image Rotation  ******/
#slideshow-hp img {
	display: none
}
#slideshow-hp img.first {
	display: block
}


/******  HP Weather Dropdown  ******/
#weather {
	margin: 0 auto;
	padding: 0;
	width: 184px;
	z-index: 500;
	position: absolute;
}
#weather a:focus {
	outline: none;
}
#weather #panel {
	background: #6F7E45;
	height: 100%;
	display: none;
	width: 184px;
	padding-top: 5px;
}
#weather .slide {
	margin: 0;
	padding: 0;
	border-top: 0;
	background: url(../images/weather_hdr.jpg) no-repeat center top;
}
#weather .btn-slide {
	background: url(../images/weather_arrow.gif) no-repeat right -52px;
	text-align: center;
	width: 184px;
	height: 30px;
	padding: 5px 10px 0 0;
	margin: 0 auto;
	display: block;
	font-family: arial;
	color: #fc0;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
#weather .active {
	background-position: right 8px;
	color: #ff9;
}


/******  Regular Page (not HP)  ******/
#site-main {
	background-color: #D0D9BA;
	text-align: left;
	padding: 0;
	margin-top: -38px;
	min-height: 400px;
}
#site-copy {
	padding: 20px;
}


/******  Footer  ******/
#footer {
	width: 100%;
	text-align: center;
	color: #fff;
	background-color: #0054AA;
	font-size: 11px;
	padding: 10px 0;
}
#footer a:link {
	color: #fff;
}
#footer a:active {
	color: #fff;
}
#footer a:visited {
	color: #fff;
}
#footer a:hover {
	color: #D0D9BA;
}
#footer .fivepage {
	text-align: right;
}
