@charset "utf-8";
/* CSS Document */

body {
	color: #333;
	background-color: #011F5B;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height:16px;
  	margin: 0;
	text-align:left;
	background-image: url(../images/template/blue_back_large1.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

/* header */
#header {
	float: left;
	width: 738px;
	height:145px;
	background-image: url(../images/template/blue_back_logo.jpg);
}
#breadcrumbs {
	width: 500px;
}

#datebox .padded {padding: 6px 2px 6px 16px;}

/* structure */
#container {
	width: 968px;
	height:auto;
}

#wrapper {
	position:absolute;
	left:168px;
	top:160px;
	width: 800px;
	background-position:left;
	background-image: url(../images/template/home_back2.jpg);
	background-repeat: repeat-y;
	

}
#wrapper.nopicture {
	background-image: url(../images/template/no_pic_backgr.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#wrapper.undergrad {
	background-image: url(../images/template/under_landing2.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

#wrapper.handbook {
	background-image: url(../images/template/bckgr_gray.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#wrapper.alumni {
	background-image: url(../images/template/landing_alumni.jpg);
	background-repeat: repeat-y;

}
#features {
	width: 830px;
	height: 380px;
	left: 168px;
	top: 166px;
	background-image:url(../images/flash_replace.jpg);
	z-index: 999;
}
 #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px;
	padding-left:10px;
	background-image:url(../images/template/COOL_stuff7.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 300px;
}
 #sidebar1 h3,  #sidebar1 p, ul{
	margin-left: 20px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 20px;
	text-align: left;
}
 #Left {
	margin: 0;

} 
 #Left.singlecol {

}
 #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #666666;
	font-size: 10px;
	text-transform: capitalize;
	color: #FFF;
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.sidenav {
	position:absolute;
	left:0;
	top:160px;
	width: 168px;
	height:800px;
	background: url(../images/template/blue_back_small1.jpg) no-repeat left top;
	z-index: 11;
}

.topnav {
	margin:0;
	width:730px;
}

.departments {
	width: 432px;
	height: 80px;
	background-image: url(../images/template/dept_nav_back.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	opacity:0.6;
	filter:alpha(opacity=60);
	position:absolute;
	left:8px;
	top:40px;
	z-index: 20;
}
#buttons {
	position:absolute;
	left:2px;
	top:25px;
	width:445px;
	height:53px;
	z-index:50;
}
#header .yellow_bar {
	background-color: #1c8671;
	height:31px;
	width: 750px;
	clear: both;
	margin-bottom:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: lowercase;
	color: #ffffff;
	padding-top: 5px;
	padding-left: 40px;
	padding-bottom: 10px;
}

#datebox {
	position:absolute;
	left:738px;
	top:0;
	margin: 0;
	width:230px;
	height:205px;
	background-image: url(../images/template/red_back3.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	z-index:12;
}

.eventtext {
	width:145px;
	height:98px;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
	font-size: 1px;
}
.widget {/*this class is applied to the resource widget on the landing pages*/
	padding-left: 10px;
}

#logoPrint {
	height: 110px;
	width: 220px;
	position: absolute;
	visibility: hidden;
}

#announcebox {
	float: left;
	width:545px;
	margin: 20px 5px 5px 0px;
}

#announcebox h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFCC00;
	font-weight: bold;
	font-size: 16px;
	line-height: normal;
	padding: 0;
    margin: 10px 0;
	text-indent: 5px;
}

#announcebox #left {
	float: left;
	width: 253px;
	margin-left: 10px;
}

#announcebox #right {
	float: right;
	width: 263px;
}

#announcebox .item {
	margin-bottom: 40px;
} 

#announcebox .item .more {
	font-size: 11px;
	color: #fff;
	text-transform: none;
	float: right;
	line-height: 16px;
	padding: 5px;
	padding-top: 0;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
} 

#announcebox .item .more a, #announcebox .item .more a:visited{
	text-decoration:none;
	text-transform: none;
	color: #FFFFFF;
}
#announcebox .item .more a:hover{
	color: #FFFFFF;
	border-bottom:1px dashed #ffcc00;
}

.feedburnerFeedBlock {
	width: 260px;
	margin-left: 0px;
	padding-left: 0px;
	list-style:none;
 	list-style-type:none;
}

.feedburnerFeedBlock ul {
	margin-left:0;
	padding-left:0;
	list-style:none;
	list-style-type:none;
	
} 
.feedburnerFeedBlock ul li {
	margin-left: 10px;
	margin-right: 5px;
	font-size:11px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color:#FFF;
} 
.feedburnerFeedBlock ul li span.headline { color: #fff; font-weight:normal; text-decoration: none;} 
.feedburnerFeedBlock ul li span.headline a { color: #fff; font-weight:bold; text-decoration: none;} 
.feedburnerFeedBlock ul li span.headline a:hover { color: #fff; border-bottom:1px dashed #ffcc00; } 
 
 #creditfooter {
	visibility: hidden;
	display: none;
}

.feed {
	width: 260px;
	margin-left: 0px;
	padding-left: 0px;
	list-style:none;
 	list-style-type:none;
}

.feed ul {
	margin-left:0;
	padding-left:0;
	list-style:none;
	list-style-type:none;
	
} 
.feed ul li {
	margin-left: 10px;
	margin-right: 5px;
	font-size:11px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color:#FFF;
} 
.feed ul li { color: #fff; font-weight:normal; text-decoration: none;} 
.feed ul li a { color: #fff; font-weight:bold; text-decoration: none;} 
.feed ul li a:hover { color: #fff; border-bottom:1px dashed #ffcc00; } 