/* Global CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
} /* removes defaults from all elements */
/*Body
--------------------------------------------------------------------------------*/
html,body {
	font-family:"Times New Roman", Times, serif;
	font-size:11pt;
	text-transform:none;
	list-style-position:outside;
	font-style:normal;
	background-color:#f4f4f4;

}
/*	links
----------------------------------------------------------------------------------------------- */	
a:visited,
a:active,
a:link {
	color:#b82e24;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #90876a; 
	text-decoration: none;
	font-weight: normal;
}
/*Layout
------------------------------------------------------------------------------------------------*/
#container {
	width:100%;
	overflow:hidden;
}
#header {
	width:100%;
	height:110px;
	background-image:url(../Images/header-bkg.gif);
	background-repeat:repeat-x;
}
#header-image {
	width:389px;
	height:96px;
	position:absolute;
	left:568px;
	top:8px;
	background-image:url(../Images/header-photo.gif);
}
#nav {
}
#navigation {
	overflow: auto;
	border-bottom:#666 solid 1px;
	margin-left:3px;
}
#navigation li {
	float: left;
	list-style: none;
	background-color: #666; /* to cater for users without images */
}
#navigation li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	margin-left: 2px;
	font-size: 9pt;
}
#navigation li ul a, #navigation li ul a:link {
	background-image: none;
	padding: 5px;
	width: 10em;
	background-color: #666;
}
#navigation li ul a:hover {
	background-color: #333;
}
#navigation li:hover ul, #navigation li.sfhover ul {
	left: auto;
}
#navigation a {
	display: block;
	background-image: url(../images/tabright.gif);
	background-position: top right;
	background-repeat: no-repeat;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#navigation span {
display: block;
background-image: url(../images/tableft.gif);
background-repeat: no-repeat;
padding: 5px 13px;
}
#navigation a:hover {
background-position: right -198px;
}
#navigation a:hover span {
background-position: 0 -198px;
}
#body-container {
	width:990px;
	margin:10px auto 0 auto;
	overflow:hidden;
}
#sheriffbox {
	background-image:url(../Images/panel-long-bkg.gif);
	background-repeat:repeat;
	width:450px;
	height:220px;
	float:left;
	margin:5px 40px 0 10px;
}
#crimebox {
	background-image:url(../Images/panel-long-bkg.gif);
	background-repeat:repeat;
	width:450px;
	height:220px;
	float:left;
	margin:5px 0 0 20px;
}

#newsbox {
	background-image:url(../Images/panel-bkg.png);
	background-repeat:no-repeat;
	width:284px;
	height:310px;
	float:left;
	margin:45px 55px 0 10px;
}
#news-div-short {
	margin: 3px auto;
	width: 240px;
	border-bottom:1px dashed #000000;
	padding:7px 0px 5px 0px;
}
#sales-div-short {
	margin: 3px auto;
	width: 240px;
	border-bottom:1px dashed #000000;
	padding:7px 0px 5px 0px;
}
#civilbox {
	background-image:url(../Images/panel-bkg.png);
	background-repeat:no-repeat;
	width:284px;
	height:310px;
	float:left;
	margin:45px 55px 0 0;
}
#contactbox {
	background-image:url(../Images/panel-bkg.png);
	background-repeat:no-repeat;
	width:284px;
	height:310px;
	float:left;
	margin:45px 0 0 0;
}

#footer {
	background-image:url(../Images/footer.gif);
	background-repeat:repeat-x;
	width:100%;
	height:60px;
	float:left;
	margin-top:40px;
}
#footer-text {
	width:630px;
	font-size:10pt;
	color:#FFF;
	margin:10px 0 0 5px;
	float:left;
}
#trinitylogo {
	width:208px;
	height:33px;
	float:right;
	margin: 10px 8px 0 0;
}
#body-left {
	width:650px;
	height:800px;
	background-image:url(../Images/inner-body-bkg.gif);
	background-repeat:no-repeat;
	float:left;
	margin-right:25px;
	margin-left:20px;
	overflow:hidden;
}
#body-leftlong {
	width:650px;
	height:1300px;
	background-image:url(../Images/newsrelease-bkg.gif);
	background-repeat:no-repeat;
	float:left;
	margin-right:25px;
	margin-left:20px;
	overflow:hidden;
}
#body-left-text {
	width:600px;
	margin:0 0 10px 22px;
}
#page-title {
	width:600px;
	margin: 15px 0 20px 25px;
	color:#FFF;
	font-size:16pt;
	font-weight:bold;
}
#body-right {
	width:275px;
	height:800px;
	background-color:#434343;
	margin-top:5px;
	float:left;
}
#body-right-text {
	width:260px;
	margin:8px auto 0 auto;
	color:#FFF;
}
#body-right-text a{
	text-decoration:none;
}
#body-right-vancebadge {
	width:220px;
	height:264px;
	margin:50px auto 0 auto;
	background-image:url(../Images/Vance-badge.png);
}
#body-right-header {
	padding:3px 0 3px 4px;
	height:40px;
	background-color:#f4f4f4;
	font-size:13pt;
	color:#b82e24;
	margin-bottom:12px;
}
#body-right li {
	background-color:#f4f4f4;
	padding:3px 0 3px 4px;
	color:#51371c;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #51371c;
	font-size:10pt;
	list-style:none;
}
#body-mostwanted {
	width:850px;
	height:1700px;
	background-image:url(../Images/mostwantedlong-bkg.gif);
	background-repeat:no-repeat;
	float:left;
	margin-right:20px;
	margin-left:20px;
	overflow:hidden;
}
#body-mostwantedtext {
	width:820px;
	margin:60px auto 0 auto;
}