/* 
----------------------------------------------------------------
----------------------------------------------------------------
----------------------------------------------------------------
BASE
----------------------------------------------------------------
----------------------------------------------------------------
---------------------------------------------------------------- 
*/

html body {
	margin: 0;
	padding: 0;
	background: #902213 url(../_images/bg.jpg) repeat-x scroll top center;
	}

#main{
	width:950px;
	height: 400px;
	margin:20px auto;
	padding:0;
	}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	}
	
li {
	margin: 0;
	padding: 0;
	}

p {
 	margin:0 0 15px 0;
	padding: 0;
	font: normal normal normal 11px verdana;
	color: #666;
	line-height: 23px;
	_float: left;
	_width: 100%;
	}

h1 {
	font: italic normal normal 36px Georgia, Serif;
	color: #ccc;
	}
	
h2 { 
	margin: 0 0 10px 0;
	padding: 0;
	font: normal normal normal 24px Georgia, Serif;
	color: #666;
	line-height: 28px;
	}
	
h3 {
	margin:0 0 10px 0;
	padding: 0;
	font: normal normal normal 18px Georgia, Serif;
	color: #666;
	line-height: 28px;
	_width: 100%;
	_float: left;
	}

h4 {
	margin:0 0 10px 0;
	padding: 0;
	text-transform: lowercase;
	font: normal small-caps normal 16px Times, Serif;
	color: #666;
	line-height: 28px;
	_width: 100%;
	_float: left;
	}
	
h6 {}
	
a { color: #2d5f7f; }
	
a:hover {
	color: #2d5f7f;
	text-decoration: none;
	}
	
form {
	margin: 0;
	padding: 0;
	}
	
label {
	margin:0;
	padding: 0;
	font: normal normal normal 11px verdana;
	color: #666;
	}

/* 
----------------------------------------------------------------
----------------------------------------------------------------
NAVIGATION
----------------------------------------------------------------
----------------------------------------------------------------
*/

#navigation {
	float: left;
	width: 230px;
	height: 425px;
	margin: 25px 0 0 0;
	background: #402d0d url(../_images/nav_bg.jpg) repeat-x;
	}
	
#navigation_logo {
	float: left;
	width: 230px;
	height: 150px;
	background: url(../_images/logo.gif) no-repeat;
	}

/* 
----------------------------------------------------------------
NAVIGATION TOP
----------------------------------------------------------------
*/

#navigation_top {
	float: left;
	width: 230px;
	height: 90px;
	margin-bottom: 10px;
	background: url(../_images/navigation_top_bg.jpg) repeat-y;
	}
	
#navigation_top li {
	float: left;
	}

#navigation_top li a {
	float: left;
	width: 230px;
	height: 30px;
	}

.navigation_top_1 a {
	background: url(../_images/navigation_top_1.jpg) no-repeat;
	background-position: 0px 0px;
	}
	
.navigation_top_1 a:hover {	background-position: 0px -30px;	}

.navigation_top_2 a {
	background: url(../_images/navigation_top_2.jpg) no-repeat;
	background-position: 0px 0px;
	}
	
.navigation_top_2 a:hover {	background-position: 0px -30px;	}

.navigation_top_3 a {
	background: url(../_images/navigation_top_3.jpg) no-repeat;
	background-position: 0px 0px;
	}
	
.navigation_top_3 a:hover {	background-position: 0px -30px;	}

/* 
----------------------------------------------------------------
NAVIGATION BOTTOM
----------------------------------------------------------------
*/

#navigation_bottom {
	float: left;
	width: 230px;
	height: 90px;
	}
	
#navigation_bottom li {
	float: left;
	}

#navigation_bottom li a {
	float: left;
	width: 230px;
	height: 23px;
	}
	
.navigation_bottom_1 a {
	background: url(../_images/navigation_bottom_1.gif) no-repeat;
	background-position: 0px 0px;
	}

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

.navigation_bottom_2 a {
	background: url(../_images/navigation_bottom_2.gif) no-repeat;
	background-position: 0px 0px;
	}

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

