/* A CSS Framework by Mike Stenhouse of Content with Style */

/* NAV */
	div#nav {

    }
    * html div#nav {
        /* hide ie/mac \*/
        height: 1%;
        /* end hide */
    }
    div#nav div.wrapper {
        width: 100%;
    }
    div#nav ul {
        width: auto; 
        width: 100%;
                
        margin: 0;
        padding: 0;
        
        line-height: 1em;
        list-style: none;
    }
    div#nav li {
        display: block;
   
        list-style: none;
        
        margin: 0;
        padding: 0;
        
        line-height: 1em;
    }
    * html div#nav li {
        /* hide ie/mac \*/
        height: 1%;
        /* end hide */
    }
    div#nav li li.last {
        
    }
    div#nav li a,
    div#nav li a:link,
    div#nav li a:active,
    div#nav li a:visited {
        display: block;
    }
    div#nav li a:hover {   

    }
    div#nav li strong {
        display: block;

    }
    div#nav li strong a,
    div#nav li strong a:link,
    div#nav li strong a:active,
    div#nav li strong a:visited,
    div#nav li strong a:hover {

    }
/* END NAV */
/* NAV BAR ON THE LEFT AND TWO COLUMNS OF CONTENT */

body {
	font-family: sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/sheriff-body-bg.gif);
}

#content {
	font-size: 0.75em;
	position: relative;
	text-align: left;
	/*width:770px;*/
	width: 929px;
	border: 0px dashed purple;
}

#header {
	/*width: 768px;*/
	width: 927px;
	background: #005a00;
}

#header h1 {
	display: none;
}

#header div.headerDescription {
	float: left;
}

#header div.headerDescription p {
	margin: 0;
	padding: 0;
}

#header div.headerImage {
	float: left;
}

#local {
	width: 140px;
	padding: 5px 10px 5px 10px;
}

#local p {
	font-size: 90%;
	font-weight: bold;
	color: #09310E;
}

#local .uppercase {
	margin: 0;
	padding: 0;
	text-align: center;
	display: block;
}

#local p img {
	float: left;
	margin: 0 10px 5px 0;
}

#main {
	display: inline;
	float: right;
	margin-left: -220px;
	margin-right: 161px;
	padding-bottom: 10px;
	/*width: 449px;*/
	width: 608px;
	border: 0px dashed red;
}

.homepage #main {
	background: url(../images/sheriff-featured-article-bg.gif) bottom;
}

.nothomepage #main {
	background: url(../images/sheriff-featured-article-bg.jpg) #E7E9D9 no-repeat top right;
	padding-left: 10px;
	/*width: 439px;*/
	width: 598px;
}

.homepage div.contentlist {
	background:#E7E9D9;
}

#nav {
	display: inline;
	float: left;
	width: 160px;
	border: 0px dashed green;
	position: relative;
	top: -29px;
}

#nav-inside {
	background: #005a00 url(../images/sheriff-nav-bg.gif) no-repeat bottom left;
	padding: 10px 0 10px 0;	
}

#sub {
	position: absolute;
	top:-221px;
	left:768px;
	margin:0;
	padding:0;
	/*display: inline;
	float: right;
	margin-left: 265px;*/
	/*margin-right: -388px;*/
	/*margin-right: -547px;*/
	width: 159px;
	border: 0px dashed blue;
	background: #005a00 url(../images/sheriff-sidebar-bg.gif) repeat-y top left;
	color: White;
	min-height: 221px;
}

#footer {
	text-align: center;
	width: 927px;
	font-size: 0.7em;
	color: White;
	background: #005a00;
}

#footer p {
	margin: 0;
	padding: 0.5em;
}

#nav li a,
#nav li a:link,
#nav li a:active,
#nav li a:visited {
	width: 154px;
	line-height: 125%;
	border-bottom: 1px solid #6F706F;
	color: White;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 115%;
	font-weight: bold;
	padding: 5px 0 5px 5px;
}

#nav li a:hover {
	color: #303230;
	background: #F7F168 url(../images/sheriff-nav-bg-hover.jpg) no-repeat bottom;
}

#nav li ul {
	display: none;
}

#nav li a.current, #nav li a.current:visited {
	color: #303230;
	background: #F7F168 url(../images/sheriff-nav-bg-hover.jpg) no-repeat bottom;
}

div.searchbox {
	width: 160px;
	margin: 10px 0 0 0;
	height: 20px;
}

div.searchbox form {
	margin: 0;
	padding: 0;
	text-align: center;
}

div.searchbox label {
	display: none;
}

div.searchbox input {
	float: left;
	font-size: 90%;
	margin-left: 5px;
}

#header div.flash {
	float: left;
}

.homepage #page {
	background: url(../images/sheriff-total-nothomepage-bg.gif) repeat-y;
	width: 927px;
}

.nothomepage #page {
	background: url(../images/sheriff-total-nothomepage-bg.gif) repeat-y;
	width: 927px;
}