/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: black;
	background-color: white;
}

a, a:visited {
	color: #900;
	text-decoration: none;
}

a:hover, a.active {
	color: red;
}

a img {
	border: 0px;
}

form, fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#main {
	width: 984px;
	margin: 0 auto;
	clear: both;
}

#header {
	background-image: url(images/background_header_accredited.jpg);
	background-repeat: no-repeat;
	height: 190px;
	overflow: hidden;
}

#header .businesscard {
	height: 35px;
	padding-top: 110px;
	width: 950px;
	margin: 0 auto;
	clear: both;
}

#header .businesscard a {
	color: white;
}

#header .businesscard a:hover {
	color: #E1A84F;
}

#header #nav {
	width: 950px;
	margin: 0 auto;
	clear: both;
}

#header #nav .menuitem {
	width: 127px;
	height: 25px;
	float: left;
}

#header #nav .menuitem a {
	display: block;
	width: 125px;
	height: 23px;
	background-color: #E1A84F;
	border: 1px solid black;
	text-align: center;
	color: black;
	font-size: 16px;
	font-weight: bold;
	-moz-border-radius-topleft: 0.7em 1em;
	-moz-border-radius-topright: 0.7em 1em;
	-moz-border-radius-bottomleft: 0.3em;
	-moz-border-radius-bottomright: 0.3em;
	-webkit-border-top-left-radius:  0.7em 1em;
	-webkit-border-top-right-radius: 0.7em 1em;
	-webkit-border-bottom-left-radius: 0.3em;
	-webkit-border-bottom-right-radius: 0.3em;
}

#header #nav .menuitem a:hover, #header #nav .menuitem a.active {
	color: #E1A84F;
	background-color: black;
	border: 1px solid #C00;
}

#content {
	width: 950px;
	margin: 0 auto;
	clear: both;
}
#right {
	margin-left: 200px
}
#middle {
	margin-left: 170px

}
#footer {
	border-top: 8px solid #C00;
}

#footer a {
	color: #E1A84F;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


/***** COMMON CLASSES *****/
.col150 {
	width: 150px;
	overflow: hidden;
}

.col160 {
	width: 160px;
}

.col180 {
	width: 180px;
}

.col200 {
	width: 200px;
}

.col222 {
	width: 222px;
}

.col225 {
	width: 225px;
}

.col230 {
	width: 230px;
}

.col250 {
	width: 250px;
}

.col275 {
	width: 275px;
}

.col300 {
	width: 300px;
}

.col350 {
	width: 350px;
}

.col500 {
	width: 500px;
}

.col550 {
	width: 550px;
}

.col750 {
	width: 750px;
}

.box300 {
	display: block;
	width: 300px;
	height: 300px;
	overflow: hidden;
}

.box222 {
	display: block;
	width: 222px;
	height: 222px;
	overflow: hidden;
}

.box700 {
	display: block;
	width: 700px;
	height: 600px;
	overflow: hidden;
}

.height300 {
	height: 300px;
	overflow: auto;
	padding-right: 5px;
}

.gallery {
	background-repeat: no-repeat;
	background-position: center;
	background-color: #CCCCCC;
}

.sheriffred {
	color: #C00;
}

.sheriffgold {
	color: #E1A84F;
}

.bg_darkblue {
	background-color: #000099;
}

.bg_sheriffred {
	background-color: #C00;
}

.bg_sheriffgold {
	background-color: #E1A84F;
}

a.news_tab, a.mission_tab {
	display: block;
	float: left;
	width: 75px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #777;
	background-color: #CC0000;
	color: white;
	text-decoration: none;
	font-size: 11px;
	padding: 2px;
	margin-top: 7px;
	text-align: center;
	line-height: 11px;
	outline: none;
	-moz-border-radius-topleft: 0.5em;
	-moz-border-radius-topright: 0.5em;
	-webkit-border-top-left-radius: 0.5em;
	-webkit-border-top-right-radius: 0.5em;
}

a.news_tab:hover, a.mission_tab:hover {
	background-color: #FF0000;
}

#mission_rotator, #news_rotator {
	height: 300px;
	overflow: auto;
}

a.mission_tab {
	width: 90px;
}

.lineheight14 {
	line-height: 14px;
}

.bg_gold {
	background-color: #E1A84F;
}

.flag {
	background-image: url(images/background_flag.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.flagpole {
	background-image: url(images/background_flagpole.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

.blackredbar {
	background-image: url(images/background_black_red_bar.jpg);
	background-repeat: repeat-x;
	background-position: center 100px;
}

.marginleft8 {
	margin-left: 8px;
}

.subnav {
	border-bottom: 1px solid black;
	padding: 0px 20px 3px 0px;
}

.data {
	font-family: "Courier New", Courier, monospace;
	background-color: #999;
}

.data .odd {
	background-color: #CCC;
}

#map_canvas {
	height: 500px;
}

#routecontainer {
	display: none;
}

.middlealign {
	vertical-align: text-bottom;
}
