@charset "UTF-8";


.borderleft{
	background-image: url(images/shadow_strip_left.jpg);
	background-repeat: repeat-y;
}
.borderright{
	background-image: url(images/shadow_strip_right.jpg);
	background-repeat: repeat-y;
}
.container{
	float: none;
}
.dropshadow{
	background-image: url(images/thin_shadow_strip.jpg);
	background-repeat: repeat-y;
	margin-left: 250;
}
.menu{
	background-color: #808285;
		height: 25px;
}

/*change font size here*/
a.menu{
	height: 25px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 4px 0px;
	
}
a.menu:hover{
	background-image: url(images/topmenu_rollover.jpg);
}

.active{
	background-image: url(images/topmenu_rollover.jpg);
	height: 10px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;


}

a.menuprotection{
	height: 25px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 29px;
	padding-right: 30px;
	line-height: 25px;
}
a.menuprotection:hover{
	background-image: url(images/topmenu_rollover.jpg);
}

.mainbody{
	background-color: White;
}
.footer{
	background-color: #0086CB;
	height: 18px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 0px;
	margin-bottom: 4px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	vertical-align: text-middle;
	padding-top: 2px;
	padding-left: 4px;
}
a.footer{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	vertical-align: text-middle;
	padding-top: 2px;
	padding-right: 4px;
	text-decoration: none;
}
a.footer:hover{
	text-decoration: underline;
}

.mainbodytext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-left: 24px;
	padding-right: 24px;
	margin-top: 0px;
}
.divider{
	background-image: url(images/1pxdkgrey.jpg);
	background-repeat: repeat-y;
}
.underline{
	width: 300px;
	background-image: url(images/dotty_underline.jpg);
	background-repeat: repeat-x;
}
h1{
	color: white;
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align: text-middle;
	background-image: url(images/bluebar.jpg);
	text-align: center;
	padding-top: 4px;
}


/***********************************************************************/
/* main nav                                                            */
/***********************************************************************/

#mainNav
{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 740px;
}

#mainNav ul, #mainNav li
{
	list-style: none;
	display: inline;
	margin : 0px;
	padding: 0px;
}


#mainNav a
{
	float: left;
	font-size: 11px;
	padding: 7px 32px 5px 32px;
	font-family: Arial, Helvetica, sans-serif;
	margin : 0px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border-right: solid 1px #CCC;
}

#mainNav a:hover
{
	color: #ffffff;
	text-decoration: none;
	background-color: #88B9E4;
}

#mainNav a.active, #mainNav a.active:hover
{
	color: #ffffff;
	text-decoration: none;
}

#mainNav a.selected, #mainNav a.selected:hover
{
	color: #ffffff;
	text-decoration: none;
	background-color: #88B9E4
}

body#home #mainNav #homeNav,
body#about #mainNav #aboutNav,
body#protective #mainNav #protectiveNav,
body#training #mainNav #trainingNav,
body#investigation #mainNav #investigationNav
{
	color: #ffffff;
	text-decoration: none;
	background-color: #88B9E4;
}
