﻿/* ----------------------------------- default ----------------------------------- */
html, body {
	min-width:950px;
	color:#333333;
	font-size:12px;
	margin: 0px;
	padding: 2px;
	font-family: Arial;
	background: #031424 url(/images/BodyBck.jpg) repeat-x;
}
a {			color:#042246; text-decoration:none; }
a:hover {	color:#632908; text-decoration:underline; }

strong, b { font-weight:bold;}

.clear {	clear:both;	font-size:0; }


.noResults { font-size:17px;}

.hidden 
{
	display:none;
}

.show
{
	display:inline;
}

.selectedPageSize
{
	text-decoration:underline;
}

h1, h2, h3, .heading
{
	color: #042246;
	font-weight: bold;
}
a.clickable 
{
    display: block;
    width: 100%;
    height: 100%;
}


/*------------------------------------ header ------------------------------------*/
#header {
	margin:0px auto 0 auto;
	width:950px;
	height:147px;
	background:url(/images/Header.jpg);
	z-index:200;
}

#header #logo {
	float:left;
	display:inline;
	z-index:200;
}
#header #flash {
	width:725px;
	height:147px;
	float:right;
	display:inline;
	z-index:200;
}




/*------------------------------------------------- main content wrapper ------------------------------------ */
#wrapper {
	display:block;
	width:950px;
	margin:0 auto;
	padding:0;
	background:#fff;
}





/*-------------------------------------- homepage content --------------------------------------*/
#contentHome {
	float:left;
	display:inline;
	width:693px;
	float:left;
	display:inline;
	overflow:hidden;
}

#contentHome #homeHeader
{
	width: 100%;
	height: 81px;
	background: transparent url(/images/BidNow.jpg) no-repeat;
}

/*---------------------- general homepage styles -------------------------*/
#contentHome h1 {
	margin:30px 0 20px 20px;
	font-size:26px;
	line-height:30px;
	font-weight:normal;
}
#contentHome h1 a:hover {
	text-decoration:none;
}


#contentHome h2, #contentHome .heading2 {
	font-size:22px;
	line-height:26px;
	font-weight:normal;
}
#contentHome h3, #contentHome .heading3 {
	font-size:18px;
	line-height:20px;
	font-weight:normal;
}
#contentHome h4, #contentHome .heading4 {
	font-size:1.2em;
	line-height:18px;
	font-weight:bold;
}

#contentHome p {
	padding:5px 0;
}

#contentHome ul {
	list-style:outside;
	margin-left:30px;
	margin-bottom:10px;
}
#contentHome ol {
	margin-left:30px;
	margin-bottom:10px;
}
#contentHome li {
	padding:4px 0;
}




/*---------------------- upcoming auctions -------------------------*/
#contentHome #homeL {
	float:left;
	display:block;
	width:339px;
}

#contentHome #homeL h1 {
	display:block;
	height:45px;
	padding:5px 0 0 20px;
	margin:0;
	font-size:24px;
	line-height:50px;
	color:#042246;
}
#contentHome #homeL h1 a:hover {
	text-decoration:none;
}


#contentHome #homeL h1 a span.UpAuctionSmall {
	font-size:14px;
	padding-left:20px;
}

/*---------------------- bid now / text -------------------------*/
#contentHome #homeR {
	float:left;
	display:block;
	width:324px;
	height:100%;
	padding:10px 10px 10px 20px;
	overflow:hidden;
	background:transparent url(/images/HomeContentFade_12.jpg) repeat-x;
}


#contentHome #homeR h1 {
	display:block;
	height:48px;
	width:100%;
	padding:2px 0 0 95px;
	margin:0;
	font-size:24px;
	line-height:50px;
	color:#042246;
}
#contentHome #homeR h1 a:hover {
	text-decoration:none;
	color:#d47e19;
}

#contentHome #homeR h1 a:hover span.BidNowSmall {
	color:#d47e19;
}

#contentHome #homeR h1 a span.BidNowSmall {
	font-size:11px;
}

#contentHome #homeR h2 {
	margin:10px 0 10px 0;
	color:#042246;
}

#contentHome #homeR p {
	line-height:16px;
}


/*---------------------- current news - this section is outside the contentHome div similar to the footer -------------------------*/
#news{
	clear:both;
	float:left;
	display:inline;
	margin:0;
	padding:0 10px 20px 40px;
	width:900px;
	overflow:hidden;
	background:url("/images/footerArea.jpg") no-repeat scroll left top #E0E0E0;
}
#news h1 {
	font-size:22px;
	line-height:26px;
	font-weight:normal;
}