.navigation_bottom_3 a {
	background: url(../_images/navigation_bottom_3.gif) no-repeat;
	background-position: 0px 0px;
	}

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

.navigation_bottom_4 a {
	background: url(../_images/navigation_bottom_4.gif) no-repeat;
	background-position: 0px 0px;
	}

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

.navigation_bottom_5 a {
	background: url(../_images/navigation_bottom_5.gif) no-repeat;
	background-position: 0px 0px;
	}

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

.navigation_bottom_6 a {
	background: url(../_images/navigation_bottom_6.gif) no-repeat;
	background-position: 0px 0px;
	}

.navigation_bottom_6 a:hover {	background-position: 0px -23px;	}
	
/* 
----------------------------------------------------------------
----------------------------------------------------------------
CONTENT
----------------------------------------------------------------
----------------------------------------------------------------
*/

#content {
	float: left;
	width: 720px;
	margin: 0;
	padding: 0 0 80px 0;
	background: #ffffff url(../_images/content_bg.jpg);
	}
	
#content_bgcontainer {
	float: left;
	width: 720px;
	margin: 0;
	padding: 0;
	}
	
#content_copy {
	float: left;
	width: 380px;
	margin: 0;
	padding: 40px 0 0 70px;
	}
	
.divider {
	float: left;
	width: 380px;
	height: 0px;
	border-top: 1px solid #d0d0d0;
	margin: 10px 0 20px 0;
	_margin: 10px 0 0 0;
	padding: 0;
	color: #515151;
	background-color: #fff;
	}

/* 
----------------------------------------------------------------
CONTENT NAVIGATION
----------------------------------------------------------------
*/

#content_nav {
	float: left;
	width: 380px;
	height: 62px;
	margin: 35px 0 0 0;
	padding-bottom: 40px;
	}
	
.content_nav_left {
	float: left;
	width: 135px;
	height: 62px;
	margin: 0 10px 0 0;
	}
	
.content_nav_right {
	float: left;
	width: 135px;
	height: 62px;
	margin: 0 10px 0 0;
	}
	
#content_nav li {
	float: left;
	border-left: 1px solid #d3d3d3;
	}
	
#content_nav li a {
	float: left;
	width: 125px;
	height: 18px;
	padding: 2px 0 0 10px;
	margin: 0;
	background: #fff url(../_images/content_nav_bg.jpg) no-repeat;
	background-position: 0px 0px;
	font: normal small-caps normal 12px Georgia, Serif;
	text-transform: lowercase;
	text-decoration: none;
	color: #666;
	background: #fff url(../_images/content_nav_bg.jpg) no-repeat;
	background-position: 0px 0px;
	}
	
#content_nav li a:hover { background-position: 0px -20px; }

.border_bottom {
	border-bottom: 1px solid #d3d3d3;
	}
	
.active {
	float: left;
	width: 125px;
	height: 18px;
	padding: 2px 0 0 10px;
	margin: 0;
	font: italic small-caps normal 12px Georgia, Serif;
	text-transform: lowercase;
	text-decoration: none;
	color: #660000;
	background-color: #fff;
	}

/* 
----------------------------------------------------------------
AVAILABILITY FORM
----------------------------------------------------------------
*/

form {
	float: left;
	width: 380px;
	margin: 10px 0 0 0;
	padding: 0;
	}

select {
	float: left;
	font: normal normal normal 20px georgia;
	color: #666;
	background-color: #fffee4;
	margin: 0 5px 5px 0;
	}
	
.select_wrapper {
	float: left;
	width: 380px;
	margin: 5px 0 0 0;
	}

.submit_input_availability {
	float: left;
	width: 160px;
	height: 36px;
	margin: 20px 0 0 0;
	background: #fff url(../_images/button_availability.jpg) no-repeat;
	border: 0px;
	cursor: pointer;
	cursor: hand;
	}
	
.dateicon {
	float: left;
	}
	
.seperator_text {
	float: left;
	margin: 5px 0 0 0;
	padding: 0 5px 0 0;
	font: normal normal normal 11px verdana;
	color: #666;
	}
	
.green {
	color: #678322;
	}
	
