/* COLORS

dk purple		2D1F35
lt purple 		6D6797
green			597C5C
blue			99C0D9
lt blue			CCDDDB

						*/

.rooms {
padding: 0 0 0 27px;
}

				
body {

	background: #2D1F35;
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;

}

/* General Definitions */

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


}

a:hover{

	text-decoration: none;

}

h1, h2, h3, h4, h5{

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

}

h1{	font-size: 2.2em; }
h1 span {
	display: none;
	text-indent: -999em;
}
h1 img { float:left; margin:10px 0 0 20px; }

h2 span {	float:left;
	display:block;
	margin-left:-6000px;
}

h2, h3{ font-size: 1.7em; color: #6D6797; margin: .5em 0;}

h4{ font-size: 1.4em; margin: .5em 0; color: #6D6797;}
h5{ font-size: 1.1em; margin: .5em 0; color: #6D6797;}

p{ margin: 0 0 .8em 0; color: #222;}

strong { font-weight:bold; }
	

ul{

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

}

em {font-style: italic;}

/* Layout and Coloring */

#page {

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

}

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

}

#header {

	width: 980px;
	height: 150px;
	background: #F7FBD6 url('images/bg_header.gif') no-repeat bottom left;

}
#headerLeft {
	width:270px;
	padding: 0 0 0 30px;
	float:left;
}
#headerRight {
	width:600px;
	padding: 0 30px 0 0;
	float:right;
}

.book {
	float:right;
	/*width:124px;
	height:42px; */
	margin:20px 0 0 0;
	background:/*url('images/greenrect.gif');*/ #597c5c;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	text-align:center;
	text-transform:uppercase;
}
.book a {
	padding:10px 10px 8px 10px;
	display:block;
	/*width:104px; */
	height:22px;
	text-decoration:underline;
	color:#fff;
}

#summer {
	text-align:center;
	float:left;
	text-decoration:none;
	font-weight:bold;
	margin-bottom:-100px;
	position:relative;
	left:35px;
	font-size:1.1em;
	top:55px;
	width:200px;
	line-height:1.3em;
	background:#f7fbd5;
	padding:5px;
	
}
#summer a{
	text-decoration:none;
	color:red;
}
#summer a:hover{
	text-decoration:underline;
}
#special {
	text-align:center;
	float:right;
	text-decoration:none;
	font-weight:bold;
	margin-bottom:-40px;
	position:relative;
	right:150px;
	font-size:.9em;
	top:3px;
	width:145px;
}

#special a{
	text-decoration:none;
	color:red;
}
#special a:hover{
	text-decoration:underline;
}
.quicklinks {
	float:right;
	width: 180px;
	height:15px;
	margin:34px 0 15px 0;
	font-size:.9em;
	color:#6D6797;
}
.quicklinks a {
	color:#6D6797;
	text-decoration:none;
}
.quicklinks a:hover {
		text-decoration:underline;
}
.description {
	color:#6D6797;
	float:right;
	width:500px;
	text-align:right;
	margin: 30px 0 0 0 ;
	font-size:.8em;
}
#home #top{

	background: #6E6896;
	height:450px;
	text-align:center;

}

#top{

	background: #6E6896;
	height:325px;
	text-align:center;

}

#top a {

	font-size: .9em;
	color: #fff;
	text-decoration: none;

}

#top a:hover {

	color: #fff;
	text-decoration:underline;

}

.menu {display:block; clear:both; height:40px;z-index:1000;}

.nav ul {

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


}

.nav ul li {
	float: left;
}

.nav ul li.drop {
	background: url('images/dn-arr.gif') no-repeat 95% 50%;
	z-index:1000;

}

.nav ul li a {

	display: block;
	padding: .8em 1.3em;
	text-decoration: none;
	color:#fff;

}

.nav ul li a:hover {

	text-decoration: underline;

}

#topimg {

}
#content {

	clear: both;
	background: #F7FBD6 url('images/bg_content.gif') no-repeat top right;

}

