/*////////////////////////////////////////////
General
////////////////////////////////////////////*/
body {
	margin: 0px;
	
	/* Uncomment if needed; only supported in IE5.5+
	scrollbar-3dlight-color : #999999;
	scrollbar-arrow-color : #999999;
	scrollbar-base-color : #666666;
	scrollbar-darkshadow-color : Black;
	scrollbar-face-color : #666666;
	scrollbar-highlight-color : #999999;
	scrollbar-shadow-color : #999999;
	scrollbar-track-color : #8B8B8B;
	*/
}
*, BODY, H1, H2, H3, H4, H5, H6, TD, TH, DIV, PRE, CODE, SPAN, P, OL, UL, DL, DT, DD, LI, BLOCKQUOTE{
	color: #003366;
	font-family:  arial, verdana, lucida, arial, helvetica, sans-serif,Trebuchet MS,Bitstream Vera Sans;
	font-weight: normal;
}

H2{
	color: #666666;
	font-family:  verdana, lucida, arial, helvetica, sans-serif,Trebuchet MS,Bitstream Vera Sans;
	font-weight: normal;
}
strong, b, .bold {
	font-weight: bold;
}
form {
	margin: 0px;
	padding: 0px;
}
h1, h3, h4, h5, h6{
	font-family: arial, sans-serif;
	margin: 0px 0px 20px;
	font-weight: bold;
	color: #003366;
}

h2 {
	font-family: "eurostile", arial, sans-serif;
	margin: 0px 0px 20px;
	font-weight: bold;
	font-style: italic;
	color: #003366;
}
li {
	list-style-image: url(../images/common/li.jpg);
	list-style-position: outside;
	list-style-type: square;
}
HR {
	color: #eee;
	background-color: #eee;
	height: 5px;
}
a:link, a:active, a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
/*////////////////////////////////////////////
LINKS Special 1
////////////////////////////////////////////*/
.special1{
	color: #999999;
}
.special1 a:link, .special1 a:visited, .special1 a:active, a:link.special1,  a:visited.special1,  a:active.special1{
	text-decoration: none;
}
.special1 a:hover, a:hover.special1{
	text-decoration: underline;
}
/*////////////////////////////////////////////
LINKS Special 2
used in admin footer
////////////////////////////////////////////*/
.special2{
	color: #ffffff;	
}
.special2 a:link, .special2 a:visited, .special2 a:active, a:link.special2,  a:visited.special2,  a:active.special2{
	text-decoration: none;
}
.special2 a:hover, a:hover.special2{
	text-decoration: underline;
}
/*///////////////////////////////////////////
LINKS: Side Navigation Styles and background Image
////////////////////////////////////////////*/
.onnav {
	list-style-image: url(../images/common/noArrow.jpg);
}
.offnav {
	list-style-image: url(../images/common/noArrow.jpg);
}
A.subnav:visited,A.subnav:active,A.subnav:link{
color: #9F997F; font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
} 
A.subnav:hover{
color: #003464; font-family: Arial, Helvetica, sans-serif;
text-decoration: underline;
cursor: pointer;
} 
.nolink{
	list-style-image: url(../images/common/blueArrow.jpg);
	color: #003464;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.back{
	background-image: url(../images/interior/sideNav/menuBody.jpg);
}
/*///////////////////////////////////////////
LINKS: CopyWrite
////////////////////////////////////////////*/

A.copywrite:visited,A.copywrite:active,A.copywrite:link{
color: #FFFFFF; 
text-decoration: none;
} 
A.copywrite:hover{
color: #FFFFFF; 
text-decoration: none;
} 
/*////////////////////////////////////////////
Form Elements
////////////////////////////////////////////*/
.inputs,select, textarea{
	background-color: #FcFcFc;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	width: auto;
}
/*/////////////////////////////////////
show/hide box on county map page
/////////////////////////////////////*/
.showMe{
	background-color: #FcFcFc;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-weight: bold;
	color: #666666;
	padding-left: 6px;
	width: auto;
}
.hideMe{
	background-color: #FcFcFc;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: white;
	border-right-color: white;
	border-bottom-color: white;
	border-left-color: white;
	width: auto;
}
.button {
	color: white;
    background-color: #5E93BB;
	border: 1px solid #666600;
	height: auto;
	width: auto;
	padding: 1px;
}
/*////////////////////////////////////////////
Custom / Misc.
////////////////////////////////////////////*/
.error{
	font-style: italic;
	color: red;
}
.msg{
	font-style: italic;
}
.label {
	font-weight: bold;
}
.center{
	text-align: center;
}
.justify{
	text-align: justify;
}
.copywrite{
color: #ffffff;
}
.homepage{
	color: #003366;
	font-family:  arial, verdana, lucida, arial, helvetica, sans-serif,Trebuchet MS,Bitstream Vera Sans;
	font-weight: normal;
}
.TableOuterP {
    border: 1px solid #988E50;  
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;	
	empty-cells: show;
}
.TDInnerP {
    border: 1px solid #988E50;
	border-spacing: 0px;
    padding: 3px;
	border-collapse: collapse;
	empty-cells: show;
}
.titleBgP {
    background-color: #988E50;
    padding: 0px;
}
.headerBgP {
    background-color: #988E50;
    padding: 0px;
}
.vSmall{
font-size: 10px;
}
/*///////////////////////////////////////////
Background Images
////////////////////////////////////////////*/
.outerTopBack{
	background-image: url(../images/common/outerTop.jpg)
}
.outerRow2Back{
	background-image: url(../images/common/outerRow2Slice.jpg)
}
.outerRow6Back{
	background-image: url(../images/common/outerRow6Back.jpg)
}
.searchBottomBack{
	background-image: url(../images/common/searchBottom1.jpg)
}
.menuBack{
	background-image: url(../images/common/menuBack.jpg)
}
.outerRow3Back{
	background-image: url(../images/common/outerRow3Back.jpg)
}
.contentBack{
	background-image: url(../images/interior/contentBack.jpg);
	background-repeat: no-repeat;
}
.line{
	background-image: url(../images/common/line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
/*///////////////////////////////////////////
Admin 
////////////////////////////////////////////*/
.mainTable{
background-color: #ffffff;
}
.lbl{
font-size: 12px;
font-weight: bold;
}
.lbl2{
font-size: 12px;
font-weight: bold;
color: #A07B34;
}
.TableOuter {
    border: 1px solid #CFCFCF;  
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;	
	empty-cells: show;
}
.TDInner {
    border: 1px solid #CFCFCF;
	border-spacing: 0px;
    padding: 3px;
	border-collapse: collapse;
	empty-cells: show;
}
.liDocs{
	list-style-type: square;
	list-style-position: inside;
	margin-bottom: 5px;
	margin-left : 2px;
	margin-top : 5px;
}

