body {
	font-family: Tahoma, Geneva, sans-serif !important;
	background-color: #7D7163;
	background-image: url(../images/bg-floral.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-size: 11pt;
}
.listings-footer, .listings-header {
	padding: 0;
	margin: 0;
}
.listings-footer img, .listings-header img {
	border: 0;
}
h1 {
	font-size: 18pt;
	line-height: 22pt;
	margin-bottom: 2pt;
}
h2 {
	font-size: 13pt;
	line-height: 15pt;
	margin-bottom: -8pt;
}
h3 {
	font-size: 11pt;
	line-height: 13pt;
	margin: 0.5em 0 0 0;
	padding: 0;
}
form {
	line-height: 110%;
}
form div {
	margin-bottom: 10px;
}
input, select, textarea {
	border: 1px solid grey;
	background: url(../images/form-element-bg.png) no-repeat left top;
	font-family: Tahoma, Geneva, sans-serif !important;
	font-size: 10pt;
	line-height: 12pt;
	vertical-align: middle;
}
/*
textarea {
   resize: none;
   width: 202px;
   max-width: 282px;
   height: 60px;
   max-height: 60px;
}
*/
.button {
	border: 2px solid black;
	background-color: ;
	font-weight: bold;
	font-size: 90%;
	padding: 2px;
}
iframe {
	border: 0;
	margin: 0;
}

.inlink {
	text-decoration: none;
	font-size: 11px;
	line-height: 30px;
	border: 1px solid #621512;
	margin: 3px;
	padding: 3px;
	background-color: #ffcdd2;
	color: #621512;
	opacity: .6;
}
.inlink:hover {
	opacity: 1;
}

table.mortgagecalc {
	border: 2px solid #621512;
}
table.mortgagecalc td {
	padding: 2px 3px;
}

#container-wrapper {
	width: 800px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background-image: url(../images/container_bg.png);
	background-repeat: repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
}
#container {
	width: 780px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #481013;
	text-align: left;
}

#header-logo {
	height: 157px;
	width: 260px;
	float: left;
	background: #DDDDDD;
	padding: 0;
	overflow: hidden;
	border-bottom: 2px solid #481013;
} 
#header-img {
	height: 157px;
	width: 520px;
	float: left;
	background: #DDDDDD;
	padding: 0;
	overflow: hidden;
	border-bottom: 2px solid #481013;
} 

#sidebar {
	float: right;
	width: 12em;
	background: #eabb6b;
	padding: 0 0 1em 8px;
	margin-left: 2px;
	border-left: 2px solid #F90;
}
#sidebar h3, .twoCol #sidebar p {
	margin: 0.4em 10px 0.2em 4px;
}
#sidebar h3 {
	padding-top: 8px;
}
#sidebar img {
	border: 1px solid #f90;
}
#sidebar iframe {
	border: 1px solid #f90;
	overflow: hidden;
}
#sidebar p iframe {
	margin-left: -4px !important;
}

.listings-table td {
	vertical-align: top;
	padding-bottom: 10px;
}
.listings-table td img {
	margin: 4px 4px 0 0;
	border: 1px solid #666;
}
.listings-table h3 {
	margin: 0 0 0.2em 0;
}

.twoCol #mainContent {
	margin: 13em 13em 0 10px;
}

form h3 {
	font-size: 110%;
	font-weight: bold;
	margin: 3px;
}

.listings h2 {
	font-size: 15pt;
	line-height: 15pt;
	margin: 0.2em;
	padding: 0;
}
.listings h3 {
	font-size: 11px;
	line-height: 13px;
	margin: 0;
	padding: 0;
}

.listings #listingsnav {
	width: 776px;
	background: #eabb6b;
	border-top: 2px solid #7B3502;
	border-bottom: 2px solid #7B3502;
	height: 164px;
	margin: 23px 0pt 0pt;
	overflow-x: scroll;
	overflow-y: hidden;
	padding: 2px;
	white-space: nowrap;
}

.listings #listingsnav ul {
	float: left;
	margin: 0;
	padding: 2px;
	list-style: none;
}

.listings #listingsnav ul li {
	display:block;
	float:left;
	margin-left:5px;
	padding: 4px;
	width: 170px;
	text-align: center;
	border: 2px solid #7B3502;
	background-color: #FFD99F;
	page-break-before: avoid;
	font-size:	10px;
}
.listings #listingsnav ul li a {
	text-decoration: none;
}
.listings #listingsnav ul li a img {
	border: 2px solid #CC9900;
}
.listings #mainContent {
	margin: 0;
	float: left;
	clear: both;
}

#footer {
	clear:both;
	height: 24px;
	padding: 0px 2px;
	background:#DDDDDD;
	background-image: url(../images/footer_bg.png);
	overflow: hidden;
	text-align: center;
	font-size: 10px;
	line-height: 24px;
	font-weight: normal;
} 
#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	color: #3C4D68;
}

/* style-only classes */
.red {
	color: #CC0000;
}
.noscroll {
	overflow: hidden !important;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.foot {
	font-size: 10px;
	font-style: normal;
	line-height: 10px;
	font-weight: bold;
	font-variant: small-caps;
}

/* postlets overrides */
.listings td {
	background-image: none !important;
}
