@charset "utf-8";
/* CSS Document */

/*
* This is a more organized stylesheet than the old one.  
* Attributes for the body selector are first.  Then there are selectors
* for those things which are mostly just for the home page.  The next
* for layout elements is for divs that control positioning and layout.
* Next is a section for fonts and inline elements.  Finally, there is
* a browser fixes section.
*/

body {
	background-image: url(/images/lgrey011.jpg);
	background-repeat: repeat;
}

/* ************************* */
/* HOMEPAGE ONLY             */
/* ************************* */

#mastheadLinks {
	position: relative;
	left: 555px;
	top: 2px;
	font-family: verdana,sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #457eb7;
	z-index: 900000;
}

#mainContent {
	position: absolute;
	top: 200px;
	left: 190px;
	width: 575px;
	height: 570px;
	padding: 0px;
	font-family: arial,sans-serif;
	z-index: 50;
}

html>body h2.defaultWelcome {
	margin-top: 0.1em;
}

h2.defaultWelcome {
	padding: 0.5em 0;
}

#countyNews {
	float: left;
	width:250px;
}

#messageFromChairman {
	float: right;
	border-style: solid;
	border-width: 1px;
	width: 300px;
	height: 450px;
	padding-left: 5px;
	padding-right: 10px;
	overflow: auto;
}

.chairmanText {
	font-family: times;
	font-size: 14px;
}

.newsSubject {
	font-family: times;
	font-size: 13px;
	color: #000000;
	width: 225px;
}

/* ************************* */
/* LAYOUT ELEMENTS           */
/* ************************* */

#contentDiv {
	position: relative;
	margin: auto;
	width: 800px;
	min-height: 736px;
	padding-bottom:35px;
	background-image:url(/images/navBackground.gif);
	background-position:left;
	background-repeat:repeat-y;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
}

#contentDiv_OLD { /* back-up 3/20/2009 */
	position: relative;
	margin: auto;
	width: 800px;
	min-height: 736px;
	padding-bottom:35px;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
}

#contentDiv_EXPERIMENT {
	position: relative;
	margin: auto;
	width: 800px;
	min-height: 736px;
	padding-bottom:35px;
	background-image:url(/images/navBackground.gif);
	background-position:left;
	background-repeat:repeat-y;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
}

#textHolder {
	position: relative;
	left: 190px;
	width: 575px;
	padding-top:10px;
}

html>body #leftNavBox {
	height: 594px;
	top: 201px;
	background-color:red;
}

#leftNavBox {
	position: absolute;
	left: 0px;
	top: 198px;
	padding-top: 5px;
	width: 175px;
	height: 595px;
	background-color: #F2F2E3;
	z-index: 100;
}

#leftNavBox-contentPages {
	position: absolute;
	left: 0px;
	top: 64px;
	padding-top: 5px;
	width: 175px;
	height: 500px; /* was 702 */
	background-color: #F2F2E3;
	z-index: 100;	
}

#mastheadLinks {
	z-index: 900000;
}

#menusForm {
	position: relative;
	left: 0px;
  	padding-top: 5px;
	width: 175px;
	height: 731px;
	background-color: #F2F2E3;
	z-index: 100;
}

#footer {
	position: relative;
	top: -30px;
	width: 600px;
  	margin: auto;
	font-size: 9px;
	text-align: center;
	left: 93px;
}

#footer p {
	font-size: 9px;
	width: 100%;
}

/* menu arrow position fix */
#Menu1 a.dynamic {
	padding:5px 15px 5px 5px !important;
	text-decoration:none !important;
}

/*#footer-home {
	width: 600px;
	position: absolute;
	top: 570px; 
	left: 0px; 
}

#footer-home p {
	font-size: 9px;
	width: 100%;
}*/

/* **************************** */
/* FONTS and INLINE ELEMENTS    */
/* **************************** */

a:hover {
	text-decoration: none;
}



.subjectHeader {
	font-weight: bold;
	font-family: sans-serif;
	font-size: 16px;
	color: #8e7b38;
}

.subjectHeader a:link {
	text-decoration: none;
	/*color:#003399;*/
	border-bottom:dotted 1px;
}

.subjectHeader a:visited {
	text-decoration: none;
	/*color:#003399;*/
	border-bottom:dotted 1px;
}