#news .newsItem {
	float:left;
	display:inline;
	width:240px;
	padding:0 0 0 15px;
	margin:0 0 0 40px;
	background:url(/images/bg_news_bullet.gif) 0 6px no-repeat;
}
#news .newsItem h1 {
	font-size:13px;
	line-height:15px;
	font-weight:bold;
}

#content ul.news 
{
	list-style: none;
	margin: 0;
}
#content ul.news .mainNewsItem
{
	margin-bottom: 1em;
	border-bottom: 1px dashed;
}


/*---------------------- controls - this section is outside the contentHome div similar to the footer used for the admin controls -------------------------*/
#controls{
	clear:both;
	float:left;
	display:inline;
	margin:0;
	padding:10px 10px 10px 40px;
	width:900px;
	background:#d0cbb7;
}
#controls label, .login label
{
	text-align:right;
	width:auto;
	display:inline;
	margin:0pt;
	float:none;
}
#controls
{
	text-align:right;
}

/*------------------------------------------------- subpage content -------------------------------------------------*/
#content {
	float:left;
	display:inline;
	width:655px;
	min-height:322px;
	padding:20px 16px 20px 20px;
	float:left;
	display:inline;
	background:url(/images/SubPgContentFade_12_08.jpg) top left no-repeat;
	font-size:14px;
}

body.popup, #content.popup {
	width:550px;
	max-width:550px;
	padding:15px;
	background-color:#fff;
	overflow:hidden;
}


/*---------------------- general subpage styles -------------------------*/
#content h1 {
	margin:0 0 20px 0;
	font-size:26px;
	line-height:30px;
	font-weight:normal;
}
#content h1 a:hover {
	text-decoration:none;
}
#content h1 * {
	font-weight:normal;
}

#content h2, #content .heading2,
#content h2.short, #content .heading2short {
	font-size:20px;
	line-height:25px;
	font-weight:normal;
	border-bottom:1px solid;
	position:relative;
}
#content h2.short, #content .heading2short {
	width:49%;
}
#content h2 a:hover, #content .heading2 a:hover,
#content h2.short a:hover, #content .heading2short a:hover {
	text-decoration:none;
}
#content h2 *, #content .heading2 *,
#content h2.short *, #content .heading2short * {
	font-weight:normal;
}

#content h3, #content .heading3 {
	font-size:18px;
	line-height:20px;
	font-weight:bold;
}

#content h4, #content .heading4 {
	font-size:1.2em;
	line-height:20px;
	font-weight:bold;
}
#content h5
{
	font-size:15px;
	line-height:20px;
	font-weight:normal;	
}



#content p {
	padding:5px 0;
}

#content ul {
	list-style:outside;
	margin-left:30px;
	margin-bottom:10px;
}
#content ol {
	margin-left:30px;
	margin-bottom:10px;
}
#content li {
	padding:4px 0;
}

#content table {border:none;}

#content a.onlineonly 
{
	color: Red;
	display: inline-block;
	padding-top: 5px;
	cursor: pointer;
}
#onlineonly.pop
{
	width: 300px;
	z-index: 400;
	background: white url(/images/bg_content.jpg) no-repeat scroll left top;
	padding: .5em;
	border: 3px solid;
	text-align: left;
}
#onlineonly.pop h2
{
	font-size:20px;
	line-height:25px;
	font-weight:normal;
	position:relative;
	padding-bottom: .5em;
}
#onlineonly.pop h3
{
	font-size:1.2em;
	text-decoration: underline;
	padding-bottom: .5em;
}
#onlineonly.pop p
{
	padding: 0 0 .7em;
}
#closeonlineonly
{
	cursor: pointer;
}
#closeonlineonly:hover, span.onlineonly:hover
{
	text-decoration: underline;
}
.hide
{
	display: none;
}
#backgroundpopup
{
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	background:#CECECE none repeat scroll 0 0;  
	border:1px solid #cecece;  
	z-index:399;  
}
/* ---------------------------------------- photo borders -------------------- */
#content img {
	padding:1px;
	background:#fff;
	border:1px solid;
}


#content table.photo {
	margin:5px;
	padding:5px;
	display:inline;
	float:right;
}

/*---------------------- mission statement -------------------------*/
#content #mission {
	float:right;
	display:inline;
	width:280px;
	height:190px;
	margin:0 0 0 15px;
	padding:15px;
	background:url(/images/bg_mission_statement.png) top left no-repeat;
}
#content #mission h4, #content #mission .heading4 {
	color:#042246;
	padding:0 0 10px 0;
	margin:0;
	display:block;
}
#content #mission p {
	font-size:14px;
	color:#554d49;
	padding:0;
	margin:0;
}

