﻿/* CSS layout */
body {
	color: #000000;
	margin: 20px;
	padding: 0px;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #FAF3DC;
}

.blockout {
	clear:both;
}

#outercontainer {
	position: relative;
	width: 820px;
	max-width: 820px;
	background-color: #EED891;
	border: double #787E5A;
	min-height:700px;
}
/*Masthead holds the weather, the town's logo, and the contact information.*/
#masthead {
	vertical-align: middle;
	font-family: Georgia,"Times New Roman", Times, serif;
	height:136px
}

#weatherblock {
	width: 188px;
	position: absolute;
	left: 0px;
	top: 0px;
	height:135px;
	vertical-align:middle;
	}

#logoblock {
	margin-left: 190px;
	text-align: center;
	height: 135px;
	vertical-align:middle;
}

/*This is for the top of the page, not the title bar. Please change both.*/
#pagetitle {
	font-family: "Lucida Bright", Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight: bolder;
	border-top-color: #424d35;
	border-top-style: solid;
	border-top-width: medium;
	text-align: center;
	color: #424D35;
	background-color:#e9d279;
}
/*Use the following DIV for the top navigation bar*/
#top_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-variant: normal;
	font-style: normal;
	text-transform: capitalize;
	text-decoration: none;
	border-bottom-color: #424d35;
	border-bottom-style: solid;
	border-bottom-width: medium;
	text-align: center;
	background-color:#e9d279;
}

#top_nav a {
	text-decoration: none;
}

#top_nav a:active {
	text-decoration: none;
	color: #CDB262;
}

#top_nav a:visited {
	text-decoration: none;
	color: #0000FF;
}

#top_nav a:hover {
	text-decoration: none;
	color: #FFFF00;
	background-color: #0000FF;
}

/*Use the following DIV when you need to link to places on the same page, at the top of the content area.*/
#top_nav0 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border-bottom-color: #424d35;
	border-bottom-style: solid;
	border-bottom-width: medium;
	text-align: center;
	background-color: #eed891;
}

#top_nav0 a:active {
	text-decoration: none;
	color: #0000FF;
}

#top_nav0 a:visited {
	text-decoration: none;
	color: #0000FF;
}

#top_nav0 a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0000FF;
}
/*General Page Properties - applied unless overriden elsewhere*/
h4 {
	background-color: #787e5a;
	color: #FFFFFF;
	text-align:left;
}

p {	
	margin-bottom: 2px;
	margin-top: 2px;
	text-align: center;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	margin-top: 2px
}

ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 1px;
	margin-top: 1px
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 1px;
	margin-top: 1px
}

#container {
	position: relative;
	width: 100%;
}

/* All the content on the left hand side of the page*/
#left_col {
	background-color:white;
	width: 185px;
	position: absolute;
	left: 0px;
	top: 0px;
	border-right-color: #424d35;
	border-right-style: double;
	border-right-width: thick;
}

#left_col h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 1px;
	margin-top: 1px
}

#left_col a {
	text-decoration:none;
}

#left_col a:hover {
	text-decoration: none;
	color: #FFFF00;
	background-color: #0000FF;
}

/*Page Content is the large area to the right side of the page.*/
#page_content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	margin-left: 200px;
	padding: 5px;
	background-color:white;
	min-height:600px;
}

#page_content p {
	margin-bottom: 5px;
	text-indent: 1.5em;
}

#page_content h5 {
	margin-top:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#footer {
	text-align: right;
	margin-top: 3px;
	font-size: .9em;
	background-color: #cdb262;
	height:19px;
	vertical-align:middle;
}

#footer a {
	color:blue;
	text-decoration:underline;
	font-size:.9em;
}

#footer a:active {
	color: #FFFF00;
	text-decoration: underline;
	font-size: 1em;
	background-color: #0000FF;
}

#footer a:visited {
	color:blue;
	text-decoration:underline;
	font-size:.9em;
}

#footer a:hover   {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}