@charset "utf-8";
body  {
	font: 100%;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.main #container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/content-bg.png);
	background-repeat: repeat-y;
} 
.main #header {
	background-image: url(images/header.jpg);
	height: 175px;
}
.main #slideshowholder {
	float: right;
	margin-right: 35px;
	margin-top: 15px;
}
.main #title {
	background-image: url(images/title-bar.jpg);
	height: 50px;
} 
.main #titlewrap {
	font-style: italic;
	color: #fff;
	line-height: 46px;
	text-align: center;
}
.main #subtitle {
	font-size: 24px;
	margin-top: 30px;
}
.main #copywrap {
	background-image: url(images/copy-shade.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.main #menu {
	float: left; 
	width: 200px; 

}
.main #mainContent { 
	margin: 0 0 0 250px; 
	padding: 0 20px;
} 
.copywrap {
	padding-right: 30px;
}
.main #footer {
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
} 
.main #footerwrap {
	background-image: url(images/footer.jpg);
	height: 135px;
	width: 980px;
}
.footertext {	
	font-size: 12px;
	line-height: 120px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
/* main menu */
}
.main #menupos {
	height: 60px;
}
#navcontainer {
width: 200px;
margin-left: 50px;
 }
#navlist {
padding-left: 0;
margin-left: 0;
width: 200px;
}
#navlist li {
	list-style: none;
	margin: 0;
	padding: 0.5em;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000;
	font-size: 18px;
}
#navlist li a { 
text-decoration: none;
font-weight: bold;
color:#000; 
}
#navlist  a:link, .navlist2 a:visited {
font-weight: bold;
color: #000;
}
#navlist a:hover {
color: #000;
font-weight: bold;
text-decoration: none;
}
a {
	color: #000;
	text-decoration: underline;
}
/* forms */
form {
	margin: 0px;
	padding: 0px;
}
label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
label,textarea {
	display: block;
	width: 230px;
	float: left;
	margin-bottom: 10px;
}
label {
	text-align: left;
	width: 200px;
	padding-left: 1px;
}
label.hidden {
	position: absolute;
	left: -1600px;
}
.button {
	cursor: pointer;
}
.main #mapframe {
	height: 350px;
	width: 425px;
	border: 1px solid #000000;
}
.sidepic {
	padding-left: 55px;

}