/* @override http://192.168.1.103:8888/portland/styles/main.css */

/*
Company:	Portland
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
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background: url(../images/city-bkg.jpg) repeat-x 50% 0 #3e2610;
}
body {
	font-family: Helvetica, Arial, sans-serif;
}
/* @end */

/* @group Layout */
/* Head */

/* Body */
div#bd {
	width: 947px;
	margin-left: auto;
	margin-right: auto;
}


/* Footer */
/* @end */

/* @group Modules */
/* Logo Link */
a#inside-logo {
	display: block;
	position: absolute;
	width: 360px;
	height: 83px;
	text-indent: -9000px;
}
/* Flash Box */
div#flashbox {
	width: 947px;
	height: 583px;
	position: absolute;
	z-index: 1;
}
div#flashbox div#flash-wrap {
	width: 947px;
	height: 583px;
	overflow: hidden;
	position: absolute;
}
div#flashbox div#flash-wrap object {
	position: absolute;
	z-index: 2;
	margin-left: -16px;
}
div#home-header {
	width: 947px;
	height: 583px;
	overflow: hidden;
	position: absolute;
}


/* Callouts */
div.callouts {
	position: absolute;
	z-index: 400;
	width: 472px;
	height: 206px;
	margin: 377px 0 0 417px;
}
div.callouts p.link {
	font-size: 108%;
	color: #e8b94a;
	margin: 0;
	width: 154px;
	height: 27px;
	text-transform: uppercase;
	background: url(../images/callout-tab-bkg.gif) repeat-x 0 0;
	position: absolute;
	z-index: 100;
}
div.callouts p.tab-reservations {
	margin: 0;
}
div.callouts p.tab-directions {
	margin: 0 0 0 156px;
}
div.callouts p.tab-news {
	margin: 0 0 0 312px;
}
div.callouts p.link a {
	display: block;
	line-height: 27px;
	padding: 0 0 0 10px;
}
div.callouts p.link a:link, div.callouts p.link a:visited {
	color: #e8b94a;
	text-decoration: none;
}

div.callouts div#reservations-box {
	width: 134px;
	position: absolute;
	margin-top: 27px;
	background-color: #3f536a;
	padding: 10px;
	clear: both;
}
div.callouts div#reservations-box label {
	font-family: verdana, arial, sans-serif;
	font-size: 85%;
	color: #e8b94a;
	display: block;
	padding: 0 0 3px 0;
}
div.callouts div#reservations-box input.txt {
	font-family: verdana, arial, sans-serif;
	font-size: 77%;
	margin-bottom: 10px;
	width: 104px;
	padding: 2px;
	vertical-align: middle;
}
div.callouts div#reservations-box div.selectbox {
	width: 44px;
	float: left;
	display: inline;
}
div.callouts div#reservations-box select {
	width: 40px;
}
div.callouts div#reservations-box div.submit {
	text-align: center;
	padding: 15px 0 0 0;
}

div.callouts div#directions-box {
	width: 134px;
	position: absolute;
	margin-top: 27px;
	margin-left: 156px;
	background-color: #3f536a;
	padding: 10px;
	clear: both;
	font-family: verdana, arial, sans-serif;
	color: #e8b94a;
}
div.callouts div#directions-box p {
	font-size: 85%;
}

div.callouts div#news-box {
	width: 134px;
	position: absolute;
	margin-top: 27px;
	margin-left: 312px;
	background-color: #3f536a;
	padding: 10px;
	clear: both;
	font-family: verdana, arial, sans-serif;
	color: #e8b94a;
}
div.callouts div#news-box p {
	font-size: 85%;
}

/* Facebook */
a.facebook {
	position: absolute;
	margin: 9px 0 0 877px;
}
a.twitter {
	position: absolute;
	margin: 9px 0 0 910px;
}

/* Main */
div.main {
	width: 615px;
	margin: 0 0 0 54px;
	padding: 30px 0 0 0;
	float: left;
	display: inline;
}
body.inside div.main {
	margin: 0 57px 0 0;
	padding: 10px 0 0 0;
	float: right;
	display: inline;
}

/* Side */
div.side {
	width: 140px;
	padding: 30px 66px 0 0;
	float: right;
	display: inline;
}
div.side p.four-diamond {
	margin-bottom: 30px;
}
body.inside div.side {
	padding: 0;
	width: 177px;
	margin: 0 0 0 43px;
	float: left;
	display: inline;
}

/* Headbox */
div#headbox {
	width: 947px;
	height: 175px;
	overflow: hidden;
}

