/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	background: #5fa396;
	font: normal 12px Arial, Helvetica, sans-serif;
	border-top: 1px solid #aba899;
	color: #4c4c4c;
}

a,
a:link,
a:visited {
	color: #155e4d;
	text-decoration: underline;
}

.clear { clear: both; }
a img { border: 0; }

#wrapper {
	width: 785px;
	margin: 0 auto;
	background: #FFF;
	padding: 8px;
	margin-top: -1px;
}
	#header {
		height: 251px;
		background: url(images/header.jpg) no-repeat top center #5da194;
		text-indent: -9999px;
	}
		#blueBar {
			padding: 12px;
			background: #042f5a;
			color: #FFF;
			font-family: trebuchet ms;
			font-size: 18px;
			font-weight: normal;
		}
			#blueBar span { text-decoration: underline; }
			
	#content {
		padding: 15px;
	}
		#content h1, #content h2, #content h3, #content p, #content ul, #content ol {
			margin-bottom: 15px;
		}
		#content h1 {
			font-size: 22px;
			color: #145e4f;
		}
		#content h2 {
			font-size: 12px;
		}
		#content ul {
			margin-left: 30px;
		}
		#content p {
			line-height: 150%;
		}
		.keyPoints {
			padding-bottom: 10px;
		}
			.keyPoints li {
				list-style: none outside;
				padding-left: 30px;
				min-height: 16px;
				background: url(images/tick.gif) no-repeat center left;
				margin-bottom: 7px;
				font-size: 14px;
				font-weight: bold;
			}
		
		.callToAction {
			display: block;
			height: 42px;
			width: 234px;
			background: url(images/submit.gif) no-repeat center center #5ea295;
			float: left;
			text-indent: -9999px;
			outline: none;
			margin-right: 25px;
		}
		
	.bottomBlock {
		width: 388px;
		float: left;
	}
		.bottomBlock h3 {
			font-size: 18px;
			font-weight: normal;
			color: #155f50;
			padding-left: 16px;
			margin-bottom: -3px;
		}
		.green {
			height: 158px;
			padding: 16px;
			padding-top: 13px;
			background: #d8e8e5;
		}
			.formFields {
				margin-bottom: 4px;
			}
				.formFields label {
					display: block;
					width: 80px;
					float: left;
					line-height: 19px;
				}
				.forminput {
					border: 1px solid #145e4f;
					line-height: 11px;
					padding: 4px;
					font-size: 11px;
					width: 151px;
				}
				.formgo {
					height: 42px;
					width: 90px;
					border: 0;
					float: right;
					background: url(images/formsubmit.gif) no-repeat center center #5ea295;
				}
				
			.pdf {
				float: right;
				margin-right: -10px;
				margin-top: -10px;
				margin-left: 10px;
			}
			#pdfBox p {
				line-height: 150%;
			}
