﻿/*---Site Colors---
	Orange: #fa8d00
	Black: #000
*/

body {
	background:url(/PublishingImages/siteart/sitebg.gif) repeat-x top #fff;
	margin:0;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}

a:active {
	text-decoration:underline;
	color:#000;
}

a:visited {
	text-decoration:underline;
	color:#000;
}

a:link {
	text-decoration:underline;
	color:#000;
}

a:hover {
	color:#fa8d00;
}

img {
	border:0;
}


/*----------------Navigation Section----------------*/

#nav {
	background:#000;
	text-align:left;
	color:#fff;
	border-bottom:6px #fa8d00 solid;
}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#nav li {
	display:inline;
	float:left;
}

#nav li a {
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	padding:20px 27px 19px;
	border-right:1px #1a1a1a solid;
	display:block;
}

#nav li a:hover {
	background:#fa8d00;
	color:#000;
}

.first {
	border-left:1px #1a1a1a solid;
}


/*------------------Content Section-----------------*/

#content {
	vertical-align:top;
	padding:15px 0;
}

h1 {
	font-size:20px;
	font-weight:bold;
	color:#000;
	display:block;
	margin:0 0 10px;
}

h2 {
	font-size:16px;
	font-weight:normal;
	display:block;
	margin:0 0 3px;
}

#main {
	vertical-align:top;
	width:627px;
	padding-right:15px;
}

#col1 {
	vertical-align:top;
	padding-right:20px;
	border-right:1px #000 dotted;
}

#col2 {
	vertical-align:top;
	padding-left:20px;
}


.mid-right {
	width:352px;
	height:210px;
	background:#d76700 url('/PublishingImages/siteart/mid-right-bg.jpg') repeat-x;
	color:#fff;
}

.mid-right-lg {
	font-weight:bold;
	font-size:20px;
	line-height:20px;
}

.mid-right-text {
	padding:10px 20px 0 25px;
	font-size:16px;
	text-shadow: 1px 1px 2px rgba(0,0,0,.9);
	

}

.mid-right a:link, .mid-right a:active, .mid-right a:visited {
	color:#fff;
	text-decoration:none;
}
.mid-right a:hover {
	color:#fff;
	text-decoration:underline;
}




.mid-left {
	background: url('/PublishingImages/siteart/mid-left.jpg') no-repeat;
	height: 210px;
	width: 642px;
	vertical-align:top;
}


#sidebar {
	vertical-align:top;
	width:352px;
}

#sidebar-block {
	border:1px #dedede solid;
	display:block;
	padding:12px;
	margin-bottom:12px;
}

.auction {
	background:url(/PublishingImages/siteart/tractor.jpg) no-repeat right bottom;
}




#slide {
	border-top:1px #000 solid;
	border-bottom:1px #000 solid;
	padding:10px 0;
	text-align:center;
}

#btmbar {
	background:#000;
	border-top:10px #ffffff solid;
}

/*---------------Footer Section-------------*/

#footer {
	padding:15px;
	text-align:center;
	margin:0 auto;
}

a.footerlink:active {
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

a.footerlink:visited {
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

a.footerlink:link {
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

a.footerlink:hover {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

.footertext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#999999;
}

.smallfootertext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#999999;
}

.divfooter {
	width:450px;
	text-align:center;
}
