/* -- Fixes and Presets --*/

.clear { clear: both; }

* { margin: 0; padding: 0; outline: 0; }

img { border: none; }

* html { font-size: 100%; }

* html #footer { margin-top: 0; padding-bottom: 40px; }

/* -- Transparency Fix --*/




/************ JAD EDIT *****************/
/* * html .transFix { behavior: url('./iepngfix.htc'); } */
/************ END JAD EDIT *************/


/* -- Key Components --*/

body {
	background: #fff url('../image/background_tile.jpg') repeat-x;
	font-family: Arial, Verdana, Sans-Serif;
	color: #686868;
	font-size: 1em;
	line-height: 16px;
}

#wrapper {
	width: 920px;
	background: url('../image/wrapper_shadow.jpg') no-repeat;
	margin: 0 auto; padding: 0 27px 45px 28px;
}

/* -- Header --*/

#header {
	width: 920px; height: 371px;
	position: relative;
}

	#header .image {
		width: 920px; height: 325px;
		z-index: 4;
		/*background: url('../image/header_image.jpg') no-repeat;*/
	}

#logo {
	width: 711px; height: 263px;
	float: right;
	z-index: 4;
	position: relative;
	background: transparent url('../image/logo.png') no-repeat;
	margin-top: 54px;
}

* html #logo {
	background:				none;
	filter:					progid:DXImageTransform.Microsoft.AlphaImageLoader(
		  src='/resource/aroostook/image/logo.png'
		, sizingMethod='scale'
	);
}

ul#homeUtilityNav {
	position:				absolute;
	bottom:					15px;
	left:					14px;
	z-index:				500;
	list-style-type:		none;
}

ul#homeUtilityNav li {
	float:					left;
	padding:				0 1em;
	border-right:			1px solid #ccc;
}

ul#homeUtilityNav li.first {
	padding-left:			0;
}

ul#homeUtilityNav li.last {
	padding-right:			0;
	border-right:			none;
}

/* -- Navigation --*/


/************ JAD EDIT *****************/
/*
ul#navigation {
	width: 883px; height: 47px;
	background: transparent url('../image/nav_tile.png');
	z-index: 3;
	padding: 0 19px 0 18px;
}

ul#navigation li {
	float: left;
	list-style: none;
	display: inline;
	margin: 21px 0 0 10px; 
}

ul#navigation li a {
	float: left;
	height: 14px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	border-right: 1px solid #fff;
	padding-right: 10px;
}

	ul#navigation .seasons {
		width: 53px;
		background: url('../image/navigation/seasons.jpg') no-repeat;
	}
	
		ul#navigation .seasons:hover {
			background: url('../image/navigation/rollover/seasons.jpg') no-repeat;
		}
	
	ul#navigation .where-to-visit {
		width: 92px;
		background: url('../image/navigation/where_to_visit.jpg') no-repeat;
	}

		ul#navigation .where-to-visit:hover {
			background: url('../image/navigation/rollover/where_to_visit.jpg') no-repeat;
		}

	ul#navigation .where-to-stay {
		width: 91px;
		background: url('../image/navigation/where_to_stay.jpg') no-repeat;
	}
	
		ul#navigation .where-to-stay:hover {
			background: url('../image/navigation/rollover/where_to_stay.jpg') no-repeat;
		}
	
	ul#navigation .where-to-eat {
		width: 84px;
		background: url('../image/navigation/where_to_eat.jpg') no-repeat;
	}
	
		ul#navigation .where-to-eat:hover {
			background: url('../image/navigation/rollover/where_to_eat.jpg') no-repeat;
		}
	
	ul#navigation .things-to-do {
		width: 81px;
		background: url('../image/navigation/things_to_do.jpg') no-repeat;
	}
	
		ul#navigation .things-to-do:hover {
			background: url('../image/navigation/rollover/things_to_do.jpg') no-repeat;
		}
	
	ul#navigation .plan-your-trip {
		width: 94px;
		background: url('../image/navigation/plan_your_trip.jpg') no-repeat;
	}
	
		ul#navigation .plan-your-trip:hover {
			background: url('../image/navigation/rollover/plan_your_trip.jpg') no-repeat;
		}
	
	ul#navigation .travel-itineraries {
		width: 119px;
		background: url('../image/navigation/travel_itineraries.jpg') no-repeat;
	}
	
		ul#navigation .travel-itineraries:hover {
			background: url('../image/navigation/rollover/travel_itineraries.jpg') no-repeat;
		}
	
	ul#navigation .events {
		width: 44px;
		background: url('../image/navigation/events.jpg') no-repeat;
	}
	
		ul#navigation .events:hover {
			background: url('../image/navigation/rollover/events.jpg') no-repeat;
		}
	
	ul#navigation .home {
		width: 34px;
		border: none;
		background: url('../image/navigation/home.jpg') no-repeat;
	}
	
		ul#navigation .home:hover {
			background: url('../image/navigation/rollover/home.jpg') no-repeat;
		}
*/


