/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

/************************
	Text Styles 
*************************/

p {
	padding-bottom:15px;
}

a {
	color:#747160;
	text-decoration:underline;
}

a:hover {
	color:#c8e8e3;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	color:#000;
	background-color:#FFFFFF;
}

body.content {
	background:url(images/design/background.gif)
}

h1 {
	font-size:13px;
	padding-bottom:15px;
	font-weight:normal;
	color:#747160;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
}

h2 {
	font-size:13px;
	line-height:11px;
	padding-bottom:10px;
	font-weight:normal;
	color:#fff;
	font-family:"Times New Roman", Times, serif;
}


h3 {
	font-size:10px;
	padding-bottom:10px;
	font-weight:normal;
	color:#747160;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
}

h3 a {
	color:#747160;
	text-decoration:none;
}

h3 a:hover {
	color:#000;
	text-decoration:none;
}

hr{
    margin-top:10px;
    margin-bottom:10px;
}

a img{
    border:none;
}

	
.last-item {
	margin-bottom: 15px;
	}

ul.list li {
	list-style-position:outside;
	margin: 0 0 5px 15px;
	margin-left: 0px;
	padding-left: 20px;
	background-image: url(images/design/bullet.gif);
	background-repeat: no-repeat;
}

ul.list li ul li {
	list-style-position:outside;
	margin: 0 0 2px 15px;
	list-style-type:circle;
	background-image: none;
	
}

ul.list ul li {
	background-image: none; /*mcv*/
}

ul.list {
list-style:none;
margin-left: 10px;
}

.upper {
	text-transform:uppercase;		
}

.upper-gold { 
	text-transform:uppercase;			
	color: #747160; 					
}

.upper-taupe { 
	color: #c8e8e3; 					
	text-transform:uppercase;
}

.rightcol-txt {
	color:#fff;
}

.buttons {
	width:137px;
	background:#8f8b77;
	border:1px solid #fff;
	text-align:center;
	margin-bottom:10px;
	}

.buttons a {
	color:#fff;
	text-decoration:none;
	padding:5px;
	display:block;
}

.buttons a:hover {
	color:#747160;
	background:#fff;
	padding:5px;
	display:block;
}

.footer-nav {
	color:#747160;
}

.footer-nav a {
	color:#747160;
	text-decoration:none;
}

.footer-nav a:hover {
	color:#000;
	text-decoration:underline;
}

img.crop
{
width: 842px;
height: 248px;
overflow: hidden;
}

.reposition ul.list{
margin: 0 -20px 0 0;
}


/****************************
	Navigation - Drop down 
****************************/

#main-nav { /* top-level lists */
	width: 1000px;	
	height: 19px;
	padding:0px 12px 0px 12px; 
	background-color:#8f8b77;
	list-style: none;
	color: #fff;
	font-size: 10px;
	font-family: 'Arial', Helvetica, sans-serif;
	font-weight:normal;
	position:relative;
	z-index:9999;	
	line-height: normal;
	}
	
#main-nav li {
	float: left;
	position: relative;
	/*width: 105px;*/
	}

#main-nav li a {
	color: #fff;
	text-decoration: none;
	}

#main-nav li:hover a, #main-nav li.over a {
	color: #bc1b16;
	}		
	
#main-nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1.2em;
	left: 0;
	margin-top: 7px;
	list-style: none;
	background-color: #989482;
	}
	
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;
	}
		
#main-nav li:hover ul, #main-nav li.over ul { /* lists nested under hovered list items */
	display: block;
	}

#main-nav li:hover li a, #main-nav li.over li a, #main-nav li:hover li:hover a, #main-nav li.over li.over a {
	color: #fff;
	}	

#main-nav li:hover li:hover , #main-nav li.over li.over {
	background: transparent url(images/design/nav-drop-icon.gif) 0 50% no-repeat;
	position: static;
	}	
			
#main-nav li ul li {	
	border-top: 1px solid #B8D2C9;
	border-left: 1px solid #B8D2C9;
	border-right: 1px solid #B8D2C9;
	display: block;
	float:none;
	}
	
#main-nav li ul li.last-nav {	
	border-bottom: 1px solid #B8D2C9;
	}
	
#main-nav li ul a {
	color: #000;	
	padding: 3px 10px;
 	width: 100px;
	display: block;
	}
	
/*Test Nav*/
.nav-dropdown a {
	font-weight:normal;
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:1px;
	text-decoration:none;
}

.nav-dropdown ul {
	padding-top:0px;
	padding-bottom:10px;
}

.nav-dropdown li a {
	list-style-type:none;
	padding-left:16px;
	border:1px solid #b8d2c9;
	width:100px;
	height:16px;
	display:block;
	background:#8f8b77;
	padding-top:2px;
}

.nav-dropdown li a:hover {
	background:left no-repeat url(images/design/nav-drop-icon.gif) #8f8b77;
}


