@import "sprites.css";
@import "common.css";

#container
{
	min-width: 776px;
	max-width: 80%;
	height: 100%;
	padding: 0 0 0 3px;
	margin: 0 auto;
	background: #3a3b2a url(/images/int/pb_piping_tile.gif) repeat-y top left;
}
* html #container { width: expression(Math.round(document.documentElement.clientWidth * .8) <= 776 ? '776px' : Math.round(document.documentElement.clientWidth * .8) + 'px'); }

#rightBorder
{
	height: 100%;
	padding: 0 3px 0 0;
	background: transparent url(/images/int/pb_piping_tile.gif) repeat-y top right;
}

#secondary
{
	height: 21px;
	background: transparent url(/images/int/pb_int_topcap_tile.gif) repeat-x top left;
	position: relative;
}

#secondary #searchImg
{
	position: absolute;
	top: 1px;
	left: 10px;
}


#secondary #enewsImg
{
	position: absolute;
	top: 1px;
	left: 210px;
}

#secondary #ctl00_search
{
	height: 12px;
	margin: 2px 0 2px 80px;
	font-family:Verdana;
	font-size:x-small;
}

#secondary #ctl00_enews
{
	height: 12px;
	margin: 2px 0 2px 121px;
	font-family:Verdana;
	font-size:x-small;
}


#header
{
	height: 104px;
	background: #e8e8bf url(/images/int/pb_int_sub_photobase.jpg) no-repeat top right;
}

#header #logo
{
	width: 219px;
	height: 0;
	overflow: hidden;
	padding-top: 104px;
	float: left;
	background: url(/images/int/pb_int_top_logo.gif) left top no-repeat;
}

#header #subhead
{
	width: 554px;
	height: 0;
	overflow: hidden;
	padding-top: 104px;
	float: right;
	background: url(/images/subhead/pb_int_sub_sitemap.png) left top no-repeat;
}
#about #header #subhead { background-image: url(/images/subhead/pb_int_sub_about.png); }
#restaurants #header #subhead { background-image: url(/images/subhead/pb_int_sub_restaurants.png); }
#hotels #header #subhead { background-image: url(/images/subhead/pb_int_sub_hotels.png); }
#things_to_do #header #subhead { background-image: url(/images/subhead/pb_int_sub_things-to-do.png); }
#sports_outdoors #header #subhead { background-image: url(/images/subhead/pb_int_sub_sports-outdoors.png); }
#meetings_conventions #header #subhead { background-image: url(/images/subhead/pb_int_sub_meet-conv.png); }
#group_tours_reunions #header #subhead { background-image: url(/images/subhead/pb_int_sub_group-reunions.png); }
#calendar #header #subhead { background-image: url(/images/subhead/pb_int_sub_calendar.png); }
#contact #header #subhead { background-image: url(/images/subhead/pb_int_sub_contact.png); }
#enews #header #subhead { background-image: url(/images/subhead/pb_int_sub_enews.png); }
#search #header #subhead { background-image: url(/images/subhead/pb_int_sub_search.png); }

* html #header #subhead { background: expression(this.currentStyle.backgroundImage.indexOf("none") < 0 ? ((this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.currentStyle.backgroundImage.replace('url("', "").replace('")', "") + "', sizingMethod='crop')").length > 0 ? "none ! important" : "none ! important") : "none ! important"); }

#crumbs
{
	height: 22px;
	font-weight: bold;
	padding: 4px 0 0 .5em;
	color: #8DABA3;
	background-color: #E4EAEA;
	border-bottom: 1px solid #AAACAB;
}

#crumbs a
{
	color: #E18F53;
	margin: 0 .5em;
}


#content
{
	padding: 2em 3em;
	background-color: #fff;
	text-align: justify;
}

#footer
{
	border-top: 1px solid #000;
	padding: 14px 30px 10px;	
	font-size: .9em;
	clear: both;
	color: #9d9d95;
	background-color: #3a3b2a;
	line-height: 1.2em;
	position: relative;
}

#footer a
{
	color: #9d9d95;
}

#footer #sitemap
{
	position: absolute;
	top: 14px;
	right: 30px;
}

h1
{
	font-size: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
	color: #007e64;
	margin: 0 0 .5em;
}

h2
{
	font-size: 1.1em;
	color: #007e64;
}

h3
{
	font-size: 1em;
	font-weight: bold;
}

a:link {color:#e0600b}
a:active,a:visited {color:#4d5097}