div#navigation {
	width: 883px; height: 47px;
	background: transparent url('../image/nav_tile.png');
	padding: 0 19px 0 18px;
	text-align: center;
	color: white;
	font-size: 11px;
}

* html div#navigation {
	background:				none;
	filter:					progid:DXImageTransform.Microsoft.AlphaImageLoader(
		  src='/resource/aroostook/image/nav_tile.png'
		, sizingMethod='scale'
	);
}

	div#navigation div#menuItems {
		position: relative;
		top: 20px;
	}
		div#menuItems a {
			margin: 0 7px;
			text-decoration: none;
		}
		
		#menuItems a span img {
			height:			14px;
		}
		#mnuSeasonsAnchor img {
			width:			52px;
		}
		#mnuVisitAnchor img {
			width:			92px;
		}
		#mnuStayAnchor img {
			width:			90px;
		}
		#mnuEatAnchor img {
			width:			83px;
		}
		#mnuThingsAnchor img {
			width:			80px;
		}
		#mnuTripAnchor img {
			width:			94px;
		}
		#mnuPackagesAnchor img {
			width:			106px;
		}
		#mnuEventsAnchor img {
			width:			43px;
		}
		#mnuHomeAnchor img {
			width:			34px;
		}
		
		* html div#menuItems a {
			width: 0;
			height: 0;
			cursor: pointer;
		}
		* html div#menuItems span,
		* html div#menuItems span.uvHoverable {
			display:		inline-block;
		}
/************ END JAD EDIT *****************/








/* -- Search --*/

#search {
	width: 155px; height: 72px;
	background:  url('../image/search_tile.png') repeat-x;
	float: left;
	display: inline;
	z-index: 2;
	margin: 54px 0 0 0; padding: 187px 40px 0 14px;
}

	#search span {
		width: 43px; height: 10px;
		background: url('../image/search_text.png') no-repeat;
		display: block;
		overflow: hidden;
		text-indent: -9999px;
	}
	
	#search input#searchInput {
		width: 115px; height: 14px;
		background: url('../image/form_input.png') no-repeat;
		/*font-size: .62em;*/
		font-size: 10px;
		/*color: #191919;*/
		color: #999999;
		border: 0;
		float: left;
		display: inline;
		position: relative;
		margin-top: 8px; padding: 5px 5px;
		
	}
	
		#search input#GlobalSearchGo {
			width: 20px; height: 20px;
			background: url('../image/go_button.png') no-repeat;
			font-size: 0;
			float: right;
			border: 0;
			display: block;
			cursor: pointer;
			text-indent: -9999px;
			margin-top: 10px;
		}
		
		* html #search input#GlobalSearchGo {
			background:		none;
			filter:			progid:DXImageTransform.Microsoft.AlphaImageLoader(
				  src='/resource/aroostook/image/go_button.png'
				, sizingMethod='crop'
			);
		}

* html #search {
	background:				none;
	filter:					progid:DXImageTransform.Microsoft.AlphaImageLoader(
		  src='/resource/aroostook/image/search_tile.png'
		, sizingMethod='scale'
	);
}

* html #search span {
	background:			none;
	filter:				progid:DXImageTransform.Microsoft.AlphaImageLoader(
		  src='/resource/aroostook/image/search_text.png'
		, sizingMethod='scale'
	);
}


		
/* -- Sub-Links --*/

ul#sub {
	float: left;
	display: inline;
	z-index: 1;
	font-size: .56em;
	margin: -72px 0 0 -36px;
}

	ul#sub li {
		float: left;
		display: inline;
		text-transform: uppercase;
		color: #cd3b02;
		height: 10px;
		border-right: 2px solid #d0d5d8;
		margin-right: 9px; padding-right: 9px;
	}
	
/* -- Main Content --*/

#main-content {
	width: 854px;
	background: url('../image/content_background.jpg') top left no-repeat;
	float: left;
	font: 11px Geneva, sans-serif;
	color: #333;
	position: relative;
	margin-top: 2px; padding: 38px 15px 0 51px;
	margin-bottom: 10px;
}
	#main-content p {
		margin-bottom: 7px;
		font-size: 12px;
		line-height: 20px;
	}
	#main-content p a {
		color: #35548F;
	}
		#main-content p a:hover { text-decoration: none; }

