@charset "utf-8";


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #555353;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0px 0px 0px;
	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-image: url(images/bg_home.jpg);
	 background-repeat:repeat-x;
}



.twoColFixLtHdr #container {
	width: 838px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
} 
.twoColFixLtHdr #header 
{
    height:368px;
    width: 889px;
    background-image:url('images/banner_home.png');
    border:0px;
   
	
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-top: 20px;
	
} 
.twoColFixLtHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #blue_bar {

background-image: url(images/search_bg.jpg);
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 0px;
	background: #FFFFFF;
	margin-top:-15;
	height:100%;
}

.twoColFixLtHdr #sidebar1 #quicklinks {
background-image:url(images/quick_links.jpg);
background-repeat:no-repeat;
height:23px;
width:160px;
padding-top: 7px;
padding-bottom: 10px;
}


.twoColFixLtHdr #sidebar1 li {
	padding: 5px 0px 5px 8px;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	



}


.twoColFixLtHdr #main_menu {
margin-left:2px;
height:49px;
	



}
.twoColFixLtHdr #sidebar1 ul {
	padding: 5px 0px 5px 0px;
	margin-top: -5px;
	border-right:1px solid;
	
	border-right-color:#CCCCCC;

	
	



}
.twoColFixLtHdr  #grey_line{
	background-color: #CCCCCC;
	height: 1px;
	margin-top: 5px;
	width:163px;

}

}
.twoColFixLtHdr  #vertical_grey_line{


	

}
.twoColFixLtHdr  #mainContent p{
font-size:14px;

}
.twoColFixLtHdr #sidebar1 li a {
	text-decoration:none;
	color:#000000;
	font-size:14px;
}

.twoColFixLtHdr #sidebar1 li a:hover {
	text-decoration:none;
	color:#00CCCC;
}
.twoColFixLtHdr  #page_title{
	margin-top: 13px;

}
.twoColFixLtHdr #pageContent {
	margin: 10px 0 0 175px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 
.twoColFixLtHdr #footer 
{
    height:40px;
	padding: 0 10px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(images/footer.jpg);
} 
img.floatRight {
	float: right;
	margin: 4px;
	padding-top: 13px;
}

img.floatRight_silver{

	float: right;
	margin: 4px;
	padding-top: 13px;
}
img.floatRight_police{

	float: right;
	margin: 4px;
	padding-top: 13px;
}

.twoColFixLtHdr #input1
{
	color: #781351;
	background-image: url(images/search_bg.jpg);
	height: 19px;
}
.twoColFixLtHdr #search_button
{
	background-image: url(images/search_button_bg.jpg);
	width: 70px;
	margin-left: 74px;
	height: 30px;
	padding: 5px 0px 5px 0px;
}

.twoColFixLtHdr #center_content  {
font-size:14px;
margin-right: 10px;

margin-left: 10px;

}
.twoColFixLtHdr #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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	float: left;
}
.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;
}
.sf_newsList h2.sf_newsTitle 
{ 
    margin: 20px 0; 
    padding: 0; 
    font-size: 2.2em; 
    font-weight: bold; 
    line-height: 1.2em; 
    
}

.sf_newsList h2.sf_newsTitle a
{
    color:#8B4513;
    font-family:Georgia;
    text-decoration:none;
    
}

.sf_newsList .sf_newsDate  
{ 
    font-family:Georgia; 
} 
.sf_newsList .sf_newsSummary  
{    
    font-family:Georgia;
} 

.contentImage
{
 margin-top:7px;   
 height:20px;
}