/****************************
	Navigation - Secondary 
****************************/

 .subnav {
	width:184px;
	font-size:12px;
	letter-spacing:1px;
	color:#747160;
	font-family:"Times New Roman", Times, serif;
	padding-top:5px;
	margin-left:5px;
	margin-right:5px;
	padding-bottom:5px;
	display:block;
	background:#ffffff;
}

ul.subnav li {
	list-style:none;
	width:168px;
	margin-bottom:6px;
	border:1px solid #b8d2c9;
	}

ul.subnav li a {
	color:#747160;
	padding-left:20px;
	padding-top:8px;
	padding-bottom:8px;
	display:block;
	text-decoration:none;
}
	
ul.subnav li a:hover {
	color:#747160;
	background:#c2e6e0;
	display:block;
	padding-left:20px;
	padding-top:8px;
	padding-bottom:8px;
	}

	
/****************************
	Navigation - Tertiary 
****************************/

.subnav .tertiary {
	margin-bottom:5px;
}

.subnav .tertiary a {
	color:#747160;
	text-decoration:none;
}

.subnav .tertiary a:hover {
	text-decoration:underline;
}

.subnav  ul.tertiary {}

.subnav  ul.tertiary li {
	width: 130px;
	list-style:none;
	margin-left:30px;
	margin-bottom:0px;
	border:none;
	}
	
.subnav  ul.tertiary li a {
	list-style:none;
	width:127px;
	padding-left:12px;
	padding-top:3px;
	border:none;
	}
	
.subnav  ul.tertiary li a:hover {
	background:left no-repeat url(images/design/nav-sub-icon.gif);
	width:127px;
	padding-left:12px;
	padding-top:3px;
	}


/************************
	Base Structure 
*************************/

#masterWrap {
	margin:auto;
	width:1024px;
	background-color:#FFFFFF;
	border-left:1px solid #CBC9C0;
	border-right:1px solid #CBC9C0;
	border-bottom:1px solid #CBC9C0;
}

#header {
	width:966px;
	height:50px;
	background:#8f8b77;
	padding:7px 29px 5px 29px;
	margin-bottom:2px;
}

#banner {
	width:1024px;
	margin-bottom:2px;
	}
	
#banner-title-back {
	float:left;
	width:170px;
	height:238px;
	background:#aba798;
	padding:5px;
	margin-right:2px !important;
	margin-right: -1px;
}

#banner-title {
	border:1px solid #fff;
	height:130px;
	text-align:right;
	padding-right:15px;
	padding-top:106px;
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	letter-spacing:1px;
	line-height:25px; /*mcv*/
}

#body {
	clear: left;
	margin:0px;
	width:1024px;
	background:url(images/design/back-body.jpg) repeat-y;
}

#leftcol {
	float:left;
	width:185px;
}

#leftcol-nav {
	width:194px;
	background:#FFFFFF;
}

#booking-widget-back {
	width:170px;
	height:275px;
	padding:5px;
}

#booking-widget {
	border:1px solid #fff;
	height:275px;
	padding-left: 14px;
	color: #747160;
}

#content {
	float:left;
	width:615px;
	padding:35px 15px 5px 15px;
	
}
#content .suites{
	padding:35px 0px 5px 58px;

}


#rightcol {
	float:right;
	width:143px;
	padding:15px 20px 0px 28px;
}

#footer {
	width:1017px;
	padding-left:7px;
	padding-top:3px;
	padding-bottom:3px;
	border-top:1px solid #CBC9C0;
}

.clear {
clear: both;
height: 1px;
font-size: 1px; 					/*mcv*/
line-height: 1px; 					/*mcv*/
margin: -1px 0 0;
}


	
/************************
	Table Styling 
*************************/

table#content2 {
	color:#747160;
}

table#content2 td {
	padding:10px 15px 10px 15px;
	border:1px solid #fff;
}


table#suites td, table#suites td.toprow {
	background: none;
	color: #000000;
	vertical-align:top;
	padding:0 0 0 10px; 
	text-align: left;
}


table#suites
{
	border-collapse:collapse;
}


.toprow {
	background-color:#8f8b77;
	border:1px solid #fff;
	color:#fff;
    text-align:center;
	font-weight:bold;
}


.suitecol {
    text-align:left;
    width:146px;
    background-color:#c2e6e0;
}

.sizecol {
    text-align:center;
    width:41px;
    background-color:#c2e6e0;
}

.beddingcol {
    text-align:center;
    width:101px;
    background-color:#c2e6e0;
}

.morecol {
    text-align:center;
    width:82px;
    background-color:#c2e6e0;
}

.morecol a:hover {
	 color: #ffffff;
}

	
/************************
	Table Styling - (non-bordered)
*************************/
td {
	width: 250px;
}

/************************
	Pictured list
*************************/

ul.photo-list li img{
float: left;
border:1px solid #E0F2EF;
margin-bottom: 25px;
}

ul.photo-list li p{
width: 390px;
float: right;
}

ul.photo-list li {
	list-style-position:outside;
	list-style:none;
	margin: 0;
	background-image: none;   /*mcv*/
}

table.page {
width:615px;}

td.reg_form {
padding:5px;
width:auto;
text-align:left;}