@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: none;
	}

body {
	/*background: url(images/background.jpg) repeat center top;*/
	background: url(images/backgroundblack.jpg) repeat-x center top;
	text-align: center;
	background-color:#000;
	}

.header {
	height: 180px;
	background: url(images/header.jpg) repeat-x center top;
	margin: 0;
	}
	
ul#nav {
	height: 180px;
	background: url(images/logo.gif) no-repeat center top;
	text-align: right;
	width: 900px;
	padding: 0;
	margin: 0 auto;
	}

ul#nav li {
	display: inline;
	list-style: none;
	}

ul#nav li.home h1 {
	float: left;
	width: 260px;
	height: 160px;
	padding: 20px 0 0 220px;
	}

ul#nav li.home h1 a {
	width: 260px;
	height: 160px;
	display: block;
	text-indent: -9999em;
	text-align: left;
	}
	
ul#nav li a {
	float: right;
	clear: right;
	width: 160px;
	height: 20px;
	text-align: left;
	display: inline;
	text-align: right;
	font: bold 13px/15px Helvetica, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	}
	
ul#nav li.lots a { margin: 30px 0 0; }
ul#nav li.contact a { margin: 3px 0 0; }

/* home stuff */

#home .header {
	height: 600px;
	}
	
#home ul#nav {
	background: url(images/landing4.jpg) no-repeat center top;
	height: 600px;
	}
	
#intro {
	padding: 10px 0;
	width: 700px;
	clear: both;
	margin: 0 auto;
	text-align: left;
	}
	
#content #intro p {
	font: normal 18px/24px Helvetica, Arial, sans-serif;
	margin: 0 10px 12px;
	text-align: justify;
	}

ul#nav li.photos {
	margin: 0;
	padding: 0;
	display: block;
	height: auto;
	clear: both;
	}

ul#nav li.photos ul {
	height: auto;
	padding: 80px 0 0 30px;
	}

ul#nav li.photos ul li a {
	float: left;
	height: 260px;
	margin: 0;
	}
	
ul#nav li.photos ul li.left a {
	width: 220px;
	height: 260px;
	}

ul#nav li.photos ul li.center a {
	width: 360px;
	margin: 80px 0 0;
	}
	
ul#nav li.photos ul li.right a {
	width: 260px;
	margin: 25px 0 0;
	}


/* lot stuff */



ul#nav li.counties {
	clear: both;
	display: block;
	float: none;
	height: 220px;
	padding: 0 0 0 60px;
	margin: 0;
	}

ul#nav li.counties h2 {
	height: 60px;
	text-align: left;
	text-indent: -9999em;
	}

ul#nav li.counties ul li {
	display: inline;
	list-style: none;
	}

ul#nav li.counties ul li a {
	float: left;
	}	

ul#nav li.counties ul li.gogebic a {
	width: 160px;
	height: 110px;
	margin: 20px 0 0;
	}

ul#nav li.counties ul li.iron a {
	width: 95px;
	height: 80px;
	margin: 80px 0 0;
	}

ul#nav li.counties ul li.marquette a {
	width: 120px;
	height: 160px;
	margin: 0;
	}

ul#nav li.locations {
	clear: both;
	display: block;
	float: none;
	height: 150px;
	margin: 0;
	padding: 0 0 0 104px;
	}

ul#nav li.locations h2 {
	height: 116px;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	text-align: left;
	text-indent: -9999em;
	}

ul#nav li.locations ul li {
	display: inline;
	list-style: none;
	}

ul#nav li.locations ul li a {
	float: left;
	margin: 0 0 0 2px;
	height: 32px;
	display: inline;
	width: 228px;
	}
	
/* content stuff */

#content {
	width: 700px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	}	

#content h2 {
	font: bold 18px/18px Helvetica, Arial, sans-serif;
	padding: 20px 20px 10px;
	color: #fff;
	}

#content h3 {
	font: bold 11px/12px Helvetica, Arial, sans-serif;
	color: #fff;
	background: #999;
	border: 2px solid #fff;
	letter-spacing: 1px;
	margin: 0 0 3px;
	}
	
#content h3 a,
#content h3 span {
	display: block;
	padding: 8px 14px;
	color: #fff;
	text-decoration: none;
	border: none !important;
	}
	
#content h3 a:hover {
	background: none;
	color: #fff;
	}
	
