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


/* ---------  BEGIN UNIVERSAL STYLES  ---------- */

/* Sets all initial padding and margins to 0 */
* {
	margin:0;
	padding:0;
} 
 
/* REMOVES BORDER FROM LINKED IMAGES */
a img { border:0 }

p, ul {padding-bottom:10px;} /*sets universal spacing between para's & list ends */

.clearboth {clear: both; height: 1px; }
.imgFloatRight {
	float:right;
	margin: 0 0 0 8px;
}
.imgFloatLeft {
	float:left;
	margin: 0 12px 0 0;
}
.imgSpaceTB {margin: 8px 0 8px 0;}
.moveLeft {margin-left: -10px; text-indent:-10px;}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.centerRL {
	text-align: center;
	margin-right: 100px;
}
/* MAINTAIN UNIVERSAL LINK SCHEME */
a:link {
	color:#fff;
	text-decoration:underline;
}
a:visited {
	color:#ACA9A2;
	text-decoration:underline;
}
a:hover {
	color:#7A86C5;
	text-decoration:underline;
}
.botLogo {text-align:left; width:100%;margin:0 0 30px 10px;}

.vAlign {vertical-align:baseline;}
.red {color:red}
.redLighter {
	color:#E03C1F
}
 
/* ---------  END UNIVERSAL STYLES  ---------- */


/*  ALL */
body {
	margin:0;
	padding:0;
	border-collapse:collapse;
}
/* ###########  LIST, RECENT SOLD LIST PAGES ###### */
#container {
	width:750px;
	/* border: 1px solid #00ffff; FOR TEST PURPOSES ONLY */ 
	margin-left:20px;
}

/* ###  target IE7 only ###*/
#inner {
	margin:0 15px 15px 15px;
	padding-top:0px;
	padding-left:15px;
}

/* ### end  target IE7 only ###*/
*:first-child+html #inner {	
	margin:0 15px 15px 15px;
	padding-top:0px;
	padding-left:0;
}
/* ###  end target IE7 only ###*/
/* ###########  END LIST, RECENT SOLD LIST PAGES ###### */


/* ###########  HOUSEWORKING, ROOMS, THUMBS PAGES ###### */
#containerHouse {
	width:750px;
	/* border: 1px solid #00ffff; FOR TEST PURPOSES ONLY */ 
	margin:0px auto;
}

/* ###  target IE7 only ###*/
#innerHouse {
	margin:0 15px 15px 15px;
	padding-top:0px;
	padding-left:0px;
}

/* ### end  target IE7 only ###*/
*:first-child+html #innerHouse {	
	margin:0 15px 15px 0px;
	padding-top:0px;
	padding-left:0;
}
/* ###  end target IE7 only ###*/
/* ###########  END HOUSEWORKING, ROOMS, THUMBS PAGES ###### */

/*  END ALL */
	

/* ###### LIST PAGE ###### */
#listingSummary {
	margin:10px 20px;
	font:14px Arial, Helvetica, sans-serif;
	text-align: left;
}
.summary_title {color:#fff; font:18px "Times New Roman", Times, serif;}
.summary_town {color:#fff; font:18px "Times New Roman", Times, serif; text-align:right;}
.summary_price {color:#bec7db; font:16px Arial, Helvetica, sans-serif;}	
.summary_text {color:#bec7db; font:12px/14px Arial, Helvetica, sans-serif;}	
/*.grad {background-image:url(../images/listings_bkgd.jpg); background-repeat:repeat-y; 
}*/
.topSpacer
	{height:10px;}
.frame {border:1px solid #ffffff;margin-left:10px;}	
#navTable {height:28px;}
.nullText {
	font:18px/24px Arial, Helvetica, sans-serif;
	text-align:center;
	color:#C0C0C0;
	margin: 40px 20px 20px 20px;
}
	
/* ###### DETAIL PAGE ###### */

.topSpacer20 {height:20px;}
.topSpacerDetail
	{height:15px;}
.botSpacerDetail {height:20px;}
.left_indent {padding-left:50px;}
.detail_title {font: 24px/24px "Times New Roman", Times, serif; color:#fff;}
.detail_price {font: 20px/18px "Times New Roman", Times, serif; color:#bec7db;}
.detail_town {font: 16px/14px Arial, Helvetica, sans-serif; color:#fff; text-transform:uppercase;}
.detail_cats {font:bold 12px/20px Arial, Helvetica, sans-serif; color:#bec7db; text-transform:uppercase;text-align:right;}
.detail_description {font: 14px/26px Arial, Helvetica, sans-serif; color:#fff;}
.detail_featSubheads {font: 12px/20px Arial, Helvetica, sans-serif; color:#bec7db;} 
.detail_featText {font: 16px/24px Arial, Helvetica, sans-serif; color:#fff; text-align:left;}
.navTitle {font:bold 14px Arial, Helvetica, sans-serif; color:#bec7db; text-transform:uppercase;}
.nav {padding:0 6px 0 0; font:bold 13px/18px Arial, Helvetica, sans-serif; color:#eccd7b; text-align:left;}
.nav a:link {
	color:#eccd7b;
	text-decoration:underline;
}
.nav a:visited {
	color:#948C85;
	text-decoration:underline;
}
.nav a:hover {
	color:#7A86C5;
	text-decoration:underline;
}

.alert {font:12px/14px Arial, Helvetica, sans-serif; color:#ff0000; text-align:center 
}
.alignLeft {text-align:left;}
.imgBorder {border:1px solid #ffffff;}
.wrap {padding-right:5px;}
.contactTable {text-align:left; margin:20px 0;}
.spacePhotos {margin-bottom:20px;}
.roomNames {
	color:#CFC9AD;
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:16px;
	line-height:24px;
}
.taglineSpace {margin-top:10px;}
/* ###### THUMBNAILS PAGE ###### */
#thumbTable {
	width:770px;
	border-top:1px solid #776048;
	border-collapse:collapse;
	margin-left:5px;
}
#thumbDisplayText {padding:0 0 0 10px; border-bottom:1px solid #776048;}
#thumbDisplayPics {padding:10px 0; border-bottom:1px solid #776048;}
.borderBottom {border-bottom:1px solid #776048;}
.borderTop {border-bottom:1px solid #776048;}
.topSpacerRooms
	{padding-top:6px;
}	