@charset "UTF-8";
/* CSS Document */


body {
	background-color:#333333;
	background-image:url(images/bg_header.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#666666;
}



.headerWrapper {
	width:919px;
	background-image:url(images/bg_logo.png);
	background-repeat:no-repeat;
	margin-top:44px;
	height:184px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}


.headerLogo {
	position:absolute;
	top:34px;
	left:300px;
	
}

.headerDate {
	text-align:center;
	position:absolute;
	top:93px;
	left:20px;
	width:171px;
	color:#1c331a;
	
}

.headerDate a:link, .headerDate a:visited {
	color:#6f982d;
	text-decoration:underline;
}

.headerDate a:hover {
	color:#6f982d;
	text-decoration:none;
}

.headerAddress {
	text-align:center;
	position:absolute;
	top:93px;
	right:20px;
	width:171px;
	color:#1c331a;

}

.bigGreen {
	font-size:18px;
	color:#6f982d;
	font-weight:bold;
}

.darkerGreen {
	font-size:3;
	color:#1c331a;
	font-weight:bold;
	
}

.navWrapper {
	color:#fff;
	text-transform:uppercase;
	font-size:13px;
	width:919px;
	text-align:center;
	position:absolute;
	top:156px;
	
}

.navWrapper li {
	display:inline;
	list-style:none;
	padding:10px 30px 10px 30px;
	margin:0px;
}

.navWrapper ul {
	margin:0px;
	padding:0px;
}

.navWrapper a:link, .navWrapper a:visited {
	color:#beceaa;
	text-decoration:none;
}

.navWrapper a:hover {
	color:#ffffff;
	text-decoration:none;
}

.onState {
	background-image:url(images/onState.png);
	background-repeat:no-repeat;
	background-position:7px 8px;
	color:#FFFFFF;
}


.bottomContentWrapper {
	background-image:url(images/grey_bg.gif);
	background-repeat:repeat-x;
	
}

.siteContent {
	width:919px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
}

.leftColumn {
	width:550px;
	padding:35px 0px 35px 45px;
	line-height:18px;
}

.dividerline {
	border-bottom:1px solid #CCCCCC;
	
}

.rigthColumn {
	float:right;
	background-image:url(images/greyBox_bg.gif);
	background-repeat:repeat-x;
	width:227px;
	color:#FFFFFF;
	background-color:#5e5e5e;
	background-position:top;
	margin:35px 45px 0px 0px;
}

.rigthColumn h1 {
	font-size:14px;
	text-transform:uppercase;
	padding:25px 0px 0px 25px;
	margin:0px;
}

.rigthColumn ul {
	margin-top:5px;
	margin-bottom:5px;
}

.rigthColumn li {
	padding-bottom:5px;
	

}

.fullColumn {
	width:800px;
	padding:35px 0px 35px 45px;
	line-height:18px;
}

.fullColumn h2 {
	font-size:15px;
	color:#6f982d;
	font-weight:bold;
	margin:0px;
	padding:0px;
	
}

.fullColumnPictures {
	float:left;
	margin:0px 19px 40px 19px;
}

.fullColumnPictures img {
	padding:5px;
	border:1px solid #dddddd;
	margin-bottom:8px;
}

.contactText {
	margin:0px 0px 0px 200px;
}

.clearBoth {
	clear:both;
}


.footerWrapper {
	text-align:center;
	font-size:10px;
	color:#eeeeee;
	padding-top:10px;
}

.tollFree {
	position:absolute;
	top:153px;
	right:45px;
	color:#FFFFFF;
	font-size:17px;
}

.smallToll {
	font-size:11px;
	color:#beceaa;
}