/* Include County Standard Stylesheet  */
@import url(/ssi/header.css);
/* *********************************** */

body {
	margin: 0px; 
	padding: 0px;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
#bodysection {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0px;
	background-repeat: repeat-y;
	background-image: url(/admin/images/sidebarbg.gif);
	border-right: 1px solid #336699;
	border-left: 1px solid #336699;
	
}

#banner {
	background-color: #330199;
	text-align: left;
	 
}
#banner img {
	padding: 5px;
}
#sidebar {
	text-align: left;
	background-color: #ebebd6;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	width: 200px;
	float: left;

} 
#contentsection {
	margin: 0px 10px 0px 210px;
	text-align: left;
}
#contentsection p {
	font-size: 80%;
}
#contentsection h1 {
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	padding: 0px;
	padding-top: 0px;
}
#contentsection h2 {
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	padding: 0px;
}
#contentsection h3 {
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	padding: 0px;
}
#contentsection ul li, #contentsection ol li {
	font-size: 80%
}
#bottomdivider {
	height: 10px;
	background-color: #330199;
	clear: both;
} 
/* all lists */
#nav, #nav ul ol { 
		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 ol  { /* all list items */
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 200px;
	}
	#nav li ul ol { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 200px;
		margin-top : -1.35em;
	}
	
	#nav li ul ul ol { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 190px !important;
  		width: 200px;
  		width/**/:/**/190px;
		display : block;
		color : #330199;
		font-size: 80%;
		font-weight : bold;
		text-decoration : none;
		background-color : #ebebd6;
		border-top : 1px solid #fff;
		border-bottom : 1px 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 : #fff;
	background-color : #330199;
}
#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;
}
#google_translate_element {
	margin:	10px 5px;
	padding: 4px;
	background-color: #f4f4e8;
	border:solid 1px #d1d1a3;
	font-size: 80%;
}
#google_translate_element span {
	font-size: 75%;
}