.subjectHeader a:hover {
	text-decoration: none;
	/*color:#003399;*/
	border-bottom:solid 1px;
}

.subjectHeader a:active {
	text-decoration: none;
	/*color:#003399;*/
	border-bottom:dotted 1px;
}

.pageHead {
	font-weight: bold;
	color: #5875a1;
	font-size: 22px;
	font-family: sans-serif;
	text-align: center;
}

.pageSubHead {
	font-weight: bold;
	color: #5875a1;
	font-size: 18px;
	font-family: sans-serif;
	text-align: center;
}

.pageText {
	/*font: .9em/1.5em Verdana, sans-serif;
	text-align:justify;*/
	font-family: "Times New Roman", serif;
	font-size: .9em;
}

.pageText a, #footer a {
	white-space: nowrap;
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear;
}

ol.pageText a, ul.pageText a {
	white-space: normal;
}

/*.pageText a:hover {
	text-decoration: underline;
}*/

.pageText a:link {
	text-decoration: none;
	/*color:#003399;*/
	border-bottom:dotted 1px;
}

.pageText a:visited {
	text-decoration: none;
	/*color:#003399;*/
	border-bottom:dotted 1px;
}

.pageText a:hover {
	text-decoration: none;
	/*color:#003399;*/
	border-bottom:solid 1px;
	/* background-color: #CED7FD; */
}

.pageText a:active {
	text-decoration: none;
	/*color:#003399;*/
	border-bottom:dotted 1px;
}

.pageTextLI a:hover {
	text-decoration: none;
}

#additionalLinks {
	padding-bottom: 25px;
}

#additionalLinks ul {
	list-style-type: none;
	display: inline;
	font-size: 14px;
}

#additionalLinks ul li, #additionalLinks_NEW ul li, .additionalLinks ul li, .additionalLinks_NEW ul li {
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

#additionalLinks ul li {
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	margin: 5px;
	float: left;
}

#additionalLinks li a:link, #additionalLinks li a:visited  {
	margin-bottom: 5px;
	color: #0033FF;
	text-decoration: none;
}

#additionalLinks li {
	background-color: #C9F8F8;
}

#additionalLinks li:hover {
	background-color: #FFFBD6;
}

.leftAlignedImage {
	padding-right: 5px;
	padding-top: 3px;
}

.rightAlignedImage {
	padding-left: 8px;
	padding-top: 3px;
}

#footer a:link {
	text-decoration:none;
	border-bottom:dotted 1px;
}

#footer a:visited {
	text-decoration:none;
	border-bottom:dotted 1px;
}

#footer a:hover {
	text-decoration:none;
	border-bottom:solid 1px;
	/* background-color: #CED7FD; */
}

#footer a:active {
	text-decoration:none;
	border-bottom:dotted 1px;
}

.appVersion {
	font-size: 9px; 
	color: #999999;
}

li.static a {
	/*
	-webkit-transition: background-color 0.4s ease, color 0.2s ease;
	-moz-transition: background-color 0.2s ease, color 0.2s ease;
	-o-transition: background-color 0.4s ease, color 0.2s ease;
	transition: background-color 0.4s ease, color 0.2s ease;
	*/
}

table.Menu1 tbody tr td table tbody tr td a {
	/*
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
	*/
}

table.Menu1 tbody tr td table {
	/*
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	*/
}

#leftNavBox-contentPages a img {
	opacity:1.0;
    /* filter:alpha(opacity=100); */ /* For IE8 and earlier */
    -webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

#leftNavBox-contentPages a img:hover {
	opacity:0.6;
    /* filter:alpha(opacity=60); */ /* For IE8 and earlier */
}

/* ********************* */
/* SPECIAL BROWSER FIXES */
/* ********************* */

.aspMenuIE8Fix { /* fixes asp:menu display issue in IE8 */
	z-index: 123;
}

/* ********************* */
/* FACEBOOK STUFF        */
/* ********************* */

#facebookTamer {
	margin: 10px 5px 10px 5px;
}

/* ********************* */
/* PRINT STYLE           */
/* ********************* */


@media print {
    #FWTableContainer1442502593, #leftNavBox-contentPages, img[src*="seal-lines"] {
        display: none;
    }
}

