#title{

}

/* ----- SIDE NAV STYLES -----*/
#sideNav{
float: left;
margin:10px 15px 0px 15px;
}
#sideNav ul{
list-style-type: none;
margin: 0px;
padding: 0px;
}
#sideNav ul li{
margin-bottom:10px;
}
#sideNav ul li a{
color: #ffffff;
text-decoration: none;
}
#sideNav ul li a:hover {
	color:#c5ab89;
}
#sideNav ul .selected{
color: #c5ab89;
}
/*----END SIDE NAV-----*/

#mainContent{
width: 641px;
margin:10px 0px 50px 0px;
float: right;
}
#mainContentText{
padding-left: 20px;
line-height: 160%;
}
#pageTitle{
position:relative;
z-index: 0;
}
#printIcon{
position: absolute;
right: 25px;
top: 45px;
cursor: pointer;
}
h1{
letter-spacing: 2px;
font-size: 14px;
font-weight: bold;
border-bottom: #978278 inset 1px;
padding: 50px 0px 10px 15px;
}
h2{
font-size: 12px;
font-weight: bold;
}
h3{
font-size: 11px;
font-weight: bold;
}
.gotoButton{
background-image: url("../images/goButton.png");
background-position: center right;
background-repeat: no-repeat;
padding-right: 25px;
text-align: right;
font-size: 12px;
font-weight: bold;
float: right;
width: 200px;
height: 17px;
cursor: pointer;
}
a:hover .gotoButton{
background-image: url("../images/goButtonBrown.png");
}

/* --------- LOTS STYLES ---------*/
.lot{
clear: both;
margin-bottom:40px;
}
.lot p{
clear: both;
line-height: 130%;
}

.lotInfo img{
float: left;
}
.lotInfo table{
float: right;
width: 52%;
}
td{
width: 50%;
padding-right: 10px;
padding-bottom: 5px;
}
.button{
float: right;
background-image: url("../images/moreInfoButton.png");
background-repeat: no-repeat;
width:250px;
height:30px;
margin-top: 30px;
}
.button:hover{
background-image: url("../images/moreInfoButtonMouseover.png");
width:250px;
height:30px;
background-repeat: no-repeat;
}
.lotInfo{
width: 100%;
height: 220px;
margin-bottom: 15px;
}
/* --------- END LOTS STYLES ---------*/


/*.gotoButton a{
background-image: url(../images/goButton.png);
background-position: center right;
background-repeat: no-repeat;
padding-right:50px;
text-decoration: none;
}
.gotoButton a:hover{
background-image: url(../images/goButtonBrown.png);
}*/


/* --------- PRINT STYLES ---------*/

@media print {

html{
background-image: none;
background-color: #fff;

}
body {
	color: #000;
	font-size: 14px;
	font-family: Georgia, serif;
}
#pageHeader{
display: none;
width: 0px;
height: 0px;
}

#menuContainer{
display: none;
}
#pageFooter {
width:100%;
margin:0px auto;
clear: both;
position: relative;
}
#footerBox{
background-color: #fff;
border-top: none;
height: 25px;
margin: 0px;
padding: 0px;
}
#footerBox p{
font-size:10px;
margin-top: 5px;
margin-left: 8px;
}
#printIcon{
display:none;
}
dl{
display: none;
}
.gotoButton{
display:none;
}
#sideNav{
display:none;
}
h1{
border-color: #000;
}
}
/* END PRINT STYLES*/