@charset "UTF-8";
/* CSS Document */

/* universal */

body {
	background-color: #cbbd9d;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	color: #9E814E;
	padding: 0px;
	margin-bottom: 0px;
	line-height: 26px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #002917;
	padding: 0px;
	margin-bottom: 0px;
	line-height: 22px;
	text-transform: uppercase;
}
a {
	color: #012316;
	text-decoration: underline;
}
a:hover {
	color: #570007;
	text-decoration: none;
}

/* page structure */

#wrap {
	background-image: url(images/body-bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 1004px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-color: #002917;
	margin: 0px;
	padding: 0px;
	height: 186px;
	width: 960px;
	position: relative;
}
		#header h1{
			padding: 0px;
			height: 186px;
			width: 960px;
			background-image: url(images/main-header.jpg);
			background-repeat: no-repeat;
			background-position: left top;
			margin: 0px;
			}
		#header h1 span {
			display:none
			}
			
		.date-time {
			font-size: 16px;
			font-weight: bold;
			color: #FFFFFF;
			position: absolute;
			top: 25px;
			right: 32px;
			font-family: Helvetica, Arial, sans-serif;
			font-style: normal;
		}

/* nav */

#nav {
	background-color: #6b0000;
	height: 48px;
	width: 960px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	float:left;
	width: 960px;
	list-style-type: none;
}
#nav ul li {
	float:left;
	margin: 0px;
	padding: 0px;
}
#nav ul li a {
	display:block;
	background-image:url(images/navbar.jpg);
}
#nav ul li a span {
	visibility:hidden;
}
#nav ul li a:link {
	text-decoration:none;
}
#nav ul li a:visited {
	text-decoration:none;
}
			
a#navhome {
	background-position: 0px 0px;
	height: 48px;
	width: 97px;
}
a#navauctions {
	background-position: -97px 0px;
	height: 48px;
	width: 210px;
}
a#navbuyers {
	background-position: -307px 0px;
	height: 48px;
	width: 122px;
}
a#navsellers {
	background-position: -429px 0px;
	height: 48px;
	width: 124px;
}
a#navlenders {
	background-position: -553px 0px;
	height: 48px;
	width: 133px;
}
a#navtestimonials {
	background-position: -686px 0px;
	height: 48px;
	width: 144px;
}
a#navabout {
	background-position: -830px 0px;
	height: 48px;
	width: 104px;
}
a#navcontact {
	background-position: -934px 0px;
	height: 48px;
	width: 146px;
}
a#navbroker {
	background-position: -1080px 0px;
	height: 48px;
	width: 137px;
}

a#navhome:hover {
	background-position: 0px -48px;
}
a#navauctions:hover {
	background-position: -97px -48px;
}
a#navbuyers:hover {
	background-position: -307px -48px;
}
a#navsellers:hover {
	background-position: -429px -48px;
}
a#navlenders:hover {
	background-position: -553px -48px;
}
a#navtestimonials:hover {
	background-position: -686px -48px;
}
a#navabout:hover {
	background-position: -830px -48px;
}
a#navcontact:hover {
	background-position: -934px -48px;
}
a#navbroker:hover {
	background-position: -1080px -48px;
}

#flash-subhead {
	margin: 0px;
	padding: 0px;
	height: 170px;
	width: 960px;
}
#property-subhead {
	margin: 0px;
	padding: 0px;
	height: 238px;
	width: 960px;
}
#mainContent {
	font-size: 14px;
	line-height: 16px;
	display: inline;
	float: left;
	padding: 0px;
	width: 582px;
	margin-top: 15px;
	margin-right: 36px;
	margin-bottom: 0px;
	margin-left: 32px;
}
		#mainContent p{
	padding: 0px;
	margin-top: 5px;
		}
#secondaryContent {
	font-size: 12px;
	line-height: 16px;
	float: left;
	width: 278px;
	margin-top: 15px;
	margin-right: 32px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
	padding: 0px;
}
#fullSpread {
	font-size: 14px;
	line-height: 16px;
	padding: 0px;
	width: 896px;
	margin-top: 15px;
	margin-right: 32px;
	margin-bottom: 0px;
	margin-left: 32px;
}
#footer {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6b0000;
	text-align: center;
	margin: 0px;
	height: 94px;
	width: 960px;
	line-height: 14px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	position: relative;
}
#footer  span {
	top: 20%;
	position: relative;
}

/* upcoming auction */

#upcoming-sidebar {
	width: 274px;
	border: 2px solid #8b6612;
	text-align: center;
	background-color: #8b6612;
	background-image: url(images/upcoming-sidebar-background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	margin-bottom: 32px;
}
#upcoming-sidebar h1 {
	font-weight: bold;
	text-transform: uppercase;
	color: #6b0000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
}

/* property nav */

#property-nav {
	width: 276px;
}
#property-nav ul {
	margin: 0px;
	padding: 0px;
	width: 276px;
	list-style-type: none;
}
#property-nav ul li {
	margin: 0px;
	padding: 0px;
}
#property-nav ul li a {
	border: 2px solid #8b6612;
	display:block;
	color: #6b0000;
	background-color: #A79470;
	height: 49px;
	width: 274px;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	line-height: 49px;
	background-image: url(images/property-nav-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#property-nav ul li a:hover {
	background-color: #A79470;
	background-image: none;
}


/* property highlights */

#property-highlights {
	width: 274px;
	border: 2px solid #8b6612;
	text-align: left;
	background-color: #8b6612;
	background-image: url(images/upcoming-sidebar-background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 0px;
	padding-bottom: 5px;
	display: block;
	margin-bottom: 32px;
	font-size: 12px;
}
#property-highlights h1 {
	font-weight: bold;
	text-transform: uppercase;
	color: #6b0000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	margin-left: 15px;
	text-align: center;
	margin-bottom: 10px;
	padding: 0;
	margin-top: 10px;
}
#property-highlights ul {
	margin: 0px;
	padding: 0px 8px 0px 35px;
}
#property-highlights p, li {
	margin: 0px 0px 5px;
	padding: 0px;
}

/* photos */

#photo-gallery {
	width: 567px;
	margin: 0px;
	padding: 0px;
}
#photo-gallery ul {
	width: 567px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#photo-gallery li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
#photo-gallery li img {
	border: 1px solid #8b6612;
	padding: 0px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
}

/* classes */

.break {
	clear: both;
}
.kohlerfooterlink {
	width:135px;
	height:65px;
	position:absolute;
	left: 32px;
	top: 6px;
	z-index: 101;
}
.pmgfooterlink {
	width:160px;
	height:68px;
	position:absolute;
	left: 772px;
	top: 6px;
	z-index: 102;
}


/* text styles */

.pag-caps {
	font-weight: bold;
	text-transform: uppercase;
}
.auction-date {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 24px;
	color: #6b0000;
}
.acreage-head {
	font-weight: bold;
	font-size: 22px;
	line-height: 24px;
	color: #000;
	font-style: italic;
}
.acreage-head-sub {
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #000;
	font-style: italic;
}
.disclaimer {
	font-size: 9px;
	font-weight: normal;
	line-height: 10px;
}
.property-h1 {
	font-weight: bold;
	font-size: 24px;
	line-height: 26px;
	color: #000;
	text-transform: uppercase;
}
.property-h3 {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	text-transform: uppercase;
}
.property-h3 a {
	text-decoration: none;
}
.image-border {
	border: 1px solid #8b6612;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}
.green20 {
	font-size: 20px;
	color: #002917;
}

.red {
	color: #6B0000;
}