html
{
	height: 100%;
}

body
{
	height: 100%;
	background: #f4ebc4;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	margin-top: 0px;
	font-family: Verdana;
	color: #333333;
	font-size: 8pt;
}

#header-bg
{
	width: 100%;
	height: 130px;
	background: #592003;
	text-align: left;
	float: left;
}

#header
{
	width: 780px;
	height: 130px;
	margin: 0px auto;
	overflow: none;
	float: left;
}
#navigation-bg
{
	width: 780px;
	height: 24px;
	background: #9dc8ba;
	overflow: none;
	margin: 0px 0px 0px 0px;
	float: right;
}
#navigation
{
	width: 780px;
	height: 24px;
	overflow: none;
	margin: 0px 0px 0px 0px;
	float: right;
}
#amenities-bg
{
	width: 100%;
	height: 130px;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	float: left;
}
#amenities
{
	width: 780px;
	height: 130px;
	margin: 0px auto;
	overflow: none;
	margin: 0px 0px 0px 0px;
}
#index-bg
{
	width: 100%;
	height: 250px;
	background: #592003;
	margin: 6px 0px 6px 0px;
}
#index-left
{
	width: 580px;
	height: 120px;
	margin: 0px 0px 0px 0px;
	background: #b5c3d6;
	overflow: none;
	float: left;
}
#index-right
{
	width: 200px;
	height: 120px;
	margin: 0px 0px 0px 0px;
	background: #b5c3d6;
	overflow: none;
	float: right;
	text-align: center;
}
	
#content-bg
{
	width: 100%;
	height: 300px;
	background: #ffffff;
	margin: 0px 0px 6px 0px;
	float: left;
}
#content
{
	width: 740px;
	height: 30px;
	margin: 10px 10px 10px 10px;
	overflow: none;
	float: left;
}
#content-bg2
{
	width: 100%;
	height: 740px;
	background: #ffffff;
	margin: 0px 0px 6px 0px;
	float: left;
}
#content-left
{
	width: 350px;
	height: 280px;
	margin: 10px 10px 10px 10px;
	overflow: none;
	float: left;
}
#content-right
{
	width: 280px;
	height: 280px;
	margin: 10px 10px 10px 10px;
	overflow: none;
	float: right;
}
#content-floorplans
{
	width: 210px;
	height: 290px;
	margin: 10px 10px 10px 10px;
	overflow: none;
	float: right;
}
#content-pictures
{
	width: 200px;
	height: 280px;
	margin: 10px 10px 10px 20px;
	overflow: none;
	float: left;
}
/* BODY */

#body-bg
{
	width: 100%;
	text-align: center;
}

#body
{
	position: relative;
	float: none;
	width: 780px;
	margin: 0px auto;
	background-color:#581e00;
	overflow: hidden;
	text-align: left;
	border: solid 1px #581e00;
}
* html #body 
{
	width: 780px;
}

/* FOOTER */

#footer-bg
{
	width: 780px;
	height: 230px;
	background: #9dc8ba;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 0px 0px;
	text-align: center;
	float: left;
	
}

/*
 *******************************************************************************
 * LINKS
 *******************************************************************************
 */

a
{
	color: #1e2b54;
	font-size:11px;
	text-decoration: underline;
	font-weight: bold;
}

a:hover
{
	color: #ffffff;
	text-decoration: none;
}

/*
 *******************************************************************************
 * TOP MENU
 *******************************************************************************
 */

#menu a
{
	color: #000000;
	text-decoration: none;
	font-family: Times New Roman, Times, serif;
}

#menu a:hover
{
	color: #E31736;
}

* html #navigation
{
	height: 100%;
}


#navigation h4
{
	margin-bottom: 0px;
}

#navigation ul
{
	margin: 0px 0px 0px 10px;
}

#navigation li
{
	margin-left: -35px;
	list-style: none;
	font-weight: normal;
	font-size: 9pt;
}
* html #navigation li
{
	margin-left: 10px;
	margin-bottom: -2px;
	padding-bottom: 0px;
}

#navigation a
{
	color: #E31736;
	text-decoration: none;
}

#navigation a:hover
{
	text-decoration: underline;
}

/*
 *******************************************************************************
 * CONTENT
 *******************************************************************************
 */

