html, body, img { margin: 0; padding: 0; }
a img { border-width: 0; }

body {
	text-align: left;
	font-size: small;
	font-family: "Lucida Grande", Arial, Geneva, Helvetica, sans-serif;
	background-color: #FFE;
	}

h1 { font-size: 150%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }

h1, h2, h3, h4, h5 {
	margin: 0.5em 0 0.3em 0;
	line-height: 1.2;
	font-family: "Lucida Grande", Arial, Geneva, Helvetica, sans-serif;
	color: #074;
	}

h2.trigger { clear: both; }
.uc { text-transform: uppercase; }

p {
	margin: 0.5em 0 0.3em 0;
	font-size: 95%;
	line-height: 1.5;
	}

ul li, ol li, dl dt, dl dd { font-size: 95%; margin-bottom: 4px; }
dl dt { font-weight: bold; }
dl dd { margin-left: 12px; }

table { font-family: inherit; }

a:link { color: #074; text-decoration: underline; }
a:visited { color: #074; text-decoration: underline; }
a:hover { color: #000; text-decoration: underline; }

abbr { border-width: 0; }

#wrap {
	width: 860px;
	margin: 0;
	text-align: left;
	background: transparent url(../images/bk-wrap.gif) left top repeat-y;
	}

.headImg { display: block; }

#nav {
	width: 185px;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav li {
	margin: 0;
	float: left;
	width: 185px;
	}

#nav li a {
	display: block;
	width: 172px;
	height: 100%;
	padding: 8px 4px 8px 9px;
	text-decoration: none;
	}

/*
#nav li#navProperties a,
#nav li#navFurnished a {
	width: 162px;
	padding: 8px 4px 8px 19px;
}
*/

#nav li a:link,
#nav li a:visited {
	color: #666;
	background-color: #DDC;
	}

#nav li a:hover {
	color: #666;
	background-color: #CCB;
	}

#nav li a.current,
#nav li a:visited.current {
	color: #FFF;
	background-color: #596;
	}

#bodyHome li#navHome a,
#bodyHome li#navHome a:visited,
#bodyFocus li#navFocus a,
#bodyFocus li#navFocus a:visited,
#bodyAbout li#navAbout a,
#bodyAbout li#navAbout a:visited,
#bodyMap li#navPropertiesMap a,
#bodyMap li#navPropertiesMap a:visited,
#bodyPropertiesAll li#navPropertiesAll a,
#bodyPropertiesAll li#navPropertiesAll a:visited,
#bodyProperties li#navProperties a,
#bodyProperties li#navProperties a:visited,
#bodyFurnished li#navFurnished a,
#bodyFurnished li#navFurnished a:visited,
#bodyOwners li#navOwners a,
#bodyOwners li#navOwners a:visited,
#bodyResidents li#navResidents a,
#bodyResidents li#navResidents a:visited,
#bodyApply li#navApply a,
#bodyApply li#navApply a:visited,
#bodyContact li#navContact a,
#bodyContact li#navContact a:visited
#bodyAdmin li#navAdmin a,
#bodyAdmin li#navAdmin a:visited {
	color: #FFF;
	background-color: #596;
	}

#cent { margin: 100px 0 0 300px; }

#main {
	float: right;
	width: 670px;
	}

.inner { padding: 20px; }

/* Home Page
---------------------------------------------------------------------------- */
h2.ir {
	width: 630px;
	height: 42px;
	margin: 30px 0 0 0;
	padding: 0;
	line-height: 0.9;
	}

h2.ir span {
	position: absolute;
	display: block;
	top: -10000px;
	left: -10000px;
	font-size: 1px;
	}

div#features hr {
	clear: both;
	height: 1px;
	margin: 20px 0;
	border: none;
	color: #DEDECD;
	border: 0px solid #DEDECD;
	background-color: #DEDECD;
	text-align: right;
	}

div.feature {
	clear: right;
	padding: 16px 0;
	}

div.feature:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	}

div.feature img {
	float: right;
	}

div.feature p {
	margin-right: 250px;
	}

div.feature ul {
	list-style-type: none;
	margin: 8px 250px 8px 0;
	padding: 0;
	}

div.feature ul li {
	padding-left: 10px;
	background: transparent url(../images/bullet.png) 0 6px no-repeat;
	}

/* Property Listings
---------------------------------------------------------------------------- */
h2#listings {
	background: transparent url(../images/h2-featured-listings.png) left top no-repeat;
	}

table.listings {
	width: 648px;
	}

table.listings th {
	padding: 3px 0;
	color: #FFF;
	background-color: #596;
	}

table.listings th.loc {
	/*width: 180px;*/
	text-indent: 143px;
	}

table.listings td {
	padding: 0;
	border-bottom: 3px solid #596;
	vertical-align: top;
	font-size: 90%;
	}

table.listings tr.alt td {
	background-color: #e5e5d8;
	}

table.listings td.tmb {
	width: 120px;
	border-left: 3px solid #596;
	}

table.listings td.notmb {
	width: 110px;
	padding: 10px 0 10px 10px;
	border-left: 3px solid #596;
	font-size: 100%;
	}

table.listings td.loc {
	width: 200px;
	padding: 6px 0 6px 20px;
	text-align: left;
	}

table.listings td.type {
	padding: 6px 0;
	}

table.listings td.br {
	padding: 6px 0;
	}

table.listings th.rent {
	padding-right: 12px;
	text-align: right;
	}

table.listings td.rent {
	padding: 6px 8px 6px 0;
	border-right: 3px solid #596;
	text-align: right;
	font-weight: bold;
	}

p.location {
	color: #074;
	font-size: 110%;
	}

dl.details dt {
	float: left;
	clear: left;
	/*display: block;*/
	width: 120px;
	color: #074;
	font-weight: bold;
	text-align: right;
	}

dl.details dd {
	float: left;
	width: 300px;
	/*margin-left: 126px;*/
	}

/* Map Page
---------------------------------------------------------------------------- */
#map_canvas {
	width: 640px;
	height: 500px;
	border: 2px solid #AAA;
	}

.infoWin {
	font-size: 11px;
	}

/* Admin Pages
---------------------------------------------------------------------------- */
table.admin {
	border: 3px solid #596;
	border-width: 0 3px;
	}

table.admin td { padding: 3px 0; }

table.admin th.aloc,
table.admin td.aloc {
	padding-left: 8px
	}

table.admin .hasCoords { text-align: center; }

/* Form Widgets
---------------------------------------------------------------------------- */
p.inputs label {
	float: left;
	clear: left;
	width: 150px;
	margin: 2px 4px 2px 0;
	text-align: right;
	}

p.topLabel label {
	display: block;
	margin-top: 8px;
	}

p.inputs input {
	margin: 4px 0;
	}

p.submit { text-align: center; }

div.vcard { line-height: 1.4; }

#footer {
	clear: both;
	background-color: #FFE;
	border-top: 1px solid #CCC;
	}

#footer p {
	margin: 0;
	padding: 12px 0;
	color: #666;
	text-align: center;
	/*border: 1px solid red;*/
	}

#footer img {
	float: right;
	margin: 8px 8px 0 0;
	padding-bottom: 12px;
	}

.centered { text-align: center; }
.fl { float: left; }
.fr { float: right; }
img.fl { margin: 0 12px 12px 0; border: 1px solid #074; }
img.fr { margin: 0 0 12px 12px; border: 1px solid #074; }
.cl { clear: left; }
.cr { clear: right; }
.cb { clear: both; }
.error { color: #A00; }
