#content {
	background: transparent url(../images/pic_home_001.jpg) top right no-repeat;
	margin-top: 1px;
	min-height: 500px;
	padding-top: 50px;
	padding-left: 75px;
	width: 697px;
	position: relative;
}

#footer {
	margin-top: 20px;
}


#content div.pad {
	width: 350px;
}

#banners {
	position: absolute;
	top: 478px;
	left: -167px;
}

#banners li.banner {
	list-style: none;
}

#social-media {
	position: absolute;
		margin-left: 525px;
		margin-top: 5px;

}

#bnr-bachelors {
	position: absolute;
	top: 15px;
	left: 0;
}

#bnr-online {
	position: absolute;
	top: 15px;
	left: 255px;

}


/* popups */

div.popup {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

div.popup div.body {
	background-position: 0 0;
	background-repeat: repeat-y;
	background-color: transparent;
	padding: 10px 14px 10px 24px;
}

div.popup h2,
div.popup h3 {
	margin-bottom: 0 !important;
}

#content ul {
	margin: 0 !important;
}


#content div.popup ul {
	list-style: none;
	overflow: auto;
}

#content ul li {
	list-style: none;
	background: none;
	padding-left: 0;
}


#content div.popup ul ul {
	margin-left: 6px;
}

#content div.popup li li {
	background: transparent url(../images/bullet_small_black.gif) 0 6px no-repeat;
	padding-left: 8px;
	line-height: 12px;
}


div.popup a {
	color: #000;
	font-size: 11px;
	text-decoration: none;
}

div.popup a:hover {
	color: #014885;
	text-decoration: underline;
}


/* unique popup formatting for "bachelors" popup */

#bnr-bachelors div.popup {
	width: 538px;
	top: -350px;
	left: 120px;
}

#bnr-bachelors div.body {
	background-image: url(../images/bg_popup_DIT_repeater.gif);
}

#bnr-bachelors h3 a {
	color: #3c6872;
	font-weight: bold;
	font-size: 11px;
}
#bnr-bachelors h3 a:hover {
	color: #014885;
}

#bnr-bachelors li.left-column {
	width: 265px;
	float: left;
}

#bnr-bachelors li.right-column {
	width: 227px;
	float: left;
}

#bnr-bachelors div.footer {
	background: transparent url(../images/bg_popup_DIT_bottom.png) 0 0 no-repeat;
	height: 46px;
}

/* unique popup formatting for "online" popup */
#bnr-online div.popup {
	width: 404px;
	top: -388px;
	left: 49px;
}

#bnr-online h3 a {
	color: #293b16;
	font-weight: bold;
	font-size: 11px;
}
#bnr-online h3 a:hover {
	color: #014885;
}

#bnr-online div.body {
	background-image: url(../images/bg_popup_Online_repeater.gif);
}

#bnr-online div.footer {
	background: transparent url(../images/bg_popup_Online_bottom.png) 0 0 no-repeat;
	height: 46px;
}

/* hacks */
* html #content {
	padding-left: 30px;
	zoom: 1;
	height: 500px;
}


* html #bnr-bachelors div.body {
	overflow: auto;
	zoom: 1;
}