hr
{
	border-top: solid 1px #FF3355;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

.compact
{
	display: inline;
	width: 520px;
	float: right;
}
* html .compact
{
	width: 540px;
}


/*
 *******************************************************************************
 * WINDOWS / PODS
 *******************************************************************************
 */

#windows
{
	width: 100%;
	height: 382px;
	background: url(back.html) repeat-x top left;
	overflow: hidden;
}
#windows2
{
	width: 100%;
	height: 382px;
	background: url(back2.html) repeat-x top left;
	overflow: hidden;
}
#line
{
	width: 780px;
	height: 1px;
	overflow: hidden;
	background-color: #c4960b;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#windows ul
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.window
{
	display: inline;
	float: left;
	margin: 0px 0px 0px 0px;
}
.window .left2
{
	width: 520px;
	margin-left: 20px;
	margin-top: 20px;
	padding: 0px 0px 0px 0px;
}
.window .right2
{
	width: 240px;
	padding: 0px 0px 0px 0px;
	margin-top: 40px;
}

.window .left
{
	width: 400px;
	margin-left: 20px;
	margin-top: 20px;
	padding: 0px 0px 0px 0px;
}

.window .right
{
	width: 340px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.window h3
{
	font-size: 11pt;
	margin-top: 1px;
}

a.more 
{
	font-weight: bold;
}

.news 
{
	margin: 0px;
	width: 260px;
	height: 150px;
	overflow: auto;
}

#locations
{
	height: 540px;
	background: #FFFFFF url(example.html) no-repeat top left;
}

#locations div
{	
	display: inline;
	float: left;
	width: 202px;
	height: 140px;
	margin: 10px 35px 25px 5px;
	cursor: hand;
	cursor: pointer;
}
* html #locations div
{
	width: 222px;
	height: 160px;
	margin: 0px 5px 10px 5px;
}

#locations .off 
{
	border: solid 1px #FF3355;
	padding: 9px;
}

#locations .on
{
	border: solid 3px #FF3355;
	background: #FFFFFF;
	padding: 7px
}

#locations h3
{
	display: block;
	color: #FF3355;
	font-size: 12pt;
	border-bottom: solid 1px #FF3355;
	margin: 0px 0px 9px 0px;
}

#locations a
{
	text-decoration: none;
	color: #FF3355;
}

/*
 *******************************************************************************
 * INTRO
 *******************************************************************************
 */

#intro
{
	background-color: #1e2b54;
}

#intro object
{
	width: 780px;
	height: 260px;
}

#intro img
{
	width: 780px;
	height: 250px;
	display: none;
}

/*
 *******************************************************************************
 * TEXT
 *******************************************************************************
 */

p,
{
	color: #333333;
	font-size: 8pt;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px 0px 0px 10px;
	font-family: Verdana;
}

p.header
{
	color:#999999;
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 13pt;
	font-style: italic;
	margin-top: 40px;
	margin-bottom: 6px;
}

h1
{
	font-size: 17pt;
	color:#34715a;
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 11pt;
	margin-top: 0px;
	margin-bottom: 6px;
}

h2
{
	font-size: 17pt;
	color:#F4EAC3;
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 11pt;
	margin-top: 0px;
	margin-bottom: 6px;
	text-align:center;
}

h4
{
	font-size: 10pt;
}

p.copyright
{
	color: #34715A;
	font-size: 8pt;
	margin: 0px 0px 0px 10px;
	padding-top: 0px;
	font-family: verdana, Times, serif;
	font-weight:bold;
	font-stretch:expanded;
}
.copyright
{
	color: #34715a;
	font-size: 10pt;
	font-family: Verdana;
	font-style: normal;
	text-align: center;
}
p.eho
{
	color: #999999;
	font-size: 8pt;
	margin: 0px 0px 0px 10px;
	padding-top: 28px;
	font-family: Verdana;
}
.eho
{
	color: #666666;
	font-size: 10pt;
	font-family: Verdana;
	font-style: normal;
	text-align: right;
}
.copyright a {
	color:#f8bf35;
	text-decoration: none;
}

.copyright a:hover {
	color:#333333;
	text-decoration: none;
}

p.home
{
	color: #000000;
	font-size: 10pt;
	margin: 0px 0px 0px 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 20px;
	font-family: helvetica, sans-serif;
	text-align:justify;
}

p.content
{
	color: #581f00;
	font-size: 8pt;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 0px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana;
}
.content a {
	color:#c5960b;
	text-decoration: none;
}

.content a:hover {
	color:#cccccc;
	text-decoration: none;
}
li
{
	color: #581f00;
	font-size: 8pt;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana;
	text-align:left;
}



