@charset "utf-8";
/*TAG DEFINITIONS*/
html {
	width: 100.01%;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #fff;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-image: url(../../pix/bground_gradientsilver.jpg);
	background-repeat: repeat-x;
}
p {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	line-height: 13px;
	margin-bottom: 9px;
}

a {
	color: #003;
	text-decoration: none;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}
a:hover {
	text-decoration: underline;
	color: #003300;
}
h5 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	background-color: #003300;
	
	width: auto;
	border: 1px solid #003300;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
h6 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	color: #003300;
	text-align: center;
	vertical-align: top;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 15px;
}

h4 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #003;
	text-decoration: none;
	text-align: left;
	line-height: 13px;
	padding: 0px;
	}

h3 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: 19px;
	font-weight: bolder;
	color: #003201;
	text-decoration: none;
	font-variant: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	vertical-align: middle;
}

h2 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #003;
	text-decoration: none;
	text-align: center;
	font-variant: small-caps;
	padding-left: 5px;
}
dt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
dd {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}



/*HEADER*/
.thrColFixHdr #header {
	background-color: #fff;
	background-image: url(../pix/header_police.jpg);
	height: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: left top;
} 
.thrColFixHdr #topnav {
	width: 905px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.thrColFixHdr #topnav a{
	background-color: #fff;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #003;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #003300;
	border-right-color: #003300;
	border-left-color: #003300;
	margin-right: 5px;
	padding-right: 8px;
	padding-bottom: 6px;
	height: 10px;
	padding-top: 4px;
	background-image: url(../../pix/gradient_bar.jpg);
	background-repeat: repeat-x;
	}
.thrColFixHdr #topnav a:hover {
	color: #fff;
	background-color: #003;
	text-decoration: none;
	background-image: none;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #header .searchbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	height: 35px;
	width: 350px;
	text-align: left;
	vertical-align: bottom;
	display: block;
	float: left;
	margin-top: 145px;
	margin-left: 400px;
}


/*SIDEBAR 1 TAGS*/

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 148px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	background-image: url(../../pix/bground_gradient.jpg);
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	height: 100%;
	vertical-align: top;
}
.thrColFixHdr #sidebar1 h3 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.thrColFixHdr #sidebar1 p {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #003300;
	text-decoration: none;
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
}
.thrColFixHdr #sidebar1 img {
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
.depsearch_field {
	width: 140px;
}

/*SIDEBAR 2 TAGS
*/
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 215px;
	height: inherit;
	vertical-align: top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	background-color: #fff;
	background-image: url(../../pix/bground_gradient.jpg);
	background-repeat: repeat-x;
}
.thrColFixHdr #sidebar2 .RSSLink {
	color: #003;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	vertical-align: top;
	margin-top: -5px;
}
.thrColFixHdr #sidebar2 .announcements{
	height: 315px;
	overflow: hidden;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003;
	border-bottom-color: #003;
	background-color: #FFF;
	background-image: url(../../pix/gradient_bar.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #003;
	border-left-color: #003;
	margin-top: -5px;
}

.rsshtml {
	overflow: auto;
	height: 300px;
	}

.announcement_header {
	font-family:Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bolder;
	color: #003;
	text-decoration: none;
	width: 900px;
	}


/*MAIN CONTENT TAGS*/
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 15px;
	width: 506px;
	height: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003;
	background-color: #fff;
	background-image: url(../../pix/bground_gradientsilver.jpg);
	background-repeat: repeat-x;
} 
.thrColFixHdr #mainContent h4 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003;
	background-color: #f0f0f0;
	padding: 2px;
	text-align: center;
	margin: 0px;
}


/*INSIDE-SPECIFIC TAGS*/
.thrColFixHdr #insideContent {
	background-color: #fff;
	background-image: url(../../pix/gradient_bar.jpg);
	background-repeat: repeat-x;
	min-height: 950px;
	margin-left: 148px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003;
}

#internal_nav {
	background-image: url(../pix/bground_gradientreverse.jpg);
	margin: 10px;
	padding: 0px;
	float: right;
	width: 150px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003;
	border-right-color: #003;
	border-bottom-color: #003;
	border-left-color: #003;
	z-index: 1000;
	clear: none;
}

.thrColFixHdr #insideContent #internal_nav ul {
	list-style-type: none;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}

.thrColFixHdr #insideContent #internal_nav li {
	background-color: #003;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #fff;
	border-bottom-color: #fff;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
	margin-left: 0px;
	text-align: left;
	text-indent: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.thrColFixHdr #insideContent #internal_nav a{
	text-decoration: none;
	list-style-type: none;
	color: #FFFFFF;
	list-style-image: none;
	list-style-position: outside;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	display:block;
}
.thrColFixHdr #insideContent #internal_nav a:hover{
	text-decoration: none;
	list-style-type: none;
	color: #003;
	list-style-image: none;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}


