﻿/*Used on every page on the site*/
body {
	padding: 0px;
	margin: 0px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-align: center; /*Needed to center webpage in IE*/
	display: inherit;

}
#wrapper {
	width: 901px;
	text-align:left; /*Needed to overwrite the body's center tag*/
	margin: 0px auto; /*Needed to center webpage*/
	
}
#mainContent {
	margin-left: 220px;
	margin-top:	10px;
	}
	
#ToolContent {
	margin-left: 230px;
}

#ImageBox {
	float: right;
	width: 179px;
}

#DescribeBoxHolder {
	margin-top:12px;
	margin-left:46px;
}

#DescribeBox {
	padding: 7px 7px 7px 7px;
	height: 70px;
	width: 540px;
/*	border-right:solid 1px #666666;
	border-top:solid 1px #666666;
	border-left:solid 1px #666666;
	border-bottom:none;
*/}

#LegText {
	color:#000;
	font-weight:bold;
}

#PubButton {
	padding-top: 6px;
	padding-bottom: 12px;
	padding-left: 250px;
}

#PubTop {
	top: 0px;
	height: 179px;
	width: 650px;
/*	border-top-width: 1.5px;
	border-right-width: 1.5px;
	border-bottom-width: 0px;
	border-left-width: 1.5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
*/}

#PubMiddle {
/*	border:1.5px solid #666;
*/	height: 229px;
	width: 650px;
}

#PubBottom {
	height: 50px;
	width: 650px;
/*	border-top-width: 0px;
	border-right-width: 1.5px;
	border-bottom-width: 1.5px;
	border-left-width: 1.5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
*/}

#number1 {
	margin:70px 0px 0px 20px;
	width:438px;
	font-size:16px;
	color:#266821;
	font-weight: bold;
}

#numbers {
	margin:20px 0px 0px 20px;
	font-size:16px;
	color:#266821;
	font-weight: bold;
}

table {
	font-size: 12px;
}
ul {
	list-style-type: circle;
}
p {
	margin-top:0px;
}
h1 {
	font-size: 21px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {

	font-size: 16px;
	padding: 0px;
	margin-top: 12px;
	margin-bottom: 0px;
	color: #1e4e1a;
}
h3 {
	margin-bottom:0px;
}
h4 {
	margin-bottom:0px;
}

/*#mainContent ul li {
	margin-left:10px;
}*/
#footer {
	font-size: 10px;
	color: #666666;
	margin-top: 20px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cee1ef;
	clear:both;
}
#footer a{
color:#333333;}

.smallgray {
	color: #666666;
	font-size: 9px;
}
.small {
	font-size: 9px;
}

/*For the content boxes on the home page*/
#homebox1 {
	width: 676px;
	height:260px;
	border: 1px solid #266821;
	}
#flash {
	width: 676px;
	height: 260px;
}

#homebox1 h1, #homebox2 h1, #homebox3 h1, #homebox4 h1, #homebox5 h1 {
	color: #FFFFFF;
	padding:5px;
	margin-bottom:0px;
	}

.homecontent {
	background-color:#ffffff; 
	/*border:1px solid #266821;*/
	padding:10px;
	}

#homebox2 {
	background-color:#266821; 
	width: 49%;
	float:left;
	clear:right;
	margin: 10px 10px 10px 0px;
		}
		
#homebox3 {
	background-color:#266821; 
	width: 49%;
	float:right;
	margin: 10px 0px 10px 0px;
		}
		
#homebox4 {
	background-color:#266821; 
	width: 49%;
	float:right;
	margin: 0px 0px 10px 0px;
		}

#homebox5 {
	background-color:#266821;
	width: 49%;
	float:right;
	margin: 0px 0px 10px 0px;
		}

/*For the rotating images cell on the county highlights page*/
.rotatecell {
	width: 240px;
	padding-left:40px;
	vertical-align:top;
	}
	
	
	
	.ctrDropDown{
    width:145px;
    font-size:11px;
}
.ctrDropDownClick{
    font-size:11px;

    width:300px;

}
.plainDropDown{
    width:145px;
    font-size:11px;
}

/*For list items on pages with just links, to space them out and make them easier to read*/
.spacelist li {
	margin-top: 6px;
}
:link, :visited { /*Fixes image underlines in Chrome*/
	text-decoration: none;
}
