/*

main style sheet

/* -----------------------------------------------------------------
                        LISTING ORDER
--------------------------------------------------------------------
Universal
Page Structure
Headers
Navigation
Text Treatments
Images
--------------------------------------------------------------------


--------------------------------------------------------------------
						UNIVERSAL
--------------------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/backgrounds/body.gif) #0D2961 repeat-x top left;
	color: #2A1A0B;
	font-family: verdana, sans-serif;
	font-size: .8em;
	margin: 0 auto;
	padding: 0 0 15px 0;
	text-align: center;
}

br.clearfloat {
	clear: both;
	height: 0;
	overflow: hidden;
}

a {
	color: #334358;
	outline: none;
}

a.external {
	background-image: url(../images/backgrounds/external-link.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: 0 16px 0 0;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

embed, object {
	display: block;
}

/*---------------

PAGE STRUCTURE

---------------*/

#wrapper {
	background: url(../images/backgrounds/wrapper.gif) transparent repeat-y top left;
	margin: 0 auto;
	width: 760px;
}

#left {
	float: left;
	width: 586px;
}

#content {
	float: left;
	padding: 22px 30px 0 30px;
	text-align: justify;
	width: 511px;
}

.sold {background: url(../images/backgrounds/sold.gif) transparent no-repeat 96% 4%;}
.pending {background: url(../images/backgrounds/pending.gif) transparent no-repeat 96% 4%;}
.prop-pending {background: url(../images/backgrounds/proppending.gif) transparent no-repeat 100% 2%;}

#right {
	float: left;
	padding: 0 0 15px 0;
	width: 174px;
}

#footer {
	background-color: #fff;
	color: #093A6F;
	font-size: 11px;
	margin: 15px auto 0 auto;
	padding: 12px 0;
	width: 760px;
}

/*---------------

HEADERS

---------------*/

p#logo {
	background: url(../images/headers/h1.jpg) transparent no-repeat top left;
	float: left;
	height: 79px;
	text-indent: -9999px;
	width: 586px;
}


h1, h2, h3 {
	color: #2B5E97;
	font-size: 16px;
	padding: 0 0 15px 0;
	text-align:left;
}

h1 {
  font-size: 18px;
	padding: 0;
}

h3 {
	font-size: 14px;
	padding: 0 0 15px 0;
}

#right h2 {
	background: url(../images/headers/h2.gif) transparent no-repeat top left;
	float: left;
	height: 80px;
	padding: 0;
	text-indent: -9999px;
	width: 174px;
}

/*---------------

NAVIGATION

---------------*/

#banner {
  float:left;
	height:79px;
	width:586px;
}	

#banner img {
  border:0;
	float:left;
}	

#nav {
	background: url(../images/backgrounds/nav.gif) transparent repeat-x top left;
	float: left;
	height: 24px;
	padding: 6px 0 0 11px;
	width: 560px;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a, #nav li.current {
	background: url(../images/backgrounds/nav-item.gif) transparent repeat-x top left;
	color: #fff;
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 22px;
	margin: 0 3px;
	padding: 2px 16px 0 16px;
	text-decoration: none;
}

#nav li.current {
	background: url(../images/backgrounds/current-nav.gif) transparent repeat-x top left;
	color: #000;
}

#nav li a:hover {	
	background-position: bottom left;
	color: #2B5E97;
}

/*---------------

TEXT-TREATMENTS

---------------*/

#content p {
	line-height: 1.4em;
	padding: 0 0 28px 0;
}

#content ul {
	line-height: 1.4em;
	padding: 0 0 28px 20px;
}

#content ul li {list-style-type: square;}

#content ul li ul {padding: 0 20px}

#content ul li li {list-style-type: disc;}

/*----------------for sale table--------------------------------*/

#forsale {
	border-collapse: collapse;
	border: 1px solid #8197B1;
	margin: 0 0 30px 0;
	text-align: center;
	width: 100%;
}

#forsale td {
	border-bottom: 1px solid #C2C6CF;
	padding: 10px 4px;
}

#forsale thead {
	background: #FBF7DD;
	font-weight: bold;
	font-size: 11px;
}

#forsale thead td {
	padding: 7px 4px;
}

#forsale td.category {
	text-align: left;
}

/*----------------styles specific right to div------------------*/

#right ul {
	background-color: #fff;
	border-bottom: 1px solid #98A9BC;
	float: left;
	margin: 0 0 15px 0;
	padding: 19px 0 0 0;
	width: 174px;
}

#right li {
	float: left;
	text-align: right;
	list-style-type: none;
	width: 174px;
}

#right li a {
	float: left;
	font-size: 12px;
	height: 17px;
	padding: 2px 18px 0 0;
	text-align: right;
	text-decoration: none;
	width: 156px;
}

#right li a.dark { background-color: #EFF2F5;}

#right li a:hover {
	background: #8197B1;
	color: #fff;
}

a#buyer-reg, a#seller-reg {
	border-bottom: 1px solid #8197B1;
	border-top: 1px solid #8197B1;
	float: left;
	height: 57px;
	margin: 0 0 15px 0;
	text-indent: -9999px;
	width: 174px;
}

a#buyer-reg {background: url(../images/backgrounds/buyer-reg.gif) transparent no-repeat bottom left;}
a#seller-reg {background: url(../images/backgrounds/seller-reg.gif) transparent no-repeat bottom left;}

a#buyer-reg:hover, a#seller-reg:hover {
	border-bottom: 1px solid #0D2961;
	border-top: 1px solid #0D2961;
	background-position: top left;
}

#contact {
	background-color: #fff;
	border-bottom: 1px solid #8197B1;
	border-top: 1px solid #8197B1;
	float: left;
	font-size: 11px;
	padding: 30px 0 28px 0;
	text-align: right;
	width: 174px;
}

#contact p {
	padding: 0 18px 12px 0;
}