#content h3.red {
	background: #be3f3f url(images/grad-red.gif) repeat-x left bottom;
	text-shadow: #7f1717 0 -1px 0;
	}
	
#content h3.blue {
	background: #267272 url(images/grad-blue.gif) repeat-x left bottom;
	text-shadow: #0d4d4d 0 -1px 0;
	}
	
#content h3.green {
	background: #8ab23b url(images/grad-green.gif) repeat-x left bottom;
	text-shadow: #567715 0 -1px 0;
	}
	
	
#content h3.tan {
	background: #be633f url(images/grad-tan.gif) repeat-x left bottom;
	text-shadow: #65240b 0 -1px 0;
	}	



#content h4 {
	font: bold 14px/18px Helvetica, Arial, sans-serif;
	padding: 0 20px 10px;
	color: #fff;
	}
	
#content p,
#content ul {
	font: normal 12px/18px Helvetica, Arial, sans-serif;
	color: #fff;
	margin: 0 20px 10px;
	}
	
#content ul li {
	list-style: square;
	}
	
#content a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	border-bottom: 1px dotted #fff;
	}
	
#content a:hover {
	color: #267373;
	background: #fff;
	border-bottom: 1px solid #75b9b9;
	}

#content table {
	margin: 0 10px 10px;
	width: 680px;
	}
	
#content table th {
	font: normal 11px/11px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	border-bottom: 3px double #fff;
	padding: 5px 10px;
	color: #fff;
	white-space: nowrap;
	vertical-align: bottom;
	text-align:left;
	}
	
#content table td {
	font: bold 11px/11px Helvetica, Arial, sans-serif;
	padding: 5px 10px;
	color: #fff;
	vertical-align: top;
	}

#content table tr.border td {
	border-top: 1px solid #c5bfb8
	}
	
#content table tr.different td {
	background: #fff;
	color: #333;
	}
	
#content table tr.different td a {
	color: #333;
	border-bottom-color: #333;
	}
	
#content table tr.different td.none {
	background: none;
	}


/* listing columns */


#content ul#listings {
	margin: 0 0 0 5px;
	}

#content ul#listings li {
	float: left;
	width: 230px;
	padding: 5px 0;
	list-style: none;
	}

#content ul#listings li table {
	width: 220px;
	margin: 0 5px 10px;
	}



/* contact */

#content table.contact {
	width: 380px;
	}
	
#content table.contact input.text,
#content table.contact select {
	padding: 1px;
	border: 1px solid #999;
	}

#content table.contact label {
	padding-top: 2px;
	display: block; 
	}
	
#content table.contact td {
	white-space: nowrap;
	line-height: 16px;
	}
	
#content table.contact input.button {
	font: bold 12px/12px Helvetica, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 5px;
	background: #267373;
	border: 1px solid #75b9b9;
	}
	
	
/* listings */

.listing-meta {
	float: left;
	width: 350px;
	}
	
#content .listing-meta ul li {
	list-style: none;
	}

#content .listing-meta ul.listing-actions {
	font-weight: bold;
	border-top: 3px double #fff;
	padding: 10px;
	margin: 0 10px 10px;
	}

	
.listing-gallery {
	float: right;
	width: 330px;
	}	

.listing-gallery ul.slides img {
	width: 320px;
	}
	
#content .listing-gallery ul.slides {
	margin: 7px 0 10px 10px;
	padding: 0;
	}	

#content .listing-gallery ul.slides li {
	list-style: none;
	margin: 0;
	padding: 0;
	}	
	
	
#content .listing-gallery ul.slides-nav {
	margin: 0;
	padding: 0;
	width: 330px;
	}

#content .listing-gallery ul.slides-nav li {
	width: 100px;
	height: 75px;
	padding: 0 0 10px 10px;
	list-style: none;
	float: left;
	margin: 0;
	}
	
#content .listing-gallery ul.slides-nav li a {
	display: block;
	width: 100px;
	height: 75px;
	overflow: hidden;
	border: none !important;
	}

#content .listing-gallery img { display: block; }	
	
/* footer */

p.footer {
	clear: both;
	padding: 50px 0;
	font: normal 10px/10px Helvetica, Arial, sans-serif;
	color: #fff;
	}
	
p.footer a {
	color: #fff;
	text-decoration: none;
	}

p.footer a:hover {
	text-decoration: underline;
	}
	
/* thickbox */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}
