/* begin center launch pad elements */
#launchpad{
	left: 398px;
	top: 65px;
	width: 557px;
	height: 101px;
	font-size: 9pt;
	position: relative;
}

#launchpad .navitem {
	top: 32px;
	font-size: 9px;
}

#launchpad a.navitem {
  cursor: default;
}


#navpop0{
	left: 8px;
}

#navpop1{
	left: 94px;
}

#navpop2{
	left: 161px;
}

#navpop3{
	left: 238px;
}

/* start popup frame code */
.linkPopup{
	width: 76px;
	top: 60px;
}

.linkPopupTop{
	width: 76px;
	height: 3px;
	background-image: url('../images/navpopup_top_small.png');	
}

.linkPopupBottom{
	width: 76px;
	height: 3px;
	background-image: url('../images/navpopup_bottom_small.png');	
}

.linkPopupMiddle{
	background-image: url('../images/navpopup_middle_small.png');
	width: 76px;
}

.linkPopupMiddle div{
	font-size: 8pt;
	padding: 4px 0px;
	word-spacing: 3px;
}
/* end popup frame code */

/* start specific popups code */
#featuresPopup{
	left: 0px;
}

#plansPopup{
	left: 75px;
}

#lifestylePopup{
	left: 150px;
}

#reservePopup{
	left: 225px;
}

/* end specific popups code */
/* end center launch pad elements */


/* start banner directives */
.banner{
	width: 730px;
	height: 200px;

	z-index: 0;
	background-repeat: no-repeat;
	position: absolute;

	left: 215px;
	top: 130px;	
}

/* All page banners.  The gifs are for IE */
#featuresBanner{
	background-image: url('../images/headers/features.png');	
}

#diningBanner{
	background-image: url('../images/headers/features_dining.png');
}

#accessBanner{
	background-image: url('../images/headers/features_access.png');
}

#downtownBanner{
	background-image: url('../images/headers/features_downtown.png') !important;
}

#locationBanner{
	background-image: url('../images/headers/features_location.png');
}

#plansBanner{
	background-image: url('../images/headers/plans.png');	
}

#mapsBanner{
	background-image: url('../images/headers/maps.png');	
}

#contactusBanner{
	background-image: url('../images/headers/contact_us.png');	
}

#newsBanner{
	background-image: url('../images/headers/news.png');	
}

#communityBanner{
	background-image: url('../images/headers/community.png');	
}
/* end page banners */

/* begin lower content elements */
#content{
	padding-top: 100px;
}

.news_divider{
	width: 100%;
	border-bottom: 1px solid #485D35;
	margin-bottom: 10px;
	clear: left;
}

.news_image{
	float: left;
	margin-right: 5px;
}
#map{
	width: 400px;
	height: 300px;
}
/* end lower content elements */

/* reservation form */
.form_text {
	text-align: right;
	width: 140px;
	font-family: "Helvetica Neue Light", Helvetica, Verdana, Arial, sans-serif;
	font-size: 10pt;
	padding: 6px 0px 5px;
	border: none;
	color: #FFFFFF;
	letter-spacing: normal;
}
.form_field {
	width: 160px;
	text-align: left;
	padding-left: 10px;
}
.error {
	color:#000000;
	font-size:14px;
	padding-left: 95px;
	padding-bottom: 15px;
}
.notify {
	color:#CC9933;
	font-size:14px;
	padding-bottom:15px;
	text-align:center;
	line-height: 15px;
}
.rules {
	color:#663300;
	font-size: 9pt;
}
/* end reservation form */
