.container {
	background: url(../images/container-bg-pages-desktop.png) no-repeat center top;
}
.content {
	width: 855px;
	float: left;
}
.content h1 {
	color: #233f97;
	border-bottom: solid 1px #005138;
	text-transform: uppercase;
	margin-left: 5px;
	margin-right: 15px;
	padding-left: 0;
}
.content h4 {
	margin: 0;
}
.products-img {
	width: 72px;
	min-height: 100px;
	float: left;
	margin-left: 40px;
}
.products-text {
	width: 300px;
	min-height: 100px;
	float: left;
}
.products-text h3 {
	text-transform: uppercase;
	margin-bottom: 0;
}
.products-text p {
	margin-bottom: 0;
}
.module2 {
	float: left;
	width: 400px;
	margin-left: 15px;
}
.module2 h4 {
	margin: 0;
	width: 400px;
	font-size: 12px;
	color: #233f97;
}
.module2-left {
	width: 195px;
	float: left;
	text-align: right;
	padding-right: 5px;
	color: #233f97;
	min-height: 16px;
}
.module2-right {
	width: 195px;
	float: left;
	padding-left: 5px;
	min-height: 16px;
}
.module5 {
	float: left;
	width: 167px;
	min-height: 155px;
}
.module5 h3 {
	margin: 0;
}
.margin-top-35px {
	margin-top: 35px;
}
/********** FORMS **********/
.form-lbl {
	float: left;
	width: 200px;
	text-align: right;
	padding-right: 12px;
	color: #233f97;
}
.form-input {
	float: left;
	width: 305px;
}
.form-error {
	float: left;
}
.form-spacer {
	clear: both;
	height: 4px;
}
.textbox, textarea {
	border: solid 1px #999999;
	width: 300px;
	font: 11px/1.4 Geneva, Arial, Helvetica, sans-serif;
}
.textbox:focus, textarea:focus {
	background: #e6ddee;
}
.submit-button {
	background: #551a8b;
	color: #FFF;
	border: 0;
	padding: 3px;
}
.submit-button:hover {
	background: #666;
	cursor: pointer;
}
/********** END OF FORMS **********/
