body {

	background: #4E3729;
	font-family: Arial, Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	color:#3F2D21;

}

/* General Definitions */

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

	color: #fff;

}

a:hover{

	text-decoration: none;

}

h1, h2, h3, h4, h5{

	color: #fff;
	margin: 0 0 .2em 0;

}

h1{	font-size: 2.2em; }
h1 a { display:block; height:100%; text-decoration:none; }

h2{ font-size: 1.8em;
    line-height: 1.1em}

h3{ font-size: 1.6em; }

h4{ font-size: 1.4em; }

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

ul{

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

}

/* Layout and Coloring */

#page {

	background: #4E3729 url('images/shadow.png') top center repeat-y;
	display: block;
	text-align: center;

}

#layout {
	
	width: 905px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;

}

#header {

	width: 903px;
	margin: 0 1px;
	height: 140px;
	background: #215F84;

}
#header h1 {
	width:427px;
	height:44px;
	background: url('images/logo.jpg') 15px 15px no-repeat;
	padding: 80px 0 0 20px;
	font-size:16px;
	color:#EED570;
	float:left;
}
#header h1 span {
	display:block;
	text-indent: -1900px;
}
#header div.info {
	float:right;
	width:350px;
	text-align:right;
	padding: 40px 30px 0 30px;
	color:#EED570;
}
#header div.info p {
	width:300px;
	float:right;
}
#header div.info p a {
	color:#EED570;
	text-decoration:none;
}
#header div.info p a:hover {
	text-decoration:underline;
}
#header div.info p.tag {
	width:275px;
	font-size:14px;
	padding:10px 0 0 0;
	line-height: 17px;
}
#topimg {

	width: 903px;
	margin: 0 1px;
	height: 298px;
	background: #CA7149;
	position:relative;
}

#topimg #check_avail{
	position:absolute;
	right:-38px;
	width: 38px;
	height:268px;
	top: 20px;
}
#topimg img {
	margin:0;
	padding:0;
	float:left;
	border: none;
}
#slides img {
	width: 625px;
	height: 298px;
}
#topimg a {border: none;}

#topNav{

	background: #CA7149 url('images/bg_nav.gif') bottom left no-repeat;
	float:right;
	height:100%;
	width:278px;

}

#topNav ul {

	list-style:none;
	padding: 22px 10px 0 0;
	margin:0;
}

#topNav ul li {

	text-align:right;
	padding:0;
	margin:0;
	height:28px;
}

#topNav a {

	display:block;
	padding: 6px 20px;
	border-width:0;
	text-decoration:none;
}

#topNav a:hover {

	text-decoration:underline;
	color: #111;

}

#content {

	background: transparent url('images/bg.jpg') top left repeat-y;

}

.full #content {

	background: transparent url('images/bg-full.jpg') top left repeat-y;

}

#content #main {

	width:625px;
	float:left;
	padding:30px 0 0;
	font-size:13px;
	line-height:16px;

}

.full #content #main {

	width:900px;

}
	#main p {
		padding: 0 40px;
		
	}	
	#main ul {
		padding: 0 40px;
		
	}
	#main h2 {
		padding: 0px 40px 20px;
		font-family: georgia, times new roman;
		font-style:italic;
		color:#215F84;
		font-size:17px;
		line-height: 22px;
	}
	
	#main h3 {
		padding: 0px 40px 0px;
		font-family: georgia, times new roman;
		font-weight:bold;
		color:#C1663D;
		font-size:15px;
	}
	
	
	#main a {
		color:#C1663D;
	}
	
	#main img {
			border:5px solid #f6ead1;
		}

#content #sidebar {

	width:250px;
	padding:10px;
	float:left;
	text-align:center;

}
.full #content #sidebar {

	display:none;
	
}
	#sidebar ul {
		list-style:none;
	}
	#sidebar ul li {
		padding: 4px 0;
		font-size: 12px;
		text-align:left;
	}
	
	#sidebar h3  {
		text-align:left;
	}
	#sidebar h3 img {
		border: none;
	}
	#sidebar img {
		border:5px solid #f6ead1;
	}
	
	#sidebar p {
		
		font-size: 12px;
		line-height:16px;
		text-align:left;
	}
	
#roomsList {
	list-style:none;
	padding:  0 50px;
}
#roomsList li {
	float:left;
	width:170px;
	height:170px;
	margin: 5px;
	text-align:center;
}
#roomsList li.spacer {
	width:75px;
}
#roomsList li a {
	display:block;
	width:150px;
	height:150px;
	padding:5px;
	margin:5px;
	background: #fff;
	text-decoration:none;
}
#roomsList li a:hover {
	background:#EED570;
	margin: 0;
	border: 5px solid #EED570;
}
#roomsList li a span {
	display:block;
	margin: 10px 0 0 0;
	color:#215F84;
	font-size:16px;
	
}

#roomsList img {
	border:0px
	
}
	
#main p#quote {
	margin: 0 0 20px 10px;
	background: url('images/quote.gif') no-repeat;
	padding: 20px 40px;
	width:525px;
	height:37px;
	font-family: georgia, times new roman;
	color:#C1663D;
	font-style:italic;

}
.full #main p#quote {
	background: url('images/quote-full.gif') no-repeat;
	width:805px;
}
#footer {

	background: #215F84;
	font-size:12px;
	margin: 0 1px;
	color:#EED570;

}
#footer a {
	color:#EED570;
}
#footer p {
	padding: 0 20px;
	line-height: 15px;
}
#footer p.right {
	text-align:right;
}
#bottomNav{
	text-align:center;	
}

#bottomNav ul {
	height: 20px;
	margin:0;
	padding:5px 0 40px 0;
}

#bottomNav li {
	display:inline;	
}

#bottomNav a {
	font-size:11px;
	padding: 0px 5px 0px 3px;
	text-decoration:none;
	border-right: 1px solid #fff;
}

#bottomNav li.lastOne a {
	border-right: none;
}

#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; }
#gc #main table { margin: 0 auto; width:700px;}

#photoGalDisplayTable td{ padding: 7px; }

/* More */


#photos #main {
	text-align:center;
}
#photos #main table {
	margin: 0 auto;
}
#photos #main table#photoGalTable td {
	text-align:center;
}#photos #main table#photoGalTable td hr{
	margin: 0 auto;
}