.red {
	color: #942314;
	}
	
ul.available_list {
	float: left;
	width: 345px;
	text-transform: lowercase;
	font: normal small-caps normal 16px Times, Serif;
	color: #666;
	margin: 0 0 15px 35px;
	list-style-type: disc;
	}
	
.available_list li {
	margin: 0 0 5px 0;
	}
	
.contact_error {
	background-color: #fafafa;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px 10px;
	margin: 10px 0;
	font: normal normal normal 12px verdana, sans-Serif;
	color: #942314;
	}
	
.contact_error li {
	margin: 0 0 0 25px;
	}
	
/* 
----------------------------------------------------------------
COST
----------------------------------------------------------------
*/

.submit_input_cost {
	float: left;
	width: 160px;
	height: 36px;
	margin: 25px 0 0 0;
	background: #fff url(../_images/button_estimate.jpg) no-repeat;
	border: 0px;
	cursor: pointer;
	cursor: hand;
	}

.content_actionicon {
	float: left;
	height: 18px;
	margin: 0 20px 0 0;
	}
	
.content_actionicon a {
	font: normal normal normal 11px verdana;
	}
	
.costlist {
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
	}
	
.costlist li {
	float: left;
	width: 380px;
	border-bottom: 1px solid #d0d0d0;
	font: normal normal normal 15px Georgia, Serif;
	color: #515151;
	padding: 8px 0 5px 0;
	}	
	
.costlist_left {
	float: left;
	width: 300px;
	}
	
.costlist_right {
	float: left;
	width: 80px;
	text-align: right;
	font-style:italic;
	}

.grey {
	background-color: #f6f6f6;
	}
	
.cost_total {
	float: left;
	width: 380px;
	text-align: right;
	font: italic normal normal 14px Georgia, Serif;
	color: #678322;
	padding: 20px 0 0 0;
	}
	
.cost_total_number {
	font: italic normal normal 24px Georgia, Serif;
	}
	
.checkbox {
	float: left;
	width: 380px;
	font: normal normal normal 11px Verdana;
	color: #666;
	margin: 5px 0 0 0;
	}
	
.hours{
	width: 380px;
	float: left;
	margin-bottom: 5px;
	font: normal normal normal 11px verdana;
	color: #666;
	}
	
.hours_day {
	width: 160px;
	float: left;
	}
	
.hours_time {
	width: 220px;
	float: left;
	}
	
/* 
----------------------------------------------------------------
SIDE NOTE
----------------------------------------------------------------
*/

.side_note {
	float: left;
	width: 100%;
	border-top: 1px solid #d0d0d0;
	margin-top: 30px;
	padding: 30px 0 20px 0;
	color: #515151;
	font: italic normal normal 12px Georgia, Serif;
	}
	
/* 
----------------------------------------------------------------
CONTACT FORM
----------------------------------------------------------------
*/

input {
	float: left;
	font: normal normal normal 20px georgia;
	color: #666;
	background-color: #fffee4;
	}
	
textarea {
	float: left;
	font: normal normal normal 20px georgia;
	color: #666;
	background-color: #fffee4;
	}
	
.input_lg {
	width: 100%;
	}
	
.input_sm {
	width: 100px;
	}
	
.submit_input_send {
	float: left;
	width: 160px;
	height: 36px;
	margin: 25px 0 0 0;
	background: #fff url(../_images/button_send.jpg) no-repeat;
	border: 0px;
	cursor: pointer;
	cursor: hand;
	}
	
/* 
----------------------------------------------------------------
ROOM SPECS
----------------------------------------------------------------
*/

.spec_tabs {
	float: left;
	width: 100%;
	}

.spec_tabs ul {
	float: left;
	width: 100%;
	display: inline;
	}
	
.spec_tabs li {
	float: left;
	height: 23px;
	padding: 7px 10px 0 10px;
	font: normal normal normal 12px Georgia;
	text-align: center;
	color: #666;
	border-right: 1px solid #d0d0d0;
	margin-right: 1px;
	}
	
