body {
	background: #FFFFFF url(/images/members/bg.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #15484d;
	font: 12px/17px "Lucida Sans", Verdana, Arial, sans-serif;
}
#container {
	margin: 0px auto;
	padding: 40px 0px 0px;
	width: 800px;
	text-align: left;
}
#header {
	/* background: url(/images/members/logo.jpg) no-repeat; */
	height: 85px;
	width: 800px;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	color: #9a9663;
	vertical-align: bottom;
}
a {
	color: #459198;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #459198;
	font-weight: bold;
	text-decoration: underline;
}
a img {
	border: none;
}
.spacer {
	float: none;
	clear: both;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
#footer {
	text-align: right;
	font-size: 10px;
	color: #aba893;
	margin: 0px;
	padding: 10px 0px 30px;
}
#content {
	background: url(/images/members/column.jpg) repeat-y;
}
#topcolumns {
	margin: 0px;
	padding: 0px;
	height: 5px;
	width: 800px;
	background: url(/images/members/column_top.jpg) no-repeat left top;
}
#bottomcolumns {
	margin: 0px;
	padding: 0px;
	height: 5px;
	width: 800px;
	background: url(/images/members/column_bot.jpg) no-repeat left bottom;
	clear: both;
}
#maincolumn {
	margin: 5px 0px 5px 10px;
	padding: 0px;
	float: left;
	width: 585px;
}

#maincolumn h2 {
	font-size: 16px;
	letter-spacing: -1px;
	color: #6E6B51;
	margin: 0px;
	padding: 0px 0px 4px;
}
#maincolumn p {
	margin: 0px 0px 13px;
	padding: 0px;
}

#navcolumn {
	margin: 5px 10px 5px 0px;
	padding: 0px;
	float: right;
	width: 160px;
}
#header strong {
	color: #5c5a3f;
}
.navblock {
	background: url(/images/members/nav_dotline.gif) repeat-x;
	margin: 10px 0px 0px;
	padding: 6px 0px;
	line-height: 14px;
}
.navblock h4 {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #7f7f65;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px 0px 4px;
}
h1  {
	font-size: 18px !important;
	margin: 0px;
	padding: 0px 0px 10px;
	color: #8a8865;
}
.progress {
	margin: 0px;
	padding: 0px 0px 10px;
}

/* notices and special graphical treatments */

.special {
	background: #d5d3b5;
	margin: 0px;
	padding: 6px;
	border-top: 1px solid #C0BDA3;
	border-right: 1px solid #C0BDA3;
	border-bottom: 1px solid #AAA890;
	border-left: 1px solid #C0BDA3;
	font-size: larger;
}
.notice {
	background: #b9d9d1;
	margin: 9px 0px;
	padding: 6px;
	font-weight: bold;
	color: #227266;
	border-top: 1px solid #2B8F80;
	border-right: 1px solid #227266;
	border-bottom: 1px solid #1B5B51;
	border-left: 1px solid #227266;
}
.warning {
	background: #F12909;
	margin: 9px 0px;
	padding: 6px;
	font-weight: bold;
	color: #FFFFFF;
	border-top: 1px solid #A44612;
	border-right: 1px solid #8b3c11;
	border-bottom: 1px solid #6F2F0C;
	border-left: 1px solid #8b3c11;
}

.upsell_tip {
	text-align: left;
	background-color: white;
	padding: 8px;
	width: 400px;
}

.upsell_tip h1, .upsell_tip h2, .upsell_tip h3 {
	color: #8a8865;
}

/* ------------------- listing unit ----------------------- */
/* -------- borrowed from the front-end stylesheet -------- */

table tr.listing_unit td {
	padding: 10px 0px 20px;
	vertical-align: top;
}

.listing_unit .thumb {
	border-bottom: 1px #A0A585 solid;
	width: 152px;
	float: left;
	margin-right: 10px;
}

.listing_unit .thumb img {
	border: 4px solid white;
	width: 144px;
	margin-bottom: -4px;
}

.listing_unit .listing-info {
	float: left;
	width: 470px;
}

.listing_unit a.title {
	font-size: 18px;
}

.listing_unit ul {
	list-style-type: none;
	float: left;
	margin-right: 20px;
}

.listing_unit .description {
	float: left; 
	width: 160px;
	font-size: 11px;
}

/* ---------------------- for reviews and inquiries ----------------------- */
table.comment {
	border-top: 1px solid #c4c3ae;
}
table.comment tr td, table.comment tr th  {
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: top;
}

table.comment tr td small {
	color: #7F7F65;
	margin: 0px;
	line-height: 10px;
}

table.comment tr th {
	vertical-align: top;
	font-size: 11px;
	line-height: 12px;
}

/* ---------------- IE-specific hax ---------- */

* html #navcolumn {
	margin: 5px 5px 5px 0px;
	padding: 0px;
	float: right;
	width: 160px;
}

* html #maincolumn {
	margin: 5px 0px 5px 5px;
	padding: 0px;
	float: left;
	width: 585px;
}

* html #maincolumn h1 {
	font-size: 18px;
	margin: -5px 0px 0px 0px;
	padding: 0px 0px 10px;
	line-height: 20px;
}

/* --------------------- slideshow ------------ */
#listing-photos-holder {
	border-bottom: 1px solid #929578;
	float: left;
	text-align: center;
	border: 5px solid white;
	background: black;
	width: 419px;
	height: 324px;
	overflow: hidden;
	position: relative;
}

#listing-photos img { width: 419px;}

#prev-arrow, #next-arrow { position: absolute; top: 138px; z-index: 3; }
#next-arrow { right: 0px; }
#prev-arrow { left: 0px; }

/*------------------ Metroland Footer ----------------------- */
#metroland-Footer {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#CCCCCC url(/images/metroland-bg-Footer.gif) no-repeat scroll center top;
	color:#666666;
	text-align:center;
	clear:both;
	margin:0;
	padding-left:0;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	width:978px; /*the width can be played with*/
	margin-top: 15px; 
}

#metroland-Footer a:visited {
text-decoration:none;
}

#metroland-Footer a:hover {
text-decoration:underline;
}

#metroland-Footer .metroland-FooterLinks {
	float:left;
}
#metroland-Footer .metroland-FooterLogos {
	border-left:1px solid #BBBBBB;
	float:right;
	padding:30px 20px 0 25px;
	text-align:left;
	width:120px;
	height:190px;
}
#metroland-Footer .metroland-FooterLogos a {
	margin-top: 30px;
}
.metroland-FooterContent {
	margin:0 auto;
	text-align:left;
	height: 225px;
	padding: 20px 25px 30px 25px;
}
.metroland-FooterContent .header {
	color:#333333;
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
}
.metroland-FooterList {
	float:left;
	margin:0;
	padding:0;
	margin-right:20px;
}
.metroland-FooterList li.header {
	color:#333333;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	padding-bottom:2px;
	text-transform:capitalize;
}
.metroland-FooterList li {
	margin-bottom:3px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.metroland-FooterList li a {
	color:#666666;
	font-size:11px;
	text-decoration:none;
}
.metroland-FooterBot {
	background-color:#333333;
	border-top:1px solid #303030;
	color:#CCCCCC;
	padding:4px 0 6px;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11px;
	margin:0;
	text-align:center;
}
.metroland-FooterBot a {
	background-color:#333333;
	border-top:1px solid #303030;
	color:#CCCCCC;
	padding:4px 0 6px;
	text-decoration:none;
}

#metroland-Footer .metroland-FooterContent .metroland-FooterLogos a img {
	border:0 none;
}
