/* REAL ESTATE INVENTORY */

.hbtitle {
         padding: 25px 35px 0 45px;
}

.hbInventoryMasterTable {
         padding: 0 35px 35px 35px;
         width: 100%;
}

.hbInventoryTable {
	border-bottom: 1px dotted #d9c99d; 
	padding: 5px; 
	background-color: transparent;
}

.hbInventoryImage {
	padding: 1px;
	border: #f4e3bb solid 8px;
	background: #ffffff;
	float: left;
	margin: 0 5px 5px 0;
}

.hbInventoryText {
	font-family: Arial, sans-serif;
	font-size: 12px;
        line-height: 16px;
        font-weight: normal;  
	padding: 5px 10px 0px 0;
}

.hbInventoryComment {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 14px; 
	text-align: justify;
	padding: 5px 10px 0px 6px;
}

.hbFeatureCell {
	background-color: transparent;
}

.hbFeatureLablel {
	font-family: Arial, sans-serif;
	color: #ffffff;
	font-size: 14px;
	background-color: #ff9933;
	text-transform: uppercase; 
	font-weight: bold;
	padding: 3px;
	margin: 0 0 20px 2px;
}

.hbFeatureText {
	font-family: Arial, sans-serif;
	color: #fafafa; 
	font-size: 13px;
	font-weight: bold;
	padding: 3px;
	margin: 0 0 20px 2px;
}

/* MASTER CSS */

body, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.5;
}

.content {
         padding: 25px 35px 35px 35px;
}

.column {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666633;
	line-height: 1.25;
	text-align: left;
        font-style: italic;
	padding: 0 30px 20px 15px;
}

a:link, a:visited {
	color: #6364ad;
	text-decoration: underline;
}

a:active, a:hover {
	color: #d57201;
	text-decoration: none;
}

.popupBody {
	background-color: #ffffff;
	xmargin: 0 0 0 0;
}

.popupAlt {
	background-color: #000000;
	margin: 0 0 0 0;
	color: #fafafa;
}

hr {
	border: 0;
	width: 100%;
	background-color: transparent;
	border-bottom: #d9c99d dotted 1px;
	margin: 5px 0 5px 0;
}

.footer {
	background-color: transparent;
	font-size: 13px;
	color: #8a8c1e;
	text-transform: none;
}

.footerMenu {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: transparent;
	font-size: 11px;
	color: #8a8c1e;
	text-transform: uppercase;
}

/* HEADINGS */

h1 {
	color: #94893e;
	font-size: 21px;
	font-weight: normal;
        font-style: italic;
	line-height: 1;
}

h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #cc3300;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 6px 0;
	padding: 12px 0 0 0;
	border-bottom: #d9c99d dotted 1px;
}

h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #a5b12c;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5px;
}

h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #003c8a;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 6px 0;
	padding: 12px 0 0 0;
        text-transform: uppercase;
	border-top: #d9c99d dotted 1px;
}

/* IMAGES */

a.imglink:link, a.imglink:visited {
	text-decoration: none;
	border: none;
	border-bottom: 0px;
}

a.imglink:hover, a.imglink:active {
	text-decoration: none;
	background: transparent;
}

.photo {
	padding: 0 30px 40px 15px;
        text-align: center;
}

a.photo:hover, a.photo:active {
	text-decoration: none;
	background-color: transparent;
}

.insetl {
	padding: 1px;
	border: #d9c99d solid 8px;
	background-color: transparent;
	float: left;
	margin: 0 12px 12px 0;
}

a.insetl:hover, a.insetl:active {
	text-decoration: none;
	background-color: transparent;
}

.insetr {
	padding: 1px;
	border: #cacaca solid 6px;
	background-color: transparent;
	float: right;
	margin: 0 0 0 10px;
}

a.insetr:hover, a.insetr:active {
	text-decoration: none;
	background-color: transparent;
}

/* FORMS */

.field {
	margin: 0 0 10px 0;
	padding: 8px 0 8px 8px;
	border-bottom: 1px dotted #d9c99d;
}

.label {
	margin: 0 0 10px 0;
	padding: 0 0 8px 2px;
        font-weight: bold;
        color: #023f89;
}

.submit {
	margin: 0 0 10px 0;
	padding: 8px 0 8px 8px;
	border-bottom: 1px dotted #d9c99d;
}

.inputbig {
	background-color: #efeadf;
	font-size: 14px;
	color: #666666;
}

.req {
	color: #dc3d1c;
	font-weight: bold;
	font-size: 14px;
}

/* SPECIAL */

.highlight {
        background-color: #ffefaa;
        padding: 5px;
}

.poweredby {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: transparent;
	font-size: 11px;
        text-transform: none;
}

.poweredby:link, .poweredby:visited {
	color: #c7d34b;
}

.poweredby:hover, .poweredby:active {
	color: #ffeb9a;
}

/* END MASTER CSS */