/*------------------------------- auction schedule -----------------------------------------------*/

/*---------------------- bid now button -------------------------*/
#content span.BidNowButton a {/*
	width:55px;
	display:block;*/
	width:auto;
	padding:3px 10px 3px 20px;
	margin:0;
	background:url(/images/button_bidnow.jpg) top left no-repeat;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	color:#fff;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
#content span.MakeOfferButton a 
{
	width:65px;
	padding:3px 10px 3px 16px;
	margin:0;
	background:url(/images/button_makefinaloffer.jpg) top left no-repeat;
	font-size:12px;
	line-height:13px;
	display: block;
	font-weight:normal;
	color:#fff;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	text-align:center;
}
#content span.RegistrationButton a 
{
	width:auto;
	padding:3px 10px 3px 20px;
	margin:0;
	background: url(/images/button_bidnow_over.jpg) top left no-repeat;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	color:#fff;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
#content span.BidNowButton a:hover {
	background:url(/images/button_bidnow_over.jpg) top left no-repeat;
	text-decoration:none;
	font-weight:normal;
}
#content span.RegistrationButton a:hover 
{
	background: url(/images/button_bidnow.jpg) top left no-repeat;
	text-decoration: none;
	font-weight: normal;
}
#content span.countdown
{
    margin: .2em 0 .2em 0;
    float: left;
    text-align: center;
    width: 100%;
    font-size: .8em;
}

/*---------------------- all states view -------------------------*/
#content div.auctionListing
{
    position: relative;
    border-bottom: 1px solid;
    line-height: 2em;
    color: #042246;
}
#content div.auctionListing label.listingHeader
{
    width: 420px;
    font-weight: bold;
}
#content div.auctionListing span.dateRange {
	display:inline;
	position:absolute;
	right:0px;
	font-weight:normal;
}
#content div.auctionListing span.comments,
#content div.auctionListing span.dateRange,
#content div.auctionListing label.listingHeader
{
    line-height: 1.5em;
}

#content table.allstates {
	width:100%;
	border:0;
	padding-top:5px;
	margin-bottom:15px;
	font-size:13px;
	font-weight:normal;
}

#content table.allstates tr th
{
	border-bottom:1px solid;
	font-size:20px;
	font-weight:normal;
	line-height:25px;
	position:relative;
	text-align:left;
}

#content table.allstates tr th span.dateRange
{
	display:inline;
	font-size:18px;
	font-weight:normal;
	left:264px;
	position:relative;
}

#content table.allstates tr td {
	padding:2px 5px 0 0;
}

#content table.allstates tr td.date {
	width:75px;
}
#content table.allstates tr td.city {
	width:155px;
}
#content table.allstates tr td.hotel {
	width:220px;
}
#content table.allstates tr td.map {
	width:50px;
}
#content table.allstates tr td.bid {
	width:105px;
	text-align: right;
}

/*---------------------- one state view -------------------------*/
#content .subMenu {
	float:left;
	display:block;
	margin:5px 0 0 0;
	padding:0;
	font-weight:normal;
	position:relative;
	z-index:97;
	width:100%;
	height:20px;
	text-align:center;
	clear:both;
}
#content .subMenu * {
	font-weight:normal;
}
#content .subMenu p {
	display:inline;
	margin:0 10px;
	padding:0;
	height:20px;
	color:#042246;
	font-size:12px;
	line-height:14px;
	clear:both;
	z-index:96;
}
#content .subMenu p.right {
}

#content h2 span.h2small {
	font-size:18px;
	display:inline;
	font-weight:normal;
}

#content table.onestate {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	width:99%;
	padding:0;
	margin:0 1px 20px 0;
	font-size:13px;
	font-weight:normal;
	clear:left;
}

#content table.onestate tr td.heading 
{
	border:medium none;
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	text-align:left;
	padding:10px 0 0 0;
}


#content table.onestate tr td {
	padding:10px 5px 0 0;
	text-align:center;
	border-bottom:1px solid #d2ccc6;
	vertical-align:top;
}

#content table.onestate tr td.number {
	width:20px;
	padding-right:15px;
	padding-left:15px;
	border:none;
	font-weight:bold;
}
#content table.onestate tr td.image {
	width:95px;
	height:60px;
	border:none;
	table-layout:fixed;
	padding-left:5px;
	text-align:left;
}



