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

html, body {
	margin: 0px;
	padding:0px;
	height:100%;
	min-height:100%;
	font-family: Georgia, serif;
	background:url(../images/background-pattern.jpg) repeat-x #8c0807;
}

a, a:visited {
	text-decoration:none;
	color:#590101;
}

a:hover, a:focus {
	text-decoration:underline;
}

#container { width: 850px; height:100%; margin: 0 auto; position: relative;  }

#logo {
	position:absolute;
	top:10px;
	width:336px;
	height:163px;
	z-index:10;
	background:url(../images/logo-trans.png);

}

#header {
	position:relative;
	float:right;
	text-align:right;
	top:35px;
	right:15px;

}

#largepic {
	position:absolute;
	right:-20px;
	top:-30px;
	width:618px;
	height:344px;
	z-index:1;

}

#wrapper { 
	position: absolute;
	top:110px;
	left:30px;
	width: 795px;
	border:4px #590101 solid;
	background:url(../images/background-tea-stain.jpg) left bottom;
	z-index:0;
}

#bluesidebar {
	position:absolute;
	width:210px;
	height:100%;
	min-height:100%;
	background:url(../images/background-strips.gif) repeat-y;
	border-right:4px #590101 solid;
	z-index:2;
	

}

#nav {
	position:absolute;
	top:55px;
	left:9px;
	z-index:50;

}

#content{
	position:relative;
	clear:both;
	height:100%;
	min-height:100%;
	padding:320px 20px 20px 250px;
	font-size:13px;
	line-height:1.3em;
	color:#000;
	z-index:5;

}


#leftcolumn {
	float:left;
	position:relative;
	width:290px;
}

#rightcolumn {
	float:right;
	position:relative;
	width:220px;
}

#rightcolumntext {
	margin:0 0 0 10px;
	clear:both;
	position:relative;
}

#address {
	position:absolute;
	bottom:0px;
	margin:25px;
	font-size:11px;
	color:#FFFFFF;
}

#address a, #address a:visited {
	text-decoration:none;
	color:#FFFFFF;
}

#address a:hover {
	text-decoration:underline;
}

#map {
	position:absolute;
	top:338px;
	right:35px;
	width:185px;
	height:270px;
	z-index:6;

}

#copyright {
	clear:both;
	position:relative;
	float:right;
	text-align:right;
	margin:25px;
	font-size:9px;
	color:#590101;
	width:500px;

}

#copyright a, #copyright a:visited {
	text-decoration:none;
	color:#590101;
}

#copyright a:hover {
	text-decoration:underline;
}

h1 {
	color:#ffffff;
	font-size:17px;
	line-height: 1.2; 
	font-weight: normal; 
	margin: 0 0 10px 0;
}

h2 {
	color:#590101;
	font-size:22px;
	line-height: 1.2; 
	font-weight: normal; 
	margin:0;
}

.quotes {
	color:#464b19;
	font-size:22px;
	line-height: 1.2; 
	font-weight: normal; 
	margin:20px 0 0 0;
	display:block;
}

#sidebarquotes {
	position:absolute;
	bottom:150px;
	left:15px;
	width:175px;
	color:#dabe96;
	font-size:19px;
	line-height: 1.2; 
	font-weight: normal;
	font-style:italic;

}

#contact {
	width:200px;
	margin-top:10px;
}

.rooms {
	font-size:11px;
	font-style:italic;
	line-height:1.3em;
	margin:5px 0;
	padding:5px 0;
}

.tax {
	font-size:13px;
	font-style:italic;
	font-weight:bold;	
	line-height:1.3em;
	margin:5px 0;
	padding:5px 0;
}

.subheader {
	color:#590101;
	font-size:14;
	font-family:Verdana, Arial, Helvetica, sans-serif, "Helvetica Neue Light";
	margin:10px 0;
	padding:0;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:-1px;
	
}

.next {
	color:#464b19;
	font-size:16px;
	line-height: 1.2; 
	font-weight: normal; 
	display:block;
	text-align:left;
	margin:0 10px;

}

.next a, .next a:visited  {
	color:#464b19;
	font-size:16px;
	line-height: 1.2; 
	font-weight: normal; 
	display:block;
	text-align:right;
	text-decoration:none;

}

.next a:hover, a:focus {
 text-decoration:underline;
}

.maplink {
	color:#464b19;
	font-size:16px;
	line-height: 1.2; 
	font-weight: normal; 
	display:block;
	text-align:left;
	margin:0 10px;

}

.maplink a, .maplink a:visited  {
	color:#464b19;
	text-decoration:none;

}

.next a:hover, a:focus {
 text-decoration:underline;
}
