@charset "utf-8";

* {
	margin:0;
	padding:0;
	border:0;
}

html {
	width:100%;
	background:#ffffff;
	color:#4e4e4e;
}

body {
	margin: 0 auto;
	width: 967px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	color:#4c4848;
	text-decoration:none;
}
a:visited {
	color:#093261;
}
a:hover {
	color:#002233;
	text-decoration:underline;
}
h2 {
	font-size:22px;
	font-weight:normal;
	padding-top:9px;
}
h3 {
	font-size:14px;
	padding-bottom:7px;
}
h3, h3 a, strong {
	color:#000000;
}

/* global classes */

.lcol {
	width:625px;
}
.rcol {
	float:right;
	width:322px;
}
.navcol {
	float:left;
	width:237px;
}
.mcol {
	width:398px;
	margin-left:237px;
}
.unbold {
	font-weight:normal;
}
.unhid {
	display:block;
}
.fr {
	float:right;
	padding-left:.5em;
}
.fl {
	float:left;
	padding-right:.5em;
}

/************************************************header****************************************************/

#header {
	margin-top:7px;
}
form#quicksearch {
	padding:1px 0 1em;
	position:relative;
	z-index:3;
	background-color:#FFFFFF;
	color:#000000;
	font-size:13px;
	vertical-align:bottom;
	line-height:19px;
}
form#quicksearch input {
	background-color:#FFFFFF;
	color:#000000;
}
form#quicksearch input#searchBox {
	border:1px solid #b2b2b2;
	height:16px;
	width:108px;
}
form#quicksearch label {
	font-size:10px;
}
form#quicksearch input#gobut {
	border:0;
	width:1.8em;
	height:18px;
	background-color:#9e0b0f;
	color:#FFFFFF;
	font-size:13px;
	vertical-align:bottom;
}
#header .lcol>a {
	float:right;
	margin-top:13px;
}
#header .lcol>h1 {
	padding:13px 0 15px 11px;
}
#header .navcol>* {
	padding-left:13px;
}
#header .navcol #mit {
	margin-bottom:6px;
}
#header .navcol #sll, #header .navcol #sll-sub {
	padding:11px 0;
}
#header .mcol {
	height:85px;
	background-color:#e7f3fc;
}
#header .mcol img {
	margin:33px 0 0 21px;
}
.sub #header {
	margin-bottom:9px;
}
.undergrad #header {
	background:url(images/undergrad-sub.jpg) right top no-repeat;
}
.grad #header {
	background:url(images/grad-sub.jpg) right top no-repeat;
}
.life #header {
	background:url(images/life-sub.jpg) right top no-repeat;
}
.learn #header {
	background:url(images/learn-sub.jpg) right top no-repeat;
}
.support #header {
	background:url(images/support-sub.jpg) right top no-repeat;
}
.careers #header {
	background:url(images/careers-sub.jpg) right top no-repeat;
}
.finances #header {
	background:url(images/finances-sub.jpg) right top no-repeat;
}
.contact #header {
	background:url(images/contact-sub.jpg) right top no-repeat;
}

/************************************************content****************************************************/

#content {
clear:both;
}

#content .rcol>div {
	border-top:3px solid;
	padding:3px 10px;
	margin-bottom:8px;
	position:relative;
	z-index:3;
}
#content form#quicksearch {
	padding:9px 0 20px;
}
#content .rcol #box-events {
	border-top-color:#2cd0d2;
	background:#ececec bottom left no-repeat url(images/corner-events.gif);
}
#content .rcol #box-calendar {
	border-top-color:#eaed2c;
	background:#ececec bottom left no-repeat url(images/corner-calendar.gif);
}
#content .rcol #box-news {
	border-top-color:#db3d19;
	background:#ececec bottom left no-repeat url(images/corner-news.gif);
}
#content .rcol #box-twitter {
	border-top-color:#6db932;
	background:#ececec bottom left no-repeat url(images/corner-twitter.gif);
}
.noback {
	background-image:none !important;
}
#content .rcol li {
	font-size:11px;
	line-height:14px;
	list-style-type:none;
	background-image: url(images/dash.gif);
	background-repeat: no-repeat;
	background-position:0 .5em;
	padding: 0 0 5px .9em;
}
#content .rcol li.bold {
	font-weight:bold;
	color:#000000;
	background-image: url(images/dot.gif);
}
#content .rcol li.bold a {
	color:#000000;
}
#content .rcol #box-news li.bold {
    width:135px;
	display:inline-block;
	zoom: 1;
	*display: inline;
}
#content .rcol li.tweet {
	background-image: none;
	padding-left: 0;
}
#content .rcol a.tweeter {
	color:#004a80;
}
a.collapse, a.expand {
position:absolute;
bottom:3px;
right:3px;
height:10px;
width:10px;
background:#fff url(images/collapser.gif) no-repeat;
cursor:pointer;
}
a.collapse {
background-position:-10px 0;
}
a.collapse:hover {
background-position:-30px 0;
}
a.expand {
background-position:0 0;
}
a.expand:hover {
background-position:-20px 0;
}


