body {
	margin: 0;
	padding: 0;
	color: #000;
	font: 0.8em "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #333;
	text-align: center;
	background-color: #625233;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
}
#background {
	background-image: url(/images/background.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#background2 {
	background-image: url(/images/background2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#wrapper {
	border: 1px solid #999;
	background-color: #FFF;
	margin: 10px auto 10px auto;
	width: 812px;
}

#content {
	border: 10px solid #FFF;
	background-color: #A7BC87;
	text-align: left;
	width: 790px;
	padding: 0 0 30px 0;
	clear: both;
}

/* Notes */
.note {background-color: #5A5758; color: #DCDCAE; padding: 10px; border: 2px #FFF solid; font-size: 1.2em; width: 365px;}
.note p {margin: 0.7em; line-height: 1.5; text-align: center;}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #625233;
	letter-spacing: 3px;
	margin-top: 10px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
    color: #FFF;
    font-size:1.3em;
    font-weight:bold;
    line-height:25px;
    letter-spacing:2px;
    text-align: left;
}
h4 {
	font-family: helvetica, arial, sans-serif;
	color: #788c11;
	font-size:16px;
	font-weight:normal;
	line-height:25px;
	letter-spacing:2px;
	text-align: left;
	margin-left: 20px;
	margin-top: 10px;
}

#leftBox {
    float: left;
    width: 375px;
	padding: 10px;
	overflow:hidden;
	margin:0;
    }
#rightBox {
    float: right;
    width: 375px;
	padding: 10px;
	overflow:hidden;
	margin:0;
    }
#Box {
    width: 750px;
	padding: 10px;
    }
#floorPlans {
	width: 200px;
	float: right;
	margin: 80px 30px 10px 0px;
}
p {
	text-align: left;
	width: 365px;
	color: #000;
}

.center {
	text-align: center;
}
.leftImg {
	float: left;
}
.rightImg {
	float: right;
}


/* Flash */
#flash { 
	position: relative;
	margin: 0px 0px 0 0;
	padding: 0;
	background: #ceda93;
	height: 288px;
	width: 432px;
	overflow: hidden;
	color: white;
}

#flashArea {
	color: white;
	width: 432px;
	height: 288px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

/* Navigation */
#topNav {
	margin: 0;
	background: #FFF;
	text-align: center;
	padding: 0;
	padding-bottom: 10px;
}

#footer {
	margin: 0 auto;
	width: 830px;
	font-size: 1em;
	color: #FFF;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#footer a:link {
	text-decoration: none;
}

/* Links */
a:link {color: #FFF; text-decoration: underline}
a:visited {color: #FFF; text-decoration: underline}
a:active {color: #FFF; text-decoration: underline}
a:hover {color: #999; text-decoration: none }

#topNav a:link {color: #000; }
#topNav a:visited {color: #000; }
#topNav a:active {color: #000; }
#topNav a:hover {color: #999; text-decoration: none }

a.checkavailability
{
	background-color:#4A5173;
	color:#FFFFFF;
	border-width:2px;
	border-style:solid;
	border-top-color:#DFDFDF;
	border-right-color:#666666;
	border-bottom-color:#333333;
	border-left-color:#858585;
	text-decoration:none;
	display:block;	
	padding:0 5px 0 5px;
	width: 150px;
	text-align: center;
}
a:link.checkavailability, a:visited.checkavailability, a:active.checkavailability {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover.checkavailability {
	color:#999;
	text-decoration:none;
}