﻿#blueBoxContainer
{
	height: 276px;
}
#blueBoxContainer #pic
{
	position:absolute;
	right:0px;
	height: 276px;
	width:50%;
	background-color: Gray;
	background-position: top;
}
#blueBoxContainer #box
{
	position:absolute;
	height: 276px;
	width:50%;
	background-color: #003366;
	z-index: 10;

}
#blueBoxContainer #boxText
{
	position: absolute;
	top: 0;
	height: 140px;
	left: 10px;
}
#blueBoxContainer #boxText h1
{
	padding: 0;
	margin: 0;
	width:120px;
	font-size: 2.18em;
	font-weight: normal;
	color: #fff;
	line-height: 26px;
	top: 10px;
	position: relative;
}
#blueBoxContainer #boxText h1.dark
{	
	margin-top: 0px;
	color: #92A7CB;
}
