/* THIS CSS PRODUCES A CENTERED 2 COLUMN LAYOUT WITH HEADER AND HORIZONTAL NAV */
/* ALL PNG BACKGROUND GRAPHICS WILL HAVE ADDITIONAL SELECTORS IN IE6.CSS */

/* RESETS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}

/* BEGIN STRUCTURE */
:focus {outline-style: none;} /* removes dotted border around FF links */

html, body {
	margin:0;
	padding:0;
	height:100.1%; /* keeps vertical scroll bar visible in browsers so layout doesn't 'bounce' page to page */
	text-align:center; /* combined with container {margin:0 auto 0 auto} this centers a page */
	background-color:#f2eeed;
	background-image:url("/img/bg-nav.jpg");
	background-position:0px 212px;
	background-repeat:repeat-x;
}

#brandingWrapper {
	background-color:#b9e1fe;
	background-image:url("/img/panoramic.jpg");
	background-position:top center;
	background-repeat:no-repeat;
	border-bottom:1px solid #959595;
}

#branding {
	position:relative; 
	width:1024px;
	height:212px;
	margin:0 auto 0 auto;
}

#branding img#logo {
	position:absolute;
	top:18px;
	left:120px;
}

#container {
	position:relative; 
	width:912px;
	margin:0 auto 0 auto;
	text-align:center;
	border:0px solid black;
}

#nav {
	width:773px;
	height:25px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	margin:0 auto 0 auto;
	margin-top:8px;
	list-style-image:none;
	border:0px solid white;
}

#nav li {
	float:left;
	height:28px;
	border:0px solid white;
}

#nav li.at {background:url("/img/arrow.gif") no-repeat bottom center;}
/*ie.css*/
#nav a {
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:14px;
	display:block;
	height:12px;
	color:#fff;
	padding:2px 23px 6px 23px;
	text-decoration:none;
	border-right:1px solid #967d73;
}
#nav a:visited {}
#nav a:hover {color:#a0c4e0;}

#nav li a#last {border-right:0px solid #967d73;}

#content {
	text-align:left;
	padding:30px 0px 10px 8px;
	border:0px solid #000;
}

#contentMain {
	float:right;
	width:615px;
	margin:0px 10px 0px 0px;
	border:0px solid #000;
}

#contentSub {
	float:left;
	width:240px;
	padding:18px 18px 13px 0px;
	margin:0px 0px 10px 0px;
	background-image:url("/img/gradient.jpg");
	background-position:top right;
	background-repeat:repeat-y;
	border:0px solid #000;
}

#siteInfo {
	height:80px;
	margin-top:20px;
	padding-top:10px;
	border-top:1px solid #7f6761;
}

#siteInfo p {
	float:right;
	padding-right:8px;
}

#siteInfo p#location {
	float:left;
	padding-left:8px;
}
/* END STRUCTURE */

/* BEGIN GENERAL TYPOGRAPHY */
body {
	font-family:arial, sans-serif;
	font-size:62.5%;
	color:#000;
}

h1, h2, h3, h4, h5 {
	font-family:arial, sans-serif;
	margin:0px;
	margin-bottom:4px;
}

p, ul, ol {font-size:14px;}
#contentSub p, #contentSub ul, #contentSub ol {font-size:12px;}

h1 {font-size:24px;color:#cd6240;text-transform: uppercase;} 

h2 {font-size:18px;color:#cd6240;padding-top:20px;}
h2.first {padding-top:0px;}


h3 {font-size:16px;}
#contentSub h3 {text-align:center;}

h4 {font-size:14px;}

p {
	margin:0px;
	margin-bottom:10px;
}

a {text-decoration:none;}
a:visited {color:blue;}
a:hover {color:#000;}

#content li {padding-bottom:9px;}

ul {
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:url("/img/dot.png");
}

ol {
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
}
/* END GENERAL TYPOGRAPHY */

/* BEGIN VARIOUS TAGS AND CLASSES */
img {border:0;}
.30px_bottom_margin {margin-top:30px;}
.center {text-align:center;}
.bold {font-weight:bold;}
.italic {font-style:italic;}
.small {font-size:1.1em;}
.no_spacing {margin:0px; padding:0;}
.light, .tableLight {background-color:#f4e2bd;}
.dark, .tableDark {background-color:#ececec;}
.adminBar {background-color:#2d4122;}
.tableHighlight {background-color:#5f4f4b;}
.white {color:#FFFFFF;}
.hidden {display:none;}
.icon {vertical-align:middle;}
a.no_link, a.no_link:visited, a.no_link:hover {color:#000;text-decoration:none;}

.nakedList {
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none
}

.clear {
	clear:both;
	height:0px;
	border:0px solid #000;
}

.photo, #googleMap {border:5px solid #fff;}

.rooms {float:left;margin:0px 15px 0px 0px;}
/* END VARIOUS TAGS AND CLASSES */

/* BEGIN CUSTOM, SITE SPECIFIC STYLES */
form.form_user .submit { 
	margin:0;
	margin-bottom:0px;
		padding-top:6px;
	padding-right:9px;
	padding-bottom:6px;
	padding-left:9px;
	font-weight:bold;
	color:#fff;
	background-color:#583a32;
	border:0;
}
.button { 
	margin:0;
	margin-bottom:0px;
	margin:0 auto 0 auto;
width:140px;

	
	border:0;
	text-align:center;
}
.button a {	display:block;padding-top:5px;width:130px;
	
	padding-bottom:5px;
	
		font-weight:bold;
	color:#fff;
	font-size:12px;background-color:#583a32;}
.button p {margin:0;padding:0;}
form.form_user .submit:hover, .button a:hover {background:#000;}

form.form_user ul {
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}

.form_user ul li {
	float:left;
	margin-right:25px;
	margin-bottom:8px;
	border:0px solid black;
}
.form_user fieldset {border:1px solid #f2dec3;padding:15px;padding-bottom:0;}
form.form_user {border:0px solid white;background:#fefbf4;padding:5px;}
label, input, textarea, select {font-size:12px;}
form.form_user select {margin-right:5px;}
form.form_user select.narrow {width:50px;}
.long {width:190px;}
.form_user textarea {width:332px;height:45px;}

#roomsList li {width:430px;float:left;margin:0 30px 30px 0px;}
#roomsList h2 {padding-top:5px;}
#roomsList h2, #roomsList p {padding-left:10px;padding-right:10px;}
#roomsList li.nomargin {margin-right:0;}

.small {font-size:11px;color:gray;}

.form_user .checkDates {margin-right:10px;}
.checkDates input {width:90px;}
/*ie.css*/
.iconCal {position:relative;top:1px;left:-21px;}
.calicon {width:14px;height:14px;}
/* END CUSTOM, SITE SPECIFIC STYLES */
