/* Include County Standard Stylesheet  */
@import url(/ssi/header.css);
/* *********************************** */

body {
	margin: 0px; 
	padding: 0px;
	background-color:#ebebd6;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
#acgovheadermenubar {
	background-color: #ebebd6;
	
}
#bodysection {
	width: 760px;
	margin: 0px auto;
	padding-top: 0px;
	background-repeat: repeat-y;
	background-image: url(/Sister_Site/images/sidebarbg.gif);
	border: 0;
	
	
}

#banner {
	background-color: #ffffcc;
	text-align: center;
	
}
#banner img {
	padding: 5px;
}
#sidebar {
	text-align: left;
	background-color: #009900;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	width: 200px;
	float: left;

} 
#contentsection {
	margin: 0px 0px 0px 200px;
	padding: 0px;
	text-align: left;
	background-color: #fff;
	border: 1px #fff solid;
}
#contentsection h1 {
	font-size: 100%;
	padding: 0px 10px;
	color: #003366;
	text-align: left;
}
#contentsection p {
	font-size: 80%;
	padding: 0px 10px;
	margin-left: 10px;
	text-align: left;
}
#contentsection ul li, #contentsection ol li {
	font-size: 80%;
	padding: 0px 10px;
	text-align: left;
}
#bottomdivider {
	height: 2px;
	background-color: #009900;
	clear: both;
} 
/* all lists */
#nav, #nav ul { 
		padding: 0;
		margin: 0;
		list-style: none;
		/*  float : left;*/
		width : 200px;
	}
	
	#nav li { /* all list items */
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 200px;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 200px;
		margin-top : -1.35em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 190px !important;
  		width: 200px;
  		width/**/:/**/200px;
		display : block;
		color : #fff;
		font-size: 80%;
		font-weight : normal;
		text-decoration : none;
		background-color : #009900;
		border-top : 1px solid #fff;
		border-bottom : 1px solid #fff;
		border-left : 0px solid #fff;
		border-right : 0px solid #fff;
		padding : 2px 5px;
	}
#nav li a.parent {
	background-image: url(/images/arrow_menu_over_blue.gif); 
	background-repeat: no-repeat; 
	background-position: 180px 50%;
}
	#sub1 {
		font-size: 100%;
		
	}
	#nav li a:hover {
		color : #009900;
		background-color : #fff;
		
	}
	 
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
		
	}
