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

body{
	margin:0;
	padding:0;
	background: url(../images/bg.jpg) center top no-repeat #2A6313;
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#container{
	background: #d2cbb1;
	margin: 0 auto 0 auto;
	width:700px;
	border: solid 10px #000;
}
#innercontainer{
	width:679px;
	margin: 10px auto 10px auto;
}
a{
	color: #2a5915;
	text-decoration:none;
}
a img{
	border:none;
	text-decoration:none;
}
h1{
	margin:0 0 10px 0;
	padding:0;
	font-size: 16px;
}
hr{
	background:#2a5915;
	height: 1px;
	color: #2a5915;
	border: 0;
}
table, td, tr{
	margin:0;
	padding:0;
}
#contentwrapper{
	background: #fff;
	padding: 10px;
	margin-top: 8px;
}
#content{
	background: url(../images/body-tile.jpg) repeat-x #414143;
}
.cell1{
	padding:10px;
}
.cell2{
	border-left: solid 1px #2a5915;
	padding:40px 20px 40px 40px;
}
.cell3{
	padding:10px;
	width:200px;
}
.cell4{
	width:200px;
}
.cell4 a, .cell7 a, .cell8 a{
	color:#fff;
	height:28px;
	font-size:12px;
	display:block;
	text-align:right;
	padding:2px 10px 0 0;
	width:190px;
}
.cell4 a:hover, .cell7 a:hover, .cell8 a:hover{
	color:#2a5915;
	text-decoration:none;
	background:#000;
}
.cell4 h1{
	padding: 10px 0 0 10px;
}
.cell5{
	width:250px;
	padding:10px;
	border-right: solid 1px #2a5915;
}
.cell6{
	padding:10px;
	border-top:solid 1px #2a5915;
}
.cell7{
	width:173px;
	border-right:solid 1px #2a5915;
	text-align:right;
	padding-top:10px;
}
.cell8{
	padding-top:10px;
	text-align:left;
}
.right{
	float:right;
	margin: 10px 0 20px 0;
}
.clear{
	clear:both;
}
.socialright{
	float:right;
	clear:both;
	padding:3px;
	height: 35px;
	margin-bottom:8px;
}

.story{
	display:none;
}

/*---------------Navigation-----------------*/

#nav{
	background: url(../images/nav-bar.jpg) no-repeat;
	height: 41px;
	padding-left:55px;
}
#nav a{	
	float:left;
    display: block;
	text-decoration: none;
	height: 41px;
}
#nav a:hover{
	background-position: 0 -41px;
}
a.home{
   width: 69px;
   background: url("../images/home_bt.gif") 0 0 no-repeat;
}
a.services{
   width: 78px;
   background: url("../images/services_bt.gif") 0 0 no-repeat;
}
a.packages{
   width: 90px;
   background: url("../images/packages_bt.gif") 0 0 no-repeat;
}
a.concierge{
   width: 92px;
   background: url("../images/concierge_bt.gif") 0 0 no-repeat;
}
a.products{
   width: 82px;
   background: url("../images/products_bt.gif") 0 0 no-repeat;
}
a.gallery{
   width: 70px;
   background: url("../images/gallery_bt.gif") 0 0 no-repeat;
}
a.location{
   width: 80px;
   background: url("../images/location_bt.gif") 0 0 no-repeat;
}
#container #innercontainer #contentwrapper #content .cell5 .style1 {
	border-bottom: thin solid #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

