body
	{
	background-color:#F7F1DD;
	font-family:Arial, Helvetica, sans-serif;
	}
	
a, a:active
	{
	border:0;
	margin:0;
	padding:0;
	outline: none;
	}

	
*, img, table, #topnav, #top
	{
	border:0;
	padding:0;
	margin:0;
	}
	
#outerCont
	{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	}

#mainCont
	{
	width:800px;
	position:relative;
	float:left;
	z-index:-1;
	}
	
#mainContTable
	{
	width:800px;
	position:relative;
	margin:0px;
	}

#contentAll
	{
	padding:15px;
	background-color:#E3EAAA;
	}

#contentLeft
	{
	padding:15px;
	background-color:#E3EAAA;
	}
	
#contentRight
	{
	text-align:center;
	padding:15px 0px;
	background-color:#F3D99C;
	}

#weather
	{
	background-image:url(../images/indextop3.jpg);
	color:#fff;
	padding-right:5px;
	text-align:right;
	font-size:12px;
	font-weight:bold;
	}

#topnav
	{
	background-image:url(../images/policenavback.jpg);
	max-height:26px;
	z-index:2;
	}

#bottom
	{
	margin:0;
	padding:0;
	float:left;
	}
	
#bottomnav
	{
	width:800px;
	max-height:29px;
	height:29px;
	background-image:url(../images/policebotnavback.jpg);
	position:relative;
	float:left;
	}
	
#flash
	{
	width:330px;
	margin-left:auto;
	margin-right:auto;
	border:5px ridge #666666;
	z-index:-1;
	}	
	
#address
	{
	width:796px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#094768;
	margin:0px;
	border-collapse:collapse;
	padding:2px;
	float:left;
	}
	
object, embed
	{
	z-index:-1;
	}
	
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
	 font-size:0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \ */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

//Drop Up Menu

#menu {
	width: 800px;
	margin:0;
	padding: 0;
	list-style-type: none;
	background: #CAAE7C;
	border:0;
}

ul, li
	{
	list-style-type:none;
	}
	
.parent
	{
	height:28px;
	max-height:28px;
	}

#menu li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

/* The Drop Up: */
#menu .parent ul {display: none;} /* Hides the dropdown */
#menu .activeParent ul {
	float: left;
	width: 157px; /* The width of the dropdown */
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 2.02em; /* You may need to change this if you change font-size or padding on the menu */
	left: 0;
	list-style: none;
	z-index: 1000;
}

#menu .activeParent li {
	float: left;
	margin: 0;
	padding: 0;
	text-align:center;
}
#menu .activeParent li a {
	float: left;
	width: 11em; /* The width of the dropdown */
	margin: 0;
	padding: 3px 8px;
	color: #fff;
	display: block;
	background: #3B8286;
	font-size:90%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #000;
}

#menu .activeParent li a:hover {
	background: #c9ceef;
	color: #CAAE7C;
	text-decoration:none;
}

//Drop Down Menu

#ddmenu {
	width: 800px;
	margin:0px;
	padding: 0px;
	list-style-type: none;
	background: #CAAE7C;
	border:0;
}
	
.ddparent
	{
	height:26px;
	max-height:26px;
	}

#ddmenu li {
	float: left;
	margin: 0px;
	padding: 0px;
	max-height:26px;
	position: relative;
}

/* The Drop Down: */
#ddmenu .ddparent ul {display: none;} /* Hides the dropdown */

#ddmenu .ddactiveParent ul {
	float: left;
	text-align:center;
	width: 187px; /* The width of the dropdown */
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 1.60em; /* You may need to change this if you change font-size or padding on the menu */
	left: 0;
	list-style: none;
	z-index: 1000;
}

#ddmenu .ddactiveParent li {
	float: left;
	margin: 0;
	padding: 0;
	text-align:center;
}

#ddmenu .ddactiveParent li a {
	float: left;
	text-align:center;
	width: 13em; /* The width of the dropdown */
	margin: 0;
	padding: 3px 8px;
	color: #fff;
	display: block;
	background: #374eea;
	font-size:90%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #000;
	z-index:1000;
}

#ddmenu .ddactiveParent li a:hover {
	background: #C7E6E7;
	color: #15248e;
	text-decoration:none;
}

//Pages

#eoTable
	{
	width:600px;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
	}
	
#contentGov table tr td
	{
		padding-left:10px;
		padding-right:10px;
	}
.indent
	{
		width:50%;
		text-align:right;
		font-weight:bold;
	}

#polCont
	{
		font-size:16px;
		margin-top:0px;
		border-collapse:collapse;
		padding:15px 25px;
		text-align:justify;
		background-color:#FEF9E2;
		z-index:1;
	}
	
#contentPol
	{
		padding:15px;
		background-color:#F8DE4B;
	}
	
#govCont
	{
		font-size:16px;
		padding:15px 25px;
		text-align:justify;
		background-color:#ecefd8;
	}
	
#contentGov
	{
		padding:15px;
		background-color:#E3EAAA;
	}
	
#parksCont
	{
		font-size:16px;
		padding:15px 25px;
		text-align:justify;
		background-color:#ecefd8;
	}
	
#contentParks
	{
		padding:15px;
		background-color:#E3EAAA;
	}
	
#pdCont
	{
		font-size:16px;
		padding:15px 25px;
		text-align:justify;
		background-color:#ecefd8;
	}
	
#contentPd
	{
		padding:15px;
		background-color:#E3EAAA;
	}	

#resCont h2, #govCont h2, #parksCont h2, #pdCont h2, #parksCont h3, #pdCont h3
	{
	text-align:center;
	font-weight:900;
	}
	
#parksCont a:active, #parksCont a:visited, #parksCont a
	{
	text-decoration:none;
	color:#000;
	}
	
#parksCont a:hover
	{
	color:#c7d361;	
	}
	
#resCont p, #govCont p, #parksCont p, #pdCont p
	{
	text-indent:40px;
	font-weight:400;
	}
	
.imageLeft
	{
	float:left;
	margin:5px 10px 5px 5px;
	}
	
.imageRight
	{
	float:right;
	margin:5px 5px 5px 10px;
	}
	
.tabLeft
	{
		text-align:left;
		padding-left:5px;
	}
	
.tabRight
	{
		text-align:left;
	}
	
#pDir
	{
		width:90%;
		margin:10px auto;
		line-height:28px;
	}
	
.rules
	{
		background-color:#ecefd8;
	}