/* CSS Document */

body {
	background:white;
	margin:30px 0;
	text-align:center;
	font-family: Verdana, Arial, san-serif;
	color:black;
	font-size:11px;
}

table,input,select,textbox {
	font-family: Verdana, Arial, san-serif;
	color:black;
	font-size:11px;
}

div, ul, li, table, p, h1, h2, h3, h4, h5, h6, img {
	margin: 0; padding: 0; border: 0;
}

div#frame {
	width:780px;
	margin:0 auto;
	text-align:left;
}

div#headline {
	width:780px;
	height:24px;
	background:url(../images/bg-phoneheader.gif);
	background-repeat: no-repeat;
	text-align:right;
}
div#headline h1 {
	color:#15304F;
	font-size:12px;
	font-style:italic;
	padding: 6px 6px 0 0;
}

div#header_image {
	width:780px;
}

div#menu_bar {
	width:780px;
	height:20px;
	background:url(../images/bg-menu.gif);
}

div#menu_bar ul {
	list-style:none;
	float:right;
}
div#menu_bar li {
	float:left;
	position:relative;
	background: url(../images/bg-menuitem.gif);
	text-align:center;
	width:124px;
	height:18px;
	padding-top:2px;
	padding-right:6px;
}
div#menu_bar li:hover { background:url(../images/bg-menuitem-over.gif); }
div#menu_bar li a {
	color:white;
	text-decoration:none;
	font-weight:bold;
}
div#menu_bar li a:hover {
	color:#F0D793;
}

div#main {
	width:778px;
	border:1px solid #A58663;
	overflow: hidden;
	
}
div#main p {
	margin-bottom:12px;
}
div#main a {color:#790B0B;}
div#main a:hover {text-decoration:none;}
div#main h2 {
	color:#714747;
	font-size:11px;
	margin-bottom:8px;
}

div#main ul { list-style:none; margin-left: -16px; }
div#main li { background:url(../images/bg-li-mtn.gif) no-repeat; padding-left:22px; }

div#main_pad {
	padding:10px 10px 6px 10px;
}

div#foot_menu {
	width:780px;
	height:18px;
	padding-top:2px;
	margin:0 auto;
	background:url(../images/bg-menu.gif);
	text-align:center;
	clear: both;
}
div#foot_menu a {
	color:white;
}

div#foot_text {
	margin:0 auto;
	width:780px;
	padding:15px;
	color:#444444;
	text-align:center;
}


/* CONTENT */

table.split_boxes {
	width:100%;
	border-collapse:collapse;
	margin-bottom:12px;
}
table.split_boxes tr {vertical-align:top;}
table.split_boxes td {
	padding:0;
}
table.split_boxes td.space { width:2%;}
table.split_boxes td.smaller {
	width:39%;
	background:#ECE3CA;
}
table.split_boxes td.full {
	width:100%;
	background:#ECE3CA;
}
table.split_boxes td.wider {
	width:59%;
	background:#ECE3CA;
}
table.split_boxes h1 {
	background:url(../images/bg-tablehead.jpg);
	color:white;
	font-size:12px;
	padding:3px 6px;
}

div.table_content {
	padding:6px;
}
div.table_content li { margin-left:20px; margin-bottom:6px; }


.leftimg {
	float:left;
	margin:0 12px 8px 0;
}
.rightimg {
	float:right;
	margin:0 0 8px 12px;
}

h3 { 
	color: #444; 
	font-size: 16px;
	border-bottom: 1px solid brown;
	margin-bottom: 12px;
}

h4 { 
	color: #444; 
	font-size: 13px;
	border-bottom: 1px solid brown;
	margin-bottom: 12px;
}

h5 { 
	color: brown; 
	font-size: 11px;
	border-bottom: 1px solid #444;
	margin-bottom: 6px;
}

h6 { 
	color: #444;
	background: #ccc;
	padding: 2px 6px; 
	font-size: 11px;
	margin-bottom: 6px;
}


/* RESERVATIONS */

div.selectedheader {
	width: 457px;
	/*background: #6A411C;*/
	background:url(../images/bg-tablehead.jpg);
	color: white;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 0 5px 3px;
	margin-bottom: 0;
}
div.selectedmodule {
	width: 444px;
	background: #EFE7CC;
	padding: 8px;
	margin-bottom: 20px;
}

div.unselectedheader {
	width: 452px;
	background: #888;
	color: #555;
	font-size: 12px;
	padding: 3px 0 3px 6px;
	margin-bottom: 6px;
}

table.rooms_table {
	border: 1px solid #6a411c;
	border-collapse: collapse;
	background: white;
	width: 100%;
	margin-bottom: 10px;
}
table.rooms_table tr { vertical-align: top; }
table.rooms_table tr.alt { background: #ffffcc; }
table.rooms_table td { padding: 4px; }
table.rooms_table td.radio_select { background: #6a411c; text-align: center; vertical-align: middle; border-bottom: 1px solid #666;}
table.rooms_table tr.row_select td { background: #790B0B; color: white; }

div.res_summary {
	width: 274px;
	float: right;
	border-left: 1px solid #ccc;
	padding-left: 8px;
	color: #444;
	margin-bottom: 10px;
}
div.res_summary_item {
	background: #FAF4EE;
	padding: 4px;
	margin-bottom: 6px;
}
