@charset "UTF-8";
/* CSS Document */


/* ------------------------------ type styles ------------------------------ */

body {
	font-size:14px;
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	background-color:#e1d5b4;
	margin-top:0px;
	margin-left:0px;
}

p {
	margin: 0px 0px 5px 0px;
	line-height: 1.4em;
}

p.press {
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-weight:bold;
	color:#6c5b49;
	line-height:1.45em;
	margin-bottom: 0px;
	}


p.smallcaps {
	color:#7E420E;
	font-size: 1.15em;
	font-family: Times New Roman, serif;
	font-weight:normal;
	font-variant: small-caps;
	padding-bottom: 5px;
	}

p.headline {
	color:#7E420E;
	font-size: 1.5em;
	font-family: Times New Roman, serif;
	font-weight:normal;
	font-variant: small-caps;
	padding-bottom: 5px;
	}

p.headline2 {
	color:#000000;
	font-size: 1.25em;
	font-family: Times New Roman, serif;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
	}

p.subheadline {
	font-size: 14px;
	font-family: Times New Roman, serif;
	font-weight:bold;
	color:#7E420E;
	margin: 0px 0px 0px 0px;
	}
	
p.subheadline2 {
	color:#000000;
	font-size: 15px;
	font-family: Times New Roman, serif;
	font-weight:normal;
	line-height:1.4em;
	margin: 0px 0px 0px 0px;
	}
	

.caption {
	color:#000000;
	font-style: italic;
	font-size: .9em;
	float: right;
}


h1 {
	font-size: 26px;
	margin: 0px 0px 5px 0px;
	color:#7E420E;
	font-family: Times New Roman, serif;
	font-weight:normal;
	font-variant: small-caps;
	z-index:0;
}

h2 {
	font-size: 18px;
	margin: 0px 0px 5px 0px;
	color:#7E420E;
	font-family: Times New Roman, serif;
	font-weight:normal;
	font-variant: small-caps;
	z-index:0;
}

h3 {
	font-size: 18px;
	margin: 0px 0px 5px 0px;
	color:#7E420E;
	font-family: Times New Roman, serif;
	font-weight:normal;
	font-variant: small-caps;
}

h4 {
	font-size: 18px;
	margin: 0px 0px 5px 0px;
	color:#7E420E;
	font-family: Times New Roman, serif;
	font-weight:normal;
	font-variant: small-caps;
}

h5 {
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	font-family: Times New Roman, serif;
	font-weight:normal;
	font-variant: small-caps;
}

h6 {
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	font-family: Times New Roman, serif;
	font-weight:normal;
}

em {
font-size:15px;
}


hr {
	height: 1px;
	color:#000000;
	background-color:#000;
}

/* ------------------------------ link styles ------------------------------ */


a:link{
	color:#000000;
	text-decoration: underline;
}
a:visited{
	color:#000000;
	text-decoration: underline;
}
a img {
}
a:hover,
a:active {
	color:#7E420E;
	text-decoration: underline;
}

.ON {
	color:#7E420E;
}



/* ------------------------------ image styles ------------------------------ */



img {
	border:1px solid #000000;
}


#container div.image {
	float:left;
	padding: 0px 10px 5px 0px;
}


#container img.borderless {
	border:none;
}
#container img.plan {
	border:none;
	float:left;
	padding: 0px 25px 0px 0px;
}

#container img.partnerlogo {
	border:none;
	float:left;
	padding: 0px 5px 0px 0px;
}


#container img.planB {
	border:none;
	float:right;
	padding: 0px 65px 0px 0px;
}



#container img.planD {
	border:none;
	float:left;
	padding: 0px 0px 0px 0px;
}


#container img.planRight {
	border:none;
	float:right;
	padding: 0px 20px 0px 0px;
}

#container img.planRightF {
	border:none;
	float:right;
	padding: 0px 15px 0px 0px;
}

#container img.planRightE {
	border:none;
	float:right;
	padding:20px 0px 0px 0px;
}


div.borderBottom {
	border-bottom:#000000 2px solid;
	margin-bottom:25px;
}


/* ------------------------------ sifr ------------------------------ */
/* These are standard sIFR styles... do not modify */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
	visibility:hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}


/* ------------------------------ header ------------------------------ */


#logo {
	text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
	border: 0px;
}




/* ------------------------------ dropdown nav ------------------------------ */



#nav, #nav ul { /* all lists */
	display:inline-block;
	width:99%;
	height:1.2em;
	margin:20px 0px 8px 0px;
	font-size: 1.2em;
	font-family: Times New Roman, times, serif;
	font-weight: normal;
	font-variant: small-caps;
	text-decoration: none;
	list-style: none;
	padding:5px;
	line-height:.9;
	vertical-align:baseline;
	border-bottom: 1px solid #000000;
	z-index: 2;
}

