html, body{
	margin:0;
	padding:0;
}

body {
	font: 11px/1.3em Verdana, Geneva, sans-serif;
	background:#faf1e0;

}

.outer-wrapper{
	width:100%;
	
}


img{
    border:none;
	}
	
img	a{
  border:none;
  outline: none;
}

a
{
  outline: none;
}



.wrapper{
	width:900px;
	margin:0 auto;
	
}

.header{
	width:900px;
	height:495px;
	margin:0 auto;
	position:relative;
}


.sub-header{
	width:900px;
	height:385px;
	margin:0 auto;
	position:relative;
}


.top_links{
	position:absolute;
	width:250px;
	right:0px;
	top:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
}

.top-logo img{
	position:absolute;
	top:360px;
	left:-30px;
	float:left;
}

.sub-top-logo img{
	position:absolute;
	top:250px;
	left:-30px;
	float:left;
}

.top_links a{ 
	color:#ffffff;
}


.reservation_box{
	float:right;
	margin:0 22px 0 0;
	font-size:9px;
	text-transform:uppercase;
	color:#ffffff;
	font-family:Verdana, Geneva, sans-serif;
	padding:0 0 3px 3px;
	
}

.reservation_box input{
	font-size:9px;
	color:#000000;
	font-family:Verdana, Geneva, sans-serif;
	
}

.reservation_box select{
	font-size:9px;
	color:#000000;
	font-family:Verdana, Geneva, sans-serif;
	
}

.reservation_inputs{
	float:left;

	width:430px;
	height:37px;
}

.left-reservation-box{
	width:428px;
	float:left;
	height:37px;

}

.content { 
	font-family:Verdana, Geneva, sans-serif;
	line-height:18px;

}

.main_content{
	text-align:justify;
	margin:20px auto;
	width:860px
}

.breadcrumbs{
	padding: 5px 0 0 20px;
}

.left_col{
	width:510px;
	float:left;
	margin:20px;
	text-align:justify;
}

.right_col{
	width:300px;
	float:left;
	margin:20px 0;
	position:relative;
}


.button_holder{
	float:right;
	margin:0 0 30px 0;
	width:100%;
}
.outer_button_image{
	width:272px;
	height:321px;
	float:right;
	margin:10px;
	
}


.button_image{
	float:right;
	width:272px;
	height:321px;

}

.sub_picture{
	width:239px;
	height:268px;
	float:right;

}

.outer_button_image img, .button_image img, .sub_picture img{
	margin:0;
}


.footer_wrapper{
	width:100%;

	height:246px;
}


.footer{
	margin:20px auto;
	width:880px;
	padding:0 0 0 20px;
	font-size:10px;
	
}

.footer a{
	color:#ffffff;
	
}

.footerpad a{
	color:#000000;
	
}
.footer h3{
	font-size:14px;
}


.footer_marquee{
	height:21px;
	width:861px;
	margin:0 auto;
	position:relative;
}

.marquee-header{
	font-size:16px;
	font-weight:bold;
	position:absolute;
	top:3px;
	left:10px;
	font-family:Helvetica, Arial,  sans-serif;
}

.footer_marquee_text{

	width:770px;
	height:17px;
	float:right;
	overflow:hidden;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	margin:2px 10px 0 0;
	
}

.footer_links{
	font-size:10px;
	font-weight:bold;
}

.footer_links a{

	font-weight:bold;
}



.enews{
	
	width:400px;
	height:112px;
	float:left;
}

.williams{

	width:447px;
	height:112px;
	float:right;
	margin:0 20px 0 0;
	
}

.footerpad{
	padding:8px;
	font-size:10px;
}

.footerpad input{
	font-size:10px;
}




	



/* default link styles*/		
a{

	text-decoration: none;
}

a:hover{
	text-decoration: underline;

}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	font-weight:normal;
	line-height:24px;
	padding:0 0 10px 0;
}

h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	line-height:22px;
}

/*HOME SLIDER*/
#home_slider ul, #home_slider li{
	margin:0;
	padding:0;
	list-style:none;
	height:247px;
}
#home_slider li{ 
	width:330px;
	overflow:hidden; 
	display:block;
	z-index:-1;
}	

#home_slider li img{ 
	z-index:-1;
}	

#home_slider{
	position:relative;
}

#nextBtn{ 
	width:24px;
	height:244px;
	position:absolute;
	background:url(/images/slide-right.png) no-repeat;
	z-index:30;
	text-indent:-9999px;
	display:block;
	top:19px;
	left:307px;
}	



#prevBtn{ 
	width:24px;
	position:absolute;
	height:244px;
	top:19px;
	left:1px;
	background: url(/images/slide-left.png) no-repeat;
	z-index:30;
	text-indent:-9999px;
	display:block;
}	
													
#prevBtn a, #nextBtn a{  
	width:24px;
	height:244px;
	display:block;
	text-indent:-9999px;
	
}

#prevBtn , #nextBtn{
	cursor:pointer;
}	

/*END HOME SLIDER*/

/*CALENDAR POP UP*/
.DynarchCalendar-title{
	margin-left:47px;
}

.calendar_image{
	float:left;
	height:17px;
	margin-left:5px;
	margin-top:2px;
	cursor:pointer;
}
/*END CALENDAR POP UP*/