/*
---------------------------------------------------------------------------
=	House Keeping
---------------------------------------------------------------------------
*/

@import url('reset.css');
@import "ui.base.css";
@import "ui.theme.css";
@import "resultstable.css";
@import "maps.css";

body
{
	text-align: center;
	font-size: 10px;
	font-family: "Arial", "Verdana", sans-serif;
	background-color: #171717;
	color: #4D4949;
}

div#wrapper
{
	background-color: #f3f3f3;
	background-color: #d1e4f7;
	background-color: #DFEFFF;
	margin: 0 auto;
}

.wrap
{
	width: 940px;
	text-align: left;
	margin:0 auto;
}

.bold {font-weight: bold;}

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

.cb	{clear: both;}

.blue {color: #00a8eb;}

p
{
	display: block;
	float: left;
	font-size: 130%;
	line-height: 1.2em;
	margin-bottom: 1.2em;
}

div.pad
{
	padding: 20px;

}


div.section
{
	float: left;
	width: 100%;	
	background-color: #fff;
	margin-bottom: 20px;
}

div.static
{
	min-height: 400px;
}

/*
---------------------------------------------------------------------------
=	Header
---------------------------------------------------------------------------
*/

div#header
{
	height: 150px;
	background-color: #171717;
}

div#header div.wrap
{
	position: relative;
}

div#header a#logo
{
	display: block;
	float: left;
	position: absolute;
	top:0;
	left: -89px;
}

div#header a#logo span
{
	display: none;
}


/*
---------------------------------------------------------------------------
=	Check Member
---------------------------------------------------------------------------
*/

div#header ul#checkmember
{
	display: block;
	float: right;
	margin: 10px 0 0 0;
}

div#header ul#checkmember li
{
	float: right;
	margin: 0 0 0 20px;
	color: #fff;
	padding: 0 0 0 20px;
	height: 25px;
	line-height: 22px;
}

div#header ul#checkmember li.fav
{
	background: url('../images/icons/fav.png') no-repeat left 50%;
}

div#header ul#checkmember li.profile
{
	background: url('../images/icons/account.png') no-repeat left 50%;
}

div#header ul#checkmember li.logout
{
	background: url('../images/icons/logout.png') no-repeat left 50%;
}

div#header ul#checkmember li a
{
	font-size: 14px;
	color: #fff;
}

div#header ul#checkmember li a:hover
{
	text-decoration: underline;
}


/*
---------------------------------------------------------------------------
=	Nav bar
---------------------------------------------------------------------------
*/

div#header div#navbar
{
	display: block;
	float: right;
	clear: right;
	font-family: "Myriad Pro", "arial";
	margin-top: 25px;
	width: 600px;
}

div#header div#navbar ul
{
	float: right;
}

div#header div#navbar ul li
{
	display: block;
	float: left;
	margin-left: 30px;
}

div#header div#navbar ul li a
{
	display: block;
	float: left;
	color: #aaaaaa;
}

div#header div#navbar ul li a span.head
{
	display: block;
	font-size: 250%;
	text-align: center;
}

div#header div#navbar ul li a span.subhead
{
	display: block;
	color: #646464;
	font-size: 150%;
	text-align: center;
	padding-top: 5px;
}

div#header div#navbar ul li a:hover
{
	color: #fff !important;
}

div#header div#navbar ul li span.icon
{
	display: block;
	text-align: center;
}

img#icon1
{
	margin-top: 2px;
}

/*
---------------------------------------------------------------------------
=	Content
---------------------------------------------------------------------------
*/

div#main
{
	margin-top: 30px;
}




/*
---------------------------------------------------------------------------
=	Member Signup
---------------------------------------------------------------------------
*/



div#content form.member table
{
clear: left;
}


div#content form.member table tr
{
	font-size: 14px;

}

div#content form.member table tr td
{
	padding: 10px 0;
}

div#content table tr td span.rememberme
{
	margin: 0 0 0 20px;
}

div#content form.member input
{
	border: 1px solid #373737;
	margin: 0 0 0 20px;
	padding: 4px;
}

div#content form.member input.submit
{
	padding: 4px 20px;
	background: #373737;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	font-family: arial;
	cursor: default;
	cursor: pointer;
}

div#content form.member input.submit:hover
{
background: #fff;
color: #373737;
}









/*
---------------------------------------------------------------------------
=	HOME COLS
---------------------------------------------------------------------------
*/

div.col1
{
	float: left;
	width: 690px;
	position: relative;
}

div.col2
{
	float: right;
	width: 228px;
}

img#banner1,
img#banner2,
img#availablenow
{
	margin-bottom: 5px;
}


img.availnow
{
	
}

a.availableholder
{
float: left;
width:228px;
margin: 0 0 5px 0;
text-align: center;
background: #ED207B;
}


/*
---------------------------------------------------------------------------
=	CONTENT PAGES
---------------------------------------------------------------------------
*/

div.col1 h1
{
	font-size: 200%;
	margin: 0 0 10px 0;
}


div.col1 ul.guide
{
	clear: left;
	float: left;
	width: 100%:
}

div.col1 ul.guide li
{
	width: 500px;
	display: block;
	float: left;
	font-size: 140%;
	margin: 5px 0;
}

div.col1 ul.guide li a
{
	float: left;
	color: #000;
}

div.col1 ul.guide li a:hover
{
	text-decoration: underline;
}

a.contactsmap
{
	float: left;
	margin: 0 0 20px 0;
}



/*
---------------------------------------------------------------------------
=	HOUSE FINDER
---------------------------------------------------------------------------
*/

ul#search_options
{
	float: left;
	width: 100%;
	background-color: #fff;
	height: 270px;
	color: #4D4949;
	margin-bottom: 10px;
}

ul#search_options li
{
	display: block;
	float: left;
	width: 100%;
	height: 30px;
	margin-top: 20px;
	
}

ul#search_options  li label
{
	display: block;
	float: left;
	font-size: 140%;
	margin: 15px 50px 0 20px;
	font-weight: bold; 
	width: 110px;
}


div.option div
{

}
div.option div:hover,
div.option div.hover
{
	background:#ebebeb;
}



/*BEDROOMS*/


div#bed_choice
{
	float: left;
	background-color: #F3F3F3;
}

div#bed_choice div
{
	float:left;
	display: inline-block;
	display:block;
	width:44px;
	height:30px;
}

div#bed_choice div span
{
	display:block;
	width:100%;
	float: left;
	font-size: 160%;
	text-align: center;
	height:30px;
	line-height:30px;
	cursor:default;
	cursor: pointer;
}

div#bed_choice .checked span
{
	background-color: #007FFF;
	color: #fff;
}



/*WHERE*/


div#where_choice
{
	float: left;
	height: 30px;
}

div#where_choice div
{
	float:left;
	display:block;
	height:30px;
	margin-top: 2px;
}

div#where_choice div span
{
	display:block;
	width: 100%;
	height:30px;
	line-height:30px;
	margin: 0 45px 0 0;
	float: left;
	font-size: 160%;
	text-align: center;
	cursor:default;
	cursor: pointer;
}

div#where_choice .checked span
{
	background-color: #007FFF;
	color: #fff
}


/*HOW MUCH*/


li#how_much
{
	float: left;
	width: 100%;
}

div#slider-range
{
	width: 465px;
	margin-left: 186px;
	margin-top: 5px;
}

div#how_much_choice
{
	position: relative;
}

img#numbers
{
	position: absolute;
	left: 175px;
	top: 20px;
}

/*WHEN*/


div#when_choice
{
	float: left;
	height: 30px;
	margin-top: 2px;
}

div#when_choice div
{
	float:left;
	display:block;
	width:162px;
	height:30px;
}

div#when_choice div span
{
	display:block;
	width: 100%;
	float: left;
	height:30px;
	line-height:30px;
	font-size: 140%;
	text-align: center;
	cursor:default;
	cursor: pointer;
}

div#when_choice .checked span
{
	background-color: #007FFF;
	color: #fff;
}

#demo-frame div.demo 
{ 
	padding: 10px !important; 
}


form.search input.searchbutton
{
	margin: 20px 0 0 0;
	width: 191px; 
	height:50px;
	background: url('../images/btn_search.gif') no-repeat;
}

form.search input.searchbutton:hover
{
	cursor:default;
	cursor: pointer;
}


/* TEXT */


li#text
{
	float: left;
	width: 100%;
}

li#text div
{
	float:left;
	display:block;
	width:250px;
	height:30px;
}

li#text div input
{
	border: 1px solid #ccc;
	width: 250px;
	height: 25px;
	margin: 5px 0 0 0;
	padding: 0 0 0 5px;
	vertical-align: middle;
	line-height: normal;
	font-size: 2em;
}

li#text div input.hideme
{
	display: none;
}

/*
---------------------------------------------------------------------------
=	SEARCH RESULTS
---------------------------------------------------------------------------
*/


#mapsearchresults
{
	width:100%;
	height: 500px;
	background-color: green;
}

#mapsearchresults .gsmsc-appContainer,
#mapsearchresults .gsmsc-mapDiv,
#mapsearchresults .gsmsc-idleMapDiv 
{
	height:100%;
	width:100%;
}


div.noresults
{
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	background: #ffffcc;
	margin: 0 0 10px 0;
	text-align: center;
	padding: 0;
}

div.noresults p
{
	padding: 10px 0 0 0;
	font-size: 160%;
	color: #000;
	width: 100%;
	line-height: 2em;
}

div#results
{
	float: left;
	width: 100%;
	height: 90px;
	background-color: #fff;
}

div#results p
{
	font-size: 170%;
	padding: 20px;
	width: 440px;
	margin-top: 5px;
}
div#results p span
{
	font-weight: bold;
}

img#search
{
	position: absolute;
	bottom: 20px;
	right: 20px;
}


/*
---------------------------------------------------------------------------
=	BUCKETS
---------------------------------------------------------------------------
*/

div#buckets
{
	float: left;
	width: 100%;
	margin:  40px 0 10px 0;
	position: relative;
}

div#buckets p
{
	font-size: 12px;
	line-height: 1.5em;
}


div.bucketside
{
	height: 260px;
	width: 260px;
}

div.bucketmiddle
{
	height: 260px;
	width: 350px;
}

div#bucket1 div.scroller
{
	height: 140px;
	overflow: auto;
	padding: 0 10px 0 0;

}

div#bucket1 p
{
}

div#buckets h2
{
	font-size: 180%;
	margin-bottom: 20px;
}

div#bucket1 h2
{
	background: url(../images/icn_bucket1.gif) no-repeat;
	line-height: 40px;
	padding-left: 67px;
}

div#bucket3 h2
{
	background: url(../images/icons/comment.png) no-repeat 0 5px;
	line-height: 40px;
	padding-left: 44px;
}

div#bucket3 div
{
	height: 260px;
	overflow: hidden;
}

div#bucket3 div p
{
	font-size: 160%;
	font-family: georgia;
}



div#bucket1,
div#bucket3
{
	margin-top: 15px;
}

div#bucket2 div#slideshow
{
	position:relative;
	height: 260px;
	width: 350px;
	margin: 20px 0 0 0;
}

div#bucket2
{
	margin: 0 30px;
}

div#bucket2 div.slide
{
	height: 260px;
	width: 350px;
	background: url('../images/featured-property.png') no-repeat;
	position: absolute;
	top:0;
	left:0;
}



div#bucket2 div.slide a#find
{
	display: block;
	width: 95px;
	height: 22px;
	position: absolute;
	top: 164px;
	right: 14px;

}

img#sep_bucket
{
	position: absolute;
	left: 290px;
	top:65px;
}

div#bucket2 div.slide div.paperclip
{
	display: block;
	position: absolute;
	top:0px;
	left:20px;
	height: 80px;
	width: 40px;
	background: url('../images/paperclip.gif') no-repeat;
	z-index: 9;
}

div#bucket2 div.slide a#recomended
{
border: 1px solid #c0c0c0;
padding: 4px 4px 10px;
background: #fff;
display: block;
position: absolute;
top:25px;
left:10px;
-webkit-transform:  rotate(-4deg);
-moz-transform: rotate(-4deg);
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
text-align: center;
width: auto;

}

div#bucket2 div.slide a#recomended:after 
{ 
clear: left;
float: left;
color: #666;
text-align: center;
margin: 5px 0 0 15px;
content: attr(title); 
width: 100px;
}



div#bucket2 div.slide a#recomended img
{
float: left;
width: 120px;
}




div#bucket2 div.slide ul
{
	display: block;
	float: left;
	position: absolute;
	top:50px;
	left:150px;
}

div#bucket2 div.slide ul h3
{
	display: block;
	float: left;
	font-size: 150%;
	margin-top: 10px;
}

div#bucket2 div.slide ul li
{
	display: block;
	float: left;
	margin-top: 10px;
	font-size: 130%;
	padding-left: 10px;
	width: 130px;
}

/*
---------------------------------------------------------------------------
=	SEARCH RESULTS 
---------------------------------------------------------------------------
*/

div#themainmap
{
}

div#map
{
	width: 100%;
}


div#themap
{
	float: left;
	width: 600px;
	height: 400px;
	background: #fff;
}

div#themap div.hide
{
	display: none;
}

div#list
{
	float: right;
	width: 320px;
	background: #fff;
}

div#list img
{
	float: left;
}

div#list
{
	float: right;
	width: 320px;
	background: #fff;

}








/*
---------------------------------------------------------------------------
=	LISTINGS PAGE
---------------------------------------------------------------------------
*/

body#results div.col1
{
	background-color: #fff;
	margin-bottom: 40px;
}


h2.property_name
{
	font-size:350%;
	font-family: "Myriad Pro", "Arial";
	font-weight: 100;
	margin-bottom: 10px;
}

h3.property_details
{
	font-size:180%;
	font-family: "Myriad Pro", "Arial";
	font-weight: 100;
	margin-bottom: 20px;
}



div#img_grid
{
	float: left;
	clear: left;
	margin: 0 0 20px 0;
}




div#img_grid div.mainimg
{
	float: left;
}

div#img_grid div.mainimg img
{
	float: left;
	width: 270px;
	border: 1px solid #000;
	height: 360px;
	margin-right: 15px;
}

div#img_grid ul#thethumbs
{
	float: left;
	width: 360px;
}

div#img_grid ul#thethumbs li
{
	float: left;
	border: 1px solid #000;
	display: block;
	width: 170px;
	height: 120px;
	overflow: hidden;
	margin: 0 10px 10px 0;
	padding: 0;
}

div#img_grid ul#thethumbs li.img3,
div#img_grid ul#thethumbs li.img5,
div#img_grid ul#thethumbs li.img7,
div#img_grid ul#thethumbs li.img9,
div#img_grid ul#thethumbs li.img11,
div#img_grid ul#thethumbs li.img13,
div#img_grid ul#thethumbs li.img15,
div#img_grid ul#thethumbs li.img17,
div#img_grid ul#thethumbs li.img19,
div#img_grid ul#thethumbs li.img21,
div#img_grid ul#thethumbs li.img23,
div#img_grid ul#thethumbs li.img25,
div#img_grid ul#thethumbs li.img27,
div#img_grid ul#thethumbs li.img29,
div#img_grid ul#thethumbs li.img31
{
	margin: 0 0 10px 0;
}

div#img_grid ul#thethumbs li.img1 
/* ----- Hides the first img  ---------*/
{
	display: none;
}

div#img_grid ul#thethumbs li img
{
	width: 170px;
}


h4.property_dis
{
	display: none;
	float: left;
	clear: left;
	font-size: 200%;
	font-family: "Myriad Pro", "Arial";
	font-weight: 100;
	margin-bottom: 10px;
}

div.property-desc
{
	clear: left;
	width: 650px;
	float: left;
	font-size: 12px;
	line-height: 1.6em;
	padding: 0 0 20px 0;
}

div.property-desc p
{
	font-size: 12px;
	line-height: 1.6em;
	clear: left;
	width: 100%;
}



body#results div.col2
{
	
}

div#price
{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

h2#price
{
	display: block;
	float: left;
	font-size: 450%;
	font-family: "Myriad Pro", "Arial";
	font-weight: 100;
}

img#per_week
{
	display: block;
	float: right;
	margin-top: 10px;
}

div#available
{
	float: left;
	width: 180px;
	border: 4px solid #eee;
	height: 45px;
	margin-bottom: 20px;
}

div#available p
{
	display: block;
	padding: 12px 0 0 4px;
	font-size: 180%;
}

div#available br
{
	display: none;
}

div#features
{
	float: left;
	width: 100%;
}

div#features ul
{

}

div#features ul li
{
	font-size: 170%;
	background: url('../images/icn_star.gif') no-repeat;
	padding-left: 20px;
	margin-bottom: 30px;
	height: auto;
	display: none;	
}

div#features ul li.yes,
div#features ul li.Bills
{
	display: block;
}

div#features ul li.addtofav
{
	background: url('../images/icons/addfav.png') no-repeat;
}

div#features ul li.addtofav a
{
	color: #373737;
}

div#features ul li.addtofav a:hover
{
	text-decoration: underline;
}

p.membermessage
{
	font-weight: bold;
	padding: 10px 20px;
}



/*
---------------------------------------------------------------------------
=	Contact Form
---------------------------------------------------------------------------
*/


img.contactpin
{
	float: left;
	margin: 0 0 20px 0;
}

form.form-large
{
width: 100%;
clear: left;
font-size: 110%;
}


form.form-large fieldset
{
}

form.form-large fieldset legend
{
	display: none;
}

form.form-large fieldset ul li
{
	float: left;
	width: 100%;
	margin: 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #dedede;
}

form.form-large fieldset ul li label
{
	float: left;
	display: block;
	width: 240px;
	background: ;
	font-size: 120% !important;
	font-weight: bold;
	padding: 6px 0 0 0;
}

form.form-large fieldset ul li input
{
	border: 1px solid #00a8eb;;
	padding:6px 4px;
	width: 200px;
}

form.form-large fieldset ul li textarea
{
	border: 1px solid #00a8eb;
	padding: 6px 4px;
}


form.form-large fieldset ul li select
{
	border: 1px solid #00a8eb;;
	padding:6px 4px;
	width: 200px;
}

form.form-large fieldset ul li input#message
{
	height: 60px;
	width:400px;
}


form.form-large fieldset ul li input.sendemail
{
margin: 0;
padding: 0;
border: 0;
width: 191px;
height: 50px;
background: url(../images/btn_send.gif) no-repeat;
}

form.form-large fieldset ul li input.sendemail
{
cursor: pointer;
}




/*
---------------------------------------------------------------------------
=	Footer
---------------------------------------------------------------------------
*/

div#footer
{
	height: 40px;
	background-color: #171717;
	color: #fff;
	border-top: 7px solid #00a8eb;
}

div#footer div.wrap p
{
	display: block;
	margin-top: 20px;
}

div#footer p a
{
	display: block;
	float: left;
	text-decoration: none;
	color: #fff;
	margin-right: 3px;
}

div#footer p span
{
	color: #9BCA59
}