/* --------------------------------------------------------------

    base.css

    Author:
    Date:

    This is the main stylesheet

    +top

--------------------------------------------------------------

  +Resets default browser CSS styles

-------------------------------------------------------------- */

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,
dl, dt, dd, ul, li, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}

/* --------------------------------------------------------------

    +Default Styles

-------------------------------------------------------------- */

body {
	text-align: center;
	font-size: 62.5%;
	font-family: Verdana, Sans-Serif;
	}

.floatleft { float: left; }
.floatright { float: right; }

.clear-floats { clear: both; font-size: 1px; }

strong { font-weight:bold; }

/* Links
-------------------------------------------------------------- */

a:link,
a:visited,
a:active 	{ text-decoration: underline; }
a:hover 	{ text-decoration: underline; }
.a { cursor:pointer }

/* --------------------------------------------------------------

    +Layout

    -- This is the optimum layout for 1024px
    -- Individual column width 93px
    -- 9 column layout
    -- margin 14px

-------------------------------------------------------------- */

#top 		{ float:left; width: 100%; margin: 0 auto 0 auto; padding: 0 0 10px 0; position: relative; }
#shell 	{ width: 977px; margin: 0 auto; position: relative; }
#page 	{ float:left; text-align: left; width:949px; }
#header 	{ text-align: left; width:100%; height:166px; float:left; }

#content { float:left; width:735px; }

.col { float: left; margin-right: 14px; width: 93px; }

.span-1 { width: 93px; }
.span-2 { width: 200px; }
.span-3 { width: 307px; }
.span-4 { width: 414px; }
.span-5 { width: 521px; }
.span-6 { width: 628px; }
.span-7 { width: 735px; }
.span-8 { width: 842px; }
.span-9 { width: 949px; }

/* This should be the standard container ---------------------- */
.module { padding: 14px; margin-bottom: 14px; }

/* --------------------------------------------------------------

    +Typography + Headings

-------------------------------------------------------------- */

p { margin-bottom: 1.5em; }
p, ul, blockquote, dd, dt, table { font-size: 1.1em; line-height: 1.6em; }

.col p,
.col dd,
.col dt,
.col table {
	padding-left:10px;
	padding-right:10px;
}
#content table td { padding:5px; }
/* Lists ----------------------------------------------------- */


ul { margin: 0 0 1.5em 0; padding: 0 0 0 1.5em; }

ul.inline-list { float: left; }
ul.inline-list li { float: left; display: inline; }

/* Headings -------------------------------------------------- */

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	clear: none;
	line-height: 1.5em;
	}

h1 { font-size: 2.3em; margin-bottom: 0.667em; }
h2 { font-size: 1.6em; margin-bottom: 0.8em; }
h3 { font-size: 1.4em; margin-bottom: 0.889em; }
h4 { font-size: 1.3em; margin-bottom: 0; }
h5 { font-size: 1.3em; margin-bottom: 1.2307em; }
h6 { font-size: 1.1em; margin-bottom: 1.5em; }

h1 span, h2 span, h3 span { display: none; }

#header h1 	{ background-repeat:no-repeat; display:block; height:110px; margin-top:36px; }
#header h1 a 	{ display:block; height:110px; width:50%; }
#header h1 a span 	{ display:none; }

.col h2 { margin:5px 10px; padding:5px 0; border-style:solid; border-width:0 0 1px; }
.col h3 { padding:5px 10px; }
.col h4 { padding:5px 10px; }
.col p { margin:6px 10px 13px 10px; }

/* --------------------------------------------------------------

    +Tables

-------------------------------------------------------------- */

/* --------------------------------------------------------------

    +Forms

-------------------------------------------------------------- */

/* --------------------------------------------------------------

    +Navigation

-------------------------------------------------------------- */

#nav ul { list-style:none; margin:0; padding:0; width:100%; font-size:1.2em;  }
#nav ul li { margin:0 1px; width:133px; float:left; text-align:center; }
#nav ul li.home { width:137px; }
#nav ul li a { display:block; padding:10px 0; text-decoration:none; }
#nav ul li a:hover { display:block; padding:10px 0; }

