.homepage{
	background: url(/images/index-header-stretch.jpg) 0 0 repeat-x;
}

.homepage .moduleContentContainer .middle .content{
	width: 710px;
}


.homepage .moduleContentContainer .top{
	background: url(/images/center-top-bg.jpg) 286px 0 no-repeat;
}
	.homepage .moduleContentContainer .top h2{
		padding: 30px 0 20px 286px;
		margin: 0;
		color: #222;
		background:none;
	}


.homepage .moduleContentContainer .middle .sidebar{
	margin: -115px 0 0;
	min-height: 720px;
	width: 255px;
	background: #ffd800 url(/images/sidebar-bg.jpg) 0 100% no-repeat;
	padding-bottom:0px;
	overflow:hidden
}
* html .homepage .moduleContentContainer .middle .sidebar{
	height: 720px;
}

.moduleContentContainer .middle .sidebar h3{
	background: #00446a url(/images/sidebar-h3-bg.jpg) 100% 0 no-repeat;
	margin: 0;
	padding: 10px 25px;
	font-size: 16px;
	color: #fff;
	height: 20px;
	text-transform:uppercase;
}
.homepage .moduleContentContainer .middle .sidebar .holder{
	background: url(/images/sidebar-h4-bg.jpg) 100% 0 no-repeat;
	padding: 25px 25px 0 25px;
	color: #363636;
	width:205px;
}
	.moduleContentContainer .middle .sidebar .holder H2{
		font-size:12px;
		letter-spacing:0px;
		font-weight:bold;
		padding:5px 0 15px;
	}


.homepage .moduleContentContainer .middle .sidebar ul{
	margin: 30px -10px 0 0;
}
	.homepage .moduleContentContainer .middle .sidebar li{
		margin: 0 0 4px;
		font-weight: bold;
		height: 30px;
		width: 100%;
		float: left;
		display: inline;
	}
		.homepage .moduleContentContainer .middle .sidebar li a{
			text-decoration: none !important;
			float: left;
			display: inline;
			width: 100%;
			background: url(/images/sidebar-rolovers.gif) 0 0 no-repeat;
			color: #fff;
			padding: 7px 13px 0;
			height: 23px;
		}
		.homepage .moduleContentContainer .middle .sidebar li a:hover{
			background-position: 0 100%;
		}

	
	/* middle content */
	
	/* Action and Mobility Classes*/
	.moduleContentContainer .middle .content .content-top h2{
		letter-spacing:0px;
		font-weight:bold;
		padding:5px 0 5px;
		font-size: 20px;
		color: #61980d;
	}
	.moduleContentContainer .middle .content .bottom{
		width: 100%;
	}
		/* Key Benefits */
		.moduleContentContainer .middle .content .bottom .left h2{
			font-size:14px;
			letter-spacing:0px;
			font-weight:bold;
			padding:5px 0 5px;
		}
		.moduleContentContainer .middle .content .bottom:after{
			content:"";
			display:block;
			width:100%;
			overflow:hidden;
			height:0;
			clear:both;
		}
		.moduleContentContainer .middle .content .bottom .left{
			float: left;
			background: url(/images/bottom-bg.jpg) 0 0 no-repeat;
			width: 428px;
			padding: 130px 0 0 30px;
			color: #000;
		}

	/* Newsletter Sign Up */
	.formheader{
		background: #007fc6 url(/images/form-bg.gif) 0 0 no-repeat;
		color: #fff;
		position: relative;
		width: 202px;
		padding:0px 25px;
	}
		.formheader h2{
			background: url(/images/globe.jpg) 100% 0 no-repeat;
			padding: 39px 0 11px;
			width: 245px;
			top: -10px;
			left: 0px;
			font-size: 18px;
			font-weight:bold;
			letter-spacing:0px;
			position: relative;
		}
		.formheader .msg{
			padding-top:10px;
			font-weight:bold;
			color:#FFD800;
		}
		.formheader .msg A{
			color:#FFD800;
			text-decoration:underline;
		}
		.formheader .msg A:hover{
			text-decoration:none;
		}
		
				
	/* newsletter FORM */	
	FORM.newsletterFrm{
		height: 1%;
		background: #007fc6 url(/images/form-bottom.jpg) 0 100% no-repeat;
		padding: 10px 17px 91px 18px;
		position: relative;
	}
	FORM.newsletterFrm:after{
		content:"";
		display:block;
		width:100%;
		overflow:hidden;
		height:0;
		clear:both;
	}
		FORM.newsletterFrm LABEL{
			color:#FFD800;
			padding-bottom:5px;
			display:block;
		}
		FORM.newsletterFrm input.text{
			overflow: hidden;
			position: relative;
			height: 18px;
			width: 199px;
			padding: 5px 9px;
			margin: 0 0 9px;
			border: none;
			font-size: 11px;
			color: #3b3b3b;
			background: url(/images/input-bg.gif) 100% 0 no-repeat;
		}
		FORM.newsletterFrm input.button{
			float: right;
		}
		FORM.newsletterFrm a{
			margin: 6px 0 0;
			float: left;
			color: #ffd800;
			text-decoration: underline;
		}
		FORM.newsletterFrm a:hover{
			text-decoration: none;
		}
		
		FORM .formSubmit {
			float:right;
		}
		FORM.newsletterFrm .formSubmit INPUT{
			background:url(/images/submit.gif) no-repeat;
			font-size:0px;
			color:#000;
			width:73px;
			height:28px;
			border:none;
		}