/* CSS Stylesheet */
body {
	margin:0px 0px 10px 0px;
	background-color:#552500;
}
h1 {
	text-align:center;
	margin:0px;
	padding:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	line-height:normal;
	color:#faf7f5;
}
#indexTopper {
	width:100%;
	height:75px;
	background-color:#3e1100;
}
#indexTopBG {
	width:100%;
	height:32px;
	background-image:url(images/index/topbg.gif);
	background-repeat:repeat-x;
}
#indexArea {
	width:100%;
}
#indexLeft {
	background-image:url(images/index/leftbg.gif);
	background-repeat:repeat;
	background-position:top right;
}
#indexRight {
	background-image:url(images/index/rightbg.gif);
	background-repeat:repeat;
}
#indexMain {
	width:800px;
}
#indexContentArea {
	width:800px;
	height:533px;
	position:relative;
	background-image:url(images/index/contentbg.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	background-color:#3e1100;
}
#indexContent {
	position:absolute;
	top:284px;
	left:281px;
	width:236px;
	height:241px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#ad9573;
	text-align:justify;
}
#indexMenuArea {
	width:265px;
}
#indexMenu {
	width:265px;
}
#indexBottomBG {
	width:100%;
	height:32px;
	background-image:url(images/index/bottombg.gif);
	background-repeat:repeat-x;
}
/* INTERIOR CSS */
#intTopper {
	width:100%;
	height:75px;
	background-color:#3e1100;
}
#intTopBG {
	width:100%;
	height:32px;
	background-image:url(images/interior/topbg.gif);
	background-repeat:repeat-x;
}
#intArea {
	width:100%;
}
#intLeft {
	background-image:url(images/interior/leftbg.gif);
	background-repeat:repeat;
	background-position:top right;
}
#intRight {
	background-image:url(images/interior/rightbg.gif);
	background-repeat:repeat;
}
#intMenuArea {
	width:265px;
	background-color:#3e1100;
	vertical-align:top;
}
#intMenu {
	width:265px;
}
#intContentArea {
	width:534px;
	vertical-align:top;
	background-color:#ab7a2e;
}
#intContent {
	padding:10px 25px 10px 25px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#FFFFFF;
}
#intBottomBG {
	width:100%;
	height:32px;
	background-image:url(images/interior/bottombg.gif);
}
.planMenu {
	width:171px;
	height:177px;
	background-image:url(images/floorMenu/menuBG.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}
.planMenuLink {
	overflow:hidden;
}
.planMenuLink a {
	display:block;
}
* html .planMenuLink a:hover {
	visibility:visible;
}
.planMenuLink a:hover img {
	visibility:hidden;
}
.ModelArea {
	width:534px;
	height:533px;
	background-image:url(images/interior/modelbg.jpg);
	background-repeat:no-repeat;
	position:relative;
}
.planLinks {
	position:absolute;
	top:0px;
	right:0px;
	width:268px;
	height:265px;
	text-align:center;
}
.planInfo {
	position:absolute;
	top:279px;
	left:11px;
	width:241px;
	height:242px;
	text-align:left;
}
.planView {
	position:absolute;
	top:463px;
	left:275px;
	width:242px;
}
.planRender {
	position:absolute;
	top:320px;
	left:270px;
	width:260px;
	text-align:center;
}
/* FOOOTER CSS */
#footer {
	width:800px;
	height:37px;
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	font-weight:bold;
	color:#be7113;
}
#footer a {
	color:#be7113;
	text-decoration:none;
}
#footer a:hover {
	color:#da8d2f;
	text-decoration:underline;
}
#footer .left {
	position:absolute;
	top:10px;
	left:10px;
}
#footer .right {
	position:absolute;
	top:18px;
	right:10px;
}
.featPadding .title {
	font-size:13px;
	font-weight:bold;
}
.featPadding ul {
	margin:0px;
	padding:0px 0px 20px 30px;
}
.disclaimer {
	text-align:justify;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	font-weight:bold;
	line-height:normal;
	color:#FFFFFF;
}
