body, html {
	background-color: #002f52;
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #2b516f;
}
img {
	border:0;
}
#container {
	width: 100%;
	margin: 0;
	padding: 0;
	float:left;
}
#header {
	width: 100%;
	height: 151px;
	background: url(/images/header_bg.jpg) top left repeat-x;
	float:left;
}
#header_content {
	width:920px;
	height:151px;
	margin:auto;
	padding:auto;
	background:url(/images/background_marker.jpg) right top no-repeat
}
#header .logo {
	width:100%;
	float:left;
	height:114px;
}
/************* MENU ************/

#menu {
	width: 700px;
	margin: 0px;
	padding: 0px 0px 5px 20px;
	float:left;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
#menu li {
	display: inline;
	line-height:32px;
}
#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
}
#menu a:hover {
	color: #a7cf3b;
}
/*  Start Intro   */
/* /////////////////////////////////////////// */


#content {
	padding-top:15px;
	background-color: #fff;
	float:none;
	width:100%;
	float:left;
}

#body_content {
	width:860px;
	margin:auto;
	padding:auto;
	padding:0px 30px 30px 30px;
	min-height: 400px;
}

#intro_content {
	width:860px;
	margin:auto;
	padding:auto;
	padding:0px 30px 0px 30px;
	height:350px;
}

#intro2 {
	background-color: #d9dee4;
	padding-bottom:25px;
	float:left;
	width:100%;
}
#intro2_content {
	width:860px;
	margin:auto;
	padding:auto;
	padding:0px 30px 0px 30px;
}
h1 {
	font-size: 30px;
	font-family: 'Trebuchet MS', Arial, Helvetica, Verdana, Sans-serif;
	color: #cfd000;
	padding: 20px 0px 20px 0px;
	display: block;
	border-bottom: 1px dotted #aabac5;
	margin: 0;
}
.intro_point {
	background: url(/images/bullet.jpg) left top no-repeat;
	color: #2b516f;
	padding: 6px 0px 0px 20px;
	height: 25px;
	width:220px;
	float:left;
}
.verify {
	list-style:url(/images/tick.jpg);
	font-size: 12px;
	color: #2b516f;
	padding: 2px 0px 0px 16px;
	height: 28px;
	width: 45%;
}
.verify a {
	color:#2b516f;
	text-decoration:none;
}
.verify a:hover {
	text-decoration:underline;
}
.intro_image {
	width:370px;
	float:right;
	text-align:right;
}
.column {
	width: 320px;
	float:left;
	padding:0px 35px 0px 35px;
}
h2 {
	font-size: 18px;
	font-family: 'Trebuchet MS', Arial, Helvetica, Verdana, Sans-serif;
	color: #063255;
	padding: 20px 0px 6px 0px;
	display: block;
	border-bottom: 1px dotted #92a5b4;
	margin: 0;
}
/*  Start Forms   */
/* /////////////////////////////////////////// */


.label {
	padding: 2px 0px 2px 0px;
	border-bottom: 1px dotted #aabac5;
}
.input {
	padding: 2px 0px 2px 10px;
}
.txt {
	color: #666;
	font-size: 11px;
}
input.field {
	width: 250px;
	border: 1px solid #aabac5;
	padding: 6px;
	font-family: 'Lucinda Grande', 'Trebuchet MS', Arial, Helvetica, Verdana, Sans-serif;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 1px;
}
/*  Start Form Errors   */
/* /////////////////////////////////////////// */


.errMsg {
	display: none;
}
form .errFld {
	border: 1px solid #cc0000;
}
form .errFld {
	border: 1px solid #cc0000;
}
/*  End Form Errors   */
/* /////////////////////////////////////////// */


textarea.field {
	width: 250px;
	height: 100px;
	border: 1px solid #aabac5;
	padding: 6px;
	font-family: 'Lucinda Grande', 'Trebuchet MS', Arial, Helvetica, Verdana, Sans-serif;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 1px;
}
/*  End Forms   */
/* /////////////////////////////////////////// */


/* Websites */

.website {width:100%; float:left; margin-top:10px; border-bottom:1px black dashed; padding-bottom:10px;}



#footer {
	width:100%;
	margin:auto;
	padding:auto;
	height: 71px;
	clear:both;
	float:none;
	text-align:center;
}
a.footer:link, a.footer:active, a.footer:visited {
	font-size: 9px;
	line-height: 11px;
	letter-spacing: 1px;
	color: #668297;
	padding: 10px 0 0;
	text-decoration: none;
}
a.footer:hover {
	font-size: 9px;
	line-height: 11px;
	letter-spacing: 1px;
	color: #fff;
	padding: 10px 0 0;
	text-decoration: none;
}