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


body {
	background-image: url(images/bg.jpg);
	background-color: #FFF;
	background-repeat: repeat-x;
}
#green1 {
	float: left;
	width: 320px;
	margin-top: 60px;
	color: #FFF;
	text-align: left;
	font-size: 18px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 980px;
}
#header {
	width: 980px;
}
#nav {
	height: 20px;
	margin-top: 20px;
	width: 500px;
	text-align: right;
	float: left;
}

#nav ul {
	list-style-type: none;
	margin: 0px;
	float: right;	
}
 #nav li {
	list-style-type: none;
	font-size: 16px;
	padding: 10px;
	float: left;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#green2 {
	float: left;
	width: 380px;
	margin-top: 50px;
	margin-left: 20px;
}
#nav a:hover {
	padding: 10px;
	text-decoration: none;
	background-color: #52754b;
	margin-left:-10px;
	margin-right:-10px;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #2f2c26;
	letter-spacing: -2px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#newsbox {
	width:450px;
	float:left;
	padding-left:20px;
	background-image:url(images/whitebox.gif);
	background-repeat: no-repeat;
}
#newscontent {
	width:420px;
	padding:0;
	text-align: left;
	height: 300px;
		}
#text {
	width: 430px;
	height: 300px;
	margin: 0;
	text-align: left;
	padding: 0px;
	top: 300px;
}
.pad {
	padding: 0px;
	}
	
.overflow {
	overflow: auto;
	width: 420px;
	height: 300px;
	}

#map {
	float: left;
	width: 442px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #2f262c;
}
#footer {
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	height: 125px;
	width: 1000px;
	font-size: 10px;
	color: #333;
	padding-top: 10px;
}
#content {
	text-align: left;
	margin-top: 50px;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #2f2c26;
	letter-spacing: -2px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.map {
	float: left;
	width: 442px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #2f262c;
}