#content .container {

	font-size: .9em;
	padding: 1em;
	font-family: georgia, times new roman, times, serif;
	line-height:19px;
	color:#2D1F35;

}
.container a {
	color:#2D1F35;
	text-decoration:underline;
}
#contLeft {
	width:270px;
	float:left;
}
#contRight {
	/* height: 875px; why would you give this a fixed height? wtf */
	width:640px;
	float:right;
	padding: 0 20px 0 0;
}

#roomsList li.video a {
	width:275px;
	height:178px;
	background:#C6D6CF;
	text-decoration:none;
	float:right;
}

#roomsList li.video {
	width:275px;
	height:178px;
	background:#C6D6CF;
	text-decoration:none;
	float:right;
	margin:0px;
}

#roomsList li.video img {
	width:240px;
	height:144px;
	border:1px solid #2D1F35;
	margin:14px;
}

#roomsList li.video a:hover {
	background:#6E6896;
}

.nosidebar #contRight {
	width:930px;
	float:right;
	padding: 0 10px 0 0px;
}
.nosidebar #contRight p {
	padding:0 0 0 15px;
}

#roomsList {
	list-style:none;
}
#roomsList li {
	width:212px;
	height:200px;
	margin:5px;
	float:left;
	border:1px solid #2D1F35;
}
#roomsList li a {
	display:block;
	width:212px;
	height:200px;
	background:#C6D6CF;
	text-decoration:none;
}

#roomsList li.tall{
	width:436px;
}
#roomsList li.tall a{
	width:436px;
}
#roomsList li.tall img{
	width:422px;
}

#roomsList li a:hover {
	background:#6E6896;
}
#roomsList li img {
	width:200px;
	height:150px;
	border:1px solid #2D1F35;
	margin:5px;
}
#roomsList li span {
	display:block;
	text-align:center;
}

#footer {

	background: #6E6896;

}

#bottomNav{

	clear: both;
	
}

#bottomNav a{

	font-size: .9em;

}

#bottomContent{

	height:248px;
	color: #2D1F35;
	background: #9ABFD9 url('images/bg_bottom.gif') no-repeat top left;
	padding: 10px;
	font-family: georgia, times new roman, times, serif;
	font-size:.8em;

}
#bottomContent a {
	color: #2D1F35;
}
#bottomContent p {
	margin: 15px 0 0 0;
}
#bottomLeft {
	width:270px;
	padding: 0 0 0 30px;
	float:left;
}
#bottomContent strong {
	font-size:1.3em;
}
p.book2 {
	float:left;
	width:124px;
	height:42px;
	margin:20px 20px 0 0;
	padding:0 10px 0 0;
	background: transparent url('images/greenrect2.gif') no-repeat;
	text-align:center;
	text-transform:uppercase;
	font-size:1.2em;
}
#bottomContent .book2 a {
	font-family:arial;
	padding:5px 10px 6px 10px;
	display:block;
	width:104px;
	height:22px;
	text-decoration:underline;
	color:#fff;
}
p.book3 {
	float:left;
	width:124px;
	height:42px;
	margin:20px 20px 0 0;
	padding:0 10px 0 0;
	background: transparent url('images/greenrect2.gif') no-repeat;
	text-align:center;
	text-transform:uppercase;
	font-size:1.2em;
}
#bottomContent .book3 a {
	font-family:arial;
	padding:14px 10px 6px 10px;
	display:block;
	width:104px;
	height:22px;
	text-decoration:underline;
	color:#fff;
}
#bottomRight {
	width:600px;
	padding: 0 30px 0 0;
	float:right;
}
#bottomRight p {
	font-size:1.1em;
	line-height:1.3em;
}
#bottomRight p span {
	text-decoration:underline;
}

/* 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 */


/*#flash {background:url('images/flash1.jpg') 16px 40px no-repeat;}*/

#flash img {padding:0px 15px;}

#roomphotos {
	float:right; 
	width:500px;
	margin-left:15px;
}
#roomphotos p{
	text-align:center;
	font-weight:bold;
	font-style:italic;
}
#roomphotos img{
	padding:2px;
	border:none;
	width:240px;
	height:190px;
}
#roomphotos img.big{
	width:485px;
	height:350px;
}
#roomphotos img.tall{
	width:500px;
	height:600px;
}

