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

/* @group feature boxes */

div.feature {
	background-color: #C9CBCC;
	height: 24.375em;
	margin: 1em auto;
	width: 58em;
	clear: both;
}

img.landing_photo {
	position: absolute;
	z-index: 0;
	width: 42.8125em;
	height: 24.375em;
}

div.main_text_box {
	float: right;
	height: 24.375em;
	width: 27%;
	position: relative;
}

div.main_text_box h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #ffffff;
	width: 106%;
	padding: .5em .8125em .5em 1em;
	margin-top: 1em;
	margin-left: -1.25em;
	background-color: #212F64;
	position: relative;
	z-index: 1;
	/* drop shadow */
	box-shadow: 0 .125em .125em #414042;
	/* end drop shadow */
}

div.main_text_box p {
	font-size: 75%;
	margin-top: .5em;
	margin-left: 1.75em;
	padding-right: 1em;
}

/* @endgroup */

/* @explore now link */
p.explore {
	text-transform: uppercase;
}

p.explore img {
	width: .75em;
	height: .916em;
}

/* @endgroup */

/* @group inside navigation */

div.inside_nav {
	margin-top: 1em;
}

div.nav_box {
	background-color: #e8e8e8;
	width: 47%;
	height: 10.375em;
	margin: 0 0 1em 1.25em;
	position: relative;
	float: left;
}

div.nav_box img {
	float: left;
	border: .4375em solid #ffffff;
	margin: .5em;
}

div.nav_text_box {
	width: 55%;
	padding: .5em 0;
	float: left;
}

div.nav_box h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #212f64;
	margin-bottom: .25em;
}

div.nav_text_box ul li {
	font-size: 75%;
	list-style-type: disc;
	margin-left: 1.25em;
}

div.nav_text_box p.visit {
	font-size: 75%;
	position: absolute;
	bottom: .5em;
	right: .5em;
	text-transform: uppercase;
}

div.nav_text_box p.visit img {
	border: none;
	width: .75em;
	height: .916em;
	float: right;
	margin-top: .25em;
}

/* @endgroup */

/* @group page navigation */

ul.landing_nav {
	font-size: 75%;
	margin: 1em 1em 1em 1.25em;
	text-align: center;
	float: left;
}

ul.landing_nav a,
ul.landing_nav a:hover {
	color: #ffffff;
	text-decoration: none;
}

ul.landing_nav li {
	float: left;
	padding-top: .25em;
}

ul.landing_nav li.landing_btn {
	position: relative;
}

ul.landing_nav li.landing_btn img,
ul.landing_nav li.landing_btn a {
	width: 13.5em;
	height: 3.5em;
}

ul.landing_nav li.landing_btn img {
	z-index: 0;
	position: relative;
	left: 0;
	top: 0;
}

ul.landing_nav li.landing_btn a {
	display: block;
}

ul.landing_nav li.landing_btn p {
	position: absolute;
	z-index: 2;
	top: .666em;
}

ul.landing_nav img.nav_arrow {
	width: .75em;
	height: .85em;
	margin-top: 1.25em;
	margin-left: .5em;
}

ul.landing_nav li.media_btn {
	position: relative;
	margin-top: .5em;
	margin-left: .5em;
}

ul.landing_nav li.media_btn img,
ul.landing_nav li.media_btn a {
	width: 7.75em;
	height: 2.5em;
}

ul.landing_nav li.media_btn img {
	z-index: 0;
	position: relative;
	left: 0;
	top: 0;
}

ul.landing_nav li.media_btn a {
	display: inline-block;
}

ul.landing_nav li.media_btn p {
	position: absolute;
	z-index: 2;
	top: .75em;
}

/* @endgroup */

/* @group Landing Pages */

ul.nearby_locations {
	font-size: 75%;
	float: right;
	margin-top: 2.75em;
	margin-right: .75em;
}

ul.nearby_locations li {
	float: left;
	margin-right: .5em;
}

div.main_text_box p.find_location {
	float: left;
	position: absolute;
	bottom: 1em;
	font-size: 70%;
	width: 55%;
}

p.find_location img {
	margin-bottom: -.0625em;
	width: .75em;
	height: .85em;
}

div.main_text_box img.sm_map {
	position: absolute;
	bottom: .5em;
	right: 0;
	width: 5.75em;
	height: 5.75em;
}

/* @endgroup */

/* @group photos */

div.photo_gallery {
	margin: 1em auto;
	width: 58em;
	clear: both;
	background-color: #3A3A3A;
}

/* @endgroup */

/* @group Video */

div.video_wrapper,
div.video_textbox {
	margin-left: auto;
	margin-right: auto;
	width: 58em;
}

div.video_wrapper {
	/* must use pixels to keep video from breaking when pages are resized */
	height: 390px;
}

div.video_wrapper {
	background-color: #6D6E71;
	background-image: url(/admissions/virtualtour/images/template/video_bg.jpg);
	background-repeat: repeat;
	clear: both;
	text-align: center;
}

div.video_textbox {
	background-color: #C9CBCC;
	position: relative;
	z-index: 0;
	margin-bottom: 1em;
	padding: 4em 0 1em 0;
}

div.video_textbox h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #ffffff;
	width: 40%;
	padding: .5em .8125em .5em 1em;
	margin-left: -1.5em;
	background-color: #6D6E71;
	position: absolute;
	top: .75em;
	z-index: 1;
	/* drop shadow */
	box-shadow: 0 .125em .125em #414042;
	/* end drop shadow */
}

div.video_textbox p {
	font-size: 75%;
	padding-left: 1.75em;
	padding-right: 1.75em;
	padding-bottom: 1.5em;
	line-height: 1.75em;
}

/* @endgroup */
