/*colours------------------------------------------------------------*/

/*Universal------------------------------------*/

.background_white{background:#ffffff;}
.black{ color:#000000;}
.grey{ color:#585858;}
.white{ color:#FFFFFF;}

.good, .normal, .bad{ display:block; padding:20px;}

.good{ background:#C6FFD5; border:1px solid #7DFF9E; color:#006600}
.normal{ background: #EEEEEE; border:1px solid #cccccc; color: #666666;}
.bad{ background:#FFDFDF; border:1px solid #FFA6A6; color:#990000;}

td{
	padding:10px;
}

/*Blues----------------------------------------*/

a{color:#375d81; text-decoration:none;}
a:hover{ color:#000000;}

.colour_lightest{color:#e1e6fa;}
.colour_light{color:#c4d7ed;}
.colour_medium{color:#abc8e2;}
.colour_dark{color:#375d81;}
.colour_darkest{color:#183152;}

.colour_lightest a{color:#e1e6fa;}
.colour_light a{color:#c4d7ed;}
.colour_medium a{color:#abc8e2;}
.colour_dark a{color:#375d81;}
.colour_darkest a{color:#183152;}

.border_lightest{border:1px solid #e1e6fa;}
.border_light{border:1px solid #c4d7ed;}
.border_medium{border:1px solid #abc8e2;}
.border_dark{border:1px solid #375d81;}
.border_darkest{border:1px solid #183152;}

.border_bottom_lightest{border-bottom:1px solid #e1e6fa;}

.background_lightest{background:#e1e6fa;}
.background_light{background:#c4d7ed;}
.background_medium{background:#abc8e2;}
.background_dark{background:#375d81;}
.background_darkest{background:#183152;}

#sidebar_image{
	background:url(../images/sidebar.jpg) repeat-y;
}

.textbox-small{ width:20px;}

#search{
	background:url(../images/search.jpg);
	height:30px;
}

/* header -----------------------------------------------------------*/

body{
	background:url(../images/bg.gif) #f0f0f0 repeat-x;
}

.spacer{
	height:20px;
}

#header_shine{
	background:url(../images/header_shine.png);
	width:507px;
	height:363px;
	position:absolute;
}

#wrap{ position:relative;}

.logo{
	background:url(../images/logo.png);
	width:300px;
	height:90px;
}
	.logo h1{
		text-indent:-9999px;
	}
	
#phone_number{
	font-size:1.1em;
	padding:0 0 0 30px;
	line-height:28px;
	height:20px;
	width:590px;
	text-align:right;
}

	#phone_number img{
		margin-right:8px;
	}
	
	.tagline{
		font-size:0.55em;
		line-height:13px;
		color:#585858;
	}

/* navigation -----------------------------------------------------------*/

#nav{
	border-bottom: 1px solid #bcbcbc;
	font-size:0.8em;
	padding-bottom:10px;
	float:left;
	z-index:2;
	position:relative;
}
	
	#nav ul{
		float:left;
	}
	
	#nav ul li {
		float:left;
		margin:0;
		width:110px;
	}
	
	#nav ul li a{
		display:block;
		float:left;
		color:#585858;
		text-decoration:none;
		padding-right:40px;
		
	}
	
	#nav ul li a:hover{
		color:#000000;
	}
	
	#nav ul li ul{
		margin:-4px 0 0 -37%;
		font-size:0.9em;
		line-height:15px;
		text-align:center;
		
		
	}
	
	#nav ul li ul li ul{
		margin:0 0 0 6px;
		font-size:1em;
		line-height:15px;
		width:100%;
		text-align:center;
		
	}
	
	#nav ul li ul li a{
		background-color:#F0F0F0;
		border-bottom:1px solid #bcbcbc;
		border-left:1px solid #bcbcbc;
		border-right:1px solid #bcbcbc;
		display:block;
		padding:10px;
		width:100%;
	}
	
	#nav ul li ul li a:hover{
		background-color:#FFFFFF;
	}
	
	/*** ESSENTIAL STYLES ***/
	.sf-menu, .sf-menu * {
		margin:			0;
		padding:		0;
		list-style:		none;
	}
	.subMenu li{width:130px;}
	li.smallSub{ width:130px;} 
	.smallSub { text-align:left; width:130px;
		line-height:15px;}
	.sf-menu .smallSub a{ text-align:left;  width:100%}
	.sf-menu {
		line-height:	1.0;
	}
	.sf-menu ul {
		position:		absolute;
		top:			-999em;
		width:			10em; /* left offset of submenus need to match (see below) */
	}
	.sf-menu ul li {
		width:			100%;
	}
	.sf-menu li:hover {
		visibility:		inherit; /* fixes IE7 'sticky bug' */
	}
	.sf-menu li {
		float:			left;
		position:		relative;
	}
	.sf-menu a {
		display:		block;
		position:		relative;
	}
	.sf-menu li:hover ul,
	.sf-menu li.sfHover ul {
		left:			0;
		top:			2.5em; /* match top ul list item height */
		z-index:		99;
	}
	ul.sf-menu li:hover li ul,
	ul.sf-menu li.sfHover li ul {
		top:			-999em;
	}
	ul.sf-menu li li:hover ul,
	ul.sf-menu li li.sfHover ul {
		left:			10em; /* match ul width */
		top:			0;
	}
	ul.sf-menu li li:hover li ul,
	ul.sf-menu li li.sfHover li ul {
		top:			-999em;
	}
	ul.sf-menu li li li:hover ul,
	ul.sf-menu li li li.sfHover ul {
		left:			10em; /* match ul width */
		top:			0;
	}


	
/*search-----------------------------------------------------------------*/

#search{
	width:310px;
	height:286px;
	float:left;
	color:#FFFFFF;
	overflow:hidden;
}

	#search h3{
		font-weight:normal;
		margin:8px 0 20px 20px;
	}
	
	.row{
		margin:0 0 20px 20px;
		font-size:0.8em;
	}
	
	#search label{
		float:left;
		margin-bottom:5px;
		margin-right:15px;
	}
	
	#search input, #search select{
		background:none;
		border:none;
		font-size:0.8em;
		position:relative;
		z-index:1;
	}
	
	.box{
		background:#FFFFFF;
		padding:2px;
		float:left;
		cursor:pointer;
		margin:0 10px 10px 0px;
	}
	
	.small{
		width:50px;
	}
	
	.medium{
		width:70px;
	}
	
	.medium2{
		width:160px;
	}
	
	.medium3{
		width:180px;
	}
	
	.medium4{
		width:110px;
	}
	
	.ref1 {margin-top:15px;}
	
	.large{
		width:246px;
	}
	
	#submit{
		margin:-2px 0 0 0;
	}

/*sidebar-----------------------------------------------------------------*/

#sidebar{
	width:310px;
	float:left;
	color:#FFFFFF;
	position:relative;
}

	#sidebar h3{
		font-weight:normal;
		margin:10px 0 10px 10px;
		font-size:18px
	}
	
	#sidebar h4{
		font-weight:normal;
		font-size:0.8em;
		margin-right:3px;
		padding:6px 0 6px 10px;
		display:block;
	}
	
	#sidebar ul{
		margin-right:3px;
		position:relative;
	}
	
	#sidebar ul li{
		margin:0;
	}
	
	#sidebar ul li a{
		display:block;
		padding:10px 10px 10px 30px;
		text-decoration:none;
		font-size:0.8em;
		position:relative;
		width:267px;
	}
	
	#sidebar ul li ul{
		margin:0;
	}
	
	#sidebar ul li ul li a{
		display:block;
		padding:10px 10px 10px 50px;
		text-decoration:none;
		font-size:0.7em;
		width:247px;
	}
	
	#sidebar ul li a:hover{
		background:#FFFFFF;
		color:#000000;
	}
	
	#sidebar label{
		float:left;
		margin-bottom:10px;
		margin-right:15px;
	}
	
	#sidebar input, #sidebar select{
		background:none;
		border:none;
		font-size:0.8em;
		
	}
	