#leftphotos {
	float:left; 
	width:265px;
	margin-left:10px;
	border-right: dotted 2px #99C0D9;
}
#leftphotos img{
	padding:2px;
	border:none;
	width:250px;
}

#leftphotos .mouse {
	list-style:none;
	margin:2px 0px 7px 0px;
	font-size:13px;
	padding-bottom:5px;

}

#leftphotos li{
	width:246px;
	text-align:center;
	background-color:#6E6896;
	height:16px;
	color:#FFF;
	border:solid 1px #301F32;
	text-decoration:none;
	padding:2px;
	display:block;
}

#leftbox {
	float: left;
	width: 250px;
	background-color: #f8dd93;
}

#leftbox h3 {
	text-align: center;
}

#leftbox p {
	font-family: trebuchet;
	font-size: 1em;
	margin: 15px 10px;
	line-height: 16px;
}

.photos img{
	padding:2px;
	border:none;
	width:600px;
}
.photos img.tall{
	padding:2px;
	border:none;
	width:298px;
}

.quote {
	color:#777777;
	font-style:italic;
}

.moreinfo a{
	font-size:10pt;
	color:#6E6896;
}
#photos table {
	margin-left:auto;
	margin-right:auto;
	
}
#photos td {
	text-align:center;
	
}
#photos td ul{
	list-style:none;
	font-size:14pt;
	line-height:18pt;
}
.news {
	border:solid 1px #6E6896;
	padding:20px;
	text-align:center;
}
.menus{	
	text-align:center;
}


/* --Room Navigation--*/


.roomnav {
	list-style:none;
	margin:35px 0 0 20px;
	width:400px;
	font-size:16px;
	
}
.roomnav li {
	width:175px;
	float:left;
	margin: 0 5px;
	text-align:center;
}
.roomnav li a {
	background-color:#C6D6CF;
	display:block;
	width:175px;
	height:25px;
	color:#301F32;
	border:solid 1px #301F32;
	text-decoration:none;
	padding-top:5px;
}
.roomnav li.long {
	width: 360px;
}
.roomnav li.long a {
	width:360px;
	margin-top:10px;
}
.roomnav li a:hover {
	background-color: #6E6896;
}
.roomnav li a:visited {
	color:#301F32;
}

.arrows {
	font-size:20px;
}

/*	Suckerfish Drop-Down Nav */


.nav li { /* all list items */
	position: relative;

}

.nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 37px;
	left: -1.2em;
	width:175px;
	font-size:.8em;
	text-align:left;
	background:transparent url('images/scroll.png') no-repeat bottom center;
	padding-bottom:35px;
}
.nav li ul li { /* second-level lists */
	width:160px;
	height:17px;
	margin: 2px 0px 2px 4px; 
	padding:0;
}
#top li ul li a{ /* second-level lists links*/
	background:none;
	text-decoration:none;
	color:#2D1F35
}
#top li ul li a:hover{ /* second-level lists links */
	background:none;
	text-decoration:underline;
	color:#2D1F35
}
.nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	top: 37px;
	left: -1.2em;
}

.nav li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
/* end suckerfish */


/* 	FeedBurner 	*/
.feedburnerFeedBlock {
	text-align:left;
	font-size:1.1em;
}
.feedburnerFeedBlock ul {
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
.feedburnerFeedBlock ul li {
	margin:15px 0 0 0;
	padding:0;
}
p.feedTitle {
	font-weight:bold;
	margin:3px 0px 8px 0;
}
p.date {
	margin:2px 0 2px 5px;
	font-style: italic;
	font-size:11px;
}
#creditfooter { /* this hides the feedburner logo */
	display:none;
}


/*	end FeedBurner	*/

.promotionBanner {
	width:640px;
	text-align:center;
	}
	
	
/* 	Comparison Table 	*/	

#comparison-table, #comparison-table tr {
	border-top: 1px solid #2c2036; border-left: 1px solid #2c2036;
}

#comparison-table td { border-bottom: 1px solid #2c2036; border-right: 1px solid #2c2036; padding: 5px }

#comparison-table th { background-color: #2c2036; color: white; font-size: 11px; font-weight: bold; vertical-align: middle; }

#comparison-table h2 { font-size: 15px; font-weight: bold; padding: 5px 10px; }
