﻿
body {
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 780px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('Images/background28x8.gif');   /* changed from background29X29.png on 5/20/10*/
}
#pagewidth{
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 780px; /* *max size for 800X600 resolution */;
	height: 1000px; /* size for length of website*/;
	background-color: #FFFFFF; /* background color of webpage */;
	text-align: left;
	background-image: url('Images/marble2.jpg');
	margin-left: auto;
	margin-right: auto;
}
#header {
	background-position: center top;
	padding: 0px;
	margin: 0px;
	height: 125px;
	position: relative;
	background-image: url('Images/header.png');
	background-repeat: no-repeat;
}
#nav {
	/* top list or main menu */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	left: 32px;         /* space from margin and header image,cascade to submenus */
	font-size: 10.5pt;
}
#nav ul {
	/* all other lists or submenus */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a {             /* control hyperlink box size in menu */
	display: block;
	width: 8em;
	text-decoration: none;
	color: #FFFFFF;
}
#nav ul a {       /* control hyperlink box size in submenus */
	display: block;
	width: 10em;
	text-decoration: none;
	color: #FFFFFF;
}
#nav a:hover {
    color: #333333;
    background: #CCCCCC;
}

#nav ul li a:hover {
	color: #333333;                /* when in hover text color changes */;
	background-color: #CCCCCC;     /* when in hover background color changes */
}

#nav li {
	/* all list items */
	float: left;
	width: 8em; /* width needed or else Opera goes nuts */
	background-color: #5C7F92;
}

#nav li ul {
	/* second-level lists */
	background-position: #808080;
	position: absolute;
	background: #5C7F92;
	width: 10em;
	left: -999em;
	color: #FFFFFF;
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	/* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}
#mainMenu {
	margin: 0px;
	position: relative;
	left: -8px; /* align margin with header since it is relative */;
	width: 760px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	float: left;
	top: 120px;
	list-style-type: none;
}
# mainMenu ul {             /* line up all elements to the left */
	padding: 0px;
	margin: 0px;
}
#mainMenu ul li {
	/* first menu level horizontal */
	padding: 0px;
	margin: 0px;
	display: inline; /* line up menu items from left to right */;
	float: left; /* moves menu items to left */;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	width: 152px; /*main menu width is 777px, so each width must be 5 * 150 = 750 */;
	height: 24px; /* affect height of main menu under header */;
	background-color: #5C7F92;
}
#mainMenu ul li a {
	color: #EBEADF;
	text-decoration: none;
	background-color: #5C7F92;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}
#mainMenu ul li ul {
	/* affect first submenu set */
	padding: 0px;
	margin: 0px;
	visibility: hidden;
	font-size: 9pt;
	float: left;
	position: relative;
	width: 90px;
}
#mainMenu ul li a:hover {
	color: #333333;                /* when in hover text color changes */
	background-color: #C4C2AB;     /* when in hover background color changes */
}
#mainMenu ul li:hover ul {
	visibility: visible;
}
#container {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	float: left;
	top: 0px;
	width: 780px;
}
#sideMenu {
	border: 1px solid #808080;
	width: 130px;
	float: left;
	height: 540px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 25px;
	padding-left: 10px;
	margin-left: 5px;
	background-image: url('Images/sidemenu4-17-10/menu140x84.png');
	background-repeat: repeat-y;
}
#sideMenu a {
	text-decoration: none;
	color: #004D5A;
}
#page_content {
	text-align: left;
	float: left;
	width: 600px;
}
#pageHeader {
    font-family: Times New Roman;
	font-size: 18pt;
	text-align: center;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
/*#pageHeader p {
	font-size: 1.8em;
	text-align: center;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}*/
#pageContent {
	margin-left: 200px;
}

#pageAddress {
	margin: 5px auto 5px auto;
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
}
#chiefAppraiser {
	margin: 5px auto 5px auto;
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
}
#statementHeader {
	margin: 5px auto 0px auto;
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
	font-size: 11pt;
	text-align: center;
}
#statement {
	font-style: italic;
	font-size: 8pt;
	font-family: Arial;
	font-weight: bold;
	text-align: left;
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 70px;
}
#currentEventHeader {
	margin: 10px auto 10px auto;
	font-size: 9pt;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
}
#whiteboard {
	background-image: url('Images/whiteboard590x171.png');
	background-repeat: no-repeat;
	margin-top: 10px;
	height: 170px;
	width: 600px;
	background-position: center center;
	text-indent: 30px;
}
#whiteboardText {
	width: 575px;
	height: 162px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	padding: 2px 0px 0px 0px;
	text-indent: 1px;
}
#statement2 {
	margin: 10px auto 5px auto;
	font-size: 10pt;
	font-family: Times New Roman;
	text-align: left;
	padding-left: 10px;
}
#mapBox {
	padding: 0px;
	margin: 0px 0px 0px 20px;
	width: 260px;
	height: 200px;
	float: left;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}
#mapContainerRight {
	float: right;
	font-size: 12pt;
	font-style: italic;
	display: inline-block;
	width: 250px;
	height: 100px;
	font-family: Times New Roman;
	text-align: left;
	margin-top: 30px;
	margin-right: 50px;
}
#footer {
	clear: both;
}
#disclaimer {
	font-family: Arial;
	font-size: 7pt;
	text-align: center;
	height: 50px;
	width: 700px;
	right: auto;
	left: auto;
	padding: 0px 0px 0px 15px;
	margin: 10px auto 0px auto;
	color: #0000FF;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	text-align: center;
	border: 1px solid #000000;
	height: 45px;
	width: 700px;
	right: auto;
	left: auto;
	padding: 0px 0px 0px 15px;
	margin: 0px auto 0px auto;
	background-color: #808080;
	color: #FFFFFF;
}
#copyright a {
	color: #FFFFFF;
}
.style1 {
	margin-top: 0px;
}
.style2 {
	color: #FF0000;
}
/*#mainMenu ul ul ul {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
	background-color: #FF0000;
}*/
