@charset "UTF-8";
/* CSS Document */

body	{
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#navigation {
	background-image: url(over.png);
	width:480px;
	height:30px;
	float: left;
	margin-left:135px;
	padding-right:35px;
}
#nav ul { /* all lists */
	padding: 0;
	margin:0;
	margin-top: -145px;
	list-style: none;
	border: dashed #ffffff thin;
	width:140px;
}
#nav li { /* all list items */
	float: left;
	position: relative;
	list-style:none;
	height:20px;
	padding-top:8px;
	
	
}
li a{
	color: #ffffff;
	text-decoration: none;
	
}
.linkhead{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size:14px;
	width: 145px;
	text-align:center;
	margin-top:-15px;
	margin-left:0;
	padding:0;
}
.link{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size:14px;
	text-align:left;
	padding-left:5px;
	width:135px;
	height:25px;
	background-image: url(over1.png);
	
}
.link a:hover {
	color:#3399cc;
	
	
	
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0px;
}
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: 0;
}

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

h1		{
	padding: 0px;
	background-image: url(h1.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
	height: 135px;
	width: 660px;
	margin:0px;
}
h2		{
	
}
h3		{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	font-weight: 400;
	width: 150px;
	height: 20px;
	padding: 0px;
}

h4		{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000033;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	background-image: url(h4.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 160px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h5		{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000033;
	text-align: center;
	height: 25px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(h5.png);
	background-repeat: no-repeat;
	width: 285px;
}

h6		{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-decoration: underline;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align:center;
}

p	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td		{
	padding: 0px 0px 0px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper {
	width: 985px;
	height:1000px;
	background-image: url(head.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
#left	{
	text-align: left;
	padding: 0px;
	float: left;
	width: 660px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	display:inline;
}
	
#mast	{
	margin: 0px;
	padding: 0px;
	height: 220px;
	width: 660px;
	float: left;
}
#mask{
	margin: 0px;
	padding:0px;
	height: 220px;
	width: 660px;
	background-image: url(mask.png);
	background-repeat: no-repeat;
}
.fire {
	background-image:url(fire.jpg);
	background-repeat:no-repeat;
}
.main {
	background-image:url(mast.jpg);
	background-repeat:no-repeat;
}
.police {
	background-image:url(police.jpg);
	background-repeat:no-repeat;
}
.cityhall {
	background-image:url(cityhall.jpg);
	background-repeat:no-repeat;
}
.park {
	background-image:url(reccenter.jpg);
	background-repeat:no-repeat;
}
#alert {
	float: right;
	width: 300px;
	z-index: 100;
	margin-top:-155px;
	margin-right:10px;
	
}
#alertvisible {
	visibility:visible;
	background-image: url(alert.png);
	overflow: visible;
	border: dashed thin #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#ffffff;
}
#alertvisible li {
	list-style: none;
}

#sidebar {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	padding: 0px;
	float: left;
	width: 160px;
	min-height:645px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(sidebar.png);
	background-repeat:no-repeat;
	
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
	background-image: url(sidebarul.jpg);
	background-repeat: repeat-x;
	max-height:600px;
	min-height:300px;
}
#sidebar li {
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 10px;
	list-style-type: none;
	cursor: pointer;
}
#sidebar a {
	color: #ffffff;
	text-decoration: none;
}
#sidebar a:hover {
	color: #3399cc;
	
}
#content {
	padding: 0px;
	float: left;
	width: 486px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#content h1 {
	color: #ffffff;
	text-indent:0;
	background-image: url(h2.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 30px;
	width: 486px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content h2 {font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #000033;
	background-image: url(ch1.png);
	width:300px;
	height:26px;
	margin-top:20px;
	margin-left:10px;
	margin-bottom:10px;
	padding:0px;
	padding-top:4px;
	text-indent:0px;
	text-align: center;
	
}
#content h3 {
	font-size: 14px;
	font-weight:600;
	margin-bottom:10px;
	margin-top:5px;
	width: 460px;
	text-align: left;
	margin-left: 10px;
	color: #000033;
}
#content h4 {
	margin:0;
	font-size: 14px;
	font-weight:500;
	text-align: left;
	margin-left: 10px;
	color: #000033;
	background-image: none;
	padding:0;
	width:400px;
}
#content h5 {
}
#content h6 {
}
#content p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:5px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	text-align: justify;
	}
