@charset "iso-8859-1";


* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-image: url('../images/siteBg.jpg');
	background-repeat: repeat-x;
}

#frame {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 103px;
	float: left;
}

#header_left {
	width: 384px;
	float: left;
}

#header_right {
	width: 576px;
	float: left;
}

#header_right ul {
	float: right;
}

#header_right ul li {
	display: inline;
	float: left;
	list-style: none;
}

#header_right ul li a {
	width: 57px;
	height: 27px;
	display: block;
	float: left;
	padding-top: 78px;
	background-image: url('../images/menuReg.jpg');
	background-repeat: no-repeat;
	text-align: center;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

#header_right ul li a:hover {
	color: #0066ff;
}

#banner {
	width: 960px;
	float: left;
}

#mainbody {
	width: 960px;
	float: left;	
	padding-top: 20px;
	padding-bottom: 20px;
}

#content_left {
	width: 740px;
	float: left;
	padding-right: 20px;
}

#content_right {
	width: 200px;
	float: left;
}

#content_left h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #002B89;
	padding-bottom: 24px;
}

#content_left h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #002B89;
	padding-bottom: 18px;
	clear:both;
}

#content_left p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	float: none;
	clear: both;
	padding-bottom: 10px;
}
#content_left p a {
	color:#000;
}

#content_left p a:hover {
	text-decoration: none;
}

#content_left ul {
	float: left;
	padding-bottom: 10px;
}

#content_left ul li {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 30px;
	width: 300px;
	padding-left: 20px;
	background-image: url('../images/points.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
	
#footer {
	width: 100%;
	float: left;
	clear: both;
	background-image: url('../images/footertopedge.gif');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #0066ff;
	text-align: center;
	padding-top: 24px;
	padding-bottom: 24px;
}

#footerCont {
	width: 960px;
	margin: 0 auto;
}

#footerLeft {
	width: 740px;
	float: left;
	padding: 0px 20px 0px 0px;
	text-align: left;
}
#footerLeft ul li {
	display: inline;
	float: left;
	list-style: none;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	padding-right: 10px;
}
#footerLeft ul li a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	padding-right: 10px;
	text-decoration:none;
}

#footerLeft ul li a:hover {
	color: #000033;
}

#footerRight {
	width: 200px;
	float: right;
	text-align: left;
}

#footerRight p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

#footerRight p a {
	color: #fff;
}

#footerRight p a:hover {
	text-decoration:none
}
input.textBox {
	width: 300px;
	height: 24px;
	float: left;
	border: 1px solid #002B89;	
	background-color: #fff;
	margin-bottom:24px
}

textarea.textArea {
	width: 600px;
	height: 100px;
	float: left;
	border: 1px solid #002B89;	
	background-color: #fff;
	margin-bottom:24px
}

input.contactsubmit {
	width: 130px;
	height: 30px;
	float: left;
	clear: both;
	background-color: #002B89;
	line-height: 30px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	margin: 5px 5px 0 5px;
}
