@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	font: 12px Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color:#333333;
		}

#header {
	width:100%;		height:175px;
	background-image:url(img/header.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	/*border-bottom:solid #677D7d 1px; /*#92CFD1;*/	}

#navholder {
	width:100%; height:33px;	line-height:33px; vertical-align:middle;
	padding-top:123px;
	text-align:center;	}
#nav	{
	width:840px;	margin:auto;	}
	
.navlink {
	float:left; text-align:left;	padding-right:30px;	padding-left:30px;
	border-right:1px solid #222222;	
	}
.navlink:hover {
	background-color:#000000;	}
.navlink a {
	color:#FFFFFF; text-decoration:none;	font-weight:bold;	}
.navlink a:hover {
	color:#FFFFFF;	font-weight:bold;	letter-spacing:1px;	}
.navnow {	float:left;	text-align:left; padding-right:30px;	padding-left:30px;
	border-right:1px solid #222222;	background-color:#000000;	}
.navnow a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;	}


#content {
	width:840px;
	margin:0px auto 30px auto;	}
#left {
	float:left;	width:220px;
	font-weight:bold; padding-right:10px;
	cursor:pointer;
	/*border:1px solid #9c0000;
	background-color:#e0e4cc;*/	 }

#right {
	width:540px;	margin-top:15px;
	float:right;	line-height:20px;	}

h1 {
	font-size:27px; margin:0px;
	font-weight:bold;	}
h2 {
	font-size:16px;	margin:9px 90px 30px 0px;	}	
h3 {
	color:#006666;	text-transform:uppercase;	margin:0px; font-size:15px; 	}
h4 {
	font-size:18px;	letter-spacing:2px;	}
	
#request {
	height:93px;	width:185px;
	float:right; margin-top:15px;
	background-image:url(img/teal.jpg);
	background-repeat:no-repeat;	}
#request:hover {
	background-image:url(img/lime.jpg);	}
	
ul li {
	margin-bottom:5px;  line-height:21px;
	padding-left:5px;
	list-style-image:url(img/arrow.jpg);	}
ul li li {
	list-style-image:none;
	list-style-type:square;	}
	
.line {
	width:100%; height:1px;
	background-color: #666; /*#92CFD1;*/	}
#footer {
	width:100%;	height:70px;	line-height:65px;
	background-color:#006666; vertical-align:middle;
	letter-spacing:1px; font-size:12px;
	text-align:center; color:#FFFFFF;
	border-top:3px solid #FFFFFF;	}
	
#map {
	width:285px;
	background-image:url(img/map.jpg);
	}
	

.leftlink {
	float:right; margin-right:10px;
	text-align:right; width:180px; line-height:45px;
	vertical-align:bottom; 
	border-bottom:1px solid #CCCCCC;
	height:35px;	color:#999999; letter-spacing:1px;	}
.leftlink:hover {
	color:#333333;	border-bottom:1px solid #666666; }
.leftnow {
	float:right; margin-right:10px;
	text-align:right; width:180px; line-height:45px;
	vertical-align:bottom; 
	height:35px; letter-spacing:1px;
	color:#333333;	border-bottom:1px solid #666666;	}
		
		
#map {
	padding-top:100px;	text-align:right;	}
	
	
	
.hometable {
	background-image:url(img/home.jpg);
	border-collapse:collapse;
	background-repeat:no-repeat;
	height:400px;	width:840px;
	line-height:16px;	}
.hometable tr {
	height:98px;	}
.hometable td {
	vertical-align:top;
		}
.hometable a {
	font-weight:bold;	color:#497718;
	text-decoration:none;	}
.hometable a:hover {
	text-decoration:underline;	color:#000000;	}

.lowpoints {
	margin:30px auto 30px auto;
	width:840px;	border:1px solid #497718;	}