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

body {
	margin: 0px;
	background-color: #FFF;
	background-image: url(images/background.jpg);
}

body img {
	border: none;
}

* {margin:0; padding:0;}

#wrapper {
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 900px;
	height: 119px;
	background-image: url(images/banner_trans.gif);
}

#mainphoto {
	width: 900px;
	height: 241px;
}

#navigation {
	width: 900px;
	height: 63px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/navigation.gif);
}

#navigation ul {
	padding-top: 15px;	
	padding-left: 40px;
	margin: 0px;
}

#navigation li {
	margin: 0px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	list-style-type: none;
}

#navigation li img {
	margin: 0px;
	padding-left: 20px;	
	padding-right: 20px;
}

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

#navigation a:visited {
	text-decoration: none;
	color: #CCC;
}

#maincontent {
	width: 900px;
	height: auto;
	background-image: url(images/fullpage.gif);
	margin: 0px;
	padding: 0px;
	
}

#maincolumn {
	width: 624px;
	height: auto;
	float: left;
}

#maincolumn h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #42463d;
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	letter-spacing: .10em;
}

#maincolumn p {
	margin: 0px;
	padding-top: 15px;
	padding-left: 40px;
	padding-right: 30px;
	padding-bottom: 15px;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
}

#maincolumn a:link {
	color: #000;	
}

#maincolumn a:visited {
	color: #333;	
}

#rightcolumn {
	width: 276px;
	height: auto;
	float: left;
	}

#calendar {
	height: auto;
	width: 261px;
	background-image: url(images/calendar_back.gif);
	margin-top: 20px;
	margin-bottom: 20px;
}

#calendar img {
	margin: 0px;	
}

#calendar li {
	background-color: #42463d;
	padding: 10px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #6c6e58;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	list-style-type: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #6B6F58;
}

#rightcolumncontent {
	width: 261px;
	height: auto;
	margin-left: 1px;
	background-color: #6c6e58;
	text-align: center;
}

#rightcolumncontent p {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.6em;
	text-align: left;
	color: #FFF;
	padding: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #F4F7D9;
}

#rightcolumncontent p a:link {
	color: #FFF;
	text-decoration: underline;
}

#rightcolumncontent p a:visited {
	color: #FFF;
	text-decoration: underline;
}

#rightcolumncontent img {
}

#video {
	width: 261px;
	background-color: #42463d;
	text-align: center;	
	
}

#clearthefloats {
	clear: both;
	margin: 0px;
	height: 0px;
	width: 0px;
}
#footer {
	width: 900px;
	height: 37px;
	background-image: url(images/footer.gif);
	margin-top: 0px;
	margin-bottom: 50px;
	padding: 0px;
}

#footer p {
	margin: 0px;
	text-align: center;
	padding-top: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #42463d;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.floatright {
	float: right;
	padding-right: 30px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.map {
	padding-left:80px;
}