body {
	margin: 0px;
	padding: 0;
	background: url(/template_images/top_background.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	z-index:1;
}

h1, h2, h3,h4 {

	font-weight: normal;
}

h1 { font-size: 44px; }

h2 { font-size: 18px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	
}

ul, ol { }

blockquote { }

a { color: #e0542f; }

a:hover { text-decoration: none; 
	color:#2C5700;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display:none;}

.list1 {
}

.highlight {
	color:#e0542f;
}

.alert {
	background-color:#FFFFCC;
	border: 3px solid #e0542f;
	width:90%;
	text-align:center;
	padding:3px;
}

.smallText {
	font-size:.75em;
}

.underline {
	border-bottom: solid 2px #e0542f;
	width:90%;
}

.notification, #flashMessage.message {
	background-color:#FFFFCC;
	border: 3px solid #019934;
	padding:3px;
	width:90%;
	text-align:center;
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
	margin: 0px;
	padding: 30px 0px 0px 0px;
}

/* Header */

#header-wrapper {
	margin: 0px;
	padding: 0px;
}

#header {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
}

#header .logo {
}

#banner {
	background-image:url('/template_images/truck_banner.jpg');
	overflow:hidden;
	margin-top:13px;
	height:156px;
	z-index:5;
	background-repeat:no-repeat;
	background-color:#000000;
}

/* Menu */

#menu {
	float: left;
	width: 750px;
	height: 60px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	text-align:center;
}

#menu a {
	display: block;
	float: left;
	height: 45px;
	margin-right: 4px;
	padding: 17px 15px 0px;
	text-decoration: none;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

#menu a:hover, #menu a.active, #menu a.current_page_item{ 
	text-decoration: none; 
	height: 45px;
	padding: 17px 15px 0px;
	background: #009933;
}


#menu a:hover, #menu a.active{
	color:#FFFFFF;
}

#menu .first {
	background: none;
}

#menu  ul.level2, #menu ul.level3 {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	background-color:#333333;
	padding:0;
	margin:0;
		z-index:5;
}

#menu  ul.level2 li, #menu ul.level3 li {
	float: none;
	margin: 0;
	padding: 0;
	width: 150px;
	text-align:left;
	background-color:#009933;
	z-index:5;
}

#menu  ul.level2 li a, #menu ul.level3 li a {
	width: 130px;
	color:#FFFFFF;
	padding:10px 10px;
	margin:0;
	height:auto;
	z-index:5;
}

#menu  ul.level2 li a:hover,#menu  ul.level3 li a:hover {
	background-color: #e0542f;
	color:#FFFFFF;
	background-image: none;
	z-index:5;
}

/* Search */

#search {
	float: right;
	width: 250px;
	height: 60px;
}

#search form {
	float: right;
	margin: 0;
	padding: 24px 30px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
	border: none;
}

#search-text {
	width: 150px;
	height: 18px;
	padding: 3px 0 0 5px;
	border: 1px solid #333333;
	background: #ECF9E4;
	color: #000000;
}

#search-submit {
	height: 21px;
	margin-left: 10px;
	padding: 0px 5px;
	background: #000000;
	color: #FFFFFF;
}

/* for search results */
#search_results h3 {
	font-weight:normal;
	margin-bottom:1px;
}

#search_results .summary, #search_results .keymatch_summary {
	margin-top:0px;
}

#search_results .summary{
	position:relative;
	margin-bottom:0px;
	top:-16px;
	color:#019934;
}

/* Page */
#weatherDisplay{
	float:right;
	text-align:left;
	font-size:10px;
	width:90%;
	height:100px;
	position:relative;
	padding:0 0 0 0;
	margin:0 0 0 0;
	z-index:0;
}

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
	background: url(/template_images/img04.jpg) no-repeat left bottom;
}

#page-bgtop {
	padding: 10px 30px 0px;
	background: url(/template_images/img05.jpg) no-repeat left top;
}

#breadcrumbs {
	margin-bottom:10px;
	margin-right:0;
	margin-left:0;
	padding-top:5px;
	padding-bottom:5px;
	width:100%;
}

#breadcrumbs a {
	margin-right:3px;
	padding:7px;
}

.news_item {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:15px;
}

.news_item .title {
	color: #EFD279;
	background-image:url('/template_images/news_title.jpg');
	background-repeat:repeat-x;
	padding:5px;
	margin-bottom:3px;
}

.news_item .message {
	margin-left:10px;
	margin-right:10px;
}

/** headline and accordion */

#headline {
	width: 1000px;
	height: 175px;
	margin: 0 auto;
}

#accordion {
	
}

#accordion .accordion_toggle{
	/* REQUIRED */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */

	display: block;
	height: 250px;
	width: 30px;
	background-color:#009933;
	color: #ffffff;
	text-decoration: none;
	outline: none;
	border-right: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
	text-align:center;
}

#accordion .accordion_toggle_active {

}

#accordion .accordion_content {
	/* REQUIRED */
	height: 250px;	/* We need to define a height for the accordion as it stretches the width */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */

	overflow:hidden;
	background-color: #ffffff;
	color: #444444;
}

/* Content */

#content {
	float: left;
	width: 610px;
}

/* Post */

.horizontal_divider {
	margin-bottom: 45px;
	border-bottom: 1px solid #DFDFDF;
}

.post .title {
	height: 30px;
	color: #08252E;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-left: 1px solid #DFDFDF;

}

#sidebar ul {
	margin: 0px 0px 0px 20px;
	padding-right:10px;
	list-style: none;
	line-height: normal;
	background-color:#FFFFCC;
	padding-top:20px;
}

#sidebar li {
	margin-bottom: 30px;
}

#sidebar li ul {
	margin: 0px;
	padding: 0px;
}

#sidebar li li {
	margin: 0;
	padding: 12px 0px 12px 15px;
	border-bottom: 1px solid #DFDFDF;
	background: url(/template_images/img09.jpg)  no-repeat left 17px;
}

#sidebar li li a {
	font-weight: normal;
}

#sidebar li li a:hover {
}

#sidebar h2 {
	height: 30px;
	text-transform: capitalize;
	font-size: 1.8em;
	font-weight: normal;
}

#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}

#sidebar .font_size {
	margin-bottom:0px;
}

/* Footer */

#footer-bgcontent {
	margin: 0px;
	padding: 0px;
	height: 70px;
	background: url(/template_images/img02.jpg) repeat-x left top;
}

#footer {
	width: 1000px;
	height: 49px;
	margin: 0 auto;
	padding-top: 50px;
	background: url(/template_images/img03.jpg) no-repeat left top;
}

#footer p {
	margin: 0;
	padding-right: 30px;
	text-align: right;
	line-height: normal;
	font-size: 10px;
}

#footer a {
}
