/* ---------------------------------------------------------------------
	BROWSER RESETS
--------------------------------------------------------------------- */


* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

p {
	margin-bottom: 1em;
	line-height: 1.5em;
}

ul {
	list-style-type: none;
}


a { color: #39f; text-decoration: none; }


/* ---------------------------------------------------------------------
	STRUCTURE
--------------------------------------------------------------------- */

body {
	margin: 15px 0;
	background-color: #333;
	text-align: center;
	font: 12px Verdana, Helvetica, Arial, sans-serif;
	background: #22546d; /* url(../../images/site-background.jpg); */
	color: #333;
}

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #333;
}

h1 { margin-top: 20px; margin-bottom: .25em;}
h2 { margin-top: 2em; }

#micro_container {
	width: 1020px;
	margin: 0 auto;
}


#micro_leaderboard {
	margin: 0 15px;
	text-align: center;
	margin-bottom: 15px;
	overflow: hidden;
	clear: both;
}

#wrapper_shadow {
	background: url(../images/wrapper_shadow.png) repeat-y top center; 
}

#wrapper {
	margin: 0 auto;
	width: 990px;
	background-color: #fff;
	text-align: left;
}




/* ---------------------------------------------------------------------
	IEXPLORE NAVIGATION
--------------------------------------------------------------------- */
#iexplore_nav {
	clear: both;
	overflow: hidden;
	height: 30px;
	background-color: #fff;
	background-color: #023c6b;
}


#iexplore_nav ul {
	float: left;
	margin: 0 0 0 0;
}


#iexplore_nav li {
	float: left;
	width: 106px;
	text-align: center;
	line-height: 30px;
	margin-right: 0px;
}

#iexplore_nav a {
	font-weight: bold;
	color: #000;
	font-size: 11px;
	text-decoration: none;
}

#iexplore_nav a:hover {
	text-decoration: underline;
}


#nav_home,
#nav_trip_finder,
#nav_travel_guides,
#nav_community,
#nav_activity_guides {
	background: url(../images/nav/nav_beige.gif) no-repeat bottom center;
}


#iexplore_nav #nav_specials,
#iexplore_nav #nav_gallery,
#iexplore_nav #nav_blog,
#iexplore_nav #nav_lodging {
	width: 109px;
	background: url(../images/nav/nav-small-0.jpg) no-repeat bottom center;
}

#iexplore_nav #nav_why_iexplore {
	width: 114px;
	background: url(../images/nav/nav-small-why.jpg) no-repeat bottom center;
}

#iexplore_nav #nav_specials,
#iexplore_nav #nav_gallery,
#iexplore_nav #nav_lodging,
#iexplore_nav #nav_blog,
#iexplore_nav #nav_why_iexplore {
	display: block;
	height: 24px;
	margin-top: 6px;
	line-height: 24px;
}


#iexplore_nav #nav_blog {
	background: url(../images/nav/nav-small-1.jpg) no-repeat bottom center;
}



/* ---------------------------------------------------------------------
	IEXPLORE MASTHEAD
--------------------------------------------------------------------- */
#trustbar {
	height: 21px;
	background: #fff url(../images/trustbar_logos.gif) no-repeat bottom center;
	font: 9px Verdana, Arial, sans-serif;
	padding-left: 90px;
	overflow: hidden;
}


#iexplore_masthead {
	overflow: auto;
	height: 90px;
	background: #023c6b url(../images/header_main_bg.jpg) repeat-x 0 0;
}


#iexplore_logo {
	background: url(../images/header_main_logo.gif) no-repeat bottom left;
	float: left;
	width: 216px;
	height: 80px;
	margin-left: 3px;
}

#iexplore_logo a {
	display: block;
	width: 216px;
	height: 80px;
}

#iexplore_phone {
	background: url(../images/header_main_phone-mini.gif) no-repeat top right;
	float:left;
	width: 226px;
	height: 54px;
	margin: 15px 0 0 150px;
}


#iexplore_subnav {
	overflow: hidden;
	height: 24px;
	background: url(../images/subnav_bg_small.jpg) repeat-x 0 0;
	text-align: center;
}

#iexplore_subnav ul {
	margin: 0 auto;
	padding: 0 0 0 0;
}

#iexplore_subnav li {
	display: inline;
	line-height: 22px;
	font-size: 11px;
	padding: 0 1.5em;
	border-right: 1px dotted #666;
}

#iexplore_subnav li.last {
	border-right: none;
}


#iexplore_subnav li a {
	color: black;
	font-weight: normal;
}

#iexplore_subnav li a:hover {
	text-decoration: underline;
}

h1 sup {
	font-size: 14px;
}

