/*
Company:		Crowne Plaza Seattle - 2011
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background:url(../images/bknd.png) repeat-x #9D887F;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* @end */

.photoborder {
	float:right;
	margin-left:20px;
	margin-bottom:15px;
	border: 1px solid #846c3e;
}
.homefeatspecial {
	float:right;
	margin-left:20px;
	margin-bottom:15px;
	margin-top:50px;
	border: 1px solid #846c3e;
}

hr, .specialsdivider { border:0; color:#846c3e; background-color:#846c3e; height:1px; margin-bottom:22px;
	margin-top:18px;
}

/* @classes which define the calendar styles */
.main table {border-collapse:collapse; width:100%;}
.inputFormButton { font-size:11px; color: #ffffff; background-color:#846c3e; border: 1px #846c3e solid; padding: 4px 8px 4px 8px; }
.todayColorIn { color: #ffffff; background-color: #846c3e; font-weight:bold } /* font color for the current date for current month */
.monthYear { background-color:#846c3e; color:#FFFFFF; font-size: 120%; font-weight: normal;}

/* @group Layout */
/* Head */
div#hd {
	width: 924px;
	margin-left: auto;
	margin-right: auto;
}

/* Body */
div#bd {
	width: 924px;
	margin-left: auto;
	margin-right: auto;
}

/* Footer */
div#ft {
	width: 924px;
	margin-left: auto;
	margin-right: auto;
	border-top:1px solid #846c3e;
	padding:10px 0 50px 0;
}

div#ft-left {
	float:left;
	width:270px;
	padding-left:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}
div#ft-right {
	float:right;
	width:600px;
}
div#ft-right img {
	border: 1px solid #531836;
	float:right;
}
/* Footer Contact */

.footerhdr strong {
	font-weight:normal;
	font-size:120%;
}

/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 239px;
	height: 91px;
	background: url(../images/logo.png) no-repeat 0 0;
	text-indent: -9000px;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Tagline */
p.tagline {
	color: #000;
	margin: 20px 16px 8px 0;
	width: 500px;
	text-align: right;
	line-height: 130%;
	float: right;
	display: inline;
}
p.tagline img {
	float:right;
	margin-left:8px;
	margin-top:6px;
}
p.tagline a:link, p.tagline a:visited, p.tagline a:active {
	color: #000;
	text-decoration: underline;
}
p.tagline a:hover {
	text-decoration: none;
}

/* Content */
div.content {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 12px 1px 12px;
	position: relative;
}
div.content-inner {
	width: 900px;
	background: url(../images/inside-page-header.jpg) no-repeat 0 0;
}

/* Main */
div.main {
	width: 545px;
	margin-left: 30px;
	padding: 15px 0 30px 0;
	float:left;
	display: inline;
	color: #FFF;
	font-size: 108%;
	line-height: 140%;
}
div.main p {
	color: #FFF;
	font-size: 108%;
	line-height: 140%;
}
div.main p a:link, div.main p a:visited,
div.linkSpecial a:link, div.linkSpecial a:visited {
	color: #FFF;
	text-decoration: underline;
}
div.main p a:hover, div.linkSpecial a:hover {
	text-decoration: none;
}

/* Side */
div.side {
	width: 235px;
	margin-right: 30px;
	padding-top: 30px;
	float: right;
	display: inline;
}

/* Home Flash */
div.home-flash {
	width: 900px;
}


/* @group Default Headings */
div.main h1 {
	color: #511835;
	font-size: 153.9%;
	font-weight: normal;
	margin: 0 0 5px 0;
}
div#displayFeaturedSpecial .textsmall strong.sub_hdr {
	color: #FFF !important;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	text-transform:uppercase;
}
div.main h2, div#displayFeaturedSpecial .textsmall strong, .text strong,
.specialsPackagesTextHeader b {
	color: #511835;
	font-size: 138.5%;
	font-weight: normal;
	margin: 0 0 5px 0;
}
div.main h3 {
	color: #e4c488;
	font-size: 131%;
	font-weight: normal;
	margin: 0 0 5px 0;
}
div.main h4 {
	color: #e4c488;
	font-size: 123.1%;
	font-weight: normal;
	margin: 0 0 5px 0;
}
div.main h5 {
	color: #e4c488;
	font-size: 116%;
	font-weight: normal;
	margin: 0 0 5px 0;
}
div.main h6 {
	color: #e4c488;
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 5px 0;
}
/* @end */

/* @group Default Lists */
div.main li {
	font-size: 108%;
}
div.main li li {
	font-size: 100%;
}
/* @end */

