@charset "UTF-8";
/* CSS Document */

@import "forms.css";

* {
	margin: 0;
	padding: 0;
}

html { background: url(../images/interface/htmlBG.gif) top center repeat-y #c3d491; }

body, div#masthead, div#footer {
	width: 1015px;
	margin: 0 auto;
}

body {
	position: relative;
	padding-top: 170px;

	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
}

/* Basic Layout */
div.column {
	float: left;
	width: 26%;
	margin: 0 0 10px 10px;

	padding: 1px;
	border: 1px solid #8dab6b;
}

div.column.half { width: 48%; }
div.column.threequarters { width: 70%; }
div.column.century { width: 95%; margin-left: 2.4%; }

div.column.right { margin: 0 10px 10px 0; float: right; }
div.column.noBox { border-width: 0; }

div.column.minheight { min-height: 280px; }
div.seperator {
	width: 434px;
	clear: both;
	background: url(../images/interface/masthead.gif) -504px -293px no-repeat;
	height: 5px;
	margin: 0 auto;
	padding-bottom: 25px;
}

div.clear { clear: both; }
div.clear.padding { padding-top: 10px; }

/* Masthead */
div#masthead {
	position: absolute;
	top: 0;
	left: 0;

	height: 160px;
	z-index: 2;
	background: url(../images/interface/masthead.gif) 0 0 repeat-x;
}

/* Main menu bar */
div#masthead ul {
	position: relative;
	top: 96px;

	width: 98%;
	padding-left: 2%;
	float: left;

	list-style-type: none;

	height: 39px;
	line-height: 34px;
}

div#masthead ul li, div#masthead ul li a {
	width: 100px;
	height: 100%;

	text-align: center;
}

div#masthead ul li { float: left; }

div#masthead ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
}

div#masthead ul li a:hover { text-decoration: underline; }
div#masthead ul li a:hover, div#masthead ul li a.active {
	color: #415c1f;
	background: url(../images/interface/masthead.gif) -404px -293px no-repeat;
}

/* Main menu drop down */
div#masthead ul li ul { display: none; }
div#masthead ul li:hover ul {
	position: absolute;
	z-index: 2;
	display: block;
	top: 30px;

	width: 200px;
	height: auto;

	padding-left: 0;

	border: 1px solid #8dab6b;
	background-color: #effddf;
}

div#masthead ul li ul li {
	float: none;
	width: 100%;
	height: 25px;
	line-height: 25px;

	margin: 0;
	padding: 0;
}

div#masthead ul li ul li a { width: 100%; text-align: left; text-indent: 10px; color: #415c1f; }
div#masthead ul li ul li a:hover { background-image: none; background-color: #cddbbd; }

div#masthead ul li#listings, div#masthead ul li#listings a {
	width: 100px;
	text-align: center;
}

div#masthead ul li#listings {
	margin-bottom: 0;
	padding: 0;

	background: none;
	border: 0;
}

/* Sub menus */
div#masthead ul.subMenu {
	width: 55%;
	height: auto;
	clear: left;
	line-height: 23px;
}

div#masthead ul.subMenu.right {
	float: right;
	clear: none;
	width: 40%;
}

div#masthead ul.subMenu.right li {
	height: 16px;
	line-height: 16px;
}

div#masthead ul.subMenu.right li { float: right; margin-top: 2px; }
div#masthead ul.subMenu.right li#login { background: url(../images/interface/masthead.gif) -467px -374px no-repeat; }
div#masthead ul.subMenu.right li#logout { background: url(../images/interface/masthead.gif) -467px -390px no-repeat; }

div#masthead ul.subMenu li, div#masthead ul.subMenu li a { width: 110px; }
div#masthead ul.subMenu li a { color: #415c1f; }
div#masthead ul.subMenu li a:hover, div#masthead ul.subMenu li a.active { background: none; }
div#masthead ul.subMenu li a.active { font-weight: bold; }

/* Sub menu drop down */
div#masthead ul.subMenu li ul {
	top: 20px;
	background-image: none;
}

div#masthead ul.subMenu {
	position: relative;
	z-index: -1;
}

