/*////////////////////////////////////////////
General
////////////////////////////////////////////*/
body {
	margin: 0px;
	background-color: #253B26;
	/* 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;
	*/
}
.metroBody{
	margin: 0px;
	background-color: #978E4F;
}
*, BODY, H1, H2, H3, H4, H5, H6, TD, TH, DIV, PRE, CODE, SPAN, P, DL, DT, DD, LI, BLOCKQUOTE{
	color: #666666;
	font-family:  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: Myriad, "Gill Sans", "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	margin: 0px 0px 20px;
	font-weight: normal;
}
h1 {
	color: #91784F;
}
h2 {
	font-family: Myriad, "Gill Sans", "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	margin: 0px 0px 20px;
	font-weight: bold;
	
	color: #91784F;
}
li {
	margin-left : -15px;
	margin-bottom : -1px;
	margin-top : -1px;
}
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; 

} 
A.copywrite:hover{
color: #FFFFFF; 

} 
/*////////////////////////////////////////////
Form Elements
////////////////////////////////////////////*/
.inputs, 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;
	padding: 2 2 2 2;
}
select{
	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;
}
.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;
}
.backNewB{
background-image: url(../images/homePage/newsSecBack.jpg);
}
.backNewToolMiddle{
background-image: url(../images/homePage/newToolMiddle.jpg);
}
/*///////////////////////////////////////////
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;
 }
.titleBg {
    background-image: url("../images/admin/info_header_text_tile.gif");
    padding: 2px;
	
}
.headerBg{
    background-image: url("../images/admin/header_text_tile.gif");
    padding: 2px;
	font-weight: bold;
}
.liDocs{
	list-style-type: square;
	list-style-position: inside;
	margin-bottom: 5px;
	margin-left : 2px;
	margin-top : 5px;
}
.caption{
	color: #666666;
	font-family:  verdana, lucida, arial, helvetica, sans-serif,Trebuchet MS,Bitstream Vera Sans;
	font-weight: normal;
}
.links{
text-decoration: none;
font-weight: bold;
} 

 option.optionsBold{
	padding-left:10px;
	font-weight:bold;
}
 option.optionsBoldNI{
	font-weight:bold;
}