/* WARREN COUNTY CSS */

/* -------------------------
	COMMON STYLES
------------------------- */

body {
	margin: 0;
	padding: 0;
	background-color: #030;
}
p, li, a, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
a {
	zoom: 1; /* FIX FOR LIST LINKS BUG */
}

/* PAGE WRAP - sets the width, background and border for the page */

#wrap {
	width: 784px;
	background-image: url(images/nav_bkg.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFF;
	border: 8px solid #FFF;
}

/* -------------------------
	HEAD BANNER STYLES
------------------------- */

#head {
	height: 122px;
	background-image:url(images/top_banner.jpg);
	background-repeat: no-repeat;
	background-position:top;
}
#head #topnav {
	margin-right: 30px;
	text-align: right;
}
#head #topnav a {
	font-size: 12px;
	margin-top: 7px;
	display: block;
	float: right;
	height: 27px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/topnav_divider.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #FFF;
	text-decoration: none;
	text-transform:uppercase;
}
#head #topnav a:link, #head #topnav a:visited {
	text-decoration: none;
}
#head #topnav a:hover {
	text-decoration: underline;
}

/* WRAP FOR MAIN CONTENT - Displays leftnav background */

div#content_wrap {
}

/* -------------------------
	LEFTNAV STYLES
------------------------- */
	
#leftnav {
	float: left;
	width: 204px;
}
#leftnav .last {
	border-bottom: solid 1px #fff;
}
#leftnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#leftnav li {
	padding-left: 7px;
	padding-right: 7px;
}	
#leftnav li a {
	display: block;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: solid 1px #fff;
}
#leftnav li a:hover {
	background-image: url(images/link_over_bkg.gif);
	background-repeat: repeat-y;
}
#leftnav li a.active, #leftnav li a:hover.active {
	color: #996633;
	background-color: #FFFFFF;
	background-image: none;
}
#leftnav li li {
	padding: 0;
	background-color: #FFFFFF;
	background-image: none;
}
#leftnav li li a {
	padding-left: 20px;
}
#leftnav li li a:hover {
	background-image: none;
	background-color: #FFCC00;
}

/* -------------------------
	CONTENT STYLES
------------------------- */

#content {
	width: 580px;
	float: left;
}
#content img.content_banner {
	margin-left: 8px;
	margin-right: 2px;
}
#content h1 {
	font-size: 18px;
	text-transform: uppercase;
	color: #963;	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom: solid 1px #963;
	border-top: solid 1px #963;
	margin-left: 8px;
	margin-right: 2px;
}
#content h1.homepg {
	margin-top: 1px;
}
#content h2 {
	font-size: 16px;
	text-transform: uppercase;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	margin-left: 8px;
	margin-right: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #963;
}
#content h4 {
	font-size: 14px;
	text-transform: none;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	margin-left: 8px;
	margin-right: 2px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #963;
}
#content h2.homepg {
	margin-top: 1px;
}
#content h3 {
	font-size: 13px;
	text-transform: uppercase;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	margin-left: 8px;
	margin-right: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #963;
	font-weight: bold;
}
#content h3.homepg {
	margin-top: 1px;
}


#content p {
	margin-left: 25px;
	margin-right: 25px;
}
#content p.intro {
	color: #360;
	font-size: 14px;
}
#content ul {
	list-style: url(images/bullet.gif);
	margin-left: 25px;
	margin-right: 25px;
}
#content ul li strong {
	color: #996633;
}
#content li {
	margin-bottom: 5px;
}

/* -------------------------
	FOOTER STYLES
------------------------- */

#footer {
	clear: both;
	background-image: url(images/footer_bkg.jpg);
	background-repeat: no-repeat;
	height: 60px;
	padding-top: 20px;
	padding-left: 20px;
}
#footer p {
	margin: 0px;
	font-size: 10px;
	color: #FFFFFF;
}
