﻿/*Edenic Software 2008
All rights reserved*/
* { 
	padding:0; 
	margin:0;
	border:0;
}
* html{
	font-size:90%; /*to address IE bug */
	line-height:100%;
}
*html .commPicHolder
{
	padding:9px;
}
img {	
	border:none;
	text-decoration:none;
}
body{
	behavior: url(scripts/iepngfix.htc);
	font-family: "Segoe UI", Verdana;
	text-align: left;
	background-image:url(../images/bg_fade.png);
	background-repeat:repeat-y;
	background-position:center;
	margin-top:0px;
	margin-bottom:20px;
	background-color:#E6E6E6;
	
}
.layoutDiv {
	margin:0;
	padding:0;
}

.titleBar
{
	height:auto;
	padding-top:8px;
	padding-bottom:8px;
	width:auto;
	background-color:#0B2A2A;
	font-size:1.1em;
	font-weight:bold;
	color:#ffffff;	
}

/***********
/*HOME PAGE*/

.news
{
	list-style-type: disc;
	list-style-position: inside;
	width: 200px;
	text-align: left;
}
.centerContent{
	width:750px;
	margin-left:auto;
	margin-right:auto;
}

/*formatting for layout blocks (cells)*/
.homeMid
{
	width: 750px;
	padding:15px;
}
.homeMidLeft {
	float: left;
	display:inline;
	width: auto;
	height:auto;
	text-align:left;
	
}

.homeMidLeftText{
	font-size:.85em;
}
.homeMidLeftText.title{
	font-weight:bold;

}
.homeMidLeftText.list{
	list-style-type: disc;
	list-style-position: outside;
	margin-left:20px;
	padding-left:0;
/*	list-style-image:url('../images/round_cyan_blt.png');*/
}

.homeMainOffice {
	float: left;
	display:inline;
}

.homeMidCenterBox{
	float:left;
	display:inline
	padding-top:10px;
	margin:10px
}
.homeMidRight {
	float: right;
	display:inline;
	width: 220px;
	height: auto;
	margin-right:0px;	
	text-align:left;
}
.homeMidRightText{
	font-size:1.1em;
}
.homeMidRightSubText{
	float:left;
	display:inline;
	font-size:.85em;
}
.homeMidRightText.title{
	font-weight:bold;
}

.homeCenterSplitter{
	clear:both;
	behavior: url(scripts/iepngfix.htc);
	margin-top:15px;
	margin-bottom:15px;
	width:551px;
	height:5px;

}
.homeLowerButtonMain{
	behavior: url(scripts/iepngfix.htc);
	width:710px;
	/*height:110px;*/
	height:auto;
	float:left;
	margin-top:20px;
	margin-right:105px;
	margin-left:105px;
	display:inline;

}
.homeLowerButton{
	float:left;
	width:162px;
	height:99px;
	padding-right:5px;
	display:inline;
}
.homeLowerButton.calc{
	background-image:url(../images/btn_calc.png);
	background-repeat:no-repeat;
}
.homeLowerButton.help{
	background-image:url(../images/btn_help.png);
	background-repeat:no-repeat;
}
.homeLowerButton.egov{
	background-image:url(../images/btn_egov.png);
	background-repeat:no-repeat;
}
.homeLowerButton.egov:hover, .homeLowerButton.help:hover, .homeLowerButton.calc:hover{
	background-position:0 -107px;
}

/***************
/*NEWS*/
.newsContainer
{
	clear:both;	
	float:left;
	width:550px;
	height:auto;
}
.newsTitle
{

	font-weight:bold;
	font-size:.9em;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	margin-top:10px;
	margin-bottom:5px;	
	text-align:left;
	width:700px;
/*	margin-top: 6px;*/
}

.homeLowerNews
{
	/*float:right;*/
	width:200px;
	height:auto;
	display:inline;
	margin-right:20px;
}


.newsItemWrapper li
{
	list-style:none;
	background-image:url(../images/scroll.gif);
	background-repeat:no-repeat;
	background-position:0px -2px;
	padding-left: 38px;
	margin-bottom:2px;
	margin-top:2px;
	height:38px;
	display:inline;
	
	text-align:left;
	font-size:.75em;
	float:left;
	width:456px;
}
.newslongMain{
	width: 650px;
}

.newsLongItemWrapper li
{
	list-style:none;
	background-image:url(../images/scroll.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left: 38px;
	margin-bottom:6px;
	font-size:1em;
	float:left;
	width:600px;
}

.newsItemContainer
{
	margin-left:50px;
	margin-bottom:12px;
			
}
.newsItem{
	float:left;
	height:auto;
	overflow:auto; 
	width:156px;
	/*line-height:1.1em;*/
	text-align:left;
	margin-right:20px;
	display:inline;
	font-size:.75em;
}	
.newsItemImage{
	float:left;
	width:58px;
	height:41px;
	display:inline;
	background-repeat:no-repeat;
}


/***************
/*HEADER*/
.headerTopBar
{
	width:auto;
	height:135px;
	background-image:url('../images/header_long.jpg');
	background-position:center;
	background-repeat:repeat-x;
	margin-top:0;
	padding-top:0;
}
.headerTableMain
{
	width: 100%; 
	position: static;
    height: auto
}
.headerLogo{
	padding-top:15px;
	vertical-align:middle;	
}
.headerLogoPad
{
	padding-right:45px;
}
.headerAddress
{
	margin-bottom:5px;
	behavior: url(scripts/iepngfix.htc);
}
.headerImgs
{
	behavior: url(scripts/iepngfix.htc);
}
.headerNavCellContainer
{
	width: 100%;
	height:auto;
	padding-top:20px;
}


.headerNavButtons, .headerNavButtonsHome{
	float:left;
	width:auto;
	height:auto;
	display:inline;
	margin-left:10px;
	margin-right:10px;
	font-variant:small-caps;
}

.headerNavPadLeft{
	padding-right:0px;
}
.headerNavPadRight{
	padding-left:0px;
}

.headerNavButtonsHome{
	background-image:url('../images/icon_home.gif');
	background-repeat:no-repeat;
	width:26px;
	height:20px;	
}

.navLinks
{
	text-decoration:none;
	color:black;	
}
.navLinks:visited
{
	text-decoration:none;
	color: #000000;
}

.navLinks:hover
{
	text-decoration:none;
	color:#DBDDDD;
	/*background-position:center;*/
}


/***************
/*FOOTER*/
.footerMain{
	clear:both;
/*	background-color:#ffffff;*/
	padding-top:15px;
	width:540px;
	padding-bottom:15px;
	font-size:.85em;
}

.footerSplitter{
	behavior: url(scripts/iepngfix.htc);
	width:550px;
	height:6px;
	background-image:url('../images/bottom_separator548x6.png');
	background-repeat:no-repeat;
	margin-top:15px;
	margin-bottom:15px;
}

/*COMMISSIONERS PAGE*/
.commRow
{
	width:100%;
	height:180px;
	margin-bottom:15px;
	margin-top:25px;
	
}
.commPicHolder
{
	float:left;
	display:inline;
	height:165px;
	width:155px;
	padding:10px;
	border:solid 2px #CCCCCC;
}
.commBioHolder
{
	float:left;
	display:inline;
	position:relative;
	width:320px;
	height:165px;
	overflow:auto;
	padding:10px;
	border:solid 2px #CCCCCC;
	margin-left:20px;
	text-align:left;
	font-size:small;
}