/* --------------------------------------------------------------

    +Search

-------------------------------------------------------------- */

#search form { clear:both; margin-bottom:10px; padding-bottom:10px; }
#search form fieldset legend { display:none; }
#search form fieldset ol { list-style:none; margin:0 10px; }
#search form fieldset ol li { clear:both; display:block; margin:8px 0; }
#search form fieldset ol li label { display:block; margin-bottom:5px; }
#search form fieldset ol li#proptype[id] select,
#search form fieldset ol li#proparea[id] select { width:100%; }
#search form fieldset ol li#propbeds label,
#search form fieldset ol li#propmxpr label { display:block; float:left; width:70px; margin-bottom:5px; padding-top:2px; }
#search form fieldset ol li.searchtype { display:block; height:30px; }
#search form fieldset ol li.searchtype label { clear:none; float:left; width:50px; margin:5px 0 10px 0; }
#search form fieldset ol li.searchtype input { float:left; margin:2px 5px 10px 0 }
#search form#quicksearch fieldset ol li span { display:block; }

/* --------------------------------------------------------------

    +Homepage

-------------------------------------------------------------- */


/* --------------------------------------------------------------

    +Footer

-------------------------------------------------------------- */

#footer 	{ clear:both; float:left; width:100%; margin-top:10px; }
#footer-inner 	{ width:949px; text-align:left; margin:0 auto 10px auto; }
#footer-inner p.dscl { display:none; }
#designed-by p { text-align:right; }

/* --------------------------------------------------------------

		+Overwrite Styles

    Add these class names to clear any margins, paddings or floats
    Keep these declarations at the BOTTOM of this stylesheet

-------------------------------------------------------------- */

.clear-floats { clear: both; font-size: 1px; height: 1px; line-height: 0px; }

