@charset "utf-8";
dl, h1, h2, h3, h4, h5, h6, p, iframe {
	padding: 0;
	margin: 0;
}
body {
	margin: 0px;
	padding: 0px;
	background: url(../images/site-bkg.png) repeat-x center top;
	background-color: #3b4f44;
	font: normal normal normal 1em/1.3em Arial, Helvetica, sans-serif;
}
a img {
	border: none;
}
a:link {
	color: #094f27;
	text-decoration: underline; 
}
a:visited {
	color: #094f27;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
h1 {
	font-size: 1.5em;
	line-height: 1.0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #094f27;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.3);
	margin-bottom: 20px;
}
h2 {
	font-size: 1.2em;
	color: #9B7311;
	margin-bottom: 10px;
}
p {
	margin: 0 0 1em 0;
}
hr {
	width: 33%;
	border: 2px solid #094f27;
	margin: 15px auto;
}
.container {
	width: 985px;
	position: relative;
	background-color: #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,1.0);
	margin: 0 auto 50px auto; 
}

.header {
	background-color: #ebebeb;
	position: relative;
	height: 200px;
}

.bannerImgRotate {
	height: 350px;
	margin-bottom: 30px;
}
.content {

	padding: 10px 0;
}
.leftCol {
	float: left;
	width: 302px;
	padding: 0px 10px 20px 20px;
}
.midCol {
	float: left;
	width: 301px;
	padding: 0px 10px 20px 10px;
}
.leftColWide {
	float: left;
	width: 593px;
	min-height: 775px;
	padding: 0px 30px 20px 20px;
}
.rightCol {
	float: left;
	width: 302px;
	padding: 0px 20px 20px 10px;
}
.border {
	border-right: 2px solid #e9c137;
}
.logo {
	position: absolute;
	left: 40px;
	top: 28px;
}
.tag {
	position: absolute;
	left: 473px;
	top: 70px;
	width: 526px;
	height: 110px;
	background: url(../images/header-tag.png) no-repeat left top;
	color: rgba(0, 0, 0, 0.0);
}



#nav {
	position: absolute;
	width: 600px;
	height: 65px;
	top: 0px;
	left: 380px;
	margin: 0px;
	padding: 0px;
}
#nav-menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	overflow: auto;
	font-family: Arial, sans-serif;
	font-size: 1.0em;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.3);
}
#nav-menu li {
	display: inline;
	float: right;
	margin: 0px 5px 0px 5px;
}
#nav-menu li a {
	display: block;
	height: 21px;
	padding: 10px 10px 7px 10px;
	color: #094f27;
	text-decoration: none;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0px 0px 3px 3px;
	box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.0);
	
	transition: all .7s ease-out;
	transition-property: background-color, box-shadow;
	-moz-transition: all .7s ease-out;
	-moz-transition-property: background-color, box-shadow;
	-webkit-transition: all .7s ease-out;
	-webkit-transition-property: background-color, box-shadow;
	-o-transition: all .7s ease-out;
	-o-transition-property: background-color, box-shadow;
}
#nav-menu li a.active, #nav-menu a:hover {
	color: #094f27;
	background-color:#fff;
	text-decoration: none;
	box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.5); 
}





footer {
	font-size: .8em;
	padding: 20px;
	color: #000;
	background-color: #e9c137;
	background: -moz-linear-gradient(#b78914 0%, #e9c137 65%);
	background: -ms-linear-gradient(#b78914 0%, #e9c137 65%);
	background: -webkit-linear-gradient(#b78914 0%, #e9c137 65%);
	background: linear-gradient(#b78914 0%, #e9c137 65%);
}
footer .serviceArea {
	float: left;
	width: 720px;
}
footer .vitals {
	float: left;
	width: 224px;
	text-align: right;
	border-left: 1px solid #fff;
}
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.footnote {
	font-size: .8em;
}




@media only screen and ( max-width: 62.5em ) /* 1000 */
{
	

}



@media only screen and ( max-width: 40em ) /* 640 */
{
			
		
}
