@charset "utf-8";
/* CSS Document */

/* @group featured videos */

div.featured_videos {
	margin-bottom: 1em;
	height: 8em;
}

ul.video_thumbs {
	list-style-type: none;
	width: 58em;
	height: 7em;
	margin: 0 auto;
	padding-top: 1em;
	border-top: .375em solid #002868;
	position: relative;
	z-index: 1;
}

ul.video_thumbs li {
	float: left;
	font-size: 75%;
	text-transform: uppercase;
	font-weight: bold;
	height: 8.7em;
	padding-left: 1.3em;
}

ul.video_thumbs li a {
	color: #002868;
	padding: 9.1em 1.25em .5em 1.25em;
	text-decoration: none;
	position: relative;
	z-index: 0;
}

ul.video_thumbs li a:hover {
	text-decoration: none;
	background-color: #e8e8e8;
}

ul.video_thumbs li img {
	padding: .375em;
	background-color: #ffffff;
	border: .1em solid #c2c2c2;
	width: 8em;
	height: 8em;
}

/* @endgroup */

/* @group left box */

div.left_box {
	clear: both;
	float: left;
	width: 23em;
	background-color: #e8e8e8;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
}

div.left_box h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #ffffff;
	line-height: 2em;
	width: 23.5em;
	padding-left: 1em;
	margin-left: -1.5em;
	background-color: #6D6E71;
	position: relative;
	z-index: 1;
	/* drop shadow */
	box-shadow: 0 .125em .125em #414042;
	/* end drop shadow */
}

div.left_box p {
	font-size: 75%;
	padding: 2.75em 0 0 1.5em;
	width: 50%;
}

div.left_box p.explore {
	padding-top: .5em;
}

div.left_box img.map_icon {
	float: right;
	width: 10.875em;
	height: 10.8125em;
}

/* @endgroup */

/* @group recent photos */

div.recent_photos {
	width: 57%;
	float: right;
	margin: 0;
}

/* @endgroup */
