@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../img/lighttanbackground.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#996600;
}
h1 { font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#339999;
	font-weight:bold;
	text-align:center;
	}
	
h2 { font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#996600;
	font-weight:bold;
	text-align:center;
	}
	.bold {
	font-weight:bold;
	}
.blueEmphasis {
	color:#339999;
	font-weight:bold;
	font-size:14px;
	}
.inlineLink {
	color:#339999;
	text-decoration:underline;
	}
a:hover {
	color:#996600;
	text-decoration:underline;
	}
#flashholder {
	width:907px;
	height:552px;
	}
#intContentCell {
	background-image:url(../img/speckledback.jpg);
}

#outerContainerHome {
	background-image:url(../img/homebackgroundstripes.jpg);
	background-repeat:repeat-x;
	}
	
#outerContainerInterior {
	background-image:url(../img/interiortopback.jpg);
	background-repeat:repeat-x;
	}
body.Interior {
	background-image:url(../img/interiorStripeBack.jpg);
}

td#floorplan a.floorplanPDF {
	position:absolute;
	top:10px;
	left:190px;
	width:225px;
	height:30px;
}
#footer	{
	font-size:10px;
	height:91px;
	width:100%;
	margin-top:15px;
	}
#footer a.nav {
	font-size:11px;
	color:#996600;
	text-decoration:none;
	}
#footer a:hover {
	text-decoration:underline;
	}
	
.footerCell {
	background-image:url(../img/footerBackgroundInterior.jpg);
	background-repeat:no-repeat;
	}
p.welcomeBox {
	color:#FFFFFF;
	margin-left:13px;
	margin-right:8px;
	margin-top:5px;
	text-align:left;
	font-size:12px;
}
td img.gallery {
	border:2px;
	border-color:#996600;
	border-style:solid;
	}
	
.form li {list-style:none; padding-bottom:10px; margin-bottom:10px; clear:both; font-size:12px; line-height:18px;}
.form label {width:150px; float:left;}
.form input, .form textarea {width:250px; float:left; border:1px solid #0b839e; margin-bottom:10px;}