body {
	background-color: #333;
	background-image: url(../images/layout/background_gradient_vertical.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	text-transform: none;
}
#mainWrapper {
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
}
#header {
	background-image: url(../images/layout/header.jpg);
	background-repeat: no-repeat;
	width: 902px;
	height: 150px;
}
#mainLogo {
	height: 149px;
	width: 550px;
	top: 1px;
	position: relative;
	float: left;
	padding-left: 30px;
	overflow: hidden;
}
#sheriffBadge {
	top: 20px;
	float: none;
	position: relative;
	height: 129px;
	width: 295px;
	overflow: hidden;
}
#splitter {
	background-image: url(../images/layout/splitter.jpg);
	height: 20px;
	width: 900px;
	background-color: #0069C4;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-repeat: no-repeat;
}
#extraSplitter {
	background-color: #0074D9;
	height: 20px;
	border-left:1px solid #000;
	border-right:1px solid #000;
}
#slogan {
	background-color: #0074D9;
	text-align: center;
	font-size: large;
	color: #FFF;
	padding-bottom: 4px;
	font-weight: bold;
	border-left:1px solid #000;
	border-right:1px solid #000;
}
#mainContentWrapper {
	background-image: url(../images/layout/side-borders.jpg);
	width: 900px;
	background-color: #000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
#corners {
	background-image: url(../images/layout/cornerbar.jpg);
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	height: 10px;
	background-repeat: no-repeat;
}
#footerWrapper {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#footerDivider {
	height: 10px;
	background-color: #0074DE;
}
#footer {
	background-color: #000000;
	color: #FFF;
	position: relative;
	height: 54px;
}
#footer a {
	font-weight: bold;
	color: #FFF;
}
.navSub {
}
#siteNavigation {
	margin : 10px 00px 20px 0px;
	padding-left: 20px;
	width: 125px;
	float: left;
}
#siteNavigationMenu ul {
	list-style-type : none;
	padding: 0px;
	margin: 0px;
}
#siteNavigationMenu li {
	text-decoration : none;
	border : solid 1px #FFF;
	width: 120px;
	padding: 1px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #000;
}
#siteNavigationMenu li:hover {
	background-color: #FFF;
	border-color: #000;
}
#siteNavigationMenu a {
	color: #0077DB;
	text-decoration: none;
	width: 120px;
	display: block;
	padding: 3px 0px 3px 0px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../images/layout/bg_nav-item-light.jpg);
}
#siteNavigationMenu a:hover {
	background-position: 0px -35px;
	color: #ffffff;
}
#navProjSubs {
	border: 1px dashed #666;
	position: relative;
	width: 114px;
	margin: auto;
}
#imageLinks a {
	background-color: #FFF;
	background-image: none;
	padding: 0px 0px 0px 0px;
}
#imageLinks img {
	border: 1px solid #000;
}
#navProjSubs li {
	width: 110px;
}
#navProjSubs a {
	width: 110px;
}
#pageContent {
	position: relative;
	width: 720px;
	float: right;
	padding-right: 20px;
}