/*MAIN CONTAINER*/
.thrColFixHdr #container {
	width: 908px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	padding: 0px;
	background-color: #fff;
} 
.thrColFixHdr #header_container {
	width: 910px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	padding: 0px;
} 
.rightinsetbox {
	background-color: #fff;
	background-image: url(../../pix/gradient_bar.jpg);
	background-repeat: repeat-x;
	margin: 5px;
	padding: 5px;
	float: right;
	width: 200px;
	border: 1px solid #003;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	text-align: center;
}


/*WRAPPERS*/
.calendarwrapper {
	width: 213px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	float: left;
	background-color: #FFFFFF;
	overflow: auto;
	vertical-align: top;
	text-align: left;
	margin-bottom: 5px;
	clear: both;
	height: 500px;
	border-bottom-width: 1px;
	border-bottom-color: #003;
}
.weatherwrapper {
	float: left;
	position: relative;
	background-color: #FFFFFF;
	vertical-align: top;
	margin-bottom: 5px;
	width: 216px;
	background-position: right top;
	margin-top: 10px;
	padding: 5px;
	margin-left: -5px;
}
.aboutwrapper {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	float: left;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(../../pix/gradient_bar.jpg);
	background-repeat: repeat-x;
	overflow: auto;
	vertical-align: top;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 275px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.thrColFixHdr #mainContent #news {
	padding: 5px;
	width: 496px;
	margin-top: 35px;
	margin-left: -5px;
	margin-bottom: 10px;
	overflow: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
.thrColFixHdr #mainContent #news p{
	margin: 0px;
}

.videowrapper {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003;
	border-bottom-color: #003;
	margin-top: -10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #003;
	border-left-color: #003;
	margin-bottom: 20px;
}
.middlewrapper {
	float: left;
	position: relative;
	background-color: #FFFFFF;
	overflow: visible;
	vertical-align: top;
	margin-top: 35px;
	margin-bottom: 5px;
}





/*FOOTER*/

.thrColFixHdr #footer {
	background:#003;
	visibility: visible;
	height: 75px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	float: left;
	width: 100%;
	clear: right;
} 
.thrColFixHdr #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 */
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}
.thrColFixHdr #footer a {
	color: #F0F0F0;
	text-decoration: none;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}



/*NON-STRUCTURAL TAGS*/

.left {
	float: left;
	margin: 4px;
}
.right {
	float: right;
	margin: 4px;
	text-align: right;
}
.skip {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 7px;
	color: #415526;
	text-decoration: none;
	float: left;
	margin-top: 2px;
	margin-left: 10px;
	line-height: 8px;
}
.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;
}
.center {
	text-align: center;
}
.bodycopyblue {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #003;
	text-align: left;
}
.submit {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003;
	border: 1px solid #003300;
	text-align: center;
}
.submit2 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003;
	border: 1px solid #003300;
	text-align: center;
	margin-left: 10px;
}
.photowcaption {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	margin: 5px;
	width: 270px;
	background-color: #f0f0f0;
	padding: 5px;
	clear: none;
	float: left;
	border: 1px solid #003;
}
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }

.thrColFixHdr #container #mainContent .calendarwrapper img {
	float: left;
	margin: 2px;
}
.tabbedimageleft {
	margin: 5px;
	clear: right;
	float: left;
	visibility: inherit;
}
.thrColFixHdr #insideContent ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	list-style-position: inside;
	list-style-type: disc;
	text-align: left;
}
table {
	padding: 5px;
}
td {
	padding: 5px;
}
.center {
	text-align: center;
}
.table_general {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #f0f0f0;
	padding: 5px;
	border: 1px solid #003;
	vertical-align: top;
	width: auto;
}
.question {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003;
	text-decoration: none;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003;
}
.answer {
	font-size: 12px;
	line-height: 17px;
	color: #003300;
	text-decoration: none;
}
.thrColFixHdr #insideContent ol li {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	list-style-position: inside;
	list-style-type: decimal;
}
.highlight_link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #003;
	text-decoration: none;
	background-color: #fff;
	background-image: url(../../pix/gradient_bar.jpg);
	background-repeat: repeat-x;
	width: 150px;
	border: 1px solid #003;
	text-align: center;
	float: left;
	margin: 8px;
	padding: 8px;
	}
.button_general a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #003;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	border: 1px solid #666666;
}
.button_general a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000033;
	background-color: #CCCCCC;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	border: 1px solid #666666;
	text-decoration: none;
}
.FMTV_screen {
	margin-top: -8px;
	margin-bottom: 2px;
}
.contactleft {
	text-indent: 0px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
}
.thrColFixHdr #container #sidebar1 ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-position: outside;
	list-style-type: decimal;
	padding-left: 32px;
}
.thrColFixHdr #container #sidebar1 ol li{
	line-height: 13px;
}
.thrColFixHdr #container #sidebar1 ol a {
		text-decoration: none;
}
.thrColFixHdr #container #sidebar1 ol a:hover {
		text-decoration: underline;
}

