body {
	background: url(assets/bgNew.jpg) repeat-x #f4f7fe;
	font-size: 13px;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	outline: 0;
	font-weight: bold;
}

a:link { color: #03506c; }
a:visited { color: #03506c; }
a:hover { color: #8aa333; }
a:active { color: #03506c; }

h1, h2, h3, h4, h5 {
	color: #033859;
	font-size: 14px;
	margin: 15px 0 5px 0;
	padding: 0;
	font-weight: bold;
}

p { margin: 0 0 6px 0; }
li { color: #4d5c22; }

img {
	border: 0;
	display: block;
}

#wrapper {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
}

/* Top Nav Home */
#topnav {
	color: #fff;
	height: 1%;
	overflow: hidden;
	font-size: 11px;
	background: #375308;
}
#topnav ul, #top1 li {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
}
#topnav ul {
	float: right;
	}
#topnav li {
	float: left;
	}
#topnav a {
	display: block;
	margin: 10px;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	}
#topnav a:link {
	color: #fff;
	}
#topnav a:visited {
	color: #fff;
	}
#topnav a:hover{
	color: #fff;
	text-decoration: underline;
	}
#topnav a:active {
	color: #fff;
	}

/* homeheader */
#homeheader {
	background: #fff;
	height: 175px;
	border-top: 4px solid #859370;
	margin-top: 2px;
	padding: 0;
}
#homelogo {
	padding: 15px 45px 15px 0;
	float: left;
	}
#homelogo img { 
	margin: 15px 50px 0 0; 
	float: left; 
	text-align: left; 
	}
#rotating {
	height: 175px;
	overflow: hidden;
	margin: 0;
	float: right;
	width: 700px;
	} 
	
/* department login page */

#departmentlogin {	
	border-top: 4px solid #859370;
	border-bottom: 4px solid #859370;
	background-color: #fff;
	height: 1%;
	overflow: hidden;
	text-align: center;
	margin-top: 20px;
	color: #859370;
	}
	
#departmentlogin img {float: left; margin: 20px 0;}
	
#departmentform {width: 300px; margin-left: 300px; padding-bottom: 30px;}

/* header */
#header {
	border-top: 4px solid #859370;
	margin-top: 2px;
	background-color: #fff;
	height: 1%;
	overflow: hidden;
	height: 140px;
	}
body#inside-3 #header  {
	background: #fff url(assets/headers/inside-3.jpg) no-repeat right;
	}
body#inside-4 #header  {
	background: #fff url(assets/headers/inside-4.jpg) no-repeat right;
	}
body#inside-5 #header  {
	background: #fff url(assets/headers/inside-5.jpg) no-repeat right;
	}
body#inside-6 #header  {
	background: #fff url(assets/headers/inside-6.jpg) no-repeat right;
	}
body#inside-7 #header  {
	background: #fff url(assets/headers/inside-7.jpg) no-repeat right;
	}
body#inside-8 #header  {
	background: #fff url(assets/headers/inside-8.jpg) no-repeat right;
	}
body#inside-9 #header  {
	background: #fff url(assets/headers/inside-9.jpg) no-repeat right;
	}

body #header {
	background: #fff url(assets/headers/inside-5.jpg) no-repeat right;
	}

#logo {
	float: left;
	position: relative;
	margin: 20px 44px 0 40px;
	}
/* Main Nav */
#nav {
	color: #3c422c;
	background-color: #0873b6;
	width: 990px;
	margin: 0 auto;
	padding: 6px 0;
  height: 1%;
  overflow: hidden;
}

#nav ul
{
	background-color: #044771;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	height: 50px;
	overflow: hidden;
}

#nav ul li
{
	width: 14.285%;
	float: left;
	list-style: none;
}

#nav ul li#lastli a
{
	border-right: 0;
}
#nav ul li a
{
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #0873b6;
	font-size: 16px;
	font-weight: normal;
	height: 30px;
	display: block;
	text-align: center;
	width: auto;
	padding: 10px 14px;
	line-height: 16px;
	background: #044771;
	vertical-align: middle;
	white-space: normal;
}

