@charset "UTF-8";
/* ****************************************** */
/* RESET DEFAULTs */
/* ****************************************** */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ****************************************** */
/* // RESET DEFAULTs */
/* ****************************************** */

body{
	background:url(images/bg.jpg) repeat-x top left #4d4a41;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	line-height:0;
}

img{
	behavior: url(/inc/iepngfix.htc);
}

#site-wrapper{
	width:792px;
	margin:0 auto;
}

#header{
	/*text-align:center;*/
	margin-top:10px;
	border-bottom: solid 2px #FFFFFF;
	overflow:hidden;
	margin-bottom:1px;
}

#mainlogo{
	width:125px;
	float:left;
}

#slogan img{
	margin-top:10px;
	
}

#header-divider{
	background:#FFFFFF;
	height:2px;
	margin-bottom:1px;
	clear:both;
}

#content-area{
	background:#FFFFFF;
}

#content{
	width:510px;
	margin:0 auto;
	padding:35px 0;
	overflow:auto;
}



#content-col1{
	width:245px;
	float:left;
}

#content-col2{
	width:245px;
	float:right;
}

.clear{
	clear:both;
}

h1{
	font-size:1.2em;
	margin-bottom:1em;
	line-height:2em;
}

h2{
	
	margin-bottom:1em;
	line-height:2em;
}

p{
	line-height:2em;
	margin-bottom:2em;
	text-align:justify;
}

address{
	line-height:2em;
	margin-bottom:2em;
	text-align:center;
}

dt{
	clear:both;
	line-height:2em;
	font-weight:bold;
	float:left;
}

dd{
	line-height:2em;
	float:left;
	padding-left:2em;
}

hr{
	clear:both;
}

a, a:link{
	text-decoration:none;
	color:#cdb771;
}

a:hover{
	text-decoration:underline;
}

.highlight{
	color:#cdb771;
}

#content ul{
	margin-bottom:2em;
}

#content li{
	line-height:2em;
	list-style:outside square;
	margin-left:1em;
}

/* Navigation ------------------------------------------------------------------------------------ */

#navigation{
	font-size:11px;
	display:inline-block;
	padding:0 0 1em 0;
}

#navigation ul {
		padding:0;
		list-style:none;
	}
	
	#navigation li {
		display:inline;
		line-height:1.5em;
		text-align:left;
	}
	
	 #navigation a {
		float:left;
		padding:0 0 0 10px;
		margin-right:25px;
		text-decoration:none;
		display:block;
		/*height:107px;*/
		color:#cdb771;
		font-size:1.2em;
		font-weight:normal;
		background:url(images/li_navigation.gif) left repeat-y;
	}
		 #navigation a:hover {
		 	color:#FFFFFF;
		 }
	
	 #navigation a span {
		color:#FFFFFF;
		font-size:.8em;
		font-weight:normal;
	}

#footer{
	clear:both;
	padding-top:1em;
	font-size:.9em;
	color:#CCCCCC;
}
/* ------------------------------------------------------------------------------------ */

.property{
	overflow:auto;
	padding:1em 0;
}
.listingsIMG{
	float:left;
}

.property-details{
	float:right;
	width:245px;
}

.property-details dt, .property-details dd{
	float:none;
	padding-left:0;
}


p.price{
	line-height:0;
}

.property-details-set1{
	width:120px;
	float:left;
}

.property-details-set2{
	width:120px;
	float:right;
}

#propdetails-images{
	clear:both;
	padding-top:2em;
}

.thumnailIMG{
	float:left;
}

.thumnail{
	width:100px;
	float:left;
	margin-top:2px;
}

.thumnail-middle{
	width:100px;
	float:left;
	margin-left:2px;
	margin-right:2px;
}
