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

body {
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding: 0;
	background:#2A363D;
	}
	
#container {
	min-width:1024px;
	}

#bgphoto {
	position:relative;
	height:634px;
	background-color: #2A363D;
	}

#image_slideshow {
	}

#header {
	background: url("/images/banner_bg.png") repeat-x scroll 0 0 transparent;
  border-bottom: 1px solid #797979;
  clear: both;
  height: 80px;
	position:absolute;
	z-index:100;
	width:100%;
	min-width:1024px;
  -moz-opacity:.9;           /* Mozilla 1.6 and below   */
	/*opacity: .9;*/               /* newer Mozilla and CSS-3 */
	}

.header_inner, .bgphoto_inner, .news_inner, .footer_inner {
	width:1085px;
	margin:auto;
	position:relative;
  -moz-opacity:1.0;           /* Mozilla 1.6 and below   */
	opacity: 1.0;               /* newer Mozilla and CSS-3 */
	}

#title {
	position:absolute;
	top:22px;
	left:52px;
	}
	
#mission {
	position:absolute;
	color:#fff;
	right:0;
	top:18px;
	width:448px;
	text-align:right;
	text-shadow:#666 0.05em 0.05em 0.05em;
	}

#selectbox {
	position:absolute;
	right:48px;
	top:226px;
	width: 512px;
	min-height:300px;
	border: 1px solid #63717E;
	background:#2D527A;
  -moz-opacity:0.9;           /* Mozilla 1.6 and below   */
  opacity: 0.95;
	z-index:100;
	color:#A8B6C5;
	}

.selectbox_inner {
  -moz-opacity:1.0;           /* Mozilla 1.6 and below   */
	opacity: 1.0;               /* newer Mozilla and CSS-3 */
	padding:18px;
	}

#selectbox hr {
	color:#A8B6C5;
	}
	
#view_by a, #view_by a:link, #view_by a:visited {
	color:#fff;
	text-decoration:none;
	}
#view_by a:hover {
	text-decoration:underline;
	}
#selectbox #semester_select, #selectbox #department_select, #selectbox #sponsor_select, #selectbox #category_select, #selectbox #event_semester_select  {
	color:#2C2C2E;
	background:#A8B6C5;
	font-family:Georgia, "Times New Roman", Times, serif;
	border:none;
	margin:8px 0;
	padding:2px 0;
	width:220px;
	font-size:1.1em;
	}
	
#selectbox #tabwrapper {
	text-align:center;
	padding-bottom:10px;
	}
	
#tabwrapper #coursetab, #tabwrapper #eventtab {
	display:inline-block;
	}
#tabwrapper a, #tabwrapper #coursetab_inner, #tabwrapper #eventstab_inner {
	display:inline-block;
	font-size:26px;
	text-align:center;
	width:110px;
	color:#fff;
	text-decoration:none;
	text-shadow: 0.05em 0.05em 0.05em #666;
	border-radius: 0.2em;
	border-radius: 0.2em;
	}

/*#tabwrapper a:hover, #tabwrapper a:active {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #000000;
	text-shadow: 0.05em 0.05em 0.05em #666666;
	border-radius: 0.2em;
	border-radius: 0.2em;
	}
*/
#courseselection, #eventselection {
	visibility:hidden;
	position:absolute
	}

#courseselection.active, #eventselection.active {
	visibility:visible;
	}


#view_by {
	float:left;
	width:234px;
	margin-right:16px;
	}
	
#view_by img {
	vertical-align:bottom;
	border:none;
	}
.recent_list {
	float:left;
	width:230px;
	}

.recent_list h3 {
	color: #FFFFFF;
  font-size: 1em;
  font-weight: normal;
  margin: 0 0 4px;
  padding: 0;
	}
	
.recent_list .recent_list_box {
	background:#889CB0;
	}
.recent_list .recent_item {
	margin:0 8px;
	padding:8px 0;
	border-bottom:1px solid #5D7793;
	}
.recent_list .recent_item a, .recent_list .recent_item a:link, .recent_list .recent_item a:visited {
	color:#fff;
	text-decoration:none;
	}
.recent_list .recent_item a:hover {
	text-decoration:underline;
	}

#news-wrapper {
	background: url("/images/home_news_bg.png");
	height:90px;
	border-bottom:1px solid #7F8486;
	border-top:1px solid #7F8486;
	min-width:1024px;
	}

.news_item_li {
	padding:24px 54px;
	font-size:.8em;
	color:#fff;
	text-shadow: 0.05em 0.05em 0.05em #000;
	}

.news_item_li h3 {
	margin:0;
	padding:0;
	text-shadow: 0.05em 0.05em 0.05em #000;
	font-weight:normal;
	font-size:1.3em;
	}
.news_item_li h3 a, .news_item_li h3 a:link, .news_item_li h3 a:visited {
	text-decoration:none;
	color:#fff;
	}
.news_item_li h3 a:hover {
	text-decoration:underline;
	}

	
#footer {
	background: url("/images/home_footer_bg.png");
	min-height:74px;
	text-align:center;
	font-size:.8em;
	color:#B6B8BA;
	padding:20px 0;
	}

#footer .links {
	float:right;
	text-shadow: 0.05em 0.05em 0.05em #000;
	}

#footer .copyright {
	float:left;
	}

#footer a, #footer a:link, #footer a:visited {
	text-decoration:none;
	color:#B6B8BA;
	}
#footer a:hover {
	text-decoration:underline;
	}
.next {
	position:absolute;
	top:34px;
	right:0;
	}
.previous {
	position:absolute;
	top:34px;
	left:0;
	}