/* CSS Document */


html {
	height:100%;
}

body {
	padding:0; 
	margin:0; 
	height:100%; 
	background:url(images/bg.gif) repeat-x #1D395C;
	font-size:13px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}

input, textarea{
	font-size:13px;
    font-family:Tahoma;
	color:#666666;
	line-height:13px;
	vertical-align:top;
	padding:0px;
}


h1, h2, h3, h4 {
    font-family:Tahoma;
	color:#49453c;
	font-size:13px;
	display:inline;
	margin:0;
	padding:0;
}
ul {
	line-height:1.5em;
}	

a:link, a:active, a:visited {
	color:#333;
	text-decoration:underline;
}

a:hover {
	color:#333;
	text-decoration:none;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #264A6F;
	font-size: 20px;
}
.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #877F6B;
	font-size: 13px;
}
.towns {
	font-size: 11px;
	font-style: italic;
}


#wrapper {
	position:relative;
	margin:0 auto;
	padding:0;
	width:834px;
	height:auto;
	margin-top:20px;
}

#container {
	width:834px;
	height:auto;
	margin:0;
	padding:0;
	background:url(images/mainbg.jpg) repeat-y top left;
	padding-left:7px;
}

#nav {
	width:834px;
	height:27px;
	background-image:url(images/nav_bg.png);
	text-decoration:none;
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	;
	text-indent: 170px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



#nav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration:none;
}

#nav a:hover {
	color:#FFF;
	border:1px none #FFF;
	text-decoration:underline;
}

#nav a.here {
	color:#FFF;
	border:1px none #FFF;
	text-decoration:underline;
}

#flash {
	width:820px;
	height:305px;
	text-align:right;
}

#footer {
	width:834px;
	height:25px;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:10px;
	line-height:22px;
	color:#FFF;
	text-align:center;
	background:url(images/footer.jpg) no-repeat left top;
	padding-top:15px;
	margin-bottom:15px;
}

#footer a {
	color:#FFF;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

.input {
	border:1px solid #000;
}

fieldset {
	border:1px solid #999;
	padding:20px 20px 20px 20px;
}

legend {
	background-color:#fff;
	font-weight:bold;
	font-size:1.1em;
	color:#333;
}

.noshow {
	display:none;
}

.pic {
	border:2px solid #7f2d0d;
}

.floatright {
	float:right;
	margin:0 0 15px 15px;
}

.floatleft {
	float:left;
	margin:0 15px 15px 0;
}