#nav ul li a:hover
{
	background: #023352;
	color: #fff;
	-webkit-box-shadow: inset #011b2b 0 0 10px;
	-moz-box-shadow: inset #011b2b 0 0 10px;
	box-shadow: inset #011b2b 0 0 10px;
}

#nav ul li a:active { color: #fff; }
#nav a:link { color: #fff; }
#nav a:visited { color: #fff; }

/* Search Area */
#search {
	border-bottom: 2px solid #044771;
	padding-top: 5px;
	background-color: #fff;
	height: 1%;
	overflow: hidden;
	}
#search p {
	margin: 0 0 5px 0;
	}

#search form {
	margin: 0;
	padding: 0;
	border: 0;
	float: right;
	position: relative;
	width: 180px;
	}

#search input {
	margin-right: 3px;
	padding: 0;
}

#search input.text {
	width: 110px;
	padding: 0px;
	font-size: 11px;
}

/* Print - Text size */
#pageitems {
	border-bottom: 2px solid #859370;
	padding: 6px 8px;
	margin: 0;
	font-weight: bold;
	color: #4b5a1f;
	font-size: 11px;
/* 	text-align: right; */
}

#pageitems img {
	margin: 0 12px 0 5px;
	display: inline;
}

#pageitems a:link
{
	color: #000;
	text-decoration: underline;
	font-family: Times, Times-Roman, serif;
}

#pageitems a:visited { color: #000; }
#pageitems a:hover { color: #8aa333; }
#pageitems a:active { color: #000; }

#pageitems .smalltext,
#pageitems .normaltext,
#pageitems .largetext {
	margin: 0 2px;
	}

#pageitems .smalltext {
	font-size: 9px;
}

#pageitems .normaltext {
	font-size: 14px;
}

#pageitems .largetext {
	font-size: 23px;
}

/* contenthome */
#contenthomewrapper {
	background: url(assets/bg_contenthome.gif) repeat-y #fff;
	margin: 0;
	padding: 0;
	height: 1%;
	overflow: hidden;
}

#contenthome
{
	margin: 20px auto;
	width: 550px;
	text-align: left;
	padding: 0;
	position: relative;
}

/* content */
#contentwrapper
{
	background: url(assets/bg_content.gif) repeat-y #fff;
	margin: 0;
	padding: 0;
	height: 1%;
	overflow: hidden;
}

#content
{
	margin: 0 auto;
	width: 740px;
	text-align: left;
	float: right;
	padding: 20px;
	position: relative;
}

/* toolbox */
#toolbox { }
.listing {
	clear: both;
	height: 1%;
	overflow: hidden;
	}
.imageright
{
	float: right;
	position: relative;
	margin: 0 0 8px 10px;
}

.imageright img { border: 1px solid #000; }

.imageleft
{
	float: left;
	position: relative;
	margin: 0 10px 8px 0;
}

.imageleft img { border: 1px solid #000; }

.imagecaption
{
	font-size: 10px;
	padding: 2px;
	margin-top: 3px;
	border-bottom: 1px solid #000;
}

/* leftcolumn */
#leftcolumn
{
	width: 200px;
	float: left;
	position: relative;
	margin: 0;
	text-align: left;
}

#leftcolumn h2 {
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 10px;
	background-color: #375308;
}

#news
{
	padding-bottom: 15px;
	margin: 0;
}

#news a
{
	padding: 6px 10px;
	color: #033859;
	display: block;
}

#news a:visited { color: #033859; }
#news a:hover { color: #000; }
#news a:active { color: #000; }

#eventhighlight p
{
	border: 1px solid #b0c9d1;
	margin: 5px 1px;
	padding: 5px 3px;
	color: #033859;
}

#eventhighlight a:link { color: #033859; }
#eventhighlight a:visited { color: #033859; }
#eventhighlight a:hover { color: #8aa333; }
#eventhighlight a:active { color: #033859; }
#eventhighlight { padding: 0 3px; }

#enews
{

	margin: 5px 0;
	padding: 0 12px;
	background-color: #3f5e2e;
}


/* Web Cam Page */
.webThumb {
	float: left;
	width: 230px;
	margin: 8px;
	display: block;
	text-align: center;
	}


/* Sub Level Navigation */
#sublevelwrapper
{
	padding-bottom: 5px;
	text-align: left;
		height: 1%;
	overflow: hidden;
	background: #044771;
}

#pagetitle
{
	padding: 10px 0;
	border-bottom: 1px solid #023352;
	background-color: #0873b6;
	color: #FFF;
	text-align: center;
	font-size: 16px;
}

#pagetitle a
{
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, sans-serif;
}

#subnav, #subnav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #0669a7;
	border-bottom: 1px solid #023352;
	}
