body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{ margin:0;padding:0; }
table{ border-collapse:collapse;border-spacing:0; }
fieldset,img{ border:0; }
address,caption,cite,code,dfn,th,var{ font-style:normal;font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6{ font-size:100%; }
q:before,q:after{ content:''; }
/* END RESET */


#home_slideshow {
	position:relative;
	height: 334px;
	width: 563px;
	float: right;
}
#home_slideshow img {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}
#home_slideshow img.active {
	z-index:10;
	opacity:1.0;
}
#home_slideshow img.last-active {
	z-index:9;
}
.clearfix {
	clear: both;
}

small {
	font-size: 10px;
}
body#home {
	margin: 0;
	padding: 0;
	background: white url(/images/bg-site-home.png) repeat-x top;
}
body {
	background: white url(/images/bg-site-int.png) repeat-x top;
}
body, td, th {
	font: 13px/18px Arial, Helvetica, sans-serif;
	color: #333333;
}
p, ul, ol, H1, table {
	margin: 0 0 15px;
}
a img {
	border: none;
}
a {
	color: #140b9a;
	text-decoration: none;
}
a:hover {
	color: #d41910;
	text-decoration: underline;
}
form {
	padding: 0;
	margin: 0;
}
form span {
	float: right;
}
#top_bar {
	background: #11346f;
	height: 10px;
}
img.btn:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
#wrapper {
	width: 900px;
	position: relative;
	text-align: left;
	padding: 0;
	margin: 6px auto 0; /* the bottom margin is the negative value of the footer's height */
}
#header {
	width: 900px;
	height: 59px;
	position: relative;
	overflow: visible;
	z-index: 500;
}
#logo {
	background-image: url(/images/logo.png);
	text-indent: -9999px;
	display: block;
	height: 141px;
	width: 212px;
	position: absolute;
	left: 15px;
	top: 9px;
	margin: 0;
	padding: 0;
	z-index: 100;
}
#header H1 {
	margin: 0;
	padding: 0;
}
hr {
	color: #e8e8e8;
	background: #e8e8e8;
	height: 1px;
	width: 100%;
	border: none;
	margin-top: 30px;
}
#main_banner {
	overflow: hidden;
	position: relative;
	z-index: 0;
}
#content {
	padding: 35px 0 20px;
	margin-top: 3px;
}
#reservations_module {
	color: #444;
	width: 305px;
	float: left;
	position: relative;
	z-index: 1;
	padding: 110px 0 0 25px;
}
.receptionist { position: absolute; bottom: 1px; left: 0; }
body#home #reservations_module {
	height: 225px;
}
#reservations_module H4 {
	font-size: 24px;
	color: #d41910;
	line-height: 20px;
	font-family: "Arial Black", Gadget, sans-serif;
}
#reservations_module H4 span {
	font-size: 15px;
}
body#home #reservations_module H4 {
	margin-left: 90px;
}
body#home #reservations_module H1 {
	display: block;
}
body#home #reservations_module H4 span {
	display: block;
}
#reservations_module H1 {
	color: #d41910;
	display: none;
}
#reservations_module #woman {
	position: absolute;
	bottom: 0;
	left: 0;
}
#reservations_module form {
	margin-bottom: 5px;
}
#interior_photo {
	width: 563px;
	height: 245px;
	float: right;
}
#content_right {
	width: 272px;
	float: right;
}
#content_right div {
	padding: 10px 10px 0 5px;
}
.map-icon { float: right; }
body#map .map-icon { display: none; }

#content_left {
	width: 550px;
	float: left;
}
#home_contact_info {
	margin-top: 20px;
}
#home_contact_info td {
	padding-top: 22px;
	border-top: 1px solid #ccc;
}
#footer {
	margin: 0;
	font: 11px Arial, Helvetica, sans-serif;
	border-top: 1px solid #ccc;
	padding: 15px 0;
	text-align: right;
}
#footer a {
	color: #777;
	text-decoration: none;
}
#footer a:hover {
	color: #777;
	text-decoration: underline;
}

#footer p {
	margin: 0;
}

/* HEADERS */

H1 {
	color: #333;
	font: bold 20px Tahoma, Geneva, sans-serif;
}
H2 {
	color: #d41910;
	padding-bottom: 5px;
	border-right: 20px solid white;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	text-transform: none;
	font: italic bold 16px "Arial Black", Gadget, sans-serif;
	letter-spacing: -1px;
}
p + H2 { padding-top: 15px; }

/* FORM STYLES */

label {
	float:left;
	width:80px;
	padding-top: 2px;
	display:block;
	text-align:right;
	padding-right: 10px;
}
input,
label {
	margin-bottom:5px;
}
input {
	padding: 4px;
	color: #444444;
	background: #fff;
	border: 1px solid #aaa;
	width: 160px;
	font-size: 12px;
}
form br {
	clear:left;
}
.searchbtn {
	border: none;
	padding: none;
	background: none;
	height: 29px;
	width: 160px;
	margin-left: 82px;
}
/* NAVBAR */

#navbar {
	position: absolute;
	right: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	top: 0px;
	text-transform: uppercase;
}
#navbar li {
	display: inline;
	float: left;
	height: 58px;
}
#navbar a {
	float: left;
	display: block;
	line-height: 58px;
	padding: 0 20px;
	margin: 0 3px;
	color: #d41910;
	text-decoration: none;
}
#navbar a:hover {
	color: white;
	text-decoration: none;
	background: #d41910;
}
body#home #navbar li#homelink {
	display: none;
}
