html, body{
	/*
background-image: url(../images/runoff.jpg);
	background-repeat: repeat-x;
	background-position: center top;
*/
	background:none;
	font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
	margin:0px;
	padding:0px;
}


#top-bar{
}

#top-header{
	display: none;
}

#top-nav{
}

#header-image{
	display: none;
}
#header-image img{
	border:2px solid #dcd7bd;
}

#main-body{
	font-size: 12px;
}

#main-body-top{
	/*
background-image: url(../images/main-body-top.png);
	background-repeat: no-repeat;
	background-position: center top;
*/
	background:none;
	height: 13px;
}

#main-body-middle{
	/*
background-image: url(../images/main-body-bg.png);
	background-repeat: repeat-y;
	background-position: center top;
*/
	background:none;
	padding:0px;
}
#main-body-middle .beige{
	/* background-color:#dcd7bd; */
	background-color: #fff;
	padding:0px;
}

#main-body-footer{
	/*
background-image: url(../images/main-body-footer.png);
	background-repeat: no-repeat;
	background-position: center top;
*/
	background:none;
	height: auto;
}

#main-body div.node{
	width:585px;
	float:left;
}

#main-body div.right-side{
	float:right;
	width:250px;
}
#top-nav{
	text-align: left;
}
#top-nav ul.links{
	text-align: left;
}
#top-nav ul.links li{
	list-style: disc;
}
#top-nav ul.links li a{
	border-right:none;
	color:#003300;
	display:inline;
	float:none;
	font-size:16px;
	margin:0;
	padding:0;
	text-decoration:underline;
}

#top-bar .top-right ul li a{color:#003300;font-size: 12px;text-transform: uppercase;}
#top-nav ul.links li a:hover{	
	text-decoration: none;
	background-color: transparent;
}
#footer{text-align: center;font-size: 10px;}
#footer ul{text-align: center; margin:0px 10px;padding:0px;}
#footer ul li{list-style: none;display:block;float:left;}
#footer ul li.last{float:right;}
#footer ul li a{color:#000;}

/***** Default Styles ****/
h1, h1.title{
	color:#003300;
	font-size: 18px;
	margin:0px 0px 20px 0px;
}
h2, h2.title{
	color:#003366;
	font-size: 16px;
	margin:0px 0px 18px 0px;
}

h3,h4,h5,h6{
	color:#003300;
	font-size: 14px;
	margin:0px 0px 16px 0px;
}

p,blockquote,table,tr,td,#main-body li{
	font-size: 12px;
	line-height: 18px;
}
table{
	width:100%;
}
tr.odd{background-color: #8b8471;}
tr.even{background-color: transparent;}
strong,b{
	color:#003300;
	font-weight: bold;
}
a{
	color:#003300;
	text-decoration: underline;
}
a:hover{
	color:#000000;
	text-decoration: none;
}

/*** Search ***/
#search label{
	color:#000;
	font-size: 13px;
	font-weight: bold;
}

/*** Equipment Views ***/
.view-display-id-page_1 .item-list ul{
	margin:0px;
	padding:0px;
}
.view-display-id-page_1 .item-list ul li{
	list-style: none;
	margin:0px;
	clear:both;
	padding:0px;
	display:block;
	border-bottom:1px solid #000;
	padding:10px 0px;
	
}
.view-display-id-page_1 .views-field-field-equipment-images-fid{
	float:left;
	margin:0px 10px 0px 0px;
}

.clear{
	clear:both;
}

/*** Featured Equipment Block ****/
#fp-top-block{
	position: relative;
	display: block;
	min-height:200px;
}
#fp-top-block .block{
	width:286px;
	float:left;
	background-color:#fff;
	border:2px solid #003366;
	padding:10px 0px 0px 10px;
	margin:0px 0px 5px 0px;
	position:relative;
	min-height: 190px;
}
#fp-top-block .block ul{
	margin:0px;
	padding:0px;
}
#fp-top-block .block ul li{
	list-style: none;
	margin:0px;
	padding:0px;
}
#fp-top-block .block .views-field-field-equipment-images-fid{
	float:right;
	margin:0px 10px 0px 5px;
}
#fp-top-block .block .views-field-field-equipment-images-fid img{
	border:2px solid #eff019;
}
#fp-top-block .block .more{
	float:right;
	background-image:url(../images/more-link-bg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	width:214px;
	height:11px;
	padding:6px 13px 10px;
	color:#fff;
	font-size: 9px;
	text-decoration: none;
	display:block;
	text-align: right;
	position:absolute;
	bottom:0px;
	right:0px;
}
#fp-top-block #block-block-1{
	background-image: url(../images/wisconsin.png);
	background-repeat: no-repeat;
	background-position: 145px 5px;
	width:271px;
	min-height: 190px;
}

#fp-top-block #block-block-2{
	padding:0px;
	width:284px;
	min-height: 200px;
}

#fp-left-block{
	float:left;
	width:552px;
}

#fp-right-block{
	float:left;
	width:211px;
	min-height: 265px;
	margin:0px 0px 0px 15px;
	padding:0px 15px;
	border-left: 3px solid #8e914b;
}
#fp-right-block .block ul{
	margin:0px;
	padding:0px;
}
#fp-right-block .block ul li{
	list-style: none;
	padding:0px;
	margin:0px;
}
#fp-right-block .block a{
	color:#003366;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

img{
	display:none;
}
#main-body div.node{
	width:100%;
	float:none;
}
#main-body div.right-side{
	clear:both;
	float:none;
	width: 100%;
}
