/* @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: #dde6f5;
}
body {
	font-family: Helvetica, Arial, sans-serif;
}
/* @end */

/* @group Layout */
/* Head */


a img { border:none; }
img, div, input { behavior: url("../iepngfix.htc") }



/* Global Nav */
div#global {
	height:40px;
	text-align:center;
}
div#globalnav {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top:8px;
	text-align:right;
	color:#134b8b;
}

div#globalnav a:link, div#globalnav a:visited, div#globalnav a:active {
	color:#134b8b;
	text-decoration:none;
}
div#globalnav a:hover {
	color:#134b8b;
	text-decoration:underline;
}
.smlinks {
	float:right; 
	margin-left:8px;
	padding:0;
	width:
}
/* Body */
div#bd {
	width: 958px;
	margin:0 auto;
	overflow:hidden;

}
div#lower {
	width: 947px;
	margin:0 auto;
	overflow:hidden;
	padding:89px 0 0 0;

}


/* @group Modules */
/* Logo Link */
a#inside-logo {
	display: block;
	position: absolute;
	width: 360px;
	height: 83px;
	text-indent: -9000px;
}
/* Flash Box */
div#flashbox {
	width: 960px;
	height: 90px;
	position: absolute;
	z-index: 1;
}
div#flashbox div#flash-wrap {
	width: 960px;
	height: 90px;
	overflow: hidden;
	position: absolute;
}
div#flashbox div#flash-wrap object {
	position: absolute;
	z-index: 2;
	margin-left: -16px;
}
div#home-header {
	width: 947px;
	background-color:#134b8b;
	height: 90px;
	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: #134b8b;
	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: #134b8b;
	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: #134b8b;
	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: #134b8b;
}
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: #134b8b;
}
div.callouts div#news-box p {
	font-size: 85%;
}

/* Home Lower Flash */
div#lowerflash {
	width:960px;
	background-image:url(../images/bknd-lowerflash.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	border-bottom:#6db33f solid 20px;
}
div#lowerflash h1 {
	font-size: 167%;
	color: #134b8b;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}
div#lowerflash h2 {
	font-size: 132%;
	color: #134b8b;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

div#lowerflash .left {
	float:left;
}
div#lowerflash .right {
	float:right;
}	

div#booking {
	width:150px;
	padding:18px;
	margin:0 auto;
	color:#FFFFFF;
	float:left;
}

div#booking h2 {
	font-weight: normal;
	font-size: 110%;
	margin: 8px 0 2px 0;
	color:#ffffff;
	text-transform:uppercase;	
}

div#booking h3 {
	font-weight: normal;
	font-size: 90%;
	margin: 8px 0 2px 0;
	color:#ffffff;
	text-transform:uppercase;	
}
div#booking .txt {
    width:100px;
}
/* Main */
div#contain {
	text-align:left;
	overflow:hidden;
}
div.main {
	width: 630px;
	margin: 0 0 0 30px;
	padding: 40px 0 30px 0;
	float: left;
	display: inline;
	color: #000000;
}

div.main .left {
	float:left;
	width:300px;
	margin-right:30px;
}
div.main .right {
	float:left;
	width:300px;
}

.intinset {
	float:right;
	text-align:right;
	margin:12px 0 12px 22px;
}
.intinset img {
	border:1px solid #134b8b;
	margin-bottom:18px;
}


#commentsbox {
 	border: 1px solid #134b8b;
	background-color:#FFFFFF;
	padding:12px;
} 

