@charset "utf-8";

/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	line-height:1.3em;
	background: #272727 url(images/background.jpg);
	height: 50px 7px 0px 0px;
}

h1 {
	font-size:18px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	color:#666666;
	line-height:20px;
	text-transform: uppercase;
	margin:0 0 10px 0;
	padding:0;
}

h2 {
	font-size:16px;
	font-weight:bold;
	line-height:16px;
	margin:0;
	padding:0;
	color: #666666;
}

h3 {
	font-size:14px;
	line-height:14px;
	margin:0;
	padding:0;
	font-style:oblique;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#417236;
}

a:hover {
	color:#40913C;
}

ul {
	list-style-position: outside;
	list-style-type:square;
}

li {
	margin-left:0;
	margin-bottom:1px;
}

/* Header */
#top {
	height: 80px;
	background-color: #000000;
}
	
#header {
	width:900px;
	margin:0 auto;
	clear:both;
}
#header #logo { 
	width:372px; 
	height:112px;
	position:absolute; 
	margin:7px 0px 0px 10px; 
	border:none;
}

/* Top Navigation */
#topnav {
	width:auto;
	height:20px;
	float:right;
	display:inline;
	margin:50px 7px 0px 0px;
}
#topnav a {
	font:12px;
	color:#CCCCCC;
	text-decoration:none;
	float:left;
	display:block;
	padding:11px 9px 11px 9px;
}
#topnav a:hover { 
color:#ffffff;
}
/*  End Top Nav Styles */

/* Body Content styles */ 
#wrapper {
	width:100%;
	margin:0 auto;
}

#content {
	width:900px;
	margin:0 auto;
	border: 1px solid #000000;
	border-top:0;
	background-color:#FFFFFF;
}
#topimage {
	background: #000000;
	width:900px;
	height: 256px;
	clear: both;
}

#pagecontent {
	clear:both;
	margin:0 auto;
	overflow:auto;
	padding:20px 40px;
	background-color:#FFFFFF;
}

/* email signup */
#emailsignup {
	width:900px;
	margin:0 auto;
	padding:0;
	clear:both;
	text-align:center;
	font-weight:bold;
	font-size:18px;
	height: 24px;
}

#emailsignup a {
	font-size:18px;
	width:900px;
	display:block;
	margin:0 auto;
	background-color:#060;
	color:#fff;
	padding: 4px 0;
}

#emailsignup a:hover {
	background-color:#000;
	color:#fff;
	font-size:18px;
}
/* bottom bar */
#bottombar {
	width:900px;
	margin:0 auto;
	background-color: #E9E9E9;
	padding:10px 0 0 0;
	clear:both;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	height: 50px;
}

#bottombar a {
	font-size:14px;
}

#bottombar a:hover {
	text-decoration: underline;
	font-size:14px;
}

/* Footer Syles */
#footer {
	width:900px;
	margin:0 auto;
	margin-top:20px;
	padding:1px 0 0 0;
	clear:both;
}

#footer .bottomtext {
	float:right;
	width:430px;
	padding:0;
	margin:0;
	font-size: 16px;
	color: #98B6CD;
	font-weight: bold;
	font-style: oblique;
	text-align:right;
}

#footer .bottomcontent {
	clear:both;
	width:900px;
	margin:0 auto;
	padding:60px 0 0 0;
	text-align:center;
}

/* Bottom Nav */
#bottomnav {
	width:900px; 
	font:11px; 
	color:#c1b6b5; 
	text-align:center; 
 }
#bottomnav  a { 
	color:#c1b6b5;
	text-decoration:none; 
	margin:4px;
}
#bottomnav  a:hover { 
	color:#c1b6b5;
	text-decoration:underline; 
}

/* Copyright area styles */
div.copyright {
	margin-top:60px;
	margin-left:20px;
}

.copyright {
	font-size:9px;
	color:#999999;
	text-align:left;
}

.copyright a {
	font-size:9px;
	color:#999999;
	text-align:left;
	font-weight:bold;
}

.copyright a:hover {
	font-size:9px;
	color:#FFFFFF;
	text-align:left;
	font-weight:bold;
	text-decoration:underline;
}

img.pageimage {
	float:left;
	margin:0;
	border:3px solid #EFEFE9;
}

div.formalert{
	width: 300px;
	padding:4px;
	margin:4px;
	font-weight:bold;
	border: 1px solid #a3d063;
}
div.map {
	border:1px solid #333333;
	float:left;
	width:400px;
	margin:0 20px 0 0;
	}
div.contact {
	float:left;
	width:500px;
	height:400px;
	overflow: visible;
	margin:0 20px 0 0;
	}

