@charset "UTF-8";
/* Work for students layout file */

#container {
	width:960px;
}

#mainContainer {
	width:960px;
	border:1px solid #999;
	background:#fff;
}

#header {
	width:950px;
	height:135px;
}

#logo {
	width:330px;
	float:left;
}

#apply {
	width:315px;
	height:135px;
	float:right;
	background:url(../img/contact_box.jpg) no-repeat;
}

#contactButton {
	width:125px;
	position:relative;
	top:60px;
	left:90px;
}


.buttonInline {
	float:right;
}


#nav {
	width:950px;
	height:25px;
	padding:7px 0 0 0;
	background:url(../img/nav_bg.jpg) repeat-x;
}

#content {
	width:950px;
	text-align:left;
	margin-bottom:30px;
}



#heroApply {
	width:950px;
	height:275px;
	background:url(../img/apply_hero_bg.jpg) no-repeat;
}


#homeBottom {
	width:950px;
	height:194px;
}

#homeImg {
	width:108px;
	height:194px;
	float:left;
}

.homeMod {
	width:210px;
	height:194px;
	float:left;
}

#contentInt {
	width:950px;
}

#leftWell {
	width:205px;
	float:left;
	margin:5px 0 0 0;
}

#leftLinks {
	width:190px;
	min-height:240px;
	float:left;
	margin:0 5px 0 0;
	padding-left:5px;
	background:url(../img/left_nav_bg.jpg) repeat-x;
}

#mainWell {
	width:745px;
	float:left;
	margin:5px 0 0 0;
}

#hero {
	width:745px;
	height:235px;
	margin-bottom:10px;
}

#contactForm {
	width:380px;
	float:right;
}

#contactInfo {
	width:300px;
	float:left;
}



#footer {
	width:954px;
	height:34px;
	padding:8px 3px 5px 3px;
	font-size:10px;
	color:#666;
	text-align:left;
}

.clearIt {
	clear:both;
}


