@charset "UTF-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.twoColFixLtHdr #container {
	width: 955px; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/container_bg.jpg);
} 
.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 198px;
	background-color: #000054;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 1;
}
.twoColFixLtHdr #mainContent {
	background-color: #CCCCCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 208px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-top: 10px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #000054;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}










h1 {
	font-size: 24px;
	font-weight: normal;
	color: #000054;
	text-align: center;
}
h2 {
	font-style: italic;
	color: #000054;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
}
h3 {
	color: #000054;
	font-weight: lighter;
	font-size: 16px;
}
h4 {
	font-weight: bold;
	color: #000054;
	font-size: 14px;
}
h5 {
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
img {
	border: 1px solid #333333;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #000054;
	text-decoration: underline;
}






#contactpsb {
	padding: 10px;
	float: left;
	width: 300px;
	margin-left: 15px;
	border: 1px solid #FFFFFF;
	text-align: center;
	height: 225px;
}
#contactpioneer {
	padding: 10px;
	float: right;
	width: 300px;
	border: 1px solid #FFFFFF;
	margin-right: 15px;
	text-align: center;
	height: 225px;
}
#contact {
	text-align: center;
}
table#crimestats {
	border: 5px solid #666666;
}
table#whiteborder {
	border: 1px solid #FFFFFF;
}
#rightsidebar {
	width: 200px;
	text-align: center;
}
#rightsidebar a:link {
	color: #000054;
}
#rightsidebar a:visited {
	color: #000054;
}
#rightsidebar a.rollover {
	text-align: left;
	display: block;
	margin: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#rightsidebar a:hover.rollover {
	text-decoration: none;
	background-color: #EEEEEE;
}
#rightsidebar a.redrollover {
	text-align: left;
	display: block;
	margin: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #990000;
	color: #FFFFFF;
}
#rightsidebar a:hover.redrollover {
	text-decoration: none;
	background-color: #EEEEEE;
	color: #000054;
}

table#fusion {
	color: #FFFFFF;
}
table#citstate {
	background-color: #DDDDDD;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-right: 10px;
	margin-bottom: 10px;
}
table#border {
	border: 1px solid #000000;
}
#swornnav {
	padding: 0;
	list-style: none;
	background-color: #CCCCCC;
	text-align: center;
	float: left;
	margin: 0;
}
#swornnav li {
	float: left;
}
#swornnav li a {
	display: block;
	text-decoration: none;
	color: #000054;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
#swornnav li a:hover {
	background-color: #AAAAAA;
}
#citnav {
	padding: 0;
	list-style: none;
	background-color: #CCCCCC;
	text-align: center;
	margin: 0;
	float: left;
}
#citnav li {
	float: left;
}
#citnav li a {
	display: block;
	text-decoration: none;
	color: #000054;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}
#citnav li a:hover {
	background-color: #AAAAAA;
}
#alarmnav {
	padding: 0;
	list-style: none;
	background-color: #CCCCCC;
	text-align: center;
	float: left;
	margin: 0;
}
#alarmnav li {
	float: left;
}
#alarmnav li a {
	display: block;
	text-decoration: none;
	color: #000054;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
#alarmnav li a:hover {
	background-color: #AAAAAA;
}
#commnav {
	padding: 0;
	list-style: none;
	background-color: #CCCCCC;
	text-align: center;
	float: left;
	margin: 0;
}
#commnav li {
	float: left;
}
#commnav li a {
	display: block;
	text-decoration: none;
	color: #000054;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
#commnav li a:hover {
	background-color: #AAAAAA;
}





.whiteborder {
	border: 1px solid #FFFFFF;
}
.noborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.tableheader {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000054;
	margin: 0px;
	padding: 6px;
	text-align: center;
}
.smallprint {
	font-size: 12px;
	font-style: italic;
}
.floatleft {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
.floatright {
	float: right;
	margin-left: 15px;
}
.floatleftnoborder {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.redtext {
	color: #FF0000;
}
.centertext {
	text-align: center;
}
.phototag {
	font-size: 12px;
	font-style: italic;
}
.newsroomtitle {
	font-size: 16px;
	color: #000054;
}
.whitetext {
	color: #FFFFFF;
}
.underline {
	text-decoration: underline;
}
