body{
font-family: "Trebuchet MS";
font-size: 12px;
color: #222;
}

#logo{
background: url('../img/flagship_logo.png') no-repeat top;
width: 133px;
height: 125px;
float:  left;
z-index: 30;
}

h3{
font-size: 16px;
color: #9c9275;
margin: 5px 0 5px 0;
}

h3 a{
font-size: 16px;
color: #9c9275;
margin: 5px 0 5px 0;
}

h3 a:visited{
font-size: 16px;
color: #9c9275;
margin: 5px 0 5px 0;
}

a{
text-decoration: none;
color: #0066cc;
}

a:hover{
text-decoration: underline;
color: #114477;
}

a:visited{
color: #0066cc;
}

/*HEADINGS*/

#welcome{
background: url('../img/welcome.png') no-repeat;
width: 345px;
height: 17px;
margin: 0 0 10px 0;
}

#discover{
background: url('../img/discover.png') no-repeat;
width: 474px;
height: 17px;
margin: 0 0 10px 0;
}

#tradewinds{
background: url('../img/tradewinds.png') no-repeat;
width: 289px;
height: 17px;
margin: 0 0 10px 0;
}

#history{
background: url('../img/history.png') no-repeat;
width: 233px;
height: 17px;
margin: 0 0 10px 0;
}

#perfect{
background: url('../img/perfect.png') no-repeat;
width: 324px;
height: 17px;
margin: 0 0 10px 0;
}

#true_luxury{
background: url('../img/true_luxury.png') no-repeat;
width: 259px;
height: 17px;
margin: 0 0 10px 0;
}

#private_gated{
background: url('../img/private_gated.png') no-repeat;
width: 350px;
height: 17px;
margin: 0 0 10px 0;
}

#walk_to_beach{
background: url('../img/walk_to_beach.jpg') no-repeat;
width: 469px;
height: 17px;
margin: 0 0 10px 0;
}
/*HEADINGS*/

#nav_main{
text-transform: uppercase;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}

#want{
background: url('../img/want.png') no-repeat;
width: 187px;
height: 13px;
margin: 5px 0 5px 0;
position: relative;
left: 230px;
}

#need{
background: url('../img/need.png') no-repeat;
width: 184px;
height: 13px;
margin: 5px 0 5px 0;
position: relative;
left: 230px;
}

#deserve{
background: url('../img/deserve.png') no-repeat;
width: 165px;
height: 13px;
margin: 5px 0 5px 0;
position: relative;
left: 230px;
}

#climb{
background: url('../img/climb.png') no-repeat;
width: 204px;
height: 13px;
margin: 5px 0 5px 0;
position: relative;
left: 230px;
}

/*ABOUT ST. LUCIA*/
#the_island{
background: url('../img/island.png') no-repeat;
width: 145px;
height: 20px;
margin: 0 0 10px 0;
}

/*CONTACT*/
#contact_us{
background: url('../img/contact_us.png') no-repeat;
width: 127px;
height: 17px;
margin: 0 0 10px 0;
}

/* BUYING TIPS*/
#buying_tips{
background: url('../img/buying.png') no-repeat;
width: 137px;
height: 17px;
margin: 0 0 10px 0;
}

/*HURRICANES*/
#hurricanes_rare{
background: url('../img/hurricanes_rare.png') no-repeat;
width: 388px;
height: 17px;
margin: 0 0 10px 0;
}

/*LINKS*/
#help_links{
background: url('../img/help_links.png') no-repeat;
width: 446px;
height: 17px;
margin: 0 0 10px 0;
}

/*WHO WE ARE*/
#who_we{
background: url('../img/who_we.png') no-repeat;
width: 427px;
height: 17px;
margin: 0 0 10px 0;
}

/*WHAT WE BUILD*/
#what_build{
background: url('../img/what_build.png') no-repeat;
width: 434px;
height: 17px;
margin: 0 0 10px 0;
}

/*INVESTMENT OPPORTUNITY*/
#invest_opp{
background: url('../img/h_invest.png') no-repeat;
width: 307px;
height: 17px;
margin: 0 0 10px 0;
}

/*TRADEWINDS GOLF VILLAS INDEX*/
#tradewinds_logo{
background: url('../img/TW_logo.png') no-repeat;
width: 269px;
height: 147px;
margin: 0 0 20px 0;
position: absolute;
top: 205px;
left: 20px;
z-index: 30;
}

#nav_siteplan{
background: url('../img/nav_siteplan.png') no-repeat;
width: 55px;
height: 54px;
text-indent: -9999px;
position: absolute;
left:0;
}

#nav_houseplans{
background: url('../img/nav_houseplan.png') no-repeat;
width: 74px;
height: 54px;
text-indent: -9999px;
position: absolute;
left: 60px;
top: 93px;
}

#nav_locationmap{
background: url('../img/nav_locationmap.png') no-repeat;
width: 86px;
height: 54px;
text-indent: -9999px;
position: absolute;
left: 140px;
top: 98px;
}
#nav_rental{
background: url('../img/nav_rental.png') no-repeat;
width: 115px;
height: 54px;
text-indent: -9999px;
position: absolute;
left: 231px;
top: 98px;
}
#nav_contact{
background: url('../img/nav_contact.png') no-repeat;
width: 67px;
height: 54px;
text-indent: -9999px;
position: absolute;
left: 351px;
top: 93px;
}

/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }