
body {
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	color:#888;
	background-color:#819677;
}
img {
	border:0 none;
}
a {
	text-decoration:none;
	color:#444;
}
a:hover,
a:visited {
	text-decoration:none;
	color:#930;
}
.clear {
	clear:both;
}
.site {
	width:1300px;
	margin:0px auto;
}
.head {
	width:1300px;
	height:170px;
	margin:0px auto;
	background:#a9a9a9 url(../images/headerimage.jpg) no-repeat;
}
.head_text{
	text-align:center;
	padding-top:102px;
	width:1200px;
	margin:0px auto 12px;
	font-size:50px;
}
.head_text_left{
	color: #fff;
}
.head_text_right{
	color: #FC3;
}

.content {
	width:1300px;
	margin:0px auto;
	clear:both;
}
.content_nav {
	width:1300px;
	margin:0px auto;
	background-color:#3D3356;
   height: 30px;
   line-height:30px;
	font-size:12pt;
	clear:both;
}
.content_nav_search {
	width:1300px;
	margin:0px auto;
	background-color:#B4CDE3;
	height:40px;
	line-height:40px;
	font-size:10pt;
	clear:both;
}

.content_nav_home {
	width:1300px;
	margin:0px auto;
	background-color:#B4CDE3;
	height:40px;
	line-height:40px;
	font-size:18px;
	color:#fff;
	clear:both;
}

.content_full {
	width:1300px;
	text-align:left;
	float:left;
	background-color:#B4CDE3;
	height:550px;
}
.home_title{
	width:800px;
	font-size:32px;
	color:#3d3356;
	text-align:left;
	margin:20px auto;
}
.home_subtitle{
	width:800px;
	font-size:20px;
	color:#930;
	text-align:left;
	margin:20px auto;
}

.left {
	width:300px;
	text-align:left;
	float:left;
	background-color:#b4cde3;
	padding-left:5px;
	padding-right:5px;
	height:1000px;
	overflow-y:scroll;
}
.left_container{
	width:310px;
	float:left;
}
.main {
	width:990px;
	float:left;
	background-color:#fff;
	height:1000px;
}
.pdfembed{
	margin-left:15px;
}
.foot {
	width:1200px;
	margin:0px auto;
	height:50px;
	background-color:#819677;
	margin:0px auto;
	color:#fff;
	font-size:16px;
}
.foot_left{
	float:left;
	margin-left:20px;
}
.foot_right{
	float:right;
	margin-right:20px;
}

.foot ul {
	list-style:none;
	margin:5px 0;
	padding:0;
}
.foot ul li {
	float:left;
	display:inline-block;
}
.foot ul li a,
.foot ul li a:visited {
	text-decoration:none;
	display:inline-block;
	padding:.2em;
	color:#fff;
}

.foot_text{
	text-align:center;
	padding-top:10px;
	width:1200px;
	margin:0px auto;
	font-size:12px;
}


.left ul {
	list-style:none;
	margin:5px 0;
	padding:0;
}
.left ul li {
	text-decoration:none;
	display:block;
}
.left ul li a,
.left ul li a:visited {
	text-decoration:none;
	display:block;
	padding:.2em;
}
.cp_names{
	clear:both;
	display:inline-block;
	margin-top:10px;
}
.category_name{
	display:inline-block;
	float:left;
	font-size:12px;
	color:#fff;
}
.part_name{
	display:inline-block;
	float:left;
	font-size:12px;
	color:#fff;
}
.section_id{
	width:75px;
	float:left;
	margin-left:5px;
	clear:both;
}
.section_title{
	width:200px;
	float:left;
}
.navlink{
	clear:both;
}
.zoning_title{
	float:left;
	color:#fff;
	font-size:24px;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:2px dotted #fff;
}
.page_number{
	width:20px;
	float:right;
}
.section_header{
	font-weight:bold;
	margin-top:5px;
	clear:both;
}
.section_header_type{
	display:inline-block;
	float:left;
}
.section_header_id{
	display:inline-block;
	float:left;
	margin-left:5px;
}
.section_header_title{
	display:inline-block;
	float:left;
	margin-left:5px;
}


.content_nav ul {
	list-style:none;
	margin:5px 0;
	padding:0;
}
.content_nav ul li {
	text-decoration:none;
	display:inline-block;
	width:325px;
}
.content_nav ul li a,
.content_nav ul li a:visited {
	text-decoration:none;
	display:inline-block;
	padding:.2em;
}
.content_nav_home ul li a,
.content_nav_home ul li a:visited {
	text-decoration:underline;
	display:inline-block;
	padding:.2em;
}
.show {
	display:block;
	color:yellow;
}
.hide {
	display:none;
}



/* These styles create the dropdown menus. */
#navbar {
   margin: 0 auto;
   padding: 0;
   height: 30px;
   line-height:30px;
   width:1000px;
}
#navbar li {
   list-style: none;
   float: left;
   width:250px;
   text-align:center;
   height: 30px;
   line-height:30px;
}
#navbar li a {
	display: block;
	color: #fff;
	padding: 0px 8px;
	background-color:;
}
#navbar li a.selected {
	color:#3d3356;
	background-color:#B4CDE3;
}
#navbar li a.other {
	background-color:;
}

#navbar li ul {
   display: none; 
   width: 250px; /* Width to help Opera out */
   background-color: #3D3356;
   border: 1px solid #000;
   z-index:100000;
   font-size:10pt;
   text-align:left;
}
#navbar li:hover ul, #navbar li.hover ul {
   display: block;
   position: absolute;
   margin: 0;
   padding: 0;
}
#navbar li:hover li, #navbar li.hover li {
   float: none;
}
#navbar li:hover li a, #navbar li.hover li a {
   background-color: #3D3356;
   border-bottom: 1px solid #fff;
   color: #fff;
}
#navbar li li a:hover {
   background-color: #b4cde3;
}
   
.home_search {
	width:375px;
	margin:0 auto;
	text-align:center;
	background:url(../images/search2.png) no-repeat;
	padding-left:30px;
	font-size:10pt;
}
