
/* Left content column */
.contentLeft {
	width: 483px;
	overflow: hidden;
	float: left;
	padding: 15px 0px 0px 10px;
	}
	
.contentLeft .h1Blue {
	color: #3db7e4;
	font-size: 225%;
	margin: 0px;
	padding: 0px;
	}
	
.contentLeft .introText {
	color: #999999;
	font-size: 137%;
	padding: 0px;
	margin: 0px;
	}
	
/* Left and right accordian */
.accordianWrap {
	width: 243px;
	font-size: 68%;
	height: 221px;
	padding: 25px 0px 0px 0px;
	}
	
.accordianWrap .blueItem {
	width: 233px;
	height: 24px;
	background: #3db7e4 url(../images/accordian-blue-end.png) right no-repeat;
	padding: 0px 0px 0px 10px;
	cursor: pointer;
	margin: 0px 0px 10px 0px;
	}
	
.accordianWrap .blueItemText {
	font-size: 112%;
	line-height: 24px;
	padding: 0px;
	margin: 0px;
	}
	
.accordianWrap .greenItem {
	width: 233px;
	height: 24px;
	background: #bed600 url(../images/accordian-green-end.png) left no-repeat;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 10px 0px;
	cursor: pointer;
	}
	
.accordianWrap .greenItemText {
	font-size: 112%;
	line-height: 24px;
	padding: 0px;
	margin: 0px;
	text-align: right;
	}
	
.accordianWrap a {
	text-decoration: none;
	color: #ffffff;
	}
	
.accordianWrap a:hover {
	text-decoration: none;
	color: #ffffff;
	}
	
.accordianWrap .bulletLink {
	width: 200px;
	font-size: 68%;
	padding: 0px 0px 0px 20px;
	background: url(../images/forward-bullet.png) no-repeat;
	margin: 0px 0px 5px 0px;
	line-height: 13px;
	}
	
.accordianWrap .accordianItems a, .accordianWrap .bulletLink a {	
	text-decoration: none;
	color: #006fc4;
	}
	
.accordianWrap .accordianItems a:hover, .accordianWrap .bulletLink a:hover {
	color: #ff5800;
	}
	
.accordianWrap .accordianItems {
	width: 243px;
	overflow: hidden;
	height: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.accordianWrap .accordianItemsOpen {
	width: 243px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	}
	
.accordianWrap .accordianInner {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	width: 238px;
	overflow: hidden;
	}
	
/* Home image - used to position the image on the page */
.homeImage {
	width: 416px;
	height: 274px;
	margin: -274px 0px 0px 290px;
	position: absolute;
	}
	
/* Right content column */
.contentRight {
	width: 483px;
	overflow: hidden;
	float: right;
	padding: 15px 10px 0px 0px;
	}
.contentRight .contentRightTop 
{
	text-align: right;
}
.contentRight .h1Green {
	color: #bed600;
	font-size: 225%;
	margin: 0px;
	padding: 0px;
	text-align: right;
	}
	
.contentRight .introTextRight {
	color: #999999;
	font-size: 137%;
	padding: 0px;
	margin: 0px;
	text-align: right;
	}
	
.contentRight .accordianRight {
	width: 243px;
	overflow: hidden;
	float: right;
	}
	
/* Bottom boxes */
.btmBoxesTop {
	width: 986px;
	height: 30px;
	clear: both;
	}
	
.btmBoxesBottom {
	width: 986px;
	height: 33px;
	clear: both;
	}

.bigBox {
	width: 318px;
	overflow: hidden;
	border-top: 1px solid #3db7e4;
	float: left;
	padding: 20px 0px 0px 0px;
	}
	
.bigBox .greyTitle {
	padding: 0px;
	margin: 0px;
	color: #9e9e9e;
	font-size: 112%;
	}
	
.bigBox .blueTitle {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	color: #3db7e4;
	font-size: 100%;
	}
	
.bigBox p {
	font-size: 68%;
	padding: 0px;
	margin: 0px 0px 12px 0px;
	color: #666666;
	}
	
.bigBox .bulletLink {
	width: 200px;
	font-size: 68%;
	padding: 0px 0px 0px 20px;
	background: url(../images/forward-bullet.png) no-repeat;
	margin: 0px 0px 5px 0px;
	line-height: 13px;
	}
	
.bigBox .bulletLink a {	
	text-decoration: none;
	color: #006fc4;
	}
	
.bigBox .bulletLink a:hover {
	color: #ff5800;
	}
	
.bottomBoxSpacer {
	width: 9px;
	height: 50px;
	float: left;
	}
	
.smallBox {
	width: 160px;
	overflow: hidden;
	border-top: 1px solid #3db7e4;
	float: left;
	padding: 20px 0px 0px 0px;
	}
	
.smallBox .greyTitle {
	padding: 0px;
	margin: 0px;
	color: #9e9e9e;
	font-size: 112%;
	}
	
.smallBox .blueTitle {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	color: #3db7e4;
	font-size: 100%;
	}
	
.smallBox p {
	font-size: 68%;
	padding: 0px;
	margin: 0px 0px 12px 0px;
	color: #666666;
	}
	
.smallBox .bulletLink {
	width: 140px;
	font-size: 68%;
	padding: 0px 0px 0px 20px;
	background: url(../images/forward-bullet.png) no-repeat;
	margin: 0px 0px 5px 0px;
	line-height: 13px;
	}
	
.smallBox .bulletLink a {	
	text-decoration: none;
	color: #006fc4;
	}
	
.smallBox .bulletLink a:hover {
	color: #ff5800;
	}
	
.smallBox a {	
	text-decoration: none;
	color: #006fc4;
	}
	
.smallBox a:hover {
	color: #ff5800;
	}