.spec_tabactive {
	background-color: #fff;
	border: 0px solid #d0d0d0;
	border-bottom: 0px;
	}
	
.spec_tabinactive {
	background-color: #fff;
	}

.spec_box {
	float: left;
	width: 298px;
	padding: 40px 40px 40px 40px;
	border: 1px solid #d0d0d0;
	background-color: #f9f9f9;
	}
	
.spec_box ul {
	list-style-type: disc;
	list-style-position: inside;
	font: normal normal normal 11px Verdana, Sans-Serif;
	color: #666;
	line-height: 18px;
	}
	
.spec_box li {
	margin: 0 0 10px 0;
	}

/* 
----------------------------------------------------------------
BULLETED LIST
----------------------------------------------------------------
*/

.packages_list {
	width: 340px;
	list-style-type: disc;
	font: normal normal normal 11px Verdana, Sans-Serif;
	color: #666;
	padding: 0 0 0 40px;
	line-height: 14px;
	}
	
.packages_list li {
	margin: 10px 0 0 0;
	}
	
.amenities_list {
	width: 340px;
	list-style-type: disc;
	font: normal normal normal 11px Verdana, Sans-Serif;
	color: #666;
	padding: 0 0 20px 40px;
	line-height: 16px;
	}
	
/* 
----------------------------------------------------------------
VENDOR TITLES
----------------------------------------------------------------
*/

.vendor_title {
	float: left;
	width: 100%;
	font: normal bold normal 14px Georgia, Serif;
	color: #515151;
	padding: 0 0 10px 0;
	margin: 10px 0;
	border-bottom: 1px solid #d0d0d0;
	}
	
.vendor_box {
	float: left;
	width: 190px;
	font: normal normal normal 11px Georgia, Serif;
	color: #515151;
	padding: 0 0 25px 0;
	line-height: 14px;
	}

/* 
----------------------------------------------------------------
FLASH BOXES
----------------------------------------------------------------
*/

#gallery_box {
	float: left;
	width: 720px;
	height: 350px;
	}
	
#gallery_thumbs {
	float: left;
	width: 580px;
	padding: 50px 70px 75px;
	}
	
#gallery_thumbs ul { float: left; width: 580px; }
#gallery_thumbs ul li { float: left; width: 180px; text-align: center; margin-right: 20px; }
#gallery_thumbs ul li img { border: 5px solid #efefef; }
	
#home_box {
	float: left;
	width: 720px;
	height: 450px;
	}

/* 
----------------------------------------------------------------
----------------------------------------------------------------
FOOTER
----------------------------------------------------------------
----------------------------------------------------------------
*/

.membership {
	float: left;
	width: 100%;
	}
	
.membership ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

.membership li {
	display: inline;
	margin-right: 25px;
	}
	
.membership p {
	color: #999;
	}

#footer {
	float: left;
	width: 720px;
	text-align: center;
	margin: 20px 0 0px 230px;
	padding-bottom: 20px;
	font: normal normal normal 11px Georgia, Serif;
	color: #b8736a;
	display: inline;
	line-height: 16px;
}

#footer a {
	color: #b8736a;
	text-decoration: none;
	}
	
#footer a:hover { text-decoration: underline; }

/* 
----------------------------------------------------------------
----------------------------------------------------------------
sIFR STYLES
----------------------------------------------------------------
----------------------------------------------------------------
*/

.sIFR-active h1 {
	height: 61px;
	visibility: hidden;
	font-family: Verdana;
	line-height: 1em;
	font-size: 55px;
	padding: 0;
	margin: 0;
	}
	
/* 
----------------------------------------------------------------
----------------------------------------------------------------
HOME NO FLASH
----------------------------------------------------------------
----------------------------------------------------------------
*/

#home_noflash{
	width: 520px;
	padding: 60px 100px 80px 100px;
	}

#home_noflash h2 {
	font: normal small-caps normal 28px Georgia, Serif;
	color: #473000;
	}
	
#home_noflash p {
	color: #473000;
	padding: 25px 0;
	font: normal normal normal 14px Georgia, Serif;
	text-align: center;
	line-height: 1.4em;
	}
}
