@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #eaeff2 url(../images/backgound.gif) no-repeat center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #151C4A;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #1F2970 url(../images/blue_background.jpg) repeat center top;
	margin: 20px auto 60px; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #FFF;
	text-align: left;
}
.oneColFixCtrHdr #header {
	padding: 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px 0px 0px 20px;
	margin-right: 20px;
	margin-left: 20px;
	background: #FFF url(../images/corner.gif) no-repeat left top;
	min-height: 301px;
	border-bottom: 15px solid #d7df21;
	margin-bottom: 30px;
}
.oneColFixCtrHdr #mainContent h3 {
	font-weight: normal;
	font-size: 13px;
	line-height: 130%;
}
.oneColFixCtrHdr #mainContent p {
	font-weight: normal;
	font-size: 13px;
	line-height: 130%;
}
.oneColFixCtrHdr #footer {
	padding: 15px 20px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	color: #666;
}
.navbar {
	float: right;
	margin-top: 88px;
}
.fltright {
	float: right;
	margin-left: 20px;
	font-size: 11px;
	color: #666;
	line-height: 16px;
	text-align: right;
}
.fltlft {
	float: left;
	font-size: 11px;
	color: #666;
	line-height: 16px;
}
.square1 {
	float: left;
	width: 171px;
	background: #D5DF2D url(../images/green-corner.gif) no-repeat left bottom;
	margin-right: 12px;
	margin-bottom: 30px;
	margin-left: 20px;
	min-height: 200px;
	padding: 10px 6px 10px 26px;
}
.square1 p {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
.square1 li {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	list-style: square outside;
	letter-spacing: 95%;
}
.square1 h1 {
	font-size: 13px;
	margin: 0px;
	padding: 0px 0px 4px;
	font-weight: bold;
}
ul{
    margin: 0 auto;
    padding: 0;
}
.clrboth {
	clear: both;
}
.square2 {
	float: left;
	width: 167px;
	background: #00386b;
	margin-right: 11px;
	margin-left: 20px;
	min-height: 200px;
	padding: 10px 10px 10px 26px;
	color: #FFF;
}
.square2 p {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}
.square2 li {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	list-style: square outside;
}
.square2 h1 {
	font-size: 13px;
	margin: 0px;
	padding: 0px 0px 4px;
	font-weight: bold;
}
.square3 {
	float: left;
	width: 167px;
	background: #D5DF2D;
	margin-right: 11px;
	margin-left: 20px;
	min-height: 200px;
	padding: 10px 10px 10px 26px;
}
.square3 p {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
.square3 li {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	list-style: square outside;
}
.square3 h1 {
	font-size: 13px;
	margin: 0px;
	padding: 0px 0px 4px;
	font-weight: bold;
}
.square4 {
	float: left;
	width: 167px;
	background: #00386b url(../images/blue-corner.gif) no-repeat right top;
	margin-right: 11px;
	margin-left: 20px;
	min-height: 200px;
	padding: 10px 10px 10px 26px;
	color: #FFF;
}
.square4 p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}
.square4 li {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	list-style: square outside;
}
.square4 h1 {
	font-size: 13px;
	margin: 0px;
	padding: 0px 0px 4px;
	font-weight: bold;
}
.addthis {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	text-align: right;
}
a {
	color: #0C386A;
	text-decoration: none;
}
label{
	float: left;
	width: 120px;
	font-size: 13px;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
	width: 340px;
	height: 55px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}
#captcha {
	margin-left: 120px;
	margin-top: 5px;
}
.tagline {
	color: #FFF;
	position: relative;
	left: 262px;
	top: 86px;
	width: 250px;
}
.oneColFixCtrHdr #container #header .tagline h1 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	letter-spacing: 1px;
	font-variant: small-caps;
}
.twitter {
	padding-bottom: 6px;
}