#subnav {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #0669a7;
	border-top: 1px solid #023352;
	}
#subnav a {
	display: block;
	padding: 8px 10px;
	font-weight: bold;
	text-decoration: none;
	zoom:1; /*IE6*/
		}
#subnav a:link {color: #fff;}
#subnav a:visited {color: #fff;}
#subnav a:hover {
	background: #023352;
	color: #fff;
	-webkit-box-shadow: inset #011b2b 0 0 10px;
	-moz-box-shadow: inset #011b2b 0 0 10px;
	box-shadow: inset #011b2b 0 0 10px;
	}
#subnav li #current {
	background-color: #0873b6;
	}
#subnav a:active {color: #fff;}
/*sub Sub nav*/
#subnav ul {
	margin: 0;
	padding: 0;
	position: relative;
	background: #578240;
	-webkit-box-shadow: inset #203104 0 0 10px;
	-moz-box-shadow: inset #203104 0 0 10px;
	box-shadow: inset #203104 0 0 10px;
	}
#subnav ul li {
	border-top: none;
	border-bottom: none;
	}
#subnav ul a {
	text-transform: none;
	padding: 8px 1px 8px 15px;
	}
#subnav ul a:link {color: #FFF;}
#subnav ul a:visited {color:#FFF;}
#subnav ul a:hover {
	color: #FFF; 
	text-decoration: none; 
	background-color: #375308;
	-webkit-box-shadow: inset #203104 0 0 5px;
	-moz-box-shadow: inset #203104 0 0 5px;
	box-shadow: inset #203104 0 0 5px;
	}
#subnav ul a:active {color: #FFF;}


/* rightcolumn */
#rightcolumn
{
	width: 200px;
	float: right;
	position: relative;
	margin: 0;
	padding: 0;
	text-align: left;
}

#rightcolumn h2 {
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 10px;
	background-color: #375308;
	}
#quicklinks {
	padding-bottom: 15px;
}

#quicklinks a
{
	padding: 6px 10px;
	color: #033859;
	display: block;
}

#quicklinks a:visited { color: #033859; }
#quicklinks a:hover { color: #000000; }
#quicklinks a:active { color: #033859; }

#webcam
{
	padding: 0 0px 5px 0px;
	border-bottom: 2px solid #859370;
}

#map
{
	margin: 10px 0;
	padding: 3px;
}

#weather .temp { font-size: 14px; }
#weather { padding: 0px 3px; }

#weather p
{
	margin: 0;
	font-size: 10px;
}

#weather .top { padding-top: 8px; }
#weather img { float: left; }

/* footer */
#footer
{
	border-top: 4px solid #044771;
	border-bottom: 4px solid #044771;
	padding: 5px;
	font-size: 11px;
	height: 80px;
	background-color: #fff;
}
#footer #contact {padding-top: 10px}

.left
{
	float: left;
	margin: 0 10px;
}

.right
{
	float: right;
	margin: 0 30px;
}



/* copyright */
#copyright
{
	color: #595959;
	font-size: 10px;
	margin: 10px 0;
	text-align: left;
	padding: 10px 0;
}

#copyright a:link { color: #595959; }
#copyright a:visited { color: #595959; }
#copyright a:hover { color: #000; }
#copyright a:active { color: #595959; }
#copyright p { margin: 0 5px; }

#breadcrumbs {
	padding: 5px;
	font-size: 11px;
	}
/* Photo Gallery */
body #photo-gallery {
	margin: 0;
	}
body div.thumb {
	margin: 0 10px 10px 0;
	}
body .phototitle {
	width: 170px;
	} 