div#masthead ul.subMenu li ul li, div#masthead ul.subMenu li ul li a { width: 200px; font-size: 11px; height: 20px; line-height: 20px; }
div#masthead ul.subMenu li ul li a:hover { background-color: #cddbbd; }

/* Banner Ad */
div#bannerAd {
	position: absolute;
	overflow: hidden;
	top: 18px;
	left: 520px;
	width: 468px;
	height: 60px;
	background-color: #fff;
}

/* Advertiser List */
ul.advertisers {
	width: 97%;
	margin: 0 auto;
	white-space: nowrap;
	list-style-type: none;
}

ul.advertisers li {
	float: left;
	width: 32%;
	height: 150px;
	overflow: hidden;

	margin: 0 .5%;
	text-align: center;
}

ul.advertisers li img {
	width: 105px;
	height: 100px;
}

ul.advertisers li h3 { color: #333; }
ul.advertisers li h3 span { display: block; padding-bottom: 20px; font-weight: normal; }

/* Promotion Box */
div#promote img {
	float: left;
	margin: 0 2%;
}

div#promote p#intro {
	float: left;
	margin-left: 2%;
	width: 72%;
}

div#promote p, div#promote ul {
	float: left;
	width: 93%;
	margin: 0 0 0 6%;
}

div#promote ul { margin: 20px 0 20px 6%; }
div#promote ul li { margin-bottom: 5px; }

/* Listing map */
/* Map */
div#interactiveMap {
	width: 97%;
	height: 300px;
	margin: 0 auto 10px auto;

	border: 1px solid #777;
}

/* Footer column */
div.column#footerBlock {
	position: relative;
	width: 1013px;
	margin: 0;
	padding-top: 15px;
	border-left-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	background-color: #e7f6d5;
	background: url(../images/interface/footerBG.gif) top left no-repeat;
}

div.column#footerBlock div.column { border: 0; }
div.column#footerBlock p { width: auto; margin-left: 0; }
div.column#footerBlock h2 {
	width: auto;
	background: none;
	text-indent: 0;
	font-size: 18px;
}

/* Category List */
div#categories ul {
	float: left;
	width: 40%;

	list-style-type: none;
	margin: 0 0 0 2%;
	padding: 12px 0 0 0;
}

div#categories ul li {
	margin: 0 0 10px 25px;
	padding: 0;
	width: auto;
	height: 16px;
	text-indent: 30px;
	background: url(../images/interface/masthead.gif) -467px -406px no-repeat;
}

/* Footer */
div#footer {
	clear: both;
	height: 105px;
	background: url(../images/interface/masthead.gif) 0 -160px repeat-x;
}

div#footer p {
	float: left;
	width: 40%;
	line-height: 30px;
	margin: 0 0 0 10px;
}

div#footer p.right { float: right; text-align: right; margin: 0 10px 0 0; }
div#footer p, div#footer a { color: #fff; }

div#footer ul {
	width: 90%;
	clear: both;
	padding-top: 10px;
	list-style-type: none;
}

div#footer ul li {
	float: left;
	width: 15%;
	margin: 0 2%;
}

div#footer ul li.clear { clear: left; }

/* Text formatting / General Formatting*/
a { color: #415c1f; }

p {
	width: 97%;
	margin: 0 auto;
	padding-bottom: 15px;
}

a:hover { text-decoration: none; }

h3, h4 {
	width: 97%;
	margin: 0 auto;
}

h2 {
	color: #304417;

	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	text-indent: 10px;

	height: 28px;
	line-height: 24px;

	background: url(../images/interface/masthead.gif) -0 -265px no-repeat;
	margin-bottom: 5px;
}

h3 {
	padding-bottom: 10px;

	color: #900;
	font-size: 12px;
}

h4 {
	font-size: 12px;
	margin-bottom: 10px;
}

img {
	padding: 1px;
	border: 1px solid #777;
}

div.column ul {
	list-style-position: inside;
	margin: 20px 0 0 10px;
}

div.column ul li { margin-bottom: 5px; }

div.column ul.half {
	width: 25%;
	margin-left: 5%;
	float: left;
}

div.column.noBox p, div.column.noBox h4 { margin-left: 0; }
div.column.noBox h2 {
	background: none;
	font-size: 18px;
	text-indent: 0;
}

.printOnly { display: none; }