.bold 	 	{ font-weight: bold; margin: 0; }
.quiet 	 	{ font-weight: lighter; text-transform: none; letter-spacing: 0; color:#999; }
.last 		{ margin-right: 0; }
.half 		{ width: 48.5%; margin-right: 15px; }
.left 		{ float: left; }
.italic 	{ font-style: italic; letter-spacing: 0.04em; }

.no-marg 			{ margin: 0; }
.no-pad 			{ padding: 0; }
.marg-right 	{ margin-right: 14px; }
.marg-left 		{ margin-left: 14px; }
.marg-bottom 	{ margin-bottom: 14px; }
.marg-top 		{ margin-top: 14px; }
.marg-all 		{ margin: 14px; }

.pad-bottom 	{ padding-bottom: 14px; }




dl.overview dt { float:left; width:20%; }
dl.overview dd { font-weight:bold; }

/* --------------------------------------------------------------

    +Slideshow

-------------------------------------------------------------- */

#feature { position:relative; }
#feature ul 				{ position:absolute; top:0; list-style:none; padding:0; margin:0; }
#feature ul li			{ position:absolute; top:0; margin:0; padding:6px; }
#feature ul li div	{ height:45px;margin-top:-5px; width:100%; }
#feature ul li img	{ height:225px; width:400px; }
#feature ul li h4	{ margin:0; font-size:1.2em; float:left; width:260px; padding:2px 5px;  }
#feature ul li p	{ margin:0; text-align:right; font-size:1.2em; font-weight:bold; float:right; width:100px; padding:2px 5px; }

/* --------------------------------------------------------------

    +Slideshow

-------------------------------------------------------------- */

#new-items ul 		{ list-style:none; padding:0; margin:0; }
#new-items ul li	{ margin:10px 0; padding:0 10px; clear:both; }
#new-items ul li img	{ float:left; margin-bottom:10px; margin-right:10px; }
#new-items ul li h4	{ font-weight:normal; margin:0; padding:0; }
#new-items ul li p	{ margin:0; padding:0; font-size:0.98em; }
#new-items ul li p.price	{ font-size:1.1em; color:#666; }

#latest-news h3 { padding-left:10px; padding-right:10px; margin-bottom:0; }
#latest-news p	{ margin:0 0 10px 0; padding:0 10px; clear:both; }

/* --------------------------------------------------------------

    +Results

-------------------------------------------------------------- */

ul#results							{ list-style:none;margin:0;padding:0; }
ul#results li						{ margin-bottom:7px;float:left;width:100%; }
ul#results li	a img			{	float:left; margin:10px; padding:1px; border-width:1px; border-style:solid; }
ul#results li h3				{ margin:10px 0 0 130px; }
ul#results li h4				{ margin:0 0 10px 130px; }
ul#results li p					{ margin:5px 140px 10px 130px; }
ul#results li	div				{ float:right; width:130px; margin:0; }
ul#results li	div h3		{ margin:10px 0 0 0; }
ul#results li	div p			{ margin:5px 0 10px 0; }
ul#results li div ul		{ margin:10px 0; list-style:none; font-size:0.98em; }
ul#results li div ul li	{ margin-bottom:0; font-weight:bold; }

/* --------------------------------------------------------------

    +Brochure

-------------------------------------------------------------- */

#images { float:right;width:307px; margin-bottom:2em; }
ul.thumbnails							{ list-style:none;margin:0;padding:0; }
ul.thumbnails li					{ float:left; height:84px; width:100px; margin:1px; text-align:center; }
ul.thumbnails li a img,
img.thumbnail		{ margin-left:1px;margin:auto; padding:1px; border-width:1px; border-style:solid; }
img#mainImage		{ margin:1px auto 5px auto; padding:0px; border-width:1px; border-style:solid; border-color:#999; }

#brochure { float:left; width: 414px; margin-right:0; margin-bottom:2em; }
#brochure p { clear:left; } 

ul#controls { list-style:none; padding:7px 10px; margin:0 0 10px 0;  }
ul#controls li { display:inline; margin:0 20px 0 0; }
ul#controls li.propertynav { float:right; margin:0 0 0 20px; }

ul#controls li.control a {
	background-image:url(/images/icons/controls.png);
	background-repeat:no-repeat;
	padding:5px 0 5px 25px;
}

ul#controls li.control a.print {	background-position:0 2px; }
ul#controls li.control a.friend {	background-position:0 -28px; }

ul#slideshow { list-style:none; padding:7px 10px; margin:0 0 10px 0;  }
ul#slideshow li { margin:0 20px 0 0; }
ul#slideshow li a {	display:block; height:30px; width:170px; margin:0 auto; background-image:url(/images/icons/controls.png); background-repeat:no-repeat; background-position:0 -58px; }
ul#slideshow li a span { display:none; }

/* --------------------------------------------------------------

    +Results

-------------------------------------------------------------- */

ul#shortdesc						{ margin-bottom:20px; display:block; float:left; width:70%; }
ul#shortdesc li					{ float:left; width:50%; font-weight:bold; }

.pager { float:left; width:100%; margin-bottom:6px; }
.pager span { display:block; float:left; padding:2px 4px; margin-right:2px; }
.pager a { display:block; float:left; padding:2px 4px; margin-right:2px; text-decoration:none; }

/* --------------------------------------------------------------

    +New Developments

-------------------------------------------------------------- */


ul#developments							{ list-style:none;margin:0;padding:0; }
ul#developments li					{ float:left; height:300px; width:25%; text-align:center; font-size:0.9em; }
ul#developments li a img,
img.thumbnail		{ margin-left:1px;margin:auto; padding:1px; border-width:1px; border-style:solid; }


/* BASIC FORM */

form div.col-full { float:left;width:100%; }
form div.col-half { float:left;width:50%; }
form div.col-third { float:left;width:33%; }

form.dsForm { margin:0; }

form.dsForm fieldset {
  margin: 10px 5px;
  padding:0;
	font-size:1.2em;
}

