/* CSS layout rules for the non-content portions of all sections
	(banner/branding, navigation, footer) */
	
#pageWrapper{
	width:938px;
	margin:0 auto
}

#header{
	position:relative;
	height:99px;
	background: url(http://assets.thelandingsstlucia.com/images/header-bg.gif) top left no-repeat;
	}
	
#logo{
	position:absolute;top:0;left:0;
}
	

/* begin Nav Main Menu */
#Nav
{
	text-align: center;
	height: 25px;
	background: url(http://assets.thelandingsstlucia.com/images/nav-bg.gif) top left no-repeat;
	margin:0 0 2px 0;

}
#Nav ul {
	margin: 0;
	padding: 0;
	float: left;
}

#Nav ul li {
	display: inline;
	list-style: none;
	float: left;
	margin:0;
	text-indent: -9999px;
}

#Nav ul li a {
	padding: 0;
	display:block;
	line-height: 25px;
}

#Nav a.Property
{
	background: url(http://assets.thelandingsstlucia.com/images/mnav-property_off.gif) no-repeat;
	width: 148px;
}

#Nav a.Property:hover
{
	background: url(http://assets.thelandingsstlucia.com/images/mnav-property_on.gif) no-repeat;
}

#Nav a.Residences
{
	background: url(http://assets.thelandingsstlucia.com/images/mnav-residences_off.gif) no-repeat;
	width: 165px;
}
#Nav a.Residences:hover
{
	background: url(http://assets.thelandingsstlucia.com/images/mnav-residences_on.gif) no-repeat;
}

#Nav a.Investment
{
	background: url(http://assets.thelandingsstlucia.com/images/mnav-investment_off.gif) no-repeat;
	width: 110px;
}
#Nav a.Investment:hover
{
	background: url(http://assets.thelandingsstlucia.com/images/mnav-investment_on.gif) no-repeat;
}

#Nav a.Community
{
	background: url(http://assets.thelandingsstlucia.com/images/mnav-community_off.gif) no-repeat;
	width: 110px;
}
#Nav a.Community:hover
{
	background: url(http://assets.thelandingsstlucia.com/images/mnav-community_on.gif) no-repeat;
}

#Nav a.StLucia
{
	background: url(http://assets.thelandingsstlucia.com/images/mnav-stlucia_off.gif) no-repeat;
	width: 67px;
}
#Nav a.StLucia:hover
{
	background: url(http://assets.thelandingsstlucia.com/images/mnav-stlucia_on.gif) no-repeat;
}

#Nav a.News
{
	background: url(http://assets.thelandingsstlucia.com/images/mnav-news_off.gif) no-repeat;
	width: 96px;
}
#Nav a.News:hover
{
	background: url(http://assets.thelandingsstlucia.com/images/mnav-news_on.gif) no-repeat;
}

#Nav a.Vacations
{
	background: url(http://assets.thelandingsstlucia.com/images/mnav-vacation_off.gif) no-repeat;
	width: 115px;
}
#Nav a.Vacations:hover
{
	background: url(http://assets.thelandingsstlucia.com/images/mnav-vacation_on.gif) no-repeat;
}
/* #end Nav */

#flasharea{margin:0 0 2px 0}

#contentarea{
	background: url(http://assets.thelandingsstlucia.com/images/bkg-maincontent2.gif) top left no-repeat;
}

#leftcolumn{
	width:619px;
	float:left;
}
#rightcolumn{
	width:285px;
	float:left;
	background: url(http://assets.thelandingsstlucia.com/images/bkg-sidenav2.gif) top left no-repeat;
	padding:0 30px 0 4px;
/*	height:200px;*/
}
#Content{
	padding:20px 20px 0 30px;
	line-height:1.5em;
	/*font-family:"Verdana";*/
	font-size:12px;
}






#footer{
	background: url(http://assets.thelandingsstlucia.com/images/footer-bg.gif) bottom left no-repeat;
	height:100px;
	position:relative;
}

#footerLinks{
padding:70px 0 0px 30px;
}


/* Site info (footer) ends */