#content table.onestate tr td.image div.sold {
    background: url(/images/sold_small.png) top left no-repeat;
	width:50px;
	height:50px;
	z-index:400;
	position:absolute;
	margin:2px 0 0 2px;
	border:none;
}
#content table.onestate tr td.image div.absolute 
{
    background: url(/images/absolute_small.png) top left no-repeat;
	width:55px;
	height:55px;
	z-index:400;
	position:absolute;
	margin:2px 0 0 2px;
	border:none;
}
#content table.onestate tr td.image div.absoluteCaption
{
	padding: 0.5em 0pt 0pt 0.5em; 
	font-size: 0.7em;
}
#content table.onestate tr td.image a:hover div.sold, #content table.onestate tr td.image a:hover div.absolute {
	cursor:pointer;
	_cursor:hand;
}
#content table.onestate tr td.image a:hover {
	text-decoration:none;
}

#content table.onestate tr td.image img {
	width:90px;
	height:60px;
	padding:1px;
	background:#fff;
	border:1px solid #7d6c5b;
	z-index:1;
	top:0;
	left:0;
	position:static;
}
#content table.onestate tr td.image a:hover img {
	background:#042246;
}
#content table.onestate tr td.address {
	width:200px;
	text-align:left;
	padding-top:15px;
}
#content table.onestate tr td.bed {
	padding-top:15px;
}
#content table.onestate tr td.bath {
	padding-top:15px;
}
#content table.onestate tr td.sqFt {
	width:50px;
	padding-right:50px;
	padding-top:15px;
}
#content table.onestate tr td.bid {
	width:90px;
	min-width:90px;
	text-align:center;
	padding-top:15px;
	border-bottom:1px solid #d2ccc6;
}

/*---------------------- detail property view -------------------------*/
#content .detailPhoto {
	float:left;
	display:inline;
	width:260px;
	height:196px;
	margin:15px 7px 5px;
}

#content .detailPhoto div.sold {    
	background: url(/images/sold_large.png) top left no-repeat;
	width:100px;
	height:100px;
	z-index:400;
	position:absolute;
	margin:4px 0 0 4px;
	border:none;
}
#content .detailPhoto div.absolute {    
	background: url(/images/absolute_large.png) top left no-repeat;
	width:100px;
	height:100px;
	z-index:400;
	position:absolute;
	margin:4px 0 0 4px;
	border:none;
}
#content .detailPhoto div.absoluteCaption
{
	padding: 0.5em 0pt 0pt 0.5em; 
	font-size: 0.8em;
}
#content .detailPhoto a:hover div.sold, #content .detailPhoto a:hover div.absolute {
	cursor:pointer;
	_cursor:hand;
}
#content .detailPhoto a:hover {
	text-decoration:none;
}


#content .detailPhoto img {
	width:250px;
	padding:3px;
	background:#fff;
	border:1px solid;
	height: 170px;
}
#content .detailPhoto a:hover img {
	background:#042246;
}
#content .detailPhoto ul {
	list-style:none;
	margin:5px 3px;
}
#content .detailPhoto ul li {
	display:inline;
	margin:0 2px;
	padding:0;
}
#content .detailPhoto ul img {
	width:40px;
	padding:1px;
	background:#fff;
	border:1px solid #7d6c5b;
}
#content .detailPhoto ul a:hover img {
	background:#042246;
}



#content .detailInfo {
	float:right;
	display:inline;
	width:375px;
	margin:15px 0;
	padding:5px 0 0;
	font-weight:normal;
}
#content .detailInfo h4 {
	margin-bottom:15px;
}

#content .detailInfo table {
	width:350px;
	margin-bottom:15px;
	font-weight:normal;
}
#content .detailInfo table tr td {
	padding:5px 5px 0 0;
}

#content .detailInfo * {
	font-weight:normal;
}

#content .otherInfo {
	clear:both;
	margin:0;
	padding:0;
	font-weight:normal;
}

#content .otherInfo div.onlineonly
{
	float: left;
	width: 375px;
}
#content .otherInfo ul {	
	list-style:none;
	float:left;
	display:inline;
	width:200px;
	margin:0 10px 0 0;
	padding:0 0 10px 0;
}
#content .otherInfo ul li {
	margin:0 0 5px 0;
	padding:0;
}