form.dsForm ul,
form.dsForm ol {
	margin:0;
	padding:0;
}

form.dsForm legend {
  padding: 0 5px;
  font-size:1.4em;
  font-weight: bold;
  text-transform:uppercase;
  letter-spacing:0.2em;
  color:#297449;
	_margin: 0 -7px; /* IE Win */
}

form.dsForm li legend {
  font-size:1em;
}


form.dsForm fieldset li {
  list-style: none;
  padding: 5px 0 4px 0;
  margin: 0 0 1px 0;
  float:left;
  width:100%;
}

form.dsForm fieldset li label {
  display: block;
  color:#666;
  float: left;
  vertical-align: top;
  width: 180px;
  margin:5px 5px 0 10px;
}

form.dsForm fieldset li:hover label {
  color:#000;
}

form.dsForm fieldset li label span {
	width:170px;
	display:block;
}

form.dsForm em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form.dsForm span {
	font-style: normal;
	color: #999;
	}

#map
{
	width: 297px;
	height: 297px;
	margin: 5px;
}

/* Map Popup ------------------------------------------------ */
#map-info-container {
	position: absolute;
	z-index: 1000;
	}

#map-info
{
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
    background-color: #fff;
	margin: 20px;
}

#map-info h3 {
	font-family: Verdana;
	font-size: 1.1em;
	padding: 4px 7px;
	margin: 0;
	border-top: 1px solid #333;
	cursor: pointer;
	display: block;
	width: 290px;
	}

.map-info-body { padding: 7px; width: 290px; }
.accordion_toggle { background-color: #9BBACF; color:#000; }
.accordion_toggle_active { background-color: #205291; color:#FFF;}
.accordion_content { background-color: #ffffff; overflow: hidden; }
.accordion_content img { margin-right: 10px; margin-bottom: 0px; float: left; }
.accordion_content .price { font-family: Verdana; color: #c30c0c; font-size: 1.2em; }
.accordion_content .details { font-family: Verdana; font-weight: bold; font-size: 1.1em; color: #333; margin: 0; }
.accordion_content .options { background-color: #edf3fe; padding: 7px; text-align: center; width: 290px; }
.accordion_content .options a { font-size: 1.1em; padding-right: 10px; }
.accordion_content .options .propOptions { border: none; margin: 0; padding: 0; font-size: 0.9em; }
.accordion_content a.view { font-weight: bold; }

#map-info .arrow { height: 27px; width: 14px; position: absolute; top: 30px; }
#map-info.left .arrow { background: url(http://www.propertynews.com/images/sitefiles/map/left-arrow.gif) no-repeat center center; left: -14px; }
#map-info.right .arrow { background: url(http://www.propertynews.com/images/sitefiles/map/right-arrow.gif) no-repeat center center; right: -14px; }

.propImage { float: left; width: 104px; margin-right: 12px; text-align: center; position: relative; }
.propPrice { font-weight: bold; color: #a21e2c; font-size: 1.1em; padding-top: 6px; }

.propDetails { float: left; width: 515px; margin-right: 12px; position: relative; }
.propDesc p { margin-bottom: 4px; }
.propOptions { border-top: 1px dotted #ccc; margin-top: 6px; padding-top: 6px; }
.propOptions ul { list-style: none; margin: 0; }
.propOptions ul li { display: inline; margin-right: 12px; padding: 0 0 4px 22px; float: left; }

.propAgentLogo { float: left; width: 60px; position: relative; word-wrap: break-word; margin-bottom: 12px; }

li.propInfo { background: url(http://www.propertynews.com/images/sitefiles/icons/info.gif) no-repeat 0 50%; }
li.propAdd { background: url(http://www.propertynews.com/images/sitefiles/icons/star-grey.gif) no-repeat 0 50%; }
li.propAdded { background: url(http://www.propertynews.com/images/sitefiles/icons/star.gif) no-repeat 0 50%; }
li.propNew { background: url(http://www.propertynews.com/images/sitefiles/icons/house.gif) no-repeat 0 50%; }
