body {
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color: #2B4873;
	}
		
p {
	font-size: 85%;
	text-align: left;
	line-height: 150%;
	color: #333;
	}
	
h1 {
	font-size: 125%;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	}
	
h2 {
	font-size: 95%;
	color: #2B4873;
	font-weight: bold;
	padding-top: 7px;
	}
	
h3 {
	font-size: 84%;
	color: #333333;
	}
	
#wrapper {
	width: 900px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	/*border: 1px solid #CCCCCC;*/
	background-image: url(../images/wrapper-bg.gif);
	background-repeat: repeat-y;
	}
	
#wrapper-white-right-col {
	width: 900px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	/*border: 1px solid #CCCCCC;*/
	background-image: url(../images/wrapper-bg-white-right-col.gif);
	background-repeat: repeat-y;
	}	
	
#banner {
	height: 160px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	width: 900px;
	position: relative;
	}
	
#banner-white-right-col {
	height: 160px;
	background-image: url(../images/banner-white-right-col.jpg);
	background-repeat: no-repeat;
	width: 900px;
	position: relative;
	}	

#banner a {
	text-decoration:none;
	}

.hide {
	visibility:hidden;
	}

#home { /* Home Link */
	float: left;
	position: absolute;
	width : 516px;
	height: 128px;
	margin-left: 8px;
	margin-top: 22px;
	top: -12px;
	}

/*top navigation */	

#topnavcontainer {
	position:absolute;
	top: 30px;
	left: 540px;
	width: 400px;
	height: 18px;
	z-index: 1;
	}

#topnavcontainer ul {
	text-align: right;
	font-size: 12px;
	padding-bottom: 2px;
	padding-top: 0px;
	padding-left: 0px;
	}

#topnavcontainer ul li {
	display: inline;
	}
	
#topnavcontainer ul li a {
	padding: 0px 7px 2px 7px;
	color: #000;
	text-decoration: none;
	margin-right: -1px; /* the value has to be like the above but negative */
	}

#topnavcontainer ul li a:hover {
	color: #006699;
	}
	
#leftColumn {
	width: 140px;
	padding-left: 0px;
	margin-top: 30px;
	float: left;
	margin-left: 11px;
	}
	
/*main navigation */	
	
#leftNav {
	margin-left: 0;
	padding-left: 0;
	text-align: right;
	}

#leftNav li {
	list-style: none;
	font-size: 0.85em;
	margin: 0;
	padding: 0.5em;
	color: #000;
	line-height: 150%;
	}

#leftNav li a:hover {
	color: #006699;
	text-decoration: none;
	}	
	
/* IE Fixes */

/* force hover on entire width of link */	


/* NAV LIST */

ul#navlist li a,ul#subnavlist li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-decoration: none;
	}

ul#navlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 105%;
	}

ul#navlist li {
	display: inline;
	}

ul#navlist li a {
	color: #333;
	display: block;
	background: no-repeat;
	padding: 5px 5px 5px 0px;
	border-bottom: solid 1px #5B7CA7;
	width: 130px;
	}

ul#navlist li a:hover {
	color: #FFF;
	}

ul#navlist li a#current {
	background-image: url(images/navHighlight.png);
	background-repeat: repeat-y;
	}

/* flyouts */

.cssfly {
	font-family: arial, sans-serif;
	width:130px;
	position:relative;
	margin:0;
	font-size:12px;
	margin:0px 0px 20px 0px;
	height: 210px;
	}

.cssfly ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	/*color:#000;*/
	width:130px;
	height:25px;
	text-align:left;
	color:#333;
	line-height:25px;
	font-size:12px;
	background-color: #98B0C3;
	border-bottom: solid 1px #223F54;
	}

.cssfly ul {
	padding:0;
	margin:0;
	list-style-type: none;
	}

.cssfly ul li {
	float:left; 
	margin-right:1px; 
	position:relative;
	}

.cssfly ul li ul {
	display: none;
	}
	
.cssfly ul li:hover a {
	color:#fff;
	}
	
.cssfly ul li:hover ul {
	display:block;
	position:absolute;
	top:0;
	left:130px;
	width:200px;
	}

.cssfly ul li:hover ul li a.hide {
	background:#98B0C3;
	color:#000;
	}

.cssfly ul li:hover ul li:hover a.hide {
	width:160px;
	}
	
.cssfly ul li:hover ul li ul {
	display: none;
	}
	
.cssfly ul li:hover ul li a {
	display:block;
	background:#98B0C3;
	color:#000;
	width:185px; /* size of level 2 box */
	}
	
.cssfly ul li:hover ul li a:hover {
	/*background:red;*/
	color:#FFF;
	}

.cssfly ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:150px;
	top:0;
	color:#000;
	}

.cssfly ul li:hover ul li:hover ul li a {
	display:block; 
	width:160px; 
	background:#98B0C3; 
	color:#000;
	}

.cssfly ul li:hover ul li:hover ul li a:hover {
	background:#bd8d5e;
	color:#fff;
	}
	
/*special link*/

a.specialLink:link {
	text-decoration: none;
	color: #003399;
	}