/*banner-----------------------------------------------------------------*/

#banner{
	height:286px;
	background-color:#FFFFFF;
	padding:1px;
	width:936px;
}

#random_posts{
	float:left;
	width:626px;
	height:286px;
	overflow:hidden;
	position:relative;
	z-index:1;
}


	#random_posts h2{
		font-size:1.2em;
		line-height:25px;
		cursor:default;
	}
	
	#random_posts p{
		font-size:0.8em;
		font-weight:normal;
		cursor:default;
	}
	
	#random_posts p.random_price{
		font-size:1.5em;
		position:absolute;
		text-align:right;
		width:586px;
		margin-top:-28px;
		cursor:default;
	}

	.description{
		background: url(../images/black_bar.png);
		width:586px;
		padding:15px 20px 15px 20px;
		color:#FFFFFF;
		margin-top:-68px;
		z-index:2;
		position:relative;

	}
	
	.random_image{
		position:relative;
		z-index:1;
	}
	

/*holder-----------------------------------------------------------------*/

#holder{
	background-color:#FFFFFF;
	padding:1px;
	width:936px
}

	#sidebar_image{
		width:938px; !important
	}

/*right_side----------------------------------------------------------*/

#search_query{
	padding:20px;
	color:#585858;
	width:584px;
	font-size:0.75em;
}