#commentsbox strong {
	font-weight: normal;
	font-size: 110%;
	margin: 0 0 10px 0;
	color:#134b8b;
	text-transform:uppercase;	
}
/* Side */
div.side {
	color:#000000;
	width: 260px;
	padding: 60px 10px 40px 0;
	float: right;
	display: inline;
}
div.intside {
	color:#000000;
	width: 260px;
	padding: 30px 0 40px 0;
	float: left;
	display: inline;
}
div.side h2, div.intside h2 {
	font-weight: normal;
	font-size: 110%;
	margin: 0 0 10px 0;
	border-bottom:1px solid #134b8b;
	color:#134b8b;
	text-transform:uppercase;	
}
#booking-left {
	float:left;
	width:120px;
	margin-right:10px;
}
#booking-right {
	float:left;
	width:110px;
}
#booking-right h3, #booking-left h3 {
	font-weight: normal;
	font-size: 90%;
	margin: 8px 0 2px 0;
	text-transform:uppercase;
}
div.intside .txt {
    width:80px;
    font-size: 90%;
    padding:2px;
    color:#000000;
}
div.intside .reservations  {
	float:left;
	margin-right:10px;
	margin-bottom:12px;
}
.bookit {
	margin-bottom:30px;
	padding-top:10px;
}
div.feature {
	border: 1px solid #6db33f;
	background-color:#6db33f;
	color:#FFFFFF;
	margin-bottom:12px;
}
div.feature img {
	border-bottom: 1px solid #6db33f;
}
div.feature a:link, div.feature a:visited, div.feature:active {
	color:#FFFFFF;
	text-decoration:none;
}
div.feature a:hover {
	text-decoration:underline;
}
div.feature h2 {
	font-weight: normal;
	font-size: 110%;
	margin: 0 0 10px 0;
	border-bottom:1px solid #ffffff;
	color:#ffffff;
	text-transform:uppercase;	
}	
.sub_hdr {
	font-weight: normal;
	font-size: 110%;
	color:#ffffff;
	text-transform:uppercase;
	border-bottom:0px;
}
.pad {
	padding:12px;
}
div.gallery {
	background-image:url(../images/bknd-gallery.jpg);
	background-repeat:no-repeat;
	padding-right:135px;
	height:140px;
	text-align:right;
}
div.gallery h3 {
	font-weight: normal;
	font-size: 110%;
	padding-top:12px;
	*padding-top:0;
	color:#134b8b;
	text-transform:uppercase;
	border-bottom:0px;
	margin-top:0\9
}
body.inside div.side {
	padding: 0;
	width: 177px;
	margin: 0 0 0 43px;
	float: left;
	display: inline;
}

/* Headbox */
div#headbox {
	width: 960px;
	height: 253px;
}
div#masthead {
	width: 960px;
	height: 190px;
}
/* Content */
div.content {
	padding: 100px 0 30px 0;
	background-color: #f5f2eb;
	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 #134b8b;
	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: 972px;
	height: 89px;
	background-color:#134b8b;
	position: absolute;
	margin: 0 0 0 -6px;
	overflow:visible;
}

div#nav ul {
	margin: 0 auto;
	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: #ffffff;
	text-decoration: none;
}
div#nav ul li:hover a, div#nav ul li.sfhover a {
	background: url(../images/nav-hover.jpg) repeat 0 0;
}
div#nav ul li.active a {
	background: url(../images/nav-hover.jpg) 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: 400px; 
	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;
}

/* @end */

/* @group Default Headings */
div.main h1 {
	font-size: 167%;
	color: #134b8b;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}
body.inside div.main h1 {
	color: #134b8b;
}

div.main h2, .text strong {
	font-weight: normal;
	font-size: 110%;
	margin: 0 0 10px 0;
	color:#134b8b;
	text-transform:uppercase;
}
/* @end */




/* @group Default Lists */
div.main ul {

}
div.main li {
	list-style:square;
}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
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:#134b8b; background-color:#134b8b; height:1px; margin-bottom:8px; margin-top:8px; }


.photoborder {
	margin-left: 18px;
	margin-bottom: 10px;
	padding:4px;
	border:1px solid #134b8b;
	float:right;
}

.eventLine {
	font-size: 108%;
	line-height: 150%;
}

#callout-right {
	margin-left: 18px;
	width:210px;
	margin-bottom: 10px;
	padding:4px;
	border:1px solid #134b8b;
	float:right;
}


img.weather {
	margin-top: 6px;
}


/* Footer */
div#footercontain {
	color:#ffffff;
	background-color:#134b8b;
	text-align:center;
	margin:0 auto;
}

div#footer {
	width:948px;
	margin:0 auto;
	padding:22px 0 30px 0;
	text-align:left;
}

div#footer .left {
	float:left;
	margin:0 auto;
	width:660px;

}
div#footer .right {
	float:right;
	margin:0 auto;
	width:220px;
}

div#footer a:link, div#footer a:visited {
	color: #ffffff;
	text-decoration: underline;
}
div#footer a{
	color: #ffffff;
	text-decoration: underline;
}
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;
}

.specialsPackagesText {
	padding-bottom: 5px;
	padding-top: 15px;
	border-bottom: 1px solid #134b8b;
	clear: both;	
}

/***********************************
Calendar Styles
***********************************/
.main table { border-collapse:collapse; width:100%;}

.inputFormButton { font-size:12px; color: #ffffff; background-color:#134b8b; border: 1px #134b8b 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:#134b8b; color:#ffffff; 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: #134b8b; 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 */
 
 
 