@charset "UTF-8";
/* 
	Based on Walden "Master Style Sheet" developed by Aaron Gough 
	Walden: http://www.waldendesign.com
*/

/************************************************

			Generic Basic Styling
			
*************************************************/

body, html{
border: 0;
padding: 0;
margin: 0;
}

body{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
background: #405325 url(images/template_images/background.gif) top left repeat-x;
}

h1, h2, h3, h4, h5{
margin: 0;
padding: 0;
font-weight: bold;
color: #405325;
}

img{
border: 0;
}

h1{

}

h2{

}

h3{

}

h4{

}

h5{

}

p{

}

ul{

}

a{
color:#405325;
}

/************************************************

		Custom Styling for Specifi IDs
			
*************************************************/

#container{
width: 1000px;
margin: 0 auto;
background: transparent url(images/template_images/column_repeat.gif) top left repeat-y;
}

#container_header{
width: 983px;
background: transparent url(images/template_images/header.jpg) top left no-repeat;
}

#container_footer{
width: 983px;
background: transparent url(images/template_images/footer.gif) bottom left no-repeat;
position: relative;
}

#flash_header{
width: 983px;
height: 178px;
}

#flash_images{
width: 983px;
height: 155px;
}

#header_menu{
width: 1020zpx;
height: 68px;
}

#main_menu{
margin: 0;
padding: 0;
list-style: none;
padding-left: 18px;
}

.no_submenu, .has_submenu{
	float: left;
	display: block;
	height: 32px;
	position: relative;
	width: 130px;
}

.no_submenu a, .has_submenu span{
display: block;
height: 32px;
line-height: 32px;
text-decoration: none;
color: #d8cdb0;
}

.no_submenu a:hover, .has_submenu span:hover{
color: #48592b;
}

.is_submenu{
position: absolute;
top: 30px;
left: 0px;
margin: 0;
padding: 0;
list-style: none;
background: #252c19;
text-align: left;
border: 1px solid #252c19;
}

.is_submenu li a{
display: block;
line-height: 20px;
width: 200px;
padding: 5px;
padding-left: 10px;
padding-right: 10px;
color: #d8cdb0;
text-decoration: none;
}

.is_submenu li a:hover{
background: #d8cdb0;
color: #252c19;
}

#book_online{
width: 110px;
}

#home{
width: 64px;
}

#the_resort{
width: 84px;
}

#activities{
width: 114px;
}

#packages{
width: 134px;
}

#photo_gallery{
width: 104px;
}
#rates{
width: 64px;
}

#about_us{
width: 84px;
}

#contact{
width: 84px;
}

#news{
width: 120px;
}

#left_column{
width: 422px;
display: inline;
float: left;
margin-left: 102px;
padding-bottom: 85px;
color: #252c19;
text-align: left;
}


#left_column2{
width: 780px;
display: inline;
float: left;
margin-left: 102px;
padding-bottom: 85px;
color: #252c19;
text-align: left;
}

#right_column{
width: 339px;
display: inline;
float: right;
margin-right: 108px;
padding-bottom: 57px;
}

#spacer{
width: 100%;
height: 1px;
overflow: hidden;
clear: both;
}

#footer_contact{
text-align: right;
color: #405325;
font-size: 10px;
padding-top: 20px;
}

#footer_contact a{
color: #405325;
}

#footer_notes{
width: 983px;
margin: 0 auto;
height: 20px;
padding-bottom: 30px;
position: relative;
}

#walden_badge{
display: block;
position: absolute;
top: 0px;
left: 104px;
font-size: 10px;
color: #6b7550;
}

#copyright{
position: absolute;
top: 0px;
right: 108px;
font-size: 10px;
color: #6b7550;
}

/************************************************

				Global Classes
			
*************************************************/

/* for any block-level elements */
.clear{ 
clear:both; 
}

.float_left{
float:left;
}

.float_right{
float:right;
}

/* for text */
.text-left{
text-align:left;
}

.text-right{
text-align:right;
}

.text-center{
text-align:center;
}

.text-justify{
text-align:justify;
}

.bold{
font-weight:bold;
}

.italic{
font-style:italic;
}

.underline{
text-decoration: underline;
}

.highlight{
background:#ffc;
}

/* for images */
.img-left{
float: left;
display: inline;
margin: 4px 10px 4px 0;
}

.img-right{
float: right;
display: inline;
margin: 4px 0 4px 10px;
}

/* for lists */
.nopadding{
padding:0;
}

.noindent
{
margin-left: 0;
padding-left: 0;
}

.nobullet{
list-style: none;
list-style-image: none;
}

.tableText{
font-size:10px;
}

