/* *


Colors:
------

#5f5f5f (#555) -- Dark Grey (headings, nav)
#bcbdc0			-- Light Grey (feature backgrounds, nav borders)
#dfdfdf (#ddd) -- Lighter Grey (page borders)
#efefef (#eee) -- Lightest Grey (gutters)

#a7cedb			-- Light Blue (nav:hover)


/* */



/* Overall
---------------------------------------------*/

body {
	background: #eee;
	color: #444;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: .8em;
}

/* -- Text -- */
p { margin: 1em 0 0 0; }
b, strong { font-weight: bold; }
i, em { font-style: italic; }

/* -- Links -- */
a { color: #a1372d; text-decoration: none; }
a:hover { text-decoration: underline; }

/* -- Lists -- */

ul { list-style: disc outside; margin: 0.5em 1em;}
ul li { margin-left: 1.5em; }
ul.form { list-style: none; margin: 0;}
ul.form li { margin: 0; }
ul.simple { margin: 0; padding: 0; }
ul.simple li { margin: 0; padding: 0;}



dl { margin: 1.5em 0; }
dl dt { font-weight: bold; }
dl dd { margin: 0.2em 0 0.5em 2em; }

/* -- Awful -- */

center {
	text-align: left;
}

/* Layout
---------------------------------------------*/

#wrapper-wrapper {
	position: relative;
	z-index: 1;
}
#wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	z-index: 2;
	border: 1px solid #ddd;
	background: #fff;
}
#header {
	background: url('../layout/images/heading.png') no-repeat scroll top left;
	width: 1000px;
	padding-top: 186px;
	height: 0;
	overflow: hidden;
}
#main {
	background: url('../layout/images/header-separator.gif') no-repeat scroll top left;
	padding-top: 35px; 
	padding-bottom: 25px;
	overflow: hidden;
}
#main #content {
	float: left;
	width: 783px;
	padding: 0 10px 0 20px;
	overflow: hidden;
}
body.sidebar #main #content {
	width: 494px;	
}
#main #navigation {
	float: left;
	width: 185px;
	padding-top: 10px;
	overflow: hidden;
}
#main #sidebar {
	float: left;
	width: 290px;
}
#footer {
	padding-top: 46px;
	background: url('../layout/images/footer.png') no-repeat scroll top left;
}





/* Content 
---------------------------------------------*/

#content h1 { /* For those without flash/javascript (this usually gets replaced by sIFR) */
	color: #5f5f5f;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 25px;
	font-weight: bold;
	font-variant: small-caps;
}
#content h1.sIFR-replaced {
	/* sIFR seems to shift the text a little right of baseline. */
	position: relative;
	left: -11px;
}
#content h2 {
	margin: 2em 0 1em;
	color: #5f5f5f;
	font-size: 15px;
	font-weight: bold;
	font-variant: small-caps;
}
#content p {
	margin: 1em 0;
}



/* Navigation 
---------------------------------------------*/

#main #navigation ul.navigation {
	list-style: none inside;
	margin: 0;
}
#main #navigation ul.navigation li {
	background: url('../layout/images/navigation-separator.gif') no-repeat bottom left;
	padding: 0 0 5px;
	margin: 0;
}
#main #navigation ul.navigation li.last, 
#main #navigation ul.navigation li:last-child  {
	background: none;
}
#main #navigation ul.navigation li a {
	display: block;
	padding: 3px 0 10px 20px;
/*	padding: 3px 0 10px 5px;  :ie.css */
	color: #555;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-size: 14px;
	letter-spacing: 1px;
}
#main #navigation ul.navigation li a:hover {
	color: #a7cedb;
	text-decoration: none;
}




/* Features 
---------------------------------------------*/


#main #sidebar .feature {
	overflow: hidden;
	background:  url('../layout/images/feat_mid.gif') repeat-y top left;
	margin: 0 16px 2em;
}
#main #sidebar .feature h1 {
	background: #5f5f5f url('../layout/images/feat_top.gif') no-repeat top left;
	padding: 20px 0 3px 1em; /* add height of background image to top padding */
	color: #fff;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-style: italic;
}
#main #sidebar .feature .feat_cap {
	overflow: hidden; /* hurrrrrr my name is IE and even though this div
	 							is empty i'm going to pretend there's text in there */
	clear: both;
	background: url('../layout/images/feat_bottom.gif') no-repeat scroll top left;
	width: 259px;
	height: 12px;
}
#featured_properties p {
	text-align: center;
}





/* Quick Links
---------------------------------------------*/

#quicklinks { 
	margin-top: 8em;
/*	background-color: #eee;*/
}
#quicklinks h1 {
	padding: 0.25em 0.5em 0.30em ;
/*	background-color: #5f5f5f;*/
/*	color: #fff;*/
	border-bottom: 1px solid #444;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-size: 15px;
}
#quicklinks li {
	padding: 0.75em 0.25em 0 1em;
}
#quicklinks a {
	color: #555;
	font-size: 11px;
}
#QuicklinksTitles H2 {
	color: #fff;
	font-weight: bold;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;

}