/*
html {
	display: block;
	background: #edede4;
}
body {
	display: block;
	position: relative;
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #646464;
}
*/
body {
	display: block;
	background: #edede4;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #646464;
	margin: 0px;
	padding: 0px;
}
#BodyInnerWrapper {
	display: block;
	position: relative;
	width: 900px;
	margin: 0px auto;
	padding: 0px;
}
a {
	color: #ac0000;
}
a:link, a:visited {
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}
img {
	border: 0px;
}
/* ************************************************* Header **************************************************** */
#Header {
	display: block;
	position: relative;
	width: 900px;
	height: 155px;
	background-color: #fffff7;
	background-position: 30px 115px;
	background-repeat: no-repeat;
}

/* ******************************************** Header Links ***************************************************** */
#Header #HomeLink {
	display: block;
	position: absolute;
	top: 0px;
	right: 50px;
	margin: 0px;
	padding: 0px;
	width: 90px;
	height: 32px;
}
#Header #HomeLink a {
	display: block;
	width: 90px;
	height: 32px;
	background: url('../_images/template/btn_home.gif') -90px 0px no-repeat;
	text-indent: -10000px;
}
#Header #HomeLink a:hover {
	background-position: 0px 0px;
}
#Header h1 {
	display: block;
	margin: 0px;
	padding: 0px;
	text-indent: -10000px;
	width: 900px;
	height: 115px;
	background: url('../_images/template/2009_redesign/header.jpg') top left no-repeat;
}
/* ************************************************ Hover Menu *********************************************** */

#TopMenu {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 30px;
	height: 40px;
	width: 840px;
	z-index: 1000 !important;
}
#TopMenu ul {
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
	z-index: 1000 !important;
}
#TopMenu ul li {
	display: block;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	z-index: 1000 !important;
}
#TopMenu ul li a {
	display: block;
	height: 40px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: -10000px;
	z-index: 1000 !important;
}
#TopMenu ul li a:hover {
	background-position: 0px -40px;
	z-index: 1000 !important;
}
#TopMenu ul li ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 0px;
	border-top: 1px solid #646464;
	width: 150px;
	z-index: 1000 !important;
}
#TopMenu ul li ul li a {
	text-indent: 0px;
	text-align: center;
	background-image: none !important;
	background-color: #fffff7;
	color: #646464;
	text-decoration: none;
	font-size: 12px;
	width: 144px !important;
	height: auto;
	z-index: 1000 !important;
	border-bottom: 1px solid #646464;
	border-left: 1px solid #646464;
	border-right: 1px solid #646464;
	padding: 2px;
}
#TopMenu ul li ul li a:hover{
	background-color: #144e84;
	color: white;
	z-index: 1000 !important;
}
#TopMenu ul li#MenuItemAbout a{
	width: 125px;
	background-image: url('../_images/home2010/nav_about.png');
	z-index: 1000 !important;
}
#TopMenu ul li#MenuItemIssues a{
	width: 122px;
	background-image: url('../_images/home2010/nav_issues.png');
	z-index: 1000 !important;
}
#TopMenu ul li#MenuItemConstituentServices a{
	width: 147px;
	background-image: url('../_images/home2010/nav_services.png');
	z-index: 1000 !important;
}
#TopMenu ul li#MenuItemNews a{
	width: 116px;
	background-image: url('../_images/home2010/nav_news.png');
	z-index: 1000 !important;
}
#TopMenu ul li#MenuItem14thDistrict a{
	width: 181px;
	background-image: url('../_images/home2010/nav_14thdistrict.png');
	z-index: 1000 !important;
}
#TopMenu ul li#MenuItemContact a{
	width: 149px;
	background-image: url('../_images/home2010/nav_contact.png');
	z-index: 1000 !important;
}
/* *************************************************** Top Navigation ********************************************** */
#TopNav {
	display: block;
	position: absolute;
	top: 115px;
	right: 30px;
	width: 320px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#TopNav li {
	display: block;
	margin: 0px;
	padding: 0px;
}
#TopNav li a {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 320px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: -10000px;
}
#TopNav #TopNavNewsletter a {
	height: 79px;
	background-image: url('../_images/template/banner_newslettersignup.jpg');
}
#TopNav #TopNavNewsletter a:hover {
	background-position: 0px -79px;
}
#TopNav #TopNavBlog a {
	height: 78px;
	background-image: url('../_images/template/banner_blog.jpg');
}
#TopNav #TopNavBlog a:hover {
	background-position: 0px -78px;
}
/* ************************************************* Search Form ************************************************* */

#SearchForm {
	display: block;
	position: absolute;
	top: 272px;
	right: 30px;
	background: url('../_images/template/searchform_bg.gif') top left no-repeat;
	width: 320px;
	height: 78px; 
}
/* note: we'll use JS to manually add this class on focus, etc. */
#SearchForm.Selected {
	background-position: 0px -78px;
}
#SearchForm #SearchLabel {
	display: block;
	position: absolute;
	top: 20px;
	left: 25px;
	width: 102px;
	height: 32px;
	border: 0px;
	text-indent: -10000px;
}
#SearchForm #SearchKeyword {
	display: block;
	position: absolute;
	top: 27px;
	left: 165px;
	width: 117px;
	height: 22px;
	border: 0px;
}
#SearchForm  #SearchButton {
	display: block;
	position: absolute;
	top: 27px;
	left: 282px;
	width: 16px;
	height: 26px;
	border: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
}
#SearchForm #SearchButton:hover {

}
/* ************************************************* Content Box **************************************************** */
#Content {
	background: #fffff7;
	margin: 0px;
	padding: 20px 30px 30px;
}

/* **************************************************** Footer ***************************************************** */
#Footer {
	display: block;
	padding: 30px 0px 30px 30px;
	font-size: 12px;
	height: 70px;
}
#Footer p {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
#Footer a {
	color: #646464 !important;
	text-decoration: none;
}
#Footer a:hover {
	text-decoration: underline;
}
#Footer #FooterOffices {
	table-layout: fixed;
	width: 350px;
	margin: 0px;
	padding: 0px;
	float: right;
}
/* ************************************************************* Utility ********************************************************* */
.clear {
	clear: both;
}

/* Buttons for section home pages */
#sectionHomeButtons{
	margin: auto;
	width: 560px;
}
	#sectionHomeButtons .sectionHomeButton {
		color: white;
		text-decoration: none;
		text-align: center;
		padding: .2em;
		margin: auto;
		display: table-cell;
		vertical-align: middle;
	}
		#sectionHomeButtons .sectionHomeButton span{
			background: url(../_images/backgrounds/button_bg.png) no-repeat center center;
			display: table-cell;
			vertical-align: middle;
			width: 131px;
			height: 40px;
			font-family: "Trebuchet MS";
			font-size: 11px;
			font-weight: normal;
		}
	
	#sectionHomeButtons .sectionHomeButton:hover {
		text-decoration: none;
	}

#sectionHomeButtons .sectionHomeButtonsPlaceholder{
	padding: .2em;
	text-decoration: none;
	width: 131px;
	height: 40px;
	display: table-cell;
}

#sectionHomeButtons .sectionHomeButtonsPlaceholder span{
	display: table-cell;
	width: 131px;
	height: 40px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	visibility: hidden;
}
