/* Boxes setup
***************************/

.box{
	width: 308px;
	float: left;
	margin-right: 18px;
}
.white_sq{
	background: URL(/images/layout_images/content_bg.gif) 19px bottom no-repeat;
	float:  left;
}

.last{
	margin-right: 0 !important;
}
.box h2{
	font-family: Arial Black, Arial;
	text-transform: capitalize;
	color: #eb8812;
	font-size: 1.7em;
	padding: 17px 0 5px 17px;
	margin-bottom: 0 !important;
}

.box_copy{
	background: URL(/images/layout_images/home_box__bg.gif) left top repeat-y;
	padding: 8px 18px;
	min-height: 100px;
}
.box_footer{
	background: URL(/images/layout_images/home_box_footer.gif) left top no-repeat;
	height: 37px;
}

/* Box bgs
***************************/
#apply{
	background: URL(/images/layout_images/home_box_bg_apply.gif) left bottom no-repeat;
}
#in_focus{
	background: URL(/images/layout_images/home_box_bg_in_focus.gif) left bottom no-repeat;
}
#latest_news{
	background: URL(/images/layout_images/home_box_bg_latest_news.gif) left bottom no-repeat;
}


/* Box headers
***************************/
#apply h2{
	background: URL(/images/layout_images/home_box_apply.gif) left top no-repeat;
	height: 25px;
}
#in_focus h2{
	background: URL(/images/layout_images/home_box_in_focus.gif) left top no-repeat;
	height: 25px;
}
#latest_news h2{
	background: URL(/images/layout_images/home_box_latest_news.gif) left top no-repeat;
	height: 25px;
}

/* Box links
***************************/
#apply_now_link{
	background: URL(/images/layout_images/box_link_apply_now.gif) left top no-repeat;
	display: block;
	text-indent: -5000px;
	height: 36px;
	width: 143px;
	float: right;
}
#in_focus_link{
	background: URL(/images/layout_images/box_link_in_focus.gif) left top no-repeat;
	display: block;
	text-indent: -5000px;
	height: 36px;
	width: 143px;
	float: right;
}
#latest_news_link{
	background: URL(/images/layout_images/box_link_news.gif) left top no-repeat;
	display: block;
	text-indent: -5000px;
	height: 36px;
	width: 143px;
	float: right;
}

.date{
	font-weight: bold;
}

/* Footer override
***************************/
#footer{
	background: URL(/images/layout_images/footer_bg.gif) left top no-repeat;
	height: 90px;
}
.sponsor{
	float: left;
	margin: 15px 19px 0 0;
}
.first_sponsor{
	margin-left: 15px;
}
#footer_nav{
	list-style: none;
	font-size: 0.85em;
	float: right;
	margin: 40px 15px 0 0;
}
#content{
	margin-bottom: 0 !important;
}