body {

	background: url('images/background.jpg') top left;
	font-family: Georgia, sans-serif;
	margin: 0;

}

/* General Definitions */

a, a:link, a:active, a:visited{

	color: #416f7a;

}

a:hover{

	text-decoration: none;

}


h1, h2, h3, h4, h5{

	color: #416f7a;
	margin: 0 0 .8em 0;
	font-style: italic;

}

h1{	font-size: 1.8em; }

h2{ font-size: 1.4em; }

h3{ font-size: 1.3em; }

h4{ font-size: 1.1em; }

p{ margin: 0 0 .8em 0; }

ul{

	margin: 0 0 1em 2em;
	list-style: disc;

}

/* Layout and Coloring */

#page {

	display: block;
	text-align: center;

}

#layout {
	
	width: 979px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #798778;
	border-left: 1px solid #798778;
	background: #a4bda2;

}

#header {

	width: 979px;
	height: 250px;
	border-bottom: 1px solid #798778;

}

#home #header {

    height: 357px;
	background: url('images/header.jpg') top left no-repeat;

}

#inn #header {

	background: url('images/header1.jpg') top left no-repeat;

}

#rooms #header {

	background: url('images/header2.jpg') top left no-repeat;

}

#dining #header {

	background: url('images/header3.jpg') top left no-repeat;

}

#area #header {

	background: url('images/header4.jpg') top left no-repeat;

}

#areamap #header {

	background: url('images/header4.jpg') top left no-repeat;

}

#directions #header {

	background: url('images/header5.jpg') top left no-repeat;

}

#reservations #header {

	background: url('images/header6.jpg') top left no-repeat;

}

#photos #header {

	background: url('images/header7.jpg') top left no-repeat;

}

#gc #header {

	background: url('images/header8.jpg') top left no-repeat;

}

#african #header {

	background: url('images/rm-african-hd.jpg') top left no-repeat;

}

#frenchquarter #header {

	background: url('images/rm-frenchquarter-hd.jpg') top left no-repeat;

}

#provence #header {

	background: url('images/rm-provence-hd.jpg') top left no-repeat;

}

#renaissance #header {

	background: url('images/rm-renaissance-hd.jpg') top left no-repeat;

}

#seaside #header {

	background: url('images/rm-seaside-hd.jpg') top left no-repeat;

}

#logo{

	background: url('images/logo.png') top left no-repeat;
	width: 328px;
	height: 206px;
	position: absolute;
	margin: -23px 0 0 8px;
	z-index: 15;

}

#logo h1{

	text-indent: -9000em;

}

.nav ul {

	list-style: none;
	margin: 0;
	padding: 0;

}

.nav ul li {

	float: left;

}

.nav ul li a {

	display: block;
	text-decoration: none;

}

.nav ul li a:hover {

	text-decoration: underline;

}

#topNav{

	padding: 8px;
	padding-right: 0;
	margin: 0 0 0 335px;
	
}

#topNav .quote{

	font-size: 1em;
	line-height: 1.4em;
	padding: 5px 10px 20px 25px;
	min-height: 100px;

}

#topNav ul li a {

	font-size: .95em;
	color: #fff;
	text-decoration: none;
	padding: 2px 8px;
	border-right: 1px solid #fff;

}

#topNav ul li.lastOne a{

	border-right: none;

}

#topNav a:hover {

	text-decoration: underline;

}

#leftSide{
	
	color: #416f7a;
	text-align: center;
	width: 290px;
	position: absolute;
	margin:  0 0 0 25px;
	z-index: 5;

}

#leftSide .leftContent {

	padding: 30px 0 0 0;
	background: #ead89d;

}

#leftSide .gc{

	padding: 20px;
	text-align: right;

}

#leftSide .gc a{

	color: #b53929;
	font-style: italic;
	font-size: 1.1em;
	text-decoration: none;

}

#leftSide .gc span{

	font-size: .9em;

}

#leftSide .gc p{

	margin: 10px 0 0 10px;

}

#leftSide .gc img{

	margin: 0 0 0 10px;
	
}

#leftSide .book{

	background: #fbfbf3;
	border: 1px solid #ca9d26;
	padding: 10px;
	width: 200px;
	margin:  10px 0 0 33px;

}

#leftSide .rates{

	background: #fbfbf3;
		text-align: left;
	font-size: .8em;
	border: 1px solid #ca9d26;
	padding: 10px;
	width: 200px;
	margin:  10px 0 0 33px;

}

#leftSide .leftBottom{

	background: url('images/leftbottom.png') bottom left no-repeat;
	width: 290px;
	height: 21px;

}

#leftSide a{

	color: #416f7a;

}

#content {

	border-top: 1px dashed #798778;
	clear: both;
	background: #dee9cd;

}

#content .container {

	margin: 20px 10px 10px 10px;
	font-size: .9em;
	line-height: 1.1em;
	padding: 1em;
	color: #333535;

}

.sideBar #content .container {

	margin: 10px 10px 0 350px;

}

#content .container p{

	margin: 0 0 20px 0;

}

#footer {

	height: 50px;

}

#bottomNav{

	margin: 5px 0 0 335px;
	clear: both;
	height: 20px;
	
}

#bottomNav a{

	font-size: .7em;
	color: #fff;
	border-right: 1px solid #fff;
	padding: 1px 6px;

}

#bottomNav .lastOne a{

	border-right: 0;

}

#copyright{

	color: #fff;
	font-size: .7em;
	padding: .5em .5em .1em .5em;
	text-align: right;

}

/* General Class Definitions */

.clear{ clear: both; }

.image { margin: 8px; }

.right { float: right; }

.left { float: left; }

/* Auto/Conditional PDF Icon */

a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(images/icon_pdf.png) no-repeat right;
}

/* For GC and Photo Code */

#geotrust img{ float: right; }

#photoGalDisplayTable td{ padding: 7px; }

/* More */

.quote{

	color: #416f7a;
	font-style: italic;
	
}

.roomsList {

	list-style: none;
	padding: 0;
	margin: 0;


}

.roomsList li {

	float: left;

}

.roomsList li a{

	padding: 10px;
	background: #fff;
	display: block;
	margin: 0 10px 10px 0;
	color: #416f7a;
	text-decoration: none;
	font-size: 1.3em;

}

.roomsList li span{
	display:block;
	margin: 10px 0 0 0 !important;
	padding: 0;

}

.roomsList li span.price{

	font-size: .8em;
	color: #666;
}

.roomsList li a:hover{

	background: #ccc;

}

.room{

	border: 10px solid #fff;
	margin: 0 0 10px 20px

}

.roomLinks a{
	
	padding: 5px;
	background: #fff;
	text-decoration: none;
	display: block;
	float: left;
	margin: 0 5px 5px 0;

}

.roomLinks a:hover{

	background: #ccc;

}

.roomLinks .checkAvail{

	font-size: 1.2em;
	clear: left;

}

.mapCont{

	float: right;



	margin: 0 0 10px 10px;
	
}

.mapCont a{

	display: block;
	text-align: center;
	padding: 5px;
	background: #fff;
	text-decoration: none;
	
}

.mapCont a:hover{

	background: #ccc;

}

.mapCont img{

	margin: 0 0 5px 0;

}

.bc {
	color: #416f7a;
	text-decoration: none;
	cursor: text;
}

.bc:hover {
	text-decoration: none !important;
}