a.specialLink:visited {
	text-decoration: none;
	color: #666666;
	}

a.specialLink:hover { 
	text-decoration: none;
	color: #666666; 
	}	
	
a.specialLink:active {
	text-decoration: none;
	color: #003399;
	}			
	
/*leftColumn box w/rounded corners*/

#content-holder{
	width:100%;
	overflow:hidden;
	background:#f0e3d0 url(../images/bg-content-holder.gif) repeat-y;
	}	

.left-column-box{
	background:#ccd8e1 url(../images/bg-left-box-top.gif) no-repeat;
	font-size:95%;
	width:134px;
	margin:24px 7px 18px 0px;
	}

.left-column-box-inside{
	background:url(../images/bg-left-box-bottom.gif) no-repeat 0 100%;
	width:120px;
	padding: 10px 10px 10px 7px;
	}

/* end leftColumn box w/rounded corners*/

div.figure {
	float: right;
	border: thin silver solid;
	margin: 0px 0px 0px 10px;
	padding: 8px 8px 0px 8px;
	width: 230px;
	}

div.figure p {
  	text-align: center;
  	font-style: italic;
  	font-size: smaller;
  	text-indent: 0;
	}
	
div.figure-small {
	float: left;
	border: thin silver solid;
	margin: 0px 10px 0px 0px;
	padding: 8px 8px 0px 8px;
	width: 150px;
	}	

div.figure-small p {
  	text-align: center;
  	font-style: italic;
  	font-size: smaller;
  	text-indent: 0;
	}	
	
img.scaled {
  width: 100%;
	}
	
* html #mainNav a {
	height: 1px;
	}
	
#image-panel {
	width: 950px;
	}
	
#content {
	padding: 15px 10px 15px 15px;
	}

#midColumn {
	width: 443px;
	padding: 20px 15px 30px 15px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	}

#midColumn-calendar {
	width: 710px;
	padding: 20px 5px 0px 5px;
	float: left;
	margin-left: 20px;
	margin-top: 5px;
	}	

#rightColumn {
	padding-top: 20px;
	float: right;
	width: 234px;
	overflow: hidden;
	} 
	
.rightColumn-box {
	padding-top: 6px;
	width: 194px;
	padding-right: 20px;
	padding-left: 20px;
	overflow: hidden;
	} 
	
.map-box {
	padding-top: 0px;
	width: 100%;
	} 		
	
#rightColumnPic {
	padding-top: 50px;
	float: right;
	width: 260px;
	padding-right: 30px;
	padding-left: 10px;
	padding-bottom: 50px;
	} 	
	
#wideColumn {
	width: 770px;
	padding: 15px 15px 15px 10px;
	margin-bottom: 15px;
	float: left;
	}
	
#content ul {
	font-size: 90%;
	line-height: 150%;
	list-style-type: square;
	}	
	
#content li {
	margin-bottom: 5px;
	}
	
.list-indented {
	margin-bottom: 5px;
	margin-left: 30px;
	}			

a:link {
	text-decoration: none;
	color: #467ad6;
	}

a:visited {
	text-decoration: none;
	color: #446AAD;
	}

a:hover {
	color: #5D6956;
	text-decoration: none;
	}
	
a:active {
	text-decoration: none;
	color: #336699;
	}
		
.subMenu {
	color: #9900CC;
	line-height: 80%;
	}
	
.fltrt {
	float: right;
	margin-left: 8px;
	}

.fltlft { 
	float: left;
	margin-right: 8px;
	}
	
/* this is our main table for Commissioners */	
	
#main-table {
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif; */
	font-size: 85%;
	/* background: #fff; */
	width: 443px;
	border-collapse: collapse;
	text-align: left;
	}
	
#main-table th {
	font-size: 105%;
	font-weight: bold;
	color: #333;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
	}

#main-table td {
	color: #333;
	padding: 9px 8px 0px 8px;
	}

#main-table tbody tr:hover td {
	color: #5D6956;
	}	

/* table below not used */

#servicesTable {
	width: 420px;
	border-collapse: collapse;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	}	

#servicesTable th {
	padding: 10px 8px;
	}

#servicesTable td {
	padding: 3px 5px 3px 2px;
	}

#servicesTable tbody tr:hover td {
	}
	
#footer {
	clear: both;
	background-color: #7d8d74;
	vertical-align: bottom;
	padding: 10px 10px 10px 10px;
	background-image: url(../images/footer_strip.gif);
	background-repeat: repeat-x;
	}

.footerText {
	font-size: 10px;
	line-height: normal;
	color: #FFF;
	padding-right: 100px;
	}	

/* table below not used */

#footerTable {
	clear: both;
	background-color: #FDEDCE;
	width: 910px;
	height: 30px;
	border-collapse: collapse;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 20px;
	vertical-align: bottom;
	}

#footerTable th {
	padding: 10px 8px;
	}

#footerTable td {
	padding: 3px 5px 3px 2px;
	}

#footerTable tbody tr:hover td {
	}
	
.indented-text {
	padding-left: 20px;
	}

.indented-text-level-2 {
	padding-left: 40px;
	}
	
.underline {
	text-decoration: underline;
	}
