.hidden {
	display: none;
}

.yesprint {
	display: none;
}

#loginContainer {
	position:relative;
	display:block;
	top: 1px;
}
#logoutDiv {
	position: absolute;
	visibility: show;
	top:-1px;
} 
#loginDiv {
	position: absolute;
	visibility: hidden;
} 

/* feature stuff */
#featureBox {
	position:relative;
	display:block;
}
img.featurePrevPng {
	position: absolute;
	top: 407px;
	left: 0px;
} 
img.featureTextPng {
	position: absolute;
	top: 407px;
	left: 64px;
} 
img.featureNextPng {
	position: absolute;
	top: 407px;
	left: 688px;
} 
div.featureText {
	position: absolute;
	visibility:hidden;
	top: 420px;
	left: 100px;
}
div.thumbText {
	position:absolute;
	visibility:hidden;
	width: 250px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 22px;
	padding-left: 20px;
}

.featureTown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}
.featurePrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #93c9e3;
	font-weight: bold;
	text-align: right;
}
.featureTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bdb1a1;
	font-weight: bold;
	text-align: left;
}
.featureCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cfcec9;
	text-align: left;
	margin-top: 5px;
	width: 570px;
}


/* sub feature paginate stuff */
#paginateContainer {
	position:relative;
	display:block;
}
.paginateDiv {
	position: absolute;
	top: -31px;
	left: 0px;
	display: none;
} 
.subImagesTable {
	position: absolute;
	text-align:left;
	top: 0px;
	display:none;
} 
.subListingInfoTable {
	position: absolute;
	text-align:left;
	top: 166px;
	display:none;
} 


/* sub feature image stuff */
#subFeatureBox {
	position:relative;
	display:block;
}
div.subFeatureImg_a {
	position: absolute;
} 
div.subFeatureImg_b {
	position: absolute;
	display: none;
} 
img.subFeaturePrevPng {
	position: absolute;
	top: 139px;
	left: 0px;
} 
img.subFeatureTextPng {
	position: absolute;
	top: 139px;
	left: 19px;
} 
img.subFeatureNextPng {
	position: absolute;
	top: 139px;
	left: 231px;
} 
div.subFeatureImgCnt {
	position: absolute;
	top: 145px;
	left: 115px;
	text-align:center;
	color: #FFFFFF;
}


/* jqm stuff */
div.square {
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    height: 450px;
    background: #f4ebdb;
    color: #333;
	display: none;
}
div.square.localit {
    width: 670px;
}
div.square.loginit {
    height: 510px;
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html div.square {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.jqmOverlay {
	background-color: #000;
}
.jqmClose {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
    color: #333;
}
.jqmClose:hover {
    color: #333;
} 

/* view my buttons */
.viewMyHomes a {
	display: block;
	width: 123px;
	height: 22px;
	background-color: transparent;
	background-image: url(/html/images/menu_SubmenuHome.gif);
	background-repeat: no-repeat;
} 
.viewMyHomes_h a {
	display: block;
	width: 123px;
	height: 22px;
	background-color: transparent;
	background-image: url(/html/images/menu_SubmenuHome.gif);
	background-repeat: no-repeat;
	background-position: -180px 0px;
} 
.viewMyHomes a:hover {
	background-position: -180px 0px;
} 

.viewMyRentals a {
	display: block;
	width: 123px;
	height: 22px;
	background-color: transparent;
	background-image: url(/html/images/menu_SubmenuRental.gif);
	background-repeat: no-repeat;
} 
.viewMyRentals_h a {
	display: block;
	width: 123px;
	height: 22px;
	background-color: transparent;
	background-image: url(/html/images/menu_SubmenuRental.gif);
	background-repeat: no-repeat;
	background-position: -180px 0px;
} 
.viewMyRentals a:hover {
	background-position: -180px 0px;
} 

.viewMyLand a {
	display: block;
	width: 123px;
	height: 22px;
	background-color: transparent;
	background-image: url(/html/images/menu_SubmenuLand.gif);
	background-repeat: no-repeat;
} 
.viewMyLand_h a {
	display: block;
	width: 123px;
	height: 22px;
	background-color: transparent;
	background-image: url(/html/images/menu_SubmenuLand.gif);
	background-repeat: no-repeat;
	background-position: -180px 0px;
} 
.viewMyLand a:hover {
	background-position: -180px 0px;
} 

.viewMyCommercial a {
	display: block;
	width: 114px;
	height: 22px;
	background-color: transparent;
	background-image: url(/html/images/menu_SubmenuCommercial.gif);
	background-repeat: no-repeat;
} 
.viewMyCommercial_h a {
	display: block;
	width: 114px;
	height: 22px;
	background-color: transparent;
	background-image: url(/html/images/menu_SubmenuCommercial.gif);
	background-repeat: no-repeat;
	background-position: -180px 0px;
} 
.viewMyCommercial a:hover {
	background-position: -180px 0px;
} 

.link_01 a {
    color: #333;
}
.link_01 a:hover {
    color: #333;
}

.link_02 a {
    color: #422d1c;
}
.link_02 a:hover {
    color: #422d1c;
}

.formError {
	color: red;
	font-weight: bold;
}

.brokerSubText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #4b3900;
}

