@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
}
.layout #container {
	width: 100%;  /* this will create a container 100% of the browser width */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.layout #header {
	background-image: url(images/hdr1.jpg);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;

} 

.layout #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

.layout #sidebar1 {
	float: right;
	width: 12em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
	
}
.layout #sidebar1 h3, .layout #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.layout #mainContent {
	margin: 0 13em 0 10px;
} 
.layout #footer {
	height: 35px;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
	color: #798C55;
	width: 100%;
} 
.layout #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.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;
}

.wheeliebincover {
	border: 1px solid #859D48;
	margin: 5px;
	padding: 5px;
}


.menu3 {
	padding:0 0 0 32px;
	margin:0;
	list-style:none;
	height:35px;
	position:relative;
	border:1px solid #000;
	border-width:0 1px;
	border-bottom:1px solid #444;
	top: -4px;
	background-image: url(three_0.gif);
}
.menu3 li {float:left;}
.menu3 li a {
	display:block;
	float:left;
	height:35px;
	line-height:35px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:0 0 0 8px;
	cursor:pointer;
}
.menu3 li a b {float:left; display:block; padding:0 16px 0 8px;}
.menu3 li.current a {
	color:#fff;
	background-image: url(three_2.gif);
}
.menu3 li.current a b {
	background-image: url(three_2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.menu3 li a:hover {
	color:#EBEBEB;
	background:#000 url(three_1.gif);
}
.menu3 li a:hover b {background:url(three_1.gif) no-repeat right top;}
.menu3 li.current a:hover {color:#fff; background:#000 url(three_2.gif); cursor:default;}
.menu3 li.current a:hover b {background:url(three_2.gif) no-repeat right top;}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}