#search_query h2{	
	position:absolute;
	margin:-18px 0 0 0;
	text-align:right;
	display:block;
	width:584px;
}

#right_side{
	width:626px;
	float:left;
}

.result{
	padding:20px;
	color:#585858;
	width:584px;
	font-size:0.75em;
	margin:1px 0 0 0;
	position:relative; !important /*for IE6*/
}

	.result_image a{
		padding:10px;
		display:block;
		float:left;
		width: auto;
		text-align:center;
		font-size:0.8em;
		color:#585858;
		text-decoration:none;
	}

.result_text{
	float:left;
	margin:0 0 0 20px;
	width:410px;
}

	.result_text h1{
		color:black;
		font-weight:normal;
		font-size:1.3em;
		margin:10px 0 10px 0;
	}
	
	.result_text h2 a:hover{
		color:#000000;
	}
	
	.text_small{
		font-size:0.8em;
		color:#585858;
		line-height:20px;
	}
	
	.result_text p{
		font-size:0.9em;
		line-height:18px;
	}
	
	.result_text p.links{
		font-size:0.9em;
		line-height:18px;
		margin:10px 0 0 0;
	}
	
	.result_text p.links a{
		text-decoration:none;
	}
	
	.result_text p.links a:hover{
		text-decoration:none;
		color:#000000;
	}
	
	.details{
		position:absolute;
		width:410px;
		margin:-20px 0 0 0;
		text-align:right;
	}
	
		.details .icon_number{
			font-size:1.5em;
			margin-right:10px;
		}

/*single-------------------------------------------*/