/*-------------- invite landing ---------------*/
#content fieldset.accountSection
{
	margin: 1.5em 0 0 0;
	padding: 0 0 0.5em;
	border: 1px solid #632908;
	background: transparent url(/images/bg_fieldset.jpg) no-repeat scroll left top;
}
#content fieldset legend
{
	padding: 0;
	font-weight: bold;
	margin-left: 1em;
}
#content fieldset span.editSection
{
	margin: 2px 0 0 15px;
	font-size: 10px;
}
#content fieldset.subSection
{
	font-size: 13px;
	float: left;
	width: 48%;
}
#content fieldset.accountSubSection
{
	font-size: 13px;
	float: left;
}
#content fieldset.accountSection label
{
	float: left;
	font-size: 14px;
	width: 200px; 
}
#content fieldset.accountSection li.note
{
	float: left;
	font-size: 12px;
	font-weight:bold;
}
#content fieldset.loginSubSection
{
	font-size: 13px;
	float: left;
}
#content fieldset.loginSubSection label
{
	float: left;
	width: 80px; 
}
#content fieldset label
{
	float: left;
	width: 200px;
	font-weight: bold;
}

#content fieldset .noreq
{
	float: left;
	width: 200px;
	font-weight: normal;
}
#content fieldset.state label
{
	width: 95px;
}

#content fieldset div.comments
{
	width: 450px;
	float: left;
}
#content fieldset ol
{
	padding:.25em 0 0 1em;
	margin-left: 1em;
	margin-bottom: 0;
	list-style: none;
	float: left;
}
#content fieldset li
{
	padding-bottom: 5px;
	float: left;
	clear: left;
	width: 100%;
}
#content fieldset li.buttonItem
{
	text-align: center;
}
#content fieldset.commentsSection
{	
	width: 98%;
	font-size: 13px;
	float: left;
}
#content fieldset.buttonSection
{
	width: 95%;
	text-align: center;
}

#content fieldset .radioButtonList
{

}
#content fieldset .radioButtonList input 
{
	display: inline;
	float: left;
}
#content fieldset .radioButtonList label 
{
	margin:3px 5px 0px 3px;
	display: inline;
	float: left;
	font-weight: normal;
}

#content fieldset .radioButtonList td 
{
    width:100%;
	vertical-align:top;
}











/* ------------------------------------------------ bid now form styles ------------------------------------------------ */
#content div.fullParagraph
{
	float: left;
	width: 100%;
}
#content p.small
{
	font-size: small;
}
#content div.bidnowFormR {
	width:260px;
	float:right;
	display:inline;
	margin:0;
	padding:0;
}
#content div.bidnowFormR table {
	font-size:12px;
}
#content div.bidnowFormR .detailPhoto {
	margin:0 0 10px 0;
	padding:0;
}

 
#content table.bidnowForm {		width:380px;}
#content table.bidnowFormFull {	width:100%;}	

#content table.bidnowForm,
#content table.bidnowFormFull {
	float:left;
	display:inline;
	font-size:12px;
	line-height:14px;
	margin:0;
	padding:0;
}
#content table.bidnowForm input, 
#content table.bidnowForm select,
#content table.bidnowFormFull input, 
#content table.bidnowFormFull select  {
	margin:0 5px 0 0;
	padding:0 0 0 3px;
}

#content table.bidnowForm label,
#content table.bidnowFormFull label
{
	width:auto;
	display:inline;
	margin:0;
	float:none;
}

#content table.bidnowForm tr th {		width:370px;}
#content table.bidnowForm tr th,
#content table.bidnowFormFull tr th {	
	vertical-align:top;
	margin:0;
	padding:10px 0;
	text-align:left;
	font-weight:bold;
	border-top:1px dashed #9a9a9a;
	font-size:14px;
	line-height:15px;
}
#content table.bidnowForm tr td
{
	width:230px; _width:265px;
}
#content table.bidnowForm tr td,
#content table.bidnowFormFull tr td {	
	vertical-align:top;
	margin:0;
	padding:0 0 5px 0;
	text-align:left;
}


#content table.bidnowForm tr td.formName,
#content table.bidnowFormFull tr td.formName {
	width:130px;
	text-align:right;
	margin:0;
	padding:0 5px 0 0;
}

#content table.bidnowForm #checkbox,
#content table.bidnowFormFull #checkbox {
	float:left;
	clear:both;
	display:block;
}

#content table.bidnowForm .required,
#content table.bidnowFormFull .required {
	margin:0 3px 0 0;
	padding:0;
	color:#f33;
	font-weight:bold;
	font-size:14px;
}

#content table.bidnowFormFull .termsBox, #content .termsBox {
	width:100%; 
	height:200px; 
	overflow:auto;
	padding:3px;
	font-size:11px; 
	border:1px solid #aaa;
	background:#eee;
	color:#777;
}