#content #accordion>div {
	margin:0 0 0 6px;
	padding:0 0 0 1px;
	width:618px;
}
#content #accordion>div.spacial {
	height:4px;
}
#content #accordion>div>div {
	padding:0 0 0 6px;
	width:612px;
	background:#e7f3fc;
	position:relative;
}
#content #accordion .fr {
	position:relative;
}
#content #accordion .fr img {
	position:relative;
	z-index:3;
}
#content #accordion .fr .shade {
	position:absolute;
	top:0;
	right:0;
	height:74px;
	width:178px;
	z-index:2;
}
#content .lcol div.topper.ui-state-active {
	cursor:auto;
}
#content #accordion div.topper {
	height:74px;
}
#content #accordion div.bottomer {
	padding-top:1em;
	padding-bottom:1em;
}
body.shut #content #accordion div.bottomer {
	display:none;
}
#content #accordion>div.open {
	margin-left:0px;
	z-index:1;
	position:relative;
}
#content #accordion>div.open .fr .shade {
	z-index:2 !important;
}
#content #accordion>div.undergrad.open {
	border-left:6px solid #f26522;
}
#content #accordion>div.grad.open {
	border-left:6px solid #00aef0;
}
#content #accordion>div.life.open {
	border-left:6px solid #8c6239;
}
#content #accordion>div.learn.open {
	border-left:6px solid #e2c319;
}
#content #accordion>div.support.open {
	border-left:6px solid #ee1c24;
}
#content #accordion>div.careers.open {
	border-left:6px solid #52488b;
}
#content #accordion>div.finances.open {
	border-left:6px solid #093261;
}
#content .lcol a {
	text-decoration:underline;
}
#content .lcol h2 a {
	text-decoration:none;
	font-weight:bold;
}
#content .lcol ul {
	padding:0 0 1em 0;
}
#content .lcol li {
	list-style-type:none;
	padding-left:3em;
}
#content .lcol li.startbox, #content .lcol li.popbox {
	background-color:#5c5c5c;
	color:#e7f3fc;
	width:6.5em;
	line-height:18px;
}
#content .lcol li.startbox {
	background-color:#000000;
	width:10em;
}


#content .navcol ul {
	margin-top:6px;
}
#content .navcol li {
	list-style-type:none;	
}
#content .navcol a {
	display:block;
	padding:3px 0 8px 13px;
	font-size:13px;
}
#content .navcol a#contact-nav {
	margin-top:1em;
}
#content .navcol a:visited {
	color:#4c4848;
}
#content .navcol a:hover {
	background-color:#e7f3fc;
	text-decoration:none;
}
#content .mcol {
	border-right:1px solid #d8d8d8;
	padding-bottom:15px;
}
#content .mcol>* {
	margin-left:21px;
}
#content .mcol h2 {
	border-top:1px solid #00aef0;
	font-size:16px;
	font-weight:bold;
	color:#000000;
}
#content .mcol h2:first-child {
	border-top:0;
}
#content .mcol ul {
	margin-top:1em;
	margin-bottom:.5em;
}
#content .mcol li {
	font-size:12px;
	list-style-type:none;
	background-image: url(images/dot.gif);
	background-repeat: no-repeat;
	background-position:0 .5em;
	padding: 0 0 4px .9em;
}
#content .mcol li.bold {
	background-image:none;
	padding: 0 0 4px;
	margin-bottom:1em;
}

.contact #content .mcol {
	clear:right;
	width:720px;
	border:0;
	padding-bottom:20px;
}
.contact #content .mcol h2 {
	border-top:1px solid #00aef0;
	padding-top:1em;
}
.contact #content .mcol ul {
	margin:1.1em 0 1.1em 21px;
}
.contact #content .mcol li {
	list-style:none;
	background:none;
	padding:0;
}
.contact #content .mcol ul a {
	text-decoration:underline;
}


/************************************************footer****************************************************/

/*#footer {
	margin:15px 0 0 7px;
	padding:15px 0;
	border-top:1px solid #c2c2c2;
	height:2.5em;
	position:relative;
	z-index:3;
	clear:both;
}
.sub #footer {
	margin-top:0;
}
#footer .rcol {
}
#footer .lcol div {
	float:left;
	padding-right:47px;
}*/

#footer {
	clear:both;
	margin-top:15px;
	padding-bottom:15px;
	border-top:1px solid #7f7f7f;
	color:#4c4848;
	font-size:12px;
	overflow:auto;
}
#footer div {
	float:left;
	padding-top:12px;
}
#footer #school {
	width:136px;
}
#footer #address {
	width:171px;
}
#footer #phone {
	width:113px;
}
#footer #links {
	width:225px;
}
#footer #together {
        width:95px;
}
#footer a {
	color:#012a4c;
}
#footer #sponsors {
	padding:0;
}
#footer #sponsors img {
	padding-top:13px;
	border-left:1px solid #cdcfd1;
}
#footer #sponsors img {
	padding:0 0 11px;
	border-left:1px solid #979797;
}
#footer #sponsors a:first-child img {
	border:none;
}

/* etc. */

#slate3 {
	position:fixed;
	top:0px;
	left:50%;
	height:100%;
	width:40px;
	margin-left:142px;
	background:url(images/white.gif);
	z-index:2;
}
