body {
	background-color: #999966;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}

div#dropshadow {
	background: url(/img/dropshadow_bg.gif) repeat-y;
	width: 926px; /* from 927 to correct FFMac Issue */
	height: 100%;
	margin: 0px auto 0px auto;
}

div#container {
	width: 900px;
	margin: 0px auto 0px auto;
	background-color: #fafad2;
}

div#oneCol {
	padding: 25px;
	background: url(/img/oneCol_bg.gif) repeat-y;
}

div#leftCol, div#rightCol {
	padding: 35px 25px 20px 25px;	
}

div#leftCol {
	float: left;
	width: 590px;
}

div#rightCol {
	width: 210px;
	float: right;
	background-color: #CCCC99;
}

div#leftCol p, div#oneCol p {
	font-size: 13px;
}

h1 {
	font-style: italic;
	font-size: 1.75em;
	color: #556b2f;
	font-weight: normal;
	margin-bottom: 20px;
}

h1.red {
	color: #580000;
	margin-bottom: 0;
}

h2 {
	font-size: 0.9em;
	color: #556b2f;
	font-weight: bold;
	text-transform: uppercase;
}

div.enlarge {
	font-family: Arial, sans-serif;
	font-size: 0.83em;
	color: #999966;
	line-height: 10px;
}

div#logo {
	width: 900px;
	height: 180px;
	background-image: url(/img/bg_head.jpg);
}

div#header {
	border-bottom: 6px solid #580000;
	float: left;
}

div#logo img {
	margin: 20px 0px 0px 20px;
}

div.gallimg {
	float: left;
	margin-right: 18px; 
	margin-bottom: 18px;
}

div.gallimg img {
	border: 6px solid #556B2F;
}

div.gallimg a:hover img {
	border-color: #580000;
}

/* Navigation */
div#nav {
	float: left;
	height: 15px;
	padding-left: 25px;
	border: 0px red solid;
}

div#nav ul li {
	list-style-type: none;
	float: left;
}

div#nav ul li a {
	color: #556b2f;
	text-transform: uppercase;
	font-weight: bold;
}

div#nav ul li a:hover {
	color: #580000;
}

div#dateTime, div#nav {
	height: 30px;
	margin-top: 10px;
}

div#dateTime {
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	float: right;
	margin-right: 10px;
	width: 199px;
	height: 21px;
	background-image: url("/img/weather_node.jpg");
	background-repeat: no-repeat;
	text-align: center;
}

/* content */
div#content {
	width: 900px;
	float: left;
	clear: both;
	background: url(/img/col_bg.gif) repeat-y;
}

div#colContainer {
	/* background: url(/img/col_bg.gif) repeat-y; */
}

div#content a {
	text-decoration: underline;
	color: #990000;
}

/* footer */
div#footer {
	clear: both;
	padding: 6px 0;
	border-top: solid 1px #556B2F;
}

div#footer a {
	color: #556B2F;
}

div#footer a:hover {
	color: #580000;
}
	
div#contact {
	color: #556b2f;
	float: left;
}

div#contact ul {
	margin-left: 25px;
}
		
div#contact ul li {
	float: left;
	list-style: none;
}

div#subnav {
	float: right;
}

div#subnav ul {
	margin-right: 25px;
}

div#subnav ul li {
	float: left;
	list-style: none;
}

div#subnav a {
	text-transform: uppercase;
}

div#homeImages {
	height: 205px;
	border-bottom: 10px solid #580000;
}

div#map {
	border: 1px solid #556B2F; 
	margin-left: 4px;
	width: 276px; 
	height: 182px;
	float: right;
}

div#homeContent {
	margin: 8px 8px 15px 25px;
}

div#homeContent h1, div#homeContent p {
	width: 565px;
}

div#homeContent p {
	margin-top: 30px;
	float: left;
}

div.sitemap ul {
	margin-left: 25px;
}