#content a {
	color: #666666;
	font-style: italic;
	margin-top:10px;
	margin-bottom:10px;
}
#content a:hover {
	color:#3399cc;
	
}
#content img {
	margin-left:10px;
	margin-top:10px;
}
#right	{
	text-align: left;
	padding: 0px;
	float: right;
	width: 295px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display:inline;
}
#quick {
	width:285px;
	height:100px;
	margin-top: 0px;
	padding:0px;
	background-image: url(quick.png);
	background-repeat:no-repeat;
}
#quick ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
#quick ul li{
	float:left;
	height:50px;
	margin-top:20px;
	line-height: 110px;
}
#quick a {
	display:block;
	height: 50px;
	text-decoration:none;
	color:#ffffff;
	border: none;	
}

#content table {
	margin-left:10px;
	margin-top:10px;
}
.header {
	
	font-weight:700;
	width:100px;
}

.row {
	
	
}
.row td {
	width:100px;
}
.col {
	font-weight:700;
	
}
.home {
	background-image: url(home.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 50px;
	margin-left:20px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: 500;
	color: #ffffff;
	font-size: 14px;
}
.contact {
	background-image: url(mail.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 50px;
	margin-left:20px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: 500;
	color: #ffffff;
	font-size: 14px;
}
.documents {
	background-image: url(folder.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 50px;
	margin-left:35px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: 500;
	color: #ffffff;
	font-size: 14px;
}
#calendar {
	padding: 0px;
	height:500px;
	width: 290px;
	background-image: url(calendar.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	overflow: auto;
}
.eventstable {
	width:275px;
	margin-left:5px;
	margin-top: 10px;
	margin-bottom:20px;
	color: #ffffff;
}
.dateh {
	font-size: 14px;
	font-weight: 500;
	text-decoration: underline;
	text-align: center;


}
.eventh {
	font-size: 14px;
	font-weight: 500;
	text-decoration: underline;
	text-align: center;


}
.timeh {
	font-size: 14px;
	font-weight: 500;
	text-decoration: underline;
	text-align: center;

}
.webh {
	font-size: 14px;
	font-weight: 500;
	text-decoration: underline;
	text-align: left;
	width:50px;
}
.date {
	font-size: 11px;
	min-height:25px;
	width:40px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	margin-left:5px;
}
.event {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	width:100px;
	min-height:25px;
	margin-left:15px;
	cursor: pointer;
	text-decoration:none;
}
.time {
	font-size: 11px;
	min-height:25px;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	margin-left:5px;
	width:40px;
	overflow: scroll;
}
.web {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	margin-right:5px;
}
.web a {
	color:#ffffff;
}
.web a:hover{
	color:#3399cc;
}
	
#contact {
	padding: 0px;
	height: 400px;
	width: 285px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(calendar.png);
	background-repeat: no-repeat;
}
#contact table {
	width: 265px;
	margin-top:10px;
	margin-left:20px;
	margin-bottom:-10px;
}
#footer	{
	height: 150px;
	width: 665px;
	background-image: url(footer.png);
	background-repeat: no-repeat;
	clear:left;
	margin-top:40px;
}
#footer ul{
	margin:0;
	padding-top:15px;
	margin-left:160px;
	text-align:left;
}
#footer li{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:14px;
	font-weight: 500;
	color: #000000;
	list-style:none;
	margin:0;
	margin-top:2px;
	padding:0;
}
#footer a {
	color:#000000;
	cursor: pointer;
}
#footer a:hover {
	color:#3399cc;
	
}
#contact p 	{
	color:#ffffff;
	width:260px;
	margin:0;
	padding:0;
	padding-top:10px;
	text-align: center;
}
.dept {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: 500;
	width: 120px;
	padding: 0px;
}
.number {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: right;
	padding-right: 20px;
}
.colhead {
	width: 50px;
	ont-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	
}
