.pclass {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#topnav {
	position:relative;
	width:858px;
	height:30px;
	background-color:#000000;
	overflow:hidden;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	margin-left: 0px;
}
#topnav div {position:relative;height:30px;margin-left:226px;width:auto;border-left:1px solid #999;}
#topnav ul {margin: 0;padding: 0;list-style:none;color:#fff;}
#topnav ul li {margin-left: 0px;display:inline;font-weight:bold;}
#topnav ul li a {color:#fff;text-decoration:none;border-right:1px solid #999;padding:7px 10px 8px 10px;float:left;font-size:14px;font-family:Verdana, Arial, sans-serif;font-weight:bold;}
#topnav ul li a:hover {background-color:#ada683;color:#000000;}


#content {
	clear: left;
position:relative;
 padding: 0;
 width: 754px;
 text-align: left;
 height: 560px;
 border: 2px solid #999999;
 background-color: #dfd9c7;
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: 10px;
}

#pcontent {
position:relative;
 padding: 0;
 text-align: left;
 background-color: #dfd9c7;
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: 10px;
font-family: rebuchet MS, Verdana, Sans Serif;
 font-size: 14px;
line-height: 18px;
}


h1 {
	font-size: 18pt;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 10px;
	margin-top: 8px;
	font-style: normal;
	text-align: left;
}

h2 {
text-align: left;
font-size: 16pt;
font-weight: bold;
color: #835C22;
} 

h3 {
font-size: 12pt;
font-weight: bold;
color: #835C22;
}

h4 {
text-align: center;
font-size: 14px;
font-weight: bold;
}

h5 {
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
line-height: 16px;
font-weight: normal;
}
.section_boxes {
text-align: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #ffffff;
line-height: 16px;
}
a, a:link, a:visited {
color: #0e4985;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #FF0000;
text-decoration: none;
font-weight: bold;
}
	/* Big box with list of options */
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:175px;	/* Width of box */
		height:250px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #317082;	/* Dark green border */
		background-color:#FFF;	/* White background color */
		text-align:left;
		font-size:0.9em;
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:0.9em;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#E0C176;
		color:#FFF;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
	
	form{
		display:inline;
	}
.city_resource a:link, a:visited {
color: #0e4985;
text-decoration: underline;
font-weight: bold;
}
	
#search_extras ul { /* all lists */
	width: 150px;
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: ffffff;
	}

#search_extras li { /* all list items */
	float: left;
	position: relative;
	width: 10em;
	background-color: ffffff;
	}

#search_extras li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	background-color: ffffff;
	}

#search_extras li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	}

	li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
		background-color: ffffff;
	}

#search_extras ul li a {
	display: block;
	text-decoration: none;
	background: #fff;
	background-color: #ffffff;
   filter:alpha(opacity=90);
   -moz-opacity:0.9;
   opacity: 0.9;
	padding: 1px;
	border: 0px solid #ccc;
	border-bottom: 0;
	}
	
 a.nav {
color: #ffffff;
text-decoration: underline;
font-weight: bold;
}

