html, body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0; padding: 0;
}
html {
	background: #c2aa6c;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5e5e5e;
}
img {
	border: none;
}
#container {
	top: 50px;
	width: 800px;
	height: 800px;
	margin: auto;
	position: relative;
	bottom: 20px;
	background: #ede8c3;
}
#exterior_images {
	position: absolute;
	top: 420px;
	left: 23px;
	width: 360px;
	height: 297px;
}
#exterior_thumbs {
	position: absolute;
	top: 420px;
	left: 408px;
	width: 135px;
	height: 200px;
	z-index: 10;
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 365px;
}
#titles {
	position: absolute;
	top: 362px;
	left: 33px;
}
#titles_featues {
	position: absolute;
	top: 376px;
	left: 33px;
}
#sub_menu {
	position: absolute;
	top: 370px;
	right: 20px;
	width: auto;
	height: 200px;
	z-index: 10;
	text-align: right;
}
#sub_menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding-right: 5px;
	text-decoration: none;
}
#sub_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sub_menu li {
	float: left;
	list-style-type: none;
	margin-right: 10px;
}
#sub_menu li:hover { color: #beac8c; text-decoration:none; }
#sub_menu a { color: #504b45;}
#sub_menu a:hover, #sub_menu a.current { color: #beac8c; text-decoration: none;}
#nav {
	position: absolute;
	width: 100%;
	left: 80px;
	top: 307px;
	z-index: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	padding-right: 5px;
}
#nav li:hover, #nav li.current { color: #beac8c; text-decoration:none; }
#nav a { color: #504b45; }
#nav a:hover, #nav li.current a { color: #beac8c; text-decoration: none;}
.body_txt {
	font: 11px Tahoma, Arial;
	color: #5e5e5e;
}
.white {
	color: #504b45;
}
#flash {
	position: absolute;
	top: 0px;
	right: 0px;
}
#content {
    padding: 350px 40px 50px 330px;
	font-size: 11px;
	line-height: 15px;
	position: absolute;
	top: 65px;
}
#content ul {
	list-style-type: square;
}
#content li {
	margin-left: -22px;
	color: #2b6c89;
}
#content_features {
    padding: 360px 40px 50px 50px;
	font-size: 11px;
	line-height: 15px;
	position: absolute;
	top: 65px;
}
#content_features ul {
	list-style-type: square;
}
#content_features li {
	margin-left: -22px;
	color: #5e5e5e;
}
#content_location {
    padding: 300px 40px 50px 50px;
	font-size: 11px;
	line-height: 15px;
	position: absolute;
	top: 65px;
}
#content_location ul {
	list-style-type: square;
}
#content_location li {
	margin-left: -22px;
	color: #5e5e5e;
}
.image {
	border: 3px solid #c7ae70;
}
.image:hover {
	border: 3px solid #aa9155;
}
a {
	text-decoration: none;
	color: #504b45;
}
a:hover {
	color: #504b45;
	text-decoration: underline;
}
h1, .h1 {
	font: 30px Arial;
	color: #84c0db;
}
h2, .h2 {
	font: 15px Arial;
	color: #84c0db;
}
h3, .h3 {
	font-size: 12px;
	font-weight: bold;
	color: #2b6c89;
}
h4, .h4 {
	font: 12px Tahoma, Arial;
	color: #e6e6e6;
	font-size: 11px;
}
td .h4 {
	padding: 6px 0px 6px 0px;
}
.text-drop, .text-field, .text-area, .button {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #333333;
}
.text-drop {
	width: 80px;
	height: 16px;
	background-color: #EAEAEA;
	border: 1px solid #999999;
}
.text-field {
	width: 120px;
	height: 10px;
	padding: 2px;
	background-color: #EAEAEA;
	border: 1px solid #999999;
}
.text-area {
	width: 212px;
	height: 80px;
	padding: 2px;
	background-color: #EAEAEA;
	border: 1px solid #999999;
}
.text-drop:hover, .text-field:hover, .text-area:hover {
	background-color: #D6D6D6;
}
.button {
	width: 80px;
	height: 20px;
	padding: 2px;
	background-color: #D6D6D6;
	border: 1px solid #999999;
}
.button:hover {
	background-color: #999999;
}
.td {
	list-style: square;
}
#footer {
	width: 800px;
	height: 45px;
	margin: auto;
	position: absolute;
	bottom: 0px;
	background-color: #fffa9c; 
}
#footer a { color:#666666; }
.fm-logo {
	float: right;
	margin: 0px 10px 0px 10px;
}
#podre {
	position: absolute;
	top: 10px;
	left: 40px;
}
#footer_text {
	padding-top: 10px;
	width: 780px;
	font: 9px Arial, Helvetica;
	text-align: right;
	color: #6c562c;
}
.exteriorcontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

/*website */
.exterior img{
background-color: transparent;
margin-left: 0px;
border: 0px solid #ffffff;

}

.exterior:hover{
background-color: transparent;
margin-left: 0px;
border: 0px solid #ffffff;
}

.exterior:hover img{
border: 0px solid #ffffff;
}

.exterior span{ /*CSS for enlarged image*/
position: absolute;
padding: 0px;
left: -400px;
visibility: hidden;
text-decoration: none;
border: none;
}

.exterior span img{ /*CSS for enlarged image*/
border-width: 0;
border: none;
}

.exterior:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0px;
left: -385px; /*position where enlarged image should offset horizontally */
z-index: 50;
border: none;

}
/*end*/