/* Content */
div.content {
	padding: 100px 0 30px 0;
	background-color: #ddcdc3;
	overflow: hidden;
}

/* BC */
p.bc {
	margin: 0 0 15px 0;
	padding: 10px 0 0 275px;
	font-size: 85%;
	text-transform: uppercase;
}
p.bc a:link, p.bc a:visited {
	color: #4f341b;
	text-decoration: none!important;
}
p.bc a:hover {
	text-decoration: underline!important;
}

/* Side Reservations Box */
div.side div#reservations-box {
	padding: 15px 10px;
	clear: both;
	border: 1px solid #e1b142;
	margin: 0 0 30px 0;
	color: #3e2610;
}
div.side div#reservations-box h3 {
	margin: 0 0 6px 0;
	color: #3e2610;
	font-size: 108%;
}
div.side div#reservations-box label {
	font-family: verdana, arial, sans-serif;
	font-size: 85%;
	color: #3e2610;
	display: block;
	padding: 0 0 5px 0;
}
div.side div#reservations-box input.txt {
	font-family: verdana, arial, sans-serif;
	font-size: 77%;
	margin-bottom: 10px;
	width: 104px;
	padding: 3px;
	vertical-align: middle;
	border: 1px solid #b0b0b0;
}
div.side div#reservations-box div.selectbox {
	width: 51px;
	float: left;
	display: inline;
}
div.side div#reservations-box select {
	width: 45px;
}
div.side div#reservations-box div.submit {
	text-align: center;
	padding: 15px 0 0 0;
}

/* Room Box */
div.rooms {
	padding: 0 0 20px 0;
}
div.room-box {
	width: 195px;
	margin: 0 10px 0 0;
	float: left;
	display: inline;
}
div.room-box img {
	padding: 1px;
	border: 1px solid #4f341b;
}
div.room-box h3 {
	margin: 0 0 2px 0;
	padding: 10px 0 0 0;
}
div.main div.room-box p {
	margin: 0;
}
/* @end */

/* @group Nav */
/* Nav */
div#nav {
	width: 960px;
	height: 107px;
	background: url(../images/nav-bkg.png) no-repeat 0 0;
	position: absolute;
	z-index: 300;
	margin: 293px 0 0 -6px;
}
body.inside div#nav {
	margin: 0 0 0 -6px;
}
div#nav ul {
	margin: 0;
	padding: 0 0 0 0;
	width: 539px;
	height: 54px;
	float: right;
	display: inline;
}
div#nav ul li {
	list-style: none;
	float: left;
	display: inline;
}
div#nav ul a {
	font-size: 108%;
	padding: 20px 12px 0 12px;
	display: block;
	line-height: 34px;
}
div#nav ul a:link, div#nav ul a:visited {
	color: #e8b94a;
	text-decoration: none;
}
div#nav ul li:hover a, div#nav ul li.sfhover a {
	background: url(../images/nav-hover.png) repeat 0 0;
}
div#nav ul li.active a {
	background: url(../images/nav-hover.png) repeat 0 0;
}

/* Nav Drop Down */
div#nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
div#nav ul li ul { /* second-level lists */
	position: absolute;
	top: 54px; 
	left: 350px; 
	display: none; 
	width: 607px;
	list-style: none;
	
	/* Added this code June 26, 2009 */
	background: url(../images/nav-hover.png) repeat 0 0!important;
	height: 30px!important;
	/* End Added */
}
div#nav ul li ul li {
	background-image: none;
	height: 30px;
	float: left;
	display: inline;
}
div#nav ul li ul li a {
	text-align: left;
	line-height: 30px;
	padding: 0 10px;
	margin: 0;
	font-size: 108%;
	display: block;
	white-space: nowrap;
	background: none!important;
	text-transform: none;
}
div#nav ul li:hover ul, div#nav ul li.sfhover ul {
	float: left;
	display: block;
	z-index: 200; /* Changed this line June 26, 2009 */
}
div#nav ul li.active ul {
	float: left;
	display: block;
	z-index: 100;
}
div#nav ul li ul li:hover, div#nav ul li ul li.sfhover {
	background: none!important;
}
div#nav ul li ul a:hover {
	text-decoration: underline;
	background: none;
}

