@charset "UTF-8";
body {
	background: url(../img/back.gif) repeat;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Avant-Garde, sans-serif;
	font-size: 12px;

}
h1 { font-size: 12pt }
h2 { font-size: 11pt }
h3 { font-size: 10pt }
h4 { font-size: 10pt }

#gradient {
	background: url(../img/grad-back.gif) repeat-x;
	

}




#header {
	 background: url(../img/header.gif) no-repeat  top;
	 width: auto;
	 height: 49px;
	 margin:auto;

}

#contenttop {
	background: url(../img/topback.gif) no-repeat top;
	width: auto;
	height: 300px;
	margin:auto;
	
}
#container {
	width: 871px;
	margin: auto;
	

}
#mainContent {
	background: url(../img/mainback.gif) repeat-y;
	width: 871px;
	display: inline;
	z-index:-1;
	float: left;
}

#centerCol {	
	display: inline;
	float: right;
	width: 530px;
    
	padding-right: 50px;
	
}

#leftCol {	
	display: inline;
	float: left;
	width: 180px;
    padding-right: 26px;
	padding-left: 50px;
	
}

#contentbottom {
	background: url(../img/contentbot.gif) no-repeat;
	width: 1000px;
	height: 96px;
	display: inline;
	float: left;
}

#footer{
	background: url(../img/footer.gif) no-repeat;
	width:871px;
	height:73px;
	display: inline;
	z-index:-1;
	float: left;
}

#photoboxcont{
	width:800px;
	height:300px;
	position:relative;
	margin: auto;
	display:block;
}

#photobox{
	width:390px;
	height:208px;
	position:relative;
	margin-left:350px;
	margin-top:15px;
}


/* -------------------------------------------------------------------------
 * mainMenu
 * ---------------------------------------------------------------------- */


#mainMenu {
	height: 29px;
	width: 100%;
	margin:auto;
	padding-top: 7px;
	position:relative;
	overflow:hidden;

}

#mainMenu ul {
	clear:left;
	float:left;
	list-style: none;
	padding: 0;
	margin: 0;
	left:50%;
	text-indent: 30px;
	position:relative;
}

#mainMenu ul li {
display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;

}

#mainMenu li {
	float: left;
	display:inline;
}
#mainMenu ul li a {
	font-family: Georgia, "Times New Roman", Times, serif  ;
	color: #ffffff;
	font-style:italic;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
}
#mainMenu ul li a:hover {
	color: #999999;
	text-decoration: underline;
}



div.officials-bio
{
 
  clear:left;
  border: 1px solid #a9a9a9;
  padding: 6pt;
  margin-bottom: 
  
}

div.bio-photo img
{
  padding:2px;
  background:#ddd;
  border:1px solid #205394;
  margin: 0 12pt; 0 12pt;
}
div.bio-name
{
  font-size: 130%;
  font-weight: bold;
}
div.bio-office, div.bio-district
{
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 12pt;
}
div.bio-read-more
{
  margin-top: 12pt;
}
