#contentContainer{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 900px;
	height: 100%;
	text-align: left;
}

#inLeftBox{
	clear: left;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 200px;
	height: 100%;
}

#subNav, #subNav ul{
	float:left;
	height: auto;
	width: 200px;
	list-style: none;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

#subNav{
	line-height:25px;
	float:left;
	margin: 0px;
	padding: 0px;
}	

#subNav a {
	display: block;
	color:#663399;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#subNav li{
	clear: left;
	float:left;
	padding:0px;
	margin: 0px;
	width:200px;
	background-image:url('../images/navigation/subNavBack_1.gif');
}

#subNav li:hover{
	background-image:url('../images/navigation/subNavBack.gif');
	background-repeat:no-repeat;
}

#subNav li a.subnavTall{ /* for tall sub nav links */
	clear: left;
	float:left;
	padding:0px;
	margin: 0px;
	width:200px;
	background-image:url('../images/navigation/subNavBack_1_tall.gif');
	line-height: 25px;
}

#subNav li a.subnavTall:hover{ /* for tall sub nav links */
	background-image:url('../images/navigation/subNavBack_tall.gif');
	background-repeat:no-repeat;
}

#subNav li a.tertiaryTall{ /* for tall tertiary nav links */
	clear: left;
	float:left;
	padding:0px;
	margin: 0px;
	width:200px;
	/*background-image:url('../images/navigation/subNavBack_1_tall.gif');*/
	line-height: 25px;
}

#subNav li a.tertiaryTall:hover{ /* for tall tertiary nav links */
	clear: left;
	float:left;
	padding:0px;
	margin: 0px;
	width:200px;
	background-image:url('../images/navigation/subNavBack_1_tall.gif');
	background-position: 0px -10px;
	line-height: 25px;
}

ul.numberList{ /* for numbered lists on interior pages */
	list-style-type: decimal;
}

ul.bulletList{ /* for bulleted lists on interior pages */
	list-style-type: disc;
}

ul.faqList{ /* for FAQ question list on interior pages */
	list-style: none;
}

ul.ulBullet{
	list-style-image:url(/global/images/misc-reuse/custom-bullet.gif);
}

/* terchiaryNav styles */
#subNav ul li a.active{
	background-color: #E0D7EC;
	background-image: none;
}

#subNav ul.terchiaryNav li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:100;
	background-color: #EFEAF5;
	background-image: none;
	margin: 0px;
	padding: 0px;
}

#subNav ul.terchiaryNav li:hover{
	background-color: #FFF;
	background-image:url('../images/navigation/subNavBack_1.gif');
}

.imageCover /* for interior section index page callouts */
{
	padding:0 10px 2px 0;
}

.BUHeaderLogo {
position: absolute;
top: 4px;
left: 0px;
width: 100%;
height: 70px;
text-align: center;
}

.RequestInfoButton
{
	display: block;
	width: 125px;
	height: 28px;
	background: url('/global/images/site-shell/request-info-button.gif') no-repeat;
	background-position: 0px 0px;
	text-align: center;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	float: left;
}
.RequestInfoButton:hover, .RequestInfoButton-hover
{
	background-position: -125px 0px;
}

.ApplyNowButton
{
	display: block;
	width: 125px;
	height: 28px;
	background: url('/global/images/site-shell/apply-now-button.gif') no-repeat;
	background-position: 0px 0px;
	text-align: center;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	float: left;
}
.ApplyNowButton:hover, .ApplyNowButton-hover
{
	background-position: -125px 0px;
}

#iq-apply-buttons
{
	width: 270px;
	height: 28px;
	position: absolute;
	left: 665px;
	top: 317px;
}


.playButton
{
	display: block;
	width: 100px;
	height: 27px;
	overflow: hidden;
	background-image: url( "/global/images/misc-reuse/play-video.gif" );
	background-position: 0px 0px;
	text-align: center;
}

.playButton:hover, .playButton-hover
{
	background-position: -100px 0px;
}

.TwoColumnList
{
	margin-left: auto;
	margin-right: auto;
	width: 680px;
	padding: 0px 0px 0px 0px;
	overflow: auto;
}
.TwoColumnList ul
{
	 float: left;
	 width: 300px;
	 padding: 5px 15px 0px 15px;
	 margin: 0px 0px 0px 0px;
}
.TwoColumnList li
{
	line-height: 1.4;
	list-style-type: disc;
}