#content table.bidnowQuestions {
	width:100%;
}
#content table.bidnowQuestions tr td {
	padding:5px 10px 5px 5px;
	text-align:right;
}
#content table.bidnowQuestions tr td input {
	margin:0;
	padding:0;
}
#content table.bidnowQuestions tr td.Question {
	text-align:left;
	padding-right:5px;
}
#content span.note {
	clear:both;
	float:left;
	display:inline;
	margin-top:3px;
}

.sendOfferButton {
	float:left; 
	width:75%; 
	text-align:center;
	margin: 10px;
}


/* ------------------------------------------------ cms form styles ------------------------------------------------ */
#content div.formText {
	width:240px;
	float:right;
	display:inline;
}

#content table.cmsForm {
	float:right;
	display:inline;/*
	color:#9a9a9a;*/
	font-size:12px;
	line-height:14px;
	width:410px;
}/*
#content form * {
	font-size:12px;
}*/
#content form table.cmsForm input, #content form table.cmsForm select {/*
	color:#666;*/
	margin-right:5px;
}

#content table.cmsForm {
	margin:10px auto 0 auto;
}
#content table.cmsForm tr td {	
	vertical-align:top;
	margin-top:0;
	padding:0 15px 5px 0;
	text-align:left;
}
#content table.cmsForm tr td.formName {
	width:50%;
	text-align:right;
	vertical-align:top;
	font-size:smaller;
	padding: 0 15px 5px 0;
}

#content table.cmsForm #checkbox {
	float:left;
	clear:both;
	display:block;
}

#content table.cmsForm .required {
	font-size:20px;
	color:#f33;
}

#content .error
{
	color:red;
	font-size:small;
}


/*------------------------------------ sitemap ------------------------------------*/
#content p.level1 {
	margin:10px 0 5px 0;
	padding:0;
	color:#036;
	font-size:16px; 
	line-height:18px;
	font-weight:normal;
	width:225px;
}
#content p.level2 {
	margin:5px 0 5px 15px;
	padding:0;
	color:#036;
	font-size:14px; 
	line-height:18px;
	font-weight:normal;
}
#content p.level3 {
	margin:0 0 5px 30px;
	padding:0;
	font-size:14px; 
	line-height:16px;
	font-weight:normal;
}
#content p.level4 {
	margin:0 0 0 45px;
	padding:0;
	font-size:14px; 
	line-height:16px;
	font-weight:normal;
}
#content p.level1 a {
	font-size:16px; 
	line-height:20px;
	font-weight:normal;
}










/* ------------------------------------------------- sidebar ----------------------------------- */
#sidebar {
	width:257px;
	float:left;
	display:inline;
	margin:0;
	padding:0;
}

/* ----------------------- general sidebar styles ----------------------- */
#sidebar h1 {
	font-size:22px;
	line-height:23px;
	text-align:center;
	font-weight:normal;
}
#sidebar h2 {
	font-size:18px;
	line-height:20px;
	text-align:center;
	font-weight:normal;
	clear:left;
	padding:10px 0;
}

#sidebar p {
	margin:5px 0 10px 0;
}


#sidebar .top
{
	height: 13px;
	width: 100%;
	background: transparent url(/images/leftColumnImage1.jpg) no-repeat;
}


/* ----------------------- search ----------------------- */
#sidebar .search {
	display:block;
	height:175px;
	overflow:hidden;
	background:url(/images/leftColumnImage4.jpg) top left no-repeat;
	text-align:center;
}

#sidebar .search label.heading {
	font-weight: bold;
	text-align:center;
	padding:10px 0 5px 0;
	display:block;
}

#sidebar .search label.subheading {
	font-size:1.4em;
	line-height:26px;
	text-align:center;
	margin: .5em 0 0 0;
	display:block;
}

#sidebar .search label.subsubheading {
	font-size:1.2em;
	line-height:26px;
	text-align:left;
	margin: 0 0 0 1em;
	display:block;
}

#sidebar .search select {
	position:relative;
	top:-24px;
	left:80px;
}

#sidebar .search table
{
	float: left;
}
#sidebar .search input.button
{
	float: right;
	margin: 0.25em .25em 0 0;
}

/* ----------------------- brochure signup and pre-register ----------------------- */
#sidebar #signup, #sidebar #register {
	display:block;
	height:60px;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
}
#sidebar #signup, #sidebar #register
{
    background:url(/images/leftColumnSectionImage.jpg) top left no-repeat;
}

