body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-size: 0.7em;
	color: #333333;
}
#container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	background-image: url(images/nav_background.gif);
	background-repeat: no-repeat;
	background-position: 0 60px;
	z-index: 1;
}
#nav {
	position: relative;
	width: 740px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 165px;
	z-index: 10;
}
#nav li {
	position: relative;
	float: left;
	background-color: #4b5374;
	background-image: url(images/nav_rpt.gif);
	background-repeat: repeat-x;
}
#nav li a {
	position: relative;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.2em;
	padding-left: 12px;
}
#nav li a:hover {
	text-decoration: underline;
}
#nav li a img {
	vertical-align: -10px;
}
#nav li ul {
	position: absolute;
	top: 34px;
	width: 200px;
	left: -999em;
	background-color: #FFFFFF;
	border-right: 2px solid #4b5374;
	border-bottom: 3px solid #4b5374;
	border-left: 1px solid #4b5374;
	padding: 8px 20px 8px 8px;
	margin: -4px 0 0 10px;
	z-index: 1000;
	list-style: none;
}
#nav li ul li {
	float: none;
	background: none;
	background-color: #FFFFFF;
}
#nav li ul li a {
	position: relative;
	display: block;
	color: #4b5374;
	text-decoration: none;
	padding: 3px 10px;
	font-weight: bold;
}
#nav li ul li.close a {
	padding: 0;
}
#nav li ul li a:hover {
	text-decoration: underline;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: 0;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
img.flag {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}

/* CONTENT */

#content {
	position: relative;
	margin: 1px 0 0 0;
	background-image: url(images/content_rpt.gif);
	background-repeat: repeat-y;
	float: left;
	width: 900px;
	z-index: 2;
}

#col_left, #col_right {
	position: relative;
}
#col_left {
	width: 259px;
	float: left;
	background-color: #e8e9ed;
	padding: 42px 20px 20px 20px;
}
#col_left #details {
	width: 259px;
	position: relative;
	padding: 0 10px 0 10px;
	margin: 0 0 0 -10px;
	background-image: url(images/details_mid.gif);
	background-repeat: repeat-y;
}
#col_left #details img.top {
	margin-left: -10px;
	float: left;
}
#col_left #details img.btm {
	margin-left: -10px;
}
#col_left ul {
	padding: 0;
	margin: 0 0 20px 0;
	list-style: none;
}
#col_left ul a {
	display: block;
	text-decoration: none;
	color: #333333;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #4b5374;
}
#col_left ul a:hover, #col_left ul a.selected {
	background-color: #4b5374;
	color: #FFFFFF;
	background-image: url(images/li_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}
div.column, div.column_sm {
	position: relative;
	width: 133px;
	float: left;
	padding: 0 0 22px 0;
}
div.column_sm {
	width: 100px;
	padding: 0 0 22px 0;
}
div.column_sm img {
	padding: 1px 1px 0 0;
}
#col_right {
	width: 580px;
	padding: 0 0 0 20px;
	float: right;
}
#col_right #hero, #col_right img.hero, #col_right #thumbs, #col_right #heros {
	margin-left: -20px;
}
#col_right #hero {
	position: relative;
	width: 600px;
	height: 449px;
	overflow: hidden;
}
div.summary {
	position: relative;
	width: 109px;
	background-color: #FFFFFF;
	border-left: 1px solid #d9dadb;
	border-right: 1px solid #d9dadb;
	margin: 22px 0 0 22px;
}
div.summary img.img_frame_top {
	position: absolute;
	top: 0;
	left: -1px;
}
img.sold {
	position: absolute;
	top: 0;
	left: 0;
}
div.summary p {
	margin: 0;
	padding: 2px;
}
div.summary p a {
	display: block;
	text-decoration: none;
	color: #000000;
}
div.summary img.img_frame_btm {
	position: absolute;
	margin: 0 -1px 0 -1px;
}
div.summary img.view {
	position: relative;
	padding: 4px 0 0 66px;
}

/* MISC */

a img {
	border: none;
}
.spacer {
	height: 0;
	line-height: 0;
	clear: both;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 12px 0;
}
p {
	margin: 0 0 12px 0;
}
#col_right p {
	line-height: 1.4em;
	letter-spacing: 0.05em;
}
.text_link {
	color: #333333;
	text-decoration: none;
}
.text_link:hover {
	text-decoration: underline;
}
img.float_left {
	position: relative;
	float: left;
	margin: 0 4px 2px 0;
}
img.float_right {
	position: relative;
	float: right;
	margin: 0 0 2px 4px;
}
p.error {
	width: 300px;
	background-color: #FFFFCC;
	padding: 10px;
	border: 1px solid #CC0000;
	color: #CC0000;
}
p.abbreviation {
	font-size: 0.8em;
	background-color: #fbfbfb;
	padding: 10px;
	border: 1px solid #e9e9e9;
	color: #bcbcbc;
}
h1.substituted {
	position: absolute;
	margin-left: -999em;
}
div.image_captions {
	position: relative;
	background-color: #efefef;
	color: #666666;
	font-size: 0.8em;
	padding: 10px;
	margin: 0 0 10px 0;
}
p.img_right {
	position: relative;
	float: right;
	width: 200px;
	margin: 0 0 10px 4px;
	background-color: #efefef;
	padding: 1px;
	color: #666666;
	font-size: 0.8em;
}

/* SPECIAL PAGES */

#floorplan {
	position: relative;
	width: 580px;
	height: 242px;
}
table.brochure_options tr td {
	vertical-align: top;
	text-align: left;
	font-size: 0.8em;
}
table.brochure_options tr td strong {
	display: block;
	padding: 10px 3px 3px 3px;
	background-color: #666666;
	color: #FFFFFF;
}
table.brochure_weights tr td, table.brochure_weights tr th {
	vertical-align: top;
	text-align: left;
	font-size: 0.8em;
	padding: 2px;
}
table.brochure_weights tr.dark {
	background-color: #efefef;
}
img.left {
	position: relative;
	float: left;
	margin: 0 10px 15px 0;
}