@import url("blue-header.css");

#header-main, #userbar, #dropdown ul {width: 980px;}

.admin_element {display:none;}

/*	====	BANNER		====	*/

#home-wrap {
    position: absolute;
    top: 102px;
    left: 0;
    right: 0;
    border-bottom: 1px solid #dddddd;
    background: #f3f3f3;
    width: 100%;
	height: 180px;
	overflow: hidden;
    text-align: center;
	float: left;
	_position: static;
	_top: 0;
	_margin: -1.5em 0 1.5em 0;
}
#home-wrap a {
	text-decoration: none;
}
#home-wrap a:hover, #home-wrap a:active, #home-wrap a:focus {
    text-decoration: undeline;
}
#home-about {
    width: 980px;
    margin: 0 auto;
    text-align: left;
}
#home-blurb {
    width: 380px;
    float: right;
    padding: 10px;
    margin: 0.75em 0;
	background: #fff;
	border: 1px solid #ddd;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#home-blurb p {
    font-size: 1em;
    line-height: 1.78em;
    margin: 0;
}
#home-teachers {
    width: 280px;
    float: right;
    padding: 10px;
    margin: 0.75em 20px 0.75em 0;
	background: #fff;
	border: 1px solid #ddd;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#home-teachers ol {
    font-size: 1.1em;
    line-height: 1.8em;
    margin: 0;
	padding: 0 0 0 1.5em;
}
#home-teachers li {
    margin: 0 0 0.625em 0;
}
#home-teachers li a {font-weight: bold;}
#home-image {
    position: relative;
	z-index: 100;
    margin: 0.75em 0;
	padding: 0;
    width: 240px;
    height: 160px;
    clear: none;
    float: left;
    border: 0;
}
#home-image embed, #home-image object {
    margin: 0;
    padding: 0;
	z-index: 100;
	width: 240px;
    height: 160px;
}
#home-image div.video {padding: 0; margin: 0;}

/*	====	LAYOUT		====	*/

#main {
	padding: 230px 0 1.5em 0;
	height: 100%;
	width: 980px;
    margin: 0 auto;
    _position: relative;
    _padding-top: 3em;
}

#content {
    overflow: hidden;
	position: relative;
	float: left;
	width: 640px;
}

#col2 {
	position: relative;
	float: right;
	width: 320px;
}
#col1 {
	position: relative;
	width: 320px;
	float: right;
}
#col1 .block, #col2 .block { width: 318px; }

#events li, #forums li {
	padding-left: 80px;
	border-bottom: 1px dotted #dddddd;
	padding-bottom: 10px;
}
#events .date, #forums .date {
	font-size: 0.88em;
	margin: 0 218px 0 -298px;
	padding:0;
	width: 80px;
	display: block;
	_display: inline-block;
	float: right;
}

/*	====	FOOTER		====	*/

#footer_inner_wrap {
    width: 640px;
    padding: 0 340px 0  0;
}

