﻿body {
	margin: 0;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
}

a, a:visited, a:active {
	color: #333333;
	text-decoration:none;
}

	a:hover {
		color: #539535;
		text-decoration: none;
	}

img {
	border: none;
}

.h2 {
	color: #1d1760;
	font-size: 36px;
	font-weight: 700;
}

.h3 {
	color: #539545;
	line-height: 1.2 !important;
	font-size: 30px !important;
	font-weight: 700;
	font-style: oblique;
}

.h3-1 {
	color: #539545;
	font-size: 19px;
	line-height: 1.5 !important;
	font-weight: 700;
}

.f4 {
	font-size: 21px;
	line-height: 1.5;
}

.f3 {
	font-size: 15px;
	line-height: 1.6;
}

.f3-1 {
	font-size: 21px;
	line-height: 1.5;
	font-weight: 800;
}

.center {
	width: 926px;
	margin: 0 auto;
}

.header {
	background: url(Images/Header.png) no-repeat center top;
}

	.header .content {
		height: 214px;
		vertical-align: top;
		padding: 0 0 0 53px;
	}

.middle {
	background: url(images/Middle-BG.png) repeat-x;
}

	.middle .content {
		vertical-align: top;
		padding-bottom: 20px;
	}

		.middle .content .left-box-division {
			width: 50%;
			vertical-align: top;
			padding-right: 60px;
			padding-top: 20px;
		}

		.middle .content .right-box-division {
			width: 50%;
			vertical-align: top;
			padding-left: 15px;
			padding-right: 60px;
			padding-top: 20px;
		}

a.button, a.button:visited {
	background: url(Images/Button-BG.png) no-repeat;
	display: inline-block;
	width: 238px;
	height: 39px;
	color: #333333;
	font-size: 15px;
	padding: 8px 0 0 16px;
	clear: both;
	margin: 10px 0 30px 0;
	text-align: left;
}

	a.button:hover {
		background: url(Images/Button-BG-Hover.png) no-repeat;
		color: #539545;
	}
	
.label-brochure {
	font-weight: 800;
	color: #1d1760;
	margin: 25px 0 0 10px;
	display: inline-block;
}

	.label-brochure:hover {
		color: #539545;
	}

.footer {
	background-color: #1d1760;
}

	.footer .content {
		height: 412px;
		vertical-align: top;
		color: #FFFFFF;
		text-align: center;
		padding-top: 25px;
	}

input[type=text] {
	font-weight: 900;
	font-size: 16px;
	border: solid 1px rgb(209, 206, 206);
	border-radius: 5px;
	width: 425px;
	padding: 7px 10px 7px 10px;
	margin-bottom: 16px;
	font-family: 'Open Sans', sans-serif;
}

textarea {
	overflow: hidden;
	font-weight: 900;
	font-size: 16px;
	border: solid 1px rgb(209, 206, 206);
	border-radius: 5px;
	padding: 7px 10px 7px 10px;
	margin-bottom: 16px;
	font-family: 'Open Sans', sans-serif;
}