#single_image a{
		padding:10px;
		display:block;
		float:left;
		width:250px;
		text-align:center;
		font-size:0.8em;
		color:#585858;
		text-decoration:none;
	}
	
	#multiple_images{
		float:left;
		margin:5px 0 20px 4px;
	}
	
	#multiple_images h1{
		font-size:1.5em;
		display:block;
		border-bottom:1px solid #CCCCCC;
		color:#000000;
		padding:0 0 10px 0;
		margin:0 0 20px 0;
		font-weight:normal;
	}
	
	#multiple_images p{
		text-align:center;
		font-size:0.8em;
	}
	
	.image{
		float:left;
		margin:0 6px 10px 0;
	}
	
	.image2{
		float:left;
		margin:10px;
	}
	
	.image a{
		width: auto;
		height: auto;
		padding:5px;
		display:block;
		padding-right:1ppx;
		
	}
	
	.image2 a{
		width: auto;
		height: auto;
		padding:5px;
		display:block;
		padding-right:10px;
	}
	
	#description h1, #description h2, #description h3, #description h4, #description h5, #description h6{
		font-weight:normal;
		display:block;
		border-bottom:1px solid #CCCCCC;
		color:#000000;
		padding:0 0 10px 0;
		margin:0 0 20px 0;
	}
	
	#description h1{
		font-size:1.5em;
	}
	
	#description h2{
		font-size:1.4em;
	}
	
	#description h3{
		font-size:1.1em;
	}
	
	#description h4{
		font-size:1.2em;
	}
	
	#description h5{
		font-size:1em;
	}
	
	#description h6{
		font-size:0.9em;
	}
	
	#description label{
		display:block;
		padding:0 0 10px 0;
	}
	
	#description input, #description textarea{
		margin: 0 0 20px 0;
		border:1px solid #999999;
		padding:3px;
		background:#FFFFFF;
		font-family:Arial;
		font-size:1em;
		width:200px;
	}
	
	#description form{
		margin:0 0 10px 0;
	}
	
	#description textarea{
		width:450px;
	}
	
	#description input.submit{
		width:150px;
		cursor:pointer;
	}
	
	#description p{
		line-height:18px;
		margin:0 0 20px 0;
	}
	
	#description ul{
		margin:0 0 20px 20px;
	}
	
	#description ul li{
		list-style: square;
		line-height:20px;
		color:#000000;
	}
	
	#contact_info p{
		margin:0;
		padding:0;
	}
	
	.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	
	width:675px;	
	min-height:200px;
	padding:10px;
	}
	
	/* close button positioned on upper right corner */
	.simple_overlay .close {
		background-image:url(../images/close.png);
		position:absolute;
		right:-15px;
		top:-15px;
		cursor:pointer;
		height:35px;
		width:35px;
	}

	
	/* the large image. we use a gray border around it */
	#img {
		border:1px solid #666;
	}

	/* "next image" and "prev image" links */
	.next, .prev {
		
		/* absolute positioning relative to the overlay */
		position:absolute;
		top:40%;	
		border:1px solid #666;	
		cursor:pointer;
		display:block;
		padding:10px 20px;
		color:#fff;
		font-size:11px;
		
		/* upcoming CSS3 features */
		-moz-border-radius:5px;
		-webkit-border-radius:5px;	
	}

	.prev {
		left:0;
		border-left:0;
		-moz-border-radius-topleft:0;
		-moz-border-radius-bottomleft:0;
		-webkit-border-bottom-left-radius:0;
		-webkit-border-top-left-radius:0;
	}
	
	.next {
		right:0;
		border-right:0;
		-moz-border-radius-topright:0;
		-moz-border-radius-bottomright:0;
		-webkit-border-bottom-right-radius:0;
		-webkit-border-top-right-radius:0;	
	}
	
	.next:hover, .prev:hover {
		text-decoration:underline;
		background-color:#000;
	}
	
	/* when there is no next or previous link available this class is added */
	.disabled {
		visibility:hidden;		
	}
	
	/* the "information box" */
	.info {
		position:absolute;
		bottom:0;
		left:0;	
		padding:10px 15px;
		color:#fff;
		font-size:11px;
		border-top:1px solid #666;
	}
	
	.info strong {
		display:block;	
	}
	
	/* progress indicator (animated gif). should be initially hidden */
	.progress {
		position:absolute;
		top:45%;
		left:50%;
		display:none;
	}
	
	/* everybody should know about RGBA colors. */
	.next, .prev, .info {
		background:#333 !important;
		background:rgba(0, 0, 0, 0.6) url(/img/global/gradient/h80.png) repeat-x;		
	}



/*listings--------------------------------------------------------------*/

#listing{
	width:645px;
}

#listing ul li{
	float:left;
	margin-bottom:20px;
	height:140px;
}

#listing ul li a{
	padding:20px;
	display:block;
	text-decoration:none;
	float:left;
}
	
	
	.hover{
		cursor:pointer;
	}
	
	
	.listing_image{
		width:125px;
		height:91px;
		vertical-align:top;
		float:left;
	}
	
	.text_wrap{
		float:left;
		width:123px;
		margin-left:10px;
		margin-top:4px;
	}
	
	.city{
		font-size:0.7em;
		color:#585858;
		margin:4px 0 0 0;
	}
	
	.address{
		color:#000000;
		font-size:0.9em;
		line-height:30px;
	}
	
	.price{
		font-size:0.75em;
		font-weight:bold;
		display:block;
		margin-bottom:10px;
	}
	
	.icon_number{
		color:#585858;
		font-size:1.1em;
	}
	.icon{
		width:18px;
		height:14px;
		margin-right:5px;
	}
	
/*welcome-------------------------------------------*/

#welcome h2{
	font-size:1.3em;
	font-weight:normal;
	margin-bottom:8px;
	margin-left:12px;
	
	color:#303030;

}

.featured-props{
	font-size:1.3em;
	font-weight:normal;
	margin-bottom:8px;
	margin-left:12px;
	
	color:#303030;

}

	#welcome p{
		color:#585858;
		font-size:0.8em;
		line-height:20px;
		margin-bottom:10px;
		width: 295px;
	}


/*footer--------------------------------------------*/