#left {
	float: left;
	width: 527px;
}

h1 ,
h2 {
	color: #2a5754;
	font-size: 18px;
	margin: 0 0 12px 0; padding: 14px 0 0 0;
}

* html h1 * {
	display:			block;
}
	
	.guide {
		width: 125px;
		float: right;
		font-family: Georgia;
		font-size: 1.09em;
		color: #191919;
		text-decoration: none;
		margin: -27px 0 0 15px;
		text-align: center;
		background: url('../image/book_1.jpg') no-repeat;
		padding-top: 160px;
	}
	
	.guide span {
		font-size: 1.64em;
		color: #d46541;
		letter-spacing: 2px;
		text-transform: uppercase;
		letter-spacing: -1px;
	}
	
.blue-header {
	color: #0066cc;
	margin-top: 14px;
}

h3 {
	font-size: 14px;
	padding-bottom: 15px;
}

div.topShadow {
	background:			url( '../image/date_top.png' )
						no-repeat
						top center;
	padding-top:		10px;
}

* html div.topShadow {
	background:			none;
	padding-top:		0;
}

#upcoming-events {
	background: #e9f4ff;
	border-top: 1px solid #d4d4d4;
	position: relative;
	margin: -1px 0 14px 0; padding: 24px 37px 0 27px;
	font: 10px verdana, sans-serif;
	
}
	#upcoming-events a {
		color: #06c;
		font-weight: bold;
		margin-left: 5px;
	}

	#featured-business h4 a {
		color: #0072bc;
		font-weight: bold;
	}
	
		#featured-business h4 { margin-left: 0; }

	#upcoming-events p {
		padding-bottom: 24px;
	}

.dark-title {
	color: #333333;
}

	#featured-business {
		border-top: 1px solid #d4d4d4;
		padding: 9px 0 0 0;
	}
	
	#featured-business img.photo {
		float: left;
		margin-right: 12px;
		padding: 5px;
		border: 1px solid #ccc;
	}
	
#right {
	width: 315px;
	float: right;
	padding: 0;
}

	img.mapSmall {
		width: 312px;
		height: 394px;
		display: block;
		overflow: hidden;
		position: relative;
		margin-top: -10px;
	}
	
ul#options {
	margin-top: 20px;
	list-style-type: none;
	width: 225px;
	margin: 0 auto;
}
	ul#options li {
		border-bottom: 1px solid #ddd;
		padding: 10px;
		text-align: center;
	}
	ul#options li.last {
		border-bottom: none;
	}
		ul#options a img {
			width: 175px;
			height: 40px;
		}

/* -- Footer -- */

#footer {
	clear: both;
	width: 912px; height: 48px;
	color: #52728f;
	font-size: 11px;
	text-align: center;
	background: url('../image/footer_bkg.jpg') top left no-repeat;
	
	/* TODO: Should be "margin: 40px auto;" once "featured organization" is back in.*/
	padding-top: 20px;
 }

ul#bottomNav {
	float: left;
	width: 100%;
	font-size: .91em;
	text-align: center;
}

	ul#bottomNav li {
		width: 100%;
		display: inline;
		font-weight: bold;
		line-height: 11px;
		text-align: center;
		margin-right: 8px;
	}
	
	ul#bottomNav li a {
		border-right: 1px solid #52728f;
		padding-right: 8px;
	}
	
		ul#bottomNav li.home a {
			border-width: 0;
			padding-right: 0;
		}

	#footer a {
		font-weight: bold;
		color: #52728f;
	}
	
	#footer a:hover {
		text-decoration: none;
	}
	
#footer p {
	display: inline;
	margin: 0; padding: 0;
}











/*  Search stuff */
.searchResultsList .resultName a,
.searchResultsList .packageName a {
	color:						#022d5a;
}

.searchNavigation {
	background-image:			url( '../image/interior/banner_bar_back.gif' );
}

.searchNavigationOpen {
	background-image:			url( '../image/interior/banner_cap_w.gif' );
}

.searchNavigationCloseWide {
	background-image:			url( '../image/interior/banner_cap_e.gif' );
}

.spotlight .head {
	background-image:			url( '../image/interior/spotlight_head.gif' );
}

.spotlight .head .west {
	background-image:			url( '../image/interior/spotlight_head_w.gif' );
}

.spotlight .head .east {
	background-image:			url( '../image/interior/spotlight_head_e.gif' );
}

.spotlight .body {
	background-color:			#cfe2ca;
	background-image:			url( '../image/interior/spotlight_body.gif' );
}
