body {
	background-color: #333;
	color: #000;
	font: 13px/22px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0;
	margin: 0 0 20px;
}

#wrapper {
	width: 945px;
	padding: 0;
	margin: 20px auto;
	background-color: #fff;
}

#header {
	width: 945px;
	padding: 0;
	height: 195px;
	margin-bottom: 10px;
	background: url(../images/img-header.jpg) no-repeat;
}

.columnwrapper {
	width: 885px;
	margin: auto;
	border-width: 0;
}

#leftcolumn {
	position: relative;
	left: 60px;
	float:left;
	width: 215px;
	padding: 0;
	margin: 0;}

#rightcolumn {
	position: relative;
	left: 90px;
	float: left;	
	width: 580px;
	padding: 10px 0 15px;
	margin: 0;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
}

#formbox {	
	width: 580px;
	padding: 20px 0 0;
	border-top: 3px solid #000;
	margin: 15px 0 0;
	line-height: 32px;
}

#mapbox {	
	width: 580px;
	padding: 15px 0 0;
	border-top: 3px solid #000;
	line-height: 32px;
	margin: 0;
}

.line-seperator {	
	width: 580px;
	border-top: 3px solid #000;
	margin: 15px 0 0;
	clear: both;
	height: 10px;
}

.rightcolumntextblock {
	margin: 0 20px 15px 0;
}


.subhead {
	color: #db0029;
	font: 32px Georgia, "Times New Roman", Times, serif;
}

.subhead-l2 {
	color: #db0029;
	font: 18px Georgia, "Times New Roman", Times, serif;
}

.subhead-l3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font: 13px Georgia, "Times New Roman", Times, serif;
}

.inset-right {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 6px;
}

.inset-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-top: 6px;
}

.clearboth {
	clear: both;
}

.galleryphoto {
	float: left;
	margin-right: 18px;
	margin-bottom: 4px;
	background-color: #DADADA;
	margin-top: 14px;
	padding: 8px;
}

#footer {
	clear: both;
	width: 945px;
	height: 130px;
	background: url(../images/img-footer.gif) no-repeat;
}

#footertext {
	width: 945px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 55px;
	font-weight: bold;
	font-size: 12px;
}

/* @group Main Navigation */

#l1nav {
	color: #000;
	border-top: 3px solid #000;
	text-align: right;
	padding-top: 5px;
	width: 215px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: 13px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 15px;
}

#l1nav ul {
	margin: 0;
	padding: 0;
}

#l1nav li {
	list-style-type: none;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
}

#l1nav a:link {
	color: #000;
	text-decoration: none;
}

#l1nav a:visited {
	color: #000;
	text-decoration: none;
}

#l1nav a:hover {
	color: #db0029;
	text-decoration: underline;
}

#l1nav li:hover {
	background-color: #f1f1f1;
	color:#fff;
}



/* @end */

#headtextbar {
	width: 825px;
	padding: 10px 0;
	margin: 0 auto;
	text-align: right;
}

.subhead-spacer {
	height: 8px;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #db0029;
	text-decoration: underline;
}