#footer{
	border-top:1px solid #bcbcbc;
	background:url(../images/footer_bg.jpg);
	padding:20px 0 20px 0;
	font-size:0.7em;
	color:#585858;
}

	#footer a{
		color:#585858;
		text-decoration:none;
	}
	
	#footer a:hover{
		color:#000000;
	}

.left{ float:left;}
.right{ float:right;}


/*Latest Blog Posts */
.latest_posts_title {
	font-size:1.3em;
	font-weight:normal;
	color:#303030;
}
#latest_posts {
	width:98%;
	padding:20px 0 10px 10px;
	line-height:20px;
}
.latest_posts {
	font-size:0.8em;
	font-weight:normal;
	color:#585858;
}

.sep {border: 1px dashed #375D81;}

/*reg-interest-------------------------------------------*/	
#register-interest form {
	margin:0 0 10px 0; 
}
#register-interest input.text {
	    margin: 0 0 10px 0;
		border:1px solid #999999;
		padding:5px;
		background:#FFFFFF;
		font-family:Arial;
		font-size:1em;
		width:200px;

}		

	#register-interest textarea{
		width:450px;
	}
	
	#register-interest input.submit{
		width:150px;
		cursor:pointer;
	}
	
	
	
	/*  NEW NAVIAGATION MNEU */
	#mega {
list-style:none;
height:1.3em;
margin:0 -1px 0 0;
font-size:0.8em;
border-bottom: 1px solid #bcbcbc;
padding-bottom:10px;
}
#mega li {

color:#585858;
margin-left:-1px;
float:left;
width:110px;
text-align:center;
position:relative;
}
#mega li:hover {
background:#eee;
border-bottom:0; /* border-bottom:0; and padding-bottom:1px; keeps <li> and <div> connected */
padding:7px 0 1px 0;
margin-top:-7px;
z-index:90; /* shadow above adjacent li */
}
#mega a {
color:#585858;
outline:0;
text-decoration:none;
display:block;
line-height:2em;
}
/* ----------- Hide/Show Div ---------- */
#mega div {
position:absolute;
left:-999em;
margin-top:1px;
width:550px;
padding:0 10px 10px;
border:1px solid #bcbcbc;
border-top:0;
font-weight:normal;
text-align:left;
background:#eee;
}
#mega div.singlePanel {
position:absolute;
left:-999em;
margin-top:1px;
width:150px;
padding:0 10px 10px;
border:1px solid #bcbcbc;
border-top:0;
font-weight:normal;
text-align:left;
background:#eee;
}

#mega li:hover div {
left:-1px;top:auto;
}
#mega li.dif:hover div {
left:-221px;
}
/* --------- Within Div Styles --------- */
#mega div h2 {
background:#999;
font-size:1em;
padding:0 10px;
margin:10px 0 5px 0;
clear:both;
float:left;
width:530px;
position:relative; /* makes above drop shadow */
}
#mega div.singlePanel p {
float:left;
width:130px;
padding-left:10px;
padding-bottom:10px;
position:relative; /* makes above drop shadow */
}
#mega div p {
float:left;
width:170px;
padding-left:10px;
position:relative; /* makes above drop shadow */
}
#mega div p a {
text-decoration:underline;
float:left;
clear:left;
width:100%; /* For IE6/7 */
line-height:1.4;
}
#mega div a:hover, #mega div a:focus, #mega div a:active {
text-decoration:none;
}
/* ---------- Drop Shadow ---------- */
#mega div .s1, #mega div .s2, #mega div .s3 {
position:absolute;
width:100%;height:100%;
}
#mega div .s1 {
background:url(../images/rightcorner.png) 100% 0 no-repeat;
top:1px;right:-9px;
} 
#mega div .s2 {
background:url(../images/leftcorner.png) 0 100% no-repeat;
bottom:-9px;left:1px;
} 
#mega div .s3 {
background:url(../images/shadow.png) 100% 100%;
top:9px;right:-9px;
}
#mega li:hover .s4 {
background:url(../images/li-shadow.png) 100% 0 repeat-y;
position:absolute;
top:0;right:-9px;
height:100%;
padding:0 8px 0 0;
}
* html #mega li:hover .s4 {
background:none;
}
#mega li:hover .dif-s4 {
padding-bottom:9px
}