#nav a {
	display: block;
	width: auto;
	color: #000000;
	height:auto;
	margin-top:0px;
	z-index: 5;
}

#nav a:hover {
	color: #7E420E;
	z-index: 5;
}


#nav li { /* all list items */
	display:block;
	float: left;
	width:auto;
	padding:0px 36px 0px 0px;
	z-index: 3;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #e1d5b4;
	height:auto;
	width: 8.25em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top:0px;
	font-size: .95em;
	font-family: Times New Roman, times, serif;
	font-weight: normal;
	font-variant: small-caps;
	text-decoration: none;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	z-index: 4;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	clear:both;
	left: auto;
	z-index: 5;
}



/* ------------------------------ content layout ------------------------------ */


#container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:0px;
	width:825px;
	background-color:#e1d5b4;
}


#content {
	position:relative;
	top:25px;
	float:clear;
	display:block;
	height:auto;
	width:auto;
	padding:0px 0px 0px 0px;
}



#contentFlash {
	position:relative;
	display:block;
	background-image:url(../_images/image1.jpg);
	background-color:#e3dfdd;
	top:0px;
	left:0px;
	height:450px;
	width:825px;
	padding:0px;
	z-index:0;	
}


#splashBox {
	position:relative;
	top:0px;
	display:block;
	height:450px;
	width:825px;
	overflow:hidden;
	padding:0px 0px 0px 0px;
	float:left;
	z-index:1;
}


#PhotoBox {
	position:relative;
	display:block;
	height:338px;
	width:825px;
	margin:0px 0px 20px 0px;
	z-index:1;
}


#PhotoBoxCaption {
	position:relative;
	display:inline-block;
	height:358px;
	width:825px;
	margin:0px 0px 0px 0px;
	z-index:1;
}



#imgLeft {
	display:block;
	width: 560px;
	height: 338px;
	margin: 0px 0px 20px 0px;
	float: left;
	}

#imgLeftCaption {
	display:block;
	width: 560px;
	height: 358px;
	float: left;
	}

#PhotoSideBox {
	display: inline-block;
	width: 245px;
	height: 338px;
	margin:0px 0px 10px 20px;
	float: left;
	}
*html #PhotoSideBox {
	margin-left: 15px;
}

#PhotoSideBoxCaption {
	display: inline-block;
	width: 245px;
	height: 358px;
	margin:0px 0px 0px 20px;
	padding:0px;
	float: left;
	}
*html #PhotoSideBoxCaption {
	margin-left: 15px;
}

#PhotoSideBoxLong {
	display: inline-block;
	width: 245px;
	height: 600px;
	margin-left:20px;
	float: left;
	}
*html #PhotoSideBoxLong {
	margin-left: 15px;
}

.SidePhotoTop {
	display: block;
	width: 245px;
	height: 159px;
	padding-bottom: 20px;
	float: left;
	}

.SidePhotoBottom {
	display: block;
	width: 245px;
	height: 159px;
	padding-bottom: 20px;
	float: left;
	}


.SidePhotoBottCap {
	display: block;
	width: 245px;
	height: 159px;
	float: left;
	}

#ContentBox {
	position:relative;
	display:inline-block;
	width:560px;
	margin:0px 0px 20px 0px;
	border:none;
	float:left;
	z-index:1;
}

#ContentBoxPlan {
	position:relative;
	display:inline-block;
	width:560px;
	height:650px;
	margin:0px 0px 20px 0px;
	border:none;
	float:left;
	z-index:1;
}

#ContentBoxA {
	position:absolute;
	display:inline-block;
	width:560px;
	height:600px;
	margin:0px 0px 20px 0px;
	border:none;
	visibility:visible;
	z-index:5;
}

#ContentBoxB {
	position:absolute;
	display:inline-block;
	width:560px;
	margin:0px 0px 20px 0px;
	border:none;
	visibility:hidden;
	z-index:1;
}

#ContentBoxC {
	position:absolute;
	display:inline-block;
	width:560px;
	margin:0px 0px 20px 0px;
	border:none;
	visibility:hidden;
	z-index:1;
}

#ContentBoxD {
	position:absolute;
	display:inline-block;
	width:560px;
	margin:0px 0px 20px 0px;
	border:none;
	visibility:hidden;
	z-index:1;
}

#ContentBoxE {
	position:absolute;
	display:inline-block;
	width:560px;
	margin:0px 0px 20px 0px;
	border:none;
	visibility:hidden;
	z-index:1;
}

