@charset "utf-8";
body{
	background-image: url(../images/page-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 99%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 18px;
}
img { border:none;}
#banner-shadow {
	background-image: url(../images/banner-shadow-box.png);
	background-repeat: no-repeat;
	/*background-image: url(../images/banner-shadow-box.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 456px;*/
}
.bg-video {
	background-image: url(../images/bg-videos.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 222px;
}
.stepcarousel{
	position: relative;
	overflow: scroll; /*leave this value alone*/
	width: 438px; /*Width of Carousel Viewer itself*/
	height: 219px;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	padding-left: 10px;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*margin around each panel*/
	width: 438px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	line-height:13px;.upcoming-links {
}
.eventlinks {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	display: block;
	background-color: #00a3e2;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.eventlinks:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	display: block;
	background-color: #99CC33;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.pagetitle{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #00679D;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	}
	
.pagesubtitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	color: #af100a;
}
.facultyBox {
	padding: 5px;
	border: 1px solid #F0F0F0;
	width: 150px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.float-left {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.auto{
	display:block;
	padding:5px;
	width:780px;
	height:360px;
	overflow:scroll;
}
