@charset "UTF-8";
/* CSS Document */
/* this stylesheet is for the campus page and has specific styles for this page */

 /* tour css */
#pagecontent .launch p a {
	background-color: #333;
	padding: 5px 10px;
	position: relative;
	top:-45px;
	left: 350px;
	color: #fff;
	border: solid 1px #fff;
}
#pagecontent .launch-nolink p {
	background-color: #333;
	padding: 5px 10px;
	width: 480px;
	color: #fff;
	border: solid 1px #fff;
}
#pagecontent .launch p a {
	text-decoration: none;
}
#pagecontent .launch p a:hover {
	background-color: #000;
	text-decoration: none;
}
#pagecontent {
	width: 500px;
}
#bloopers {
	width: 480px;
	position: relative;
	border: solid 1px #666;
	background-color: #fff;
	padding: 10px;
	min-height: 120px;
	text-align: center;
	margin: 0;
	margin-top: 1.5em;
}
#bloopers img {
	float: right;
	border: solid 1px #d1d1d1;
	border-right-color: #fff;
	border-bottom-color: #fff;
}
#bloopers p {
	margin: 0;
	margin-right: 180px;
	padding: 0;
	text-align: left;
}
#bloopers h2 {
	text-align: left;
	margin-top: 0;
	margin-right: 180px;
	margin-bottom: 10px;
}
#bloopers a:hover {
	opacity: .7;
}
#tourimage {
	float: right;
	margin-left: 20px;
}