/* Util Nav */
div#util-nav {
	font-size: 108%;
	color: #e8b94a;
	padding: 583px 0 0 0;
	clear: both;
	height: 42px;
	background: url(../images/util-nav-bkg.gif) repeat-x 0 100%;
}
body.inside div#util-nav {
	padding: 0;
}
div#util-nav ul {
	margin: 0;
	padding: 13px 0 0 0;
	text-align: center;
}
div#util-nav ul li {
	list-style: none;
	display: inline;
}
div#util-nav ul li a {
	padding: 0 15px;
}
div#util-nav a:link, div#util-nav a:visited {
	text-decoration: none;
	color: #e8b94a;
}
div#util-nav a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Default Headings */
div.main h1 {
	font-family: Georgia, times, serif;
	font-size: 167%;
	color: #e8b94a;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}
body.inside div.main h1 {
	color: #4f341b;
	padding: 0 0 0 20px;
	background: url(../images/headline-icon.gif) no-repeat 0 50%;
	margin: 0 0 10px 0;
}

div.main h2 {
	font-weight: normal;
	font-size: 131%;
	margin: 0 0 10px 0;
}
/* @end */

/* @group Common Text Styles */
div.main {
	color: #ffffff;
}
body.inside div.main {
	color: #4f341b;
	font-size: 108%;
	line-height: 150%;
}
div.main p {
	font-size: 108%;
	line-height: 150%;
}
/* @end */

/* @group Default Lists */
div.main li {
	font-size: 108%;
}
div.main li li {
	font-size: 100%;
}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #e8b94a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

body.inside a:link, body.inside a:visited {
	color: #4f341b;
	text-decoration: underline;
}
body.inside 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 */


/***********************************
Stuff L.E.T. has added
***********************************/
hr { border:0; color:#e1b142; background-color:#e1b142; height:1px; margin-bottom:8px; margin-top:8px; }


.photoborder {
	margin-left: 18px;
	margin-bottom: 10px;
	padding:4px;
	border:1px solid #e1b142;
	float:right;
}

div.main strong, .text strong, .text b {
	font:18px/25px Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
.eventLine {
	font-size: 108%;
	line-height: 150%;
}

#callout-right {
	margin-left: 18px;
	width:210px;
	margin-bottom: 10px;
	padding:4px;
	border:1px solid #e1b142;
	float:right;
}
#weather {
	margin:12px 12px 20px 8px;
}

img.weather {
	margin-top: 6px;
}
td.weather {
	width: 100px;
	text-align:left;
	font:12px/18px Verdana, Arial, Helvetica, sans-serif;
}
div.main #weather h3 {
	margin: 0 0 6px 0;
	color: #3e2610;
	font-size: 108%;
}
/* Footer */
div.footer {
	color:#857262;
}
div.footer a:link, div.footer a:visited {
	color: #857262;
	text-decoration: none;
}
div.footer a:hover {
	text-decoration: underline;
}
/* Specials Boxes, also used on some Suites pages */
div.specials-box {
	width: 289px;
	margin: 0 10px 10px 0;
	float: left;
	display: inline;
}
div.specials-box img {
	padding: 1px;
	border: 1px solid #4f341b;
}
div.specials-box h3 {
	margin: 0 0 2px 0;
	padding: 10px 0 0 0;
}
div.specials div.specials-box p {
	margin: 0;
}

/***********************************
Calendar Styles
***********************************/
.main table { border-collapse:collapse; width:100%;}

.inputFormButton { font-size:12px; color: #ffffff; background-color:#e1b142; border: 1px #e1b142 solid; padding: 4px 8px 4px 8px; font-weight:bold }
.titleEvent { font-weight: bold; }
.eventLine { font-style:normal; }
.monthYear { font-size:16px; font-weight: bold;
background-color:#e1b142; color:#614528; text-transform:uppercase}
.daysOfWeek { font-weight: bold; }
.gridMain { font-style:normal; border:none}
.linkDayInCell {font-weight:bold; font-size:15px}
.todayColorIn { color: #ffffff; background-color: #e1b142; font-weight:bold } /* font color for the current date for current month */
.inMonthFaceIn { color: #3e2610; } /* font color for days in the display month for current month */
.outMonthFaceIn { color: #3e2610; } /* font color for days not in the display month for current month */
.todayColorOut { color: #CC0000; } /* font color for the current date for days in the display month */
.inMonthFaceOut { color: #3e2610; } /* font color for days in the display month for days in the display month */
.outMonthFaceOut { color: #333;} /* font color for days not in the display month for days in the display month 
*/
body.inside a.linkDayInCell { color: #3e2610; }
.dropDownInCalendar { background-color:#fff; border: 1px #666 solid; }
.calendardetail { line-height: 15px; padding-right: 5px }
 /* End classes which define the calendar styles */
 
 
 