@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana,  Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	background: #ebe8d7;
	background:url(../images/landing_bggrad.jpg);
	background-repeat:repeat-x;
	width:100%;
}

p{
	font-family: Verdana,  Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: .07em;
	text-align: left; 
	color: #82693b;
	margin: 0 0 10px 0;
	}
	

a {
text-decoration: underline;
color:#82693b;
}


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


li{
}

ul{
}

.small {
	font-family: 100% Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: .10em;
	text-align: center; 
	color: #5b5141;
	margin: 0 0 10px 0;

	}
	
.small a{
	color: #5b5141;
	text-decoration:none;

	}
	
.small a:hover{
	color: #5b5141;
	text-decoration:underline;

	}

/* DIVS   */


#container {
width: 980px;
font-family: 100% Verdana, Geneva, Arial, sans-serif;
height: 100%;
overflow: visible;
margin-left: auto;
margin-right: auto;
margin-top:0px;
padding:0px;
background:url(../images/landing_bg.jpg);
background-repeat: no-repeat;
}
	

#header{
padding-top:80px;
width:980px;
height: 81px;
text-align:center;
}


#tagline{
width:980px;
height:65px;
text-align:center;
}

#wrapper{
width:980px;
height:auto;
overflow:hidden;
}

#horizonpic{
float:left;
margin-left:15px;
margin-right:0px;
width:470px;
height: 280px;
}

#oceanviewpic{
float:left;
margin-left:15px;
margin-right:7px;
width:470px;
height: 280px;
}

#left{
float:left;
width:430px;
height: auto;
text-align:right;
padding-left:60px;
}

#right{
float:left;
width:430px;
height: auto;
text-align:left;
padding-left:15px;
padding-right:15px;
}



#right ul, #left ul{
width:420px;
list-style-type: none;
padding: 10px 0 0 0;
margin: 0 0 0 0;
}

#left ul{
text-align: right;}

#right ul{
text-align: left;}



#right li{
color:#82693b;
font-weight:bold;
font-size:11px;
background-image: url(../images/bullet.gif);
background-repeat: no-repeat;
padding-bottom: .8em;
background-position: 0 .4em;
padding-left: 1em;
}

#left li{
color:#82693b;
font-weight:bold;
font-size:11px;
background-image: url(../images/bullet.gif);
background-repeat: no-repeat;
padding-bottom: .8em;
background-position: 100% .4em;
padding-right: 1em;
}





#nav{
width: auto;
display:block;
padding:0 30px 0 0;
margin:50px 0px 20px 0px;
height:30px;
text-align:center;
overflow:visible;
background:#564232;
border: 1px solid #FFCC99;
}
	
#nav ul {
margin:10px 0px 30px 0px;
}

#nav li {

list-style:none;
display:inline;
}