#sidebar #signup a, #sidebar #register a {
	display:block;
	width:100%;
	font-weight: bold;
}
#sidebar #signup a, #sidebar #register a
{
    line-height: 60px;
}

#sidebar #signup:hover, #sidebar #register:hover {
	background-position: -257px 0;
}
#sidebar #signup a:hover, #sidebar #register a:hover
{
    color: White;
    text-decoration: none;
}


#sidebar span.sidebarSmall,
#sidebar #accessAgentPortal h1 a span.accessSmall  {
	font-size:1.1em;
}
#sidebar span.sidebarLarge
{
	font-weight: bold;
}

#sidebar span.sidebarLarge, #sidebar .heading
{    
	font-size:1.5em;
}



/* ----------------------- featured property ----------------------- */
#sidebar #feature {
	display:block;
	min-height:191px;
	padding:10px 5px 0 5px;
	text-align:center;
	overflow:hidden;
	background:url(/images/LeftColumnFade.jpg) top left no-repeat;
}

#sidebar #feature p {
	margin:5px 0;
	font-weight:normal;
	text-align:center;
}

#sidebar #feature img {
	width:140px;
	height:93px;
	overflow:hidden;
	padding:2px;
	background:#fff;
	border:1px solid #7d6c5b;
}
#sidebar #feature a:hover img {
	background:#042246;
}

#sidebar #feature ul {
	list-style:none;
	width:245px;
	margin:5px 0;
}
#sidebar #feature ul li {
	display:inline;
	margin-right:3px;
}
#sidebar #feature ul li a {
	padding:0;
	font-size:11px;
	margin:0;
}
#sidebar #feature ul li a:hover {
	color:#632908;
	text-decoration:none;
}


/* ----------------------- sort by city ----------------------- */
#sidebar #feature ul.sortCity {
	list-style:none;
	margin-bottom:10px;
}
#sidebar #feature ul.sortCity li {
	padding:2px 0 0;
	display: block;
}


/*---------------radiobutton list---------------------------------*/
.radiobuttonlist
{
	width:100%;
}
.radiobuttonlist input 
{
	display: inline;
	float: left;
}
.radiobuttonlist label 
{
	margin:3px 5px 0px 3px;
	display: inline;
	float: left;	
}

.radiobuttonlist td 
{
	vertical-align:top;
}




/*------------------------------------ form ------------------------------------*/

.submit input{
	margin-top: 10px;
	margin-left: 390px;
}


/*------------------------------------ footer ------------------------------------*/
#footer {
	clear:both;
	margin:auto;
	width:900px;
	padding:25px;
	color:#edebd5;
	font-size:11px;
	line-height:16px;
}
#footer * {font-weight:normal;}
#footer ul {list-style:none;}
#footer a {color:#edebd5;}


#footer ul.footerL {
	float:left;
	display:inline;
	width:550px;
}
#footer ul.footerL li {
	display:inline;
	margin:0 15px 0 0;
}


#footer ul.footerR {
	float:right;
	display:inline;
	width:300px;
	text-align:right;
}
#footer ul.footerR li {
	margin:0 0 0 15px;
	text-align:right;
}



#content #AuctionSalesRegistrationList
{
	margin: 10px 0 0;
}

#content ul.normalList
{
	list-style: none;
	font-size: small;
	margin: 0 0 0 1em;
	padding: 0;
}
#content ul.smallList
{
	font-size: smaller;
	list-style: none;
	margin: 0 0 0 1em;
	padding: 0;
}
#content ul.smallList label
{
	font-weight: bold;
}

#content #recommendedList
{
	width: 550px;
	float: left;
}
#content #recommendedList li
{
	width: 275px;
	float: left;
}

.tooltip{
	position: relative;
	z-index: 98;	
	cursor: pointer;
}

.tooltip:hover
{
	background: transparent;
	z-index: 100;	
	text-decoration: none;
}

.tooltip span.tip{
	position: absolute;
	background: url(/images/bg_tooptip.jpg) repeat-y ;
	padding: 5px;
	top: -120px;
	border: 1px dashed;
	visibility: hidden;
	color: black;
	text-decoration: none;
	width: 300px;
}

.tooltip span.tip h3
{
	margin-left: .25em;
}

.tooltip:hover span.tip{
	visibility: visible;
	top: -60px;
	left: 100px;
	z-index:105;
}
.MakeOfferButton .tooltip:hover span.tip 
{
	visibility: visible;
	top: -100px;
	left: -120px;
	z-index:105;	
}
#poi
{
	position: relative;
	float: left;
	width: 100%;
	z-index: 1;
}
#poi a
{
	cursor: pointer;
}
#poi #props
{
	z-index: 9999;
}
#poi #props p
{
	text-align: center;
	margin: .5em;
}
#poi .hideProps, #poi .showProps
{
	position: absolute;
	background: url(/images/bg_tooptip.jpg) repeat;
	padding: 5px;
	top: -300px;
	left: 25px;
	border: 1px dashed;
	color: black;
	text-decoration: none;
	width: 600px;
}
#poi .hideProps
{	
	visibility: hidden;
}
#poi .showProps
{
	visibility: visible;
}
#poi #propsList
{
	margin: 1em 0;
}
#poi #propsList ul
{
	height: 500px;
	overflow: auto;
	position: relative;
}
#poi #propsList li
{
	cursor: pointer;
	position: relative;
}
#poi #propsList li:hover, #poi #propsList li.selected
{
	background-color: #4F789F;
	color: #FFFFFF;
}
#poi #propsList li div.sold
{
	background: transparent url(/images/sold_small.png) no-repeat scroll left top;
	height: 50px;
	width: 50px;
	position: absolute;
	top: 6px;
	left: 26px;
}
#propsOfInterestAdded li
{
	position: relative;
}
#propsOfInterestAdded li div.sold
{
	background: transparent url(/images/sold_small.png) no-repeat scroll left top;
	height: 50px;
	width: 50px;
	position: absolute;
	top: 6px;
	left: 2px;
}

#auctionsContainer ul.tabs
{
	list-style: none;
	float: left;
	margin: 0;
	width: 100%;
	padding: 0;
}
#auctionsContainer ul.tabs li
{
	float: left;
	margin: 0;
	padding: 0;
}
#contentHome #auctionsContainer ul.tabs li a
{
	text-align: center;
	color: #042246;
	text-decoration: none;
	display: block;
	height: 25px;
	cursor: pointer;
	padding: 5px 10px 12px;
	width: 93px;
	letter-spacing: -0.005px;
	font-weight: bold;
	background: transparent url(/images/tabshome.jpg) no-repeat scroll left 0px;	
}
#content #auctionsContainer ul.tabs li a
{
	text-align: center;
	color: #042246;
	text-decoration: none;
	display: block;
	height: 25px;
	cursor: pointer;
	padding: 4px 10px 11px;
	width: 107px;
	letter-spacing: -0.005px;
	font-weight: bold;
	background: transparent url(/images/tabsschedule.jpg) no-repeat scroll left 0px;
	font-size: .9em;
}
#contentHome #auctionsContainer ul.tabs li a:hover
{
	background-position: -226px 0px;
}
#content #auctionsContainer ul.tabs li a:hover
{
	background-position: -255px 0px;
}
#contentHome #auctionsContainer ul.tabs li a.selected
{
	background-position: -113px 0;
	cursor: text;
	color: #FFFFFF;
}
#content #auctionsContainer ul.tabs li a.selected
{
	background-position: -127px 0;
	cursor: text;
	color: #FFFFFF;
}

#auctionsContainer div.auctionSchedule
{
	padding-top: 10px;
	display: none;
}

/*-------------- auction listings ---------------*/
#auctionsContainer .upcomingAuctionList
{
	height:386px;
	overflow:auto;
	display: none;
	background: transparent url(/images/HomeContentFade_12.jpg) repeat-x;
}

#auctionsContainer .upcomingpropertyauction {
	padding:12px 0 12px 25px;
	background: transparent url(/images/listFade_15.jpg) repeat-x;
	display:block;
	overflow:hidden;
}

#auctionsContainer .upcomingpropertyauction a img {
	float:left;
	display:block;
	width:90px;
	overflow:hidden;
	margin:0 5px 0 0;
	padding:1px;
	background:#fff;
	border:1px solid #7d6c5b;
}
#auctionsContainer .upcomingpropertyauction a:hover img {
	background:#042246;
}


#auctionsContainer .upcomingpropertyauction p {
	float:left;
	display:inline;
	margin:0;
	padding:0;
	width:270px;
	font-size:12px;
	line-height:14px;
	color:#6a5642;
}

#auctionsContainer .upcomingpropertyauction p a {
	padding:0 2px 2px 2px;
}
#auctionsContainer .upcomingpropertyauction p a:hover {
	text-decoration:none;
	padding:0 2px 2px 2px;
}
#auctionsContainer div.selected
{
	display: block;
}