#nav {
	position: relative;
}


td#header {
	width: 954px;
	height: 157px;
	background:#000 url(../images/header-graphic.jpg) no-repeat left top;
	margin: 0;
	padding: 0;
	}

td#header ul {
float: left;	
width: 95%;
list-style-type: none;
text-indent: -9999px;
position: absolute;
top: 115px;
left: 50px;
}


td#header li {
	float: left;
	margin-right: 20px;
}

td#header a {
	display: block;
	border: none;
}

a#home {
	background: url(../images/nav-home.gif) no-repeat left top;
	width: 45px;
	height: 23px;
}
a#home:hover {
	background: url(../images/nav-home-h.gif) no-repeat left top;
}

a#property-plans {
	background: url(../images/nav-propertyplans.gif) no-repeat left top;
	width: 88px;
	height: 23px;
}
a#property-plans:hover {
	background: url(../images/nav-propertyplans-h.gif) no-repeat left top;
}

a#floor-plans {
	background: url(../images/nav-floorplans.gif) no-repeat left top;
	width: 69px;
	height: 23px;
}
a#floor-plans:hover {
	background: url(../images/nav-floorplans-h.gif) no-repeat left top;
}

a#amenities {
	background: url(../images/nav-amenities.gif) no-repeat left top;
	width: 65px;
	height: 23px;
}
a#amenities:hover {
	background: url(../images/nav-amenities-h.gif) no-repeat left top;
}

a#location {
	background: url(../images/nav-location.gif) no-repeat left top;
	width: 54px;
	height: 23px;
}
a#location:hover {
	background: url(../images/nav-location-h.gif) no-repeat left top;
}

a#developer {
	background: url(../images/nav-developer.gif) no-repeat left top;
	width: 64px;
	height: 23px;
}
a#developer:hover {
	background: url(../images/nav-developer-h.gif) no-repeat left top;

}

a#faq {
	background: url(../images/nav-faq.gif) no-repeat left top;
	width: 37px;
	height: 23px;
}
a#faq:hover {
	background: url(../images/nav-faq-h.gif) no-repeat left top;
}

a#news-updates {
	background: url(../images/nav-newsupdates.gif) no-repeat left top;
	width: 103px;
	height: 23px;
}
a#news-updates:hover {
	background: url(../images/nav-newsupdates-h.gif) no-repeat left top;
}

a#contact-us {
	background: url(../images/nav-contact.gif) no-repeat left top;
	width: 68px;
	height: 23px;
}

a#contact-us:hover {
	background: url(../images/nav-contact-h.gif) no-repeat left top;
}



.saveAndResume {
	text-align:right;
}
.saveAndResume fieldset {
	text-align:left;
}
.saveAndResume #tfa_resumeEmail {
	width: 195px;
}
.saveAndResume #tfa_resumePassword {
	width: 195px;
}
.saveAndResume .actions  { 
	width: 200px !important; 
	text-align: right; 
}
.saveAndResume .actions input {
	font-weight: bold;
	font-size: 100%;
}
.saveAndResume .actions #tfa_resumeLater.wfHideSubmit {
	display: inline !important;
}
.onstate-resumelater { display: block }
.errorMessage {
	color:red;
	background-color:white;
	padding:5px;
	border:1px solid #F77;
	font-family:sans-serif;
}