#ContentBoxF {
	position:absolute;
	display:inline-block;
	width:560px;
	margin:0px 0px 20px 0px;
	border:none;
	visibility:hidden;
	z-index:1;
}

#ContentBoxG {
	position:absolute;
	display:inline-block;
	width:560px;
	margin:0px 0px 20px 0px;
	border:none;
	visibility:hidden;
	z-index:1;
}

#ContentBoxH {
	position:absolute;
	display:inline-block;
	width:560px;
	margin:0px 0px 20px 0px;
	border:none;
	visibility:hidden;
	z-index:1;
}

#ContentBox6Floor {
	position:absolute;
	display:inline-block;
	width:560px;
	margin:0px 0px 20px 0px;
	border:none;
	visibility:visible;
	z-index:1;
}



#ListBox {
	position:relative;
	display:block;
	width:560px;
	margin:0px 0px 0px 0px;
	border-top:1px solid #000000;
	float:left;
}

#ListBox ul {
	line-height:1.25em;
	margin:0px 0px 0px 10px;
	padding-left: 5px;
	}

#ListBox li {
	margin:0px 0px 10px 0px;
	}


.LeftColumn {
	position:relative;
	display:block;
	width:270px;
	margin:5px 20px 0px 0px;
	border:none;
	float:left;
}

.RightColumn {
	position:relative;
	display:block;
	width:270px;
	margin:5px 0px 0px 0px;
	border:none;
	float:left;
}

.event {
	display:block;
	width: 150px;
	height: 80px;
	margin: 10px 30px 0px 0px;
	line-height: 1.3em;
	float: left;
}


.SalesOffice {
	display:block;
	width: 200px;
	margin: 5px 30px 0px 0px;
	line-height: 1.3em;
	float: left;
}



.biography_wide {
	display:block;
	width: 550px;
	margin: 0px 0px 0px 0px;
	line-height: 1.3em;
	float: left;
}


.biography {
	display:block;
	width: 400px;
	margin: 0px 0px 10px 0px;
	line-height: 1.3em;
	float: left;
}



#SideNav {
	position:relative;
	display:inline-block;
	width:245px;
	margin:0px 0px 0px 20px;
	border:none;
	float:left;
	text-align: left;
	vertical-align:top;
	z-index:1;
}


#SitePlan {
	display:block;
	width: 825px;
	height: 220px;
	margin: 0px 0px 0px 0px;
	float: left;
}


.reg{
	display:block;
	width: 260px;
	height: 55px;
	margin: 10px 30px 0px 0px;
	border-top: 0px solid #000000;
	line-height: 1.3em;
	float: left;
}


.right {
	display:block;
	width: 245px;
	height: 55px;
	margin: 10px 0px 0px 0px;
	border-top: 0px solid #000000;
	line-height: 1.3em;
	float: left;
}

.norule {
	display:block;
	width: 260px;
	height: 55px;
	margin: 10px 30px 0px 0px;
	border-top: none;
	float: left;
}

.floorplan{
	display:block;
	width: 260px;
	height: 200px;
	margin: 10px 20px 0px 0px;
	border-top: 1px solid #000000;
	line-height: 1.5em;
	float: left;
}

.floorplanSide{
	display:block;
	margin: 10px 20px 30px 0px;
	border-top: 0px solid #000000;
	line-height: 1.5em;
}

.floorplanSide_line{
	display:block;
	margin: 10px 20px 30px 0px;
	border-top: 1px solid #000000;
	line-height: 1.5em;
}

.floorplanRight{
	display:block;
	width: 260px;
	height: 110px;
	margin: 10px 0px 0px 0px;
	border-top: 1px solid #000000;
	line-height: 1.5em;
	float: right;
}

.floorPlate{
	display:block;
	margin: 0px 0px 0px 0px;
	float: right;
}


ul {
	line-height:1.25em;
	margin:0px 0px 0px 10px;
	padding-left: 5px;
	}

li {
	line-height:1.25em;
	margin:0px 0px 10px 0px;
	}

#clear {
	clear:both;
	padding:5px;
}

#clearPlans {
	clear:both;
	padding-top:20px;
}
.clearNoPad {
	clear:both;
}

/* ------------------------------ footer ------------------------------ */
#footer {
	position:relative;
	display:inline-block;
	padding:0px 10px 4px 0px;
	font-size:90%;
	width: 500px;
	float:left;
	clear: both;
	z-index:0;
}
.footerBottom {
	position:relative;
	display:inline-block;
	text-align:left;
	float:left;
	vertical-align: baseline;
	z-index:0;	