/* Booking Mask */
div#booking {
	background-color: #511835;
	border:1px solid #a4844f;
	padding:20px 20px 30px;
	width: 508px;
	height: 64px;
	margin-bottom:20px;
}
div#booking h4 {
	color: #ffffff;
	font-size: 131%;
	font-weight: normal;
	margin: 0 0 5px 0;
}
div#booking h3 {
	color: #ffffff;
	font-size: 80%;
	font-weight: normal;
	text-transform:uppercase;
	margin: 0 0 5px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.txt {
	width:105px;
}
div#booking .left {
	float:left;
	margin-right:20px;
}
div#booking .right {
	float:left;
	margin-right:20px;
}

div#lowernav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 900px;
	height: 34px;
	background: url(../images/nav-bar-bkg.png) repeat 0 0;
	margin-top: 12px;
	left: 12px;
}

div#lowernav ul {
	margin: 0;
}
div#lowernav ul li {
	list-style: none;
	padding: 0 1px 0 0;
	float: left;
	display: inline;
}
div#lowernav ul li.last {
	background: none;
}

div#lowernav ul li strong {
	display: block;
	color: #c9ba83;
	font-size: 110%;
	line-height: 34px;
	padding: 0 7px;
	text-transform:uppercase;
}
div#lowernav ul li a {
	display: block;
	font-size: 80%;
	line-height: 34px;
	padding: 0 5px;
	text-transform:uppercase;
}
div#lowernav ul a:link, div#lowernav ul a:visited {
	color: #c9ba83;
	text-decoration: none;	
}
div#lowernav ul a:hover {
	text-decoration: none;
}
div#lowernav ul li:hover a, div#lowernav ul li.sfhover a {
	background-color: #af9057;
	color:#FFFFFF;
}
/* @end */
/* @group Nav */
div#nav-left {
	width: 12px;
	height: 43px;
	background: url(../images/nav-bar-left.png) no-repeat 0 0;
	position: absolute;
	top: 38px;
	left: 0;
}
div#nav-right {
	width: 12px;
	height: 43px;
	background: url(../images/nav-bar-right.png) no-repeat 0 0;
	position: absolute;
	top: 38px;
	left: 912px;
}
div#nav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 900px;
	height: 34px;
	background: url(../images/nav-bar-bkg.png) repeat 0 0;
	position: absolute;
	z-index: 200;
	margin-top: 38px;
	left: 12px;
}
div#nav ul {
	margin: 0;
}
div#nav ul li {
	list-style: none;
	padding: 0 1px 0 0;
	float: left;
	display: inline;
}
div#nav ul li.last {
	background: none;
}
div#nav ul li a {
	display: block;
	font-size: 80%;
	line-height: 34px;
	padding: 0 7px;
	text-transform:uppercase;
}
div#nav ul a:link, div#nav ul a:visited {
	color: #ffffff;
	text-decoration: none;	
}
div#nav ul a:hover {
	text-decoration: none;
}
div#nav ul li:hover a, div#nav ul li.sfhover a {
	background-color: #af9057;
	color:#FFFFFF;
}

/* Nav Drop Down */
div#nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background: url(../images/nav-drop-bkg.png) no-repeat 0 0;
	width: 155px;
	z-index: 210;
}
div#nav ul li ul { /* second-level lists */
	position: absolute;
	left: -999em;
}
div#nav ul li ul li {
	background-image: none;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
}
div#nav ul li ul li a {
	text-align: left;
	line-height: 22px;
	padding: 6px 10px;
	margin: 0;
	font-size: 80%;
	display: block;
	font-weight: normal;
	background-image: none!important;
	background-color: transparent!important;
	width: 135px;
}
div#nav ul li:hover ul, div#nav ul li.sfhover ul {
	left: auto;
}
div#nav ul li ul a:hover {
	background-color: #af9057!important;
	color:#FFFFFF;
}
/* Fix for sticky IE drop downs */
div#nav ul li:hover, div#nav ul li.sfhover {position: static;}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

div.slide {
    display: block;
    background: url(../images/bg-slide-img.png) 23px 0 no-repeat transparent;
    background-color: transparent!important;
}

.slideNav { width: 340px; text-align: center; padding-bottom: 10px; margin-left:0px; padding-top:20px; }
.slideNav  a { background-color: #9f804a; color: white; padding: 2px 10px; display: inline-block; width: 90px; text-decoration: none; }
.slideNav  a:hover { text-decoration: underline; }

/* specials spacing */
.specialsPackagesText { padding-bottom: 25px; }
/* /specials spacing */
