@charset "utf-8";
/*  CSS Reset     */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}
caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}

/*universal tag styles */

body {
	background-color: #544e34;
	text-align: center;
}

/*universal classes*/
.fltLFT {
	float: left;
}
.fltRT {
	float: right;
}
.center {
	text-align: center;
}
.clrBOTH {
	clear: both;
}
/*universal ids*/
#container {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	width: 760px;
	margin-top: 10px;
}
/*Home Page */
#homeContent {
	background-image: url(images/background.jpg);
	width: 688px;
	padding-top: 25px;
	padding-right: 38px;
	padding-bottom: 25px;
	padding-left: 34px;
	margin-top: 15px;
}
img {
	border: none;
}
a img {
	border: none;
}
/*Maps Page*/
#menu {
	width: 679px;
	height:475px;
	background-color: #F5C48C;
	padding-left: 10px;
	padding-right: 0px;
	overflow: auto;
	padding-bottom:10px;
}
#menu p {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}


#menuTop {
	font-weight: bold;
	color: #666666;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	padding-left:10px;
	padding-right:10px;
}
#menuTop a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#menuTop a:hover {
	text-decoration: underline;
}

#mapContent {
	background-image: url(images/map-bkg.jpg);
	background-repeat: no-repeat;
	padding-top: 21px;
	padding-left: 33px;
	padding-right: 38px;
	width: 689px;
	height:850px;
}
#topBanner {
	margin-bottom: 25px;
}
#navBar {
}
.fltRT {
	float: right;
}
img {
	border: none;
}
a img {
	border: none;
}
.red {
	color:#900;
}
.toppadding {
	margin-top:50px;
}
.mapCOL {
	width:207px;
	padding-right:10px;
	padding-left:10px;
	margin-top:75px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
}
.mapCOL p{
	margin-bottom:10px;
}
.mapCOL a{
	color:#900;
	text-decoration: none;
}
.mapCOL a:hover {
	text-decoration: underline;
}

.byLine, .byLine a {
color:#ACACAC;
font-family:verdana;
font-size:8pt;
text-decoration:none;
}

.byLine a:hover {
color:#ACACAC;
font-family:verdana;
font-size:8pt;
text-decoration:underline;
}