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

body {
	background-image:url('../images/home/background.jpg');
}

#nav_tab {
	background-image:url('../images/home/nav_tab.gif');
	width:215px;
	margin-top:1px;
}

#content h2, h2, #content a, label, #content h3, h3, #content ul.list li .expandable_info a.visit_site {
	color: #92A8A4;
}

#home_overall {
	background:url('../images/home/overall_bg.jpg') no-repeat top right;
	height:751px;
	margin-right:8px;
}

#home_main {
	width:627px;
	float:right;
	margin:0;
}

.home_quote {
	margin-top:135px;
}

#sidebar {
	margin-bottom:0;
}

#copyright {
	margin-top:162px;
	margin-bottom:0;
}

/* Rollovers */

a.specials  {
	display:block;
	width:198px;
	height:136px;
	float:right;
	padding-right:72px;
	background:url('../images/home/specials.jpg') no-repeat;
}

a.specials:hover {
	background-position:0 -136px;
}

.directions_container {
	float:left;
}

.blog_container {
	float:right;
	width:454px;
}

a.directions  {
	display:block;
	width:166px;
	height:251px;
	background:url('../images/home/directions.jpg');
	margin:196px 0 0 7px;
}

a.directions:hover {
	background-position:0 -251px;
}

a.candy  {
	display:block;
	width:145px;
	height:159px;
	background:url('../images/home/candy.jpg');
	margin:0 0 0 6px;
	cursor:default;
}

a.candy:hover {
	background-position:0 -159px;
}

.availability {
	width:151px;
	height:160px;
	float:left;
	margin:190px 0 0 0;
}

a.availability  {
	display:block;
	width:126px;
	height:137px;
	float:left;
	background:url('../images/home/availability.jpg');
	margin:205px 0 0 0;
}

a.availability:hover {
	background-position:0 -137px;
}

a.weather  {
	display:block;
	width:140px;
	height:274px;
	float:right;
	background:url('../images/home/weather.jpg') no-repeat;
	margin:90px 0 0 0;
	padding-right:7px;
}

a.weather:hover {
	background-position:0 -274px;
}

.blog {
	width:400px;
	height:180px;
	margin:25px 0 0 11px;
}

.blog a {
	color:#92A8A4;
	text-decoration:none;
}

.blog a:hover {
	color: #D27263;
	text-decoration:none;
}

.blog_more a {
	display:block;
	width:64px;
	height:23px;
	background:url('../images/home/more.gif');
	float:right;
	margin-top:10px;
}

.blog_more a:hover {
	background-position:0 -23px;
}

/* Availability Modal */

.avail_modal_container {
	width:250px;
	margin:auto;
}

.avail_modal_container input#checkin {
	width:220px;
}

#facebox label {
	color:#98B287;
}

.avail_selects {
	margin-top:10px;
}

.avail_selects select { margin-top:3px; }

.modal_submit_buffer {
	padding-top:20px;
}

.modal_submit {
	padding:6px 0 5px 0;
	text-align:center;
	background:#A8BF99;
}

input#availability_submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	padding:6px 18px 5px 18px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	border:1px solid #fff;
	width:auto;
	background-color:#A8BF99;
}

availability_submit:hover {
	color:#CACCCC;
	border-color:#CACCCC;
}