@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #233645;
}
#wrapper {
	width: 999px;
	margin: 0 auto;
}
#topbar {
	height: 165px;
	margin-top: 22px;
	margin-bottom: 6px;
}
#logo {
	float: left;
	width: 171px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 165px;
}
#nav {
	float: left;
	width: 828px;
	height: 165px;
}
#header {
	height: 360px;
	margin: 0 auto;
	margin-top: -1px;
}
#content {
	padding-top: 0px;
	padding: 41px 0 50px 15px;
	overflow: hidden;
}
#left {
	float: left;
	width: 620px;
}
#left2 {
	float: left;
	width: 970px;
}
#right {
	float: right;
	width: 295px;
}
.leftextbox {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.rightimg {
	float: right;
	padding-left: 10px;
	display: block;
	clear: right;
}
.leftimg {
	float: left;
	padding-right: 10px;
	display: block;
	clear: right;
}
#rbox {
	background-image: url(images/rbg.gif);
	background-repeat: repeat-y;
	padding: 10px;
	margin-bottom: -3px;
	margin-top: -6px;
}
.yellowtitle {
	font-weight: bold;
	color: #efb400;
}
#footer {
	background-image: url(images/footerbg.gif);
	background-repeat: repeat-x;
	height: 184px;
}
#bottomcontent {
	width: 995px;
	margin: 0 auto;
	height: 170px;
	color: #233645;
	padding-top: 16px;
}
#b1 {
	float: left;
	width: 550px;
	padding-right: 60px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006e91;
	height: 150px;
}
#b2 {
	float: right;
	width: 340px;
	height: 150px;
}
.bottomtext {
	color: #006e91;
}
.bluetitle {
	color: #2E8FE8;
}
#contact {
	color: #696969;
	padding: 5px;
}
#contact input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 6px;
	border: 1px solid #fdd031;
	width: 230px;
	margin: 5px 0 5px 0;
	background-color: #f0c21f;
	color: #333333;
}
#contact label {
	float: left;
	width: 90px;
	display: block;
	padding: 3px;
	margin: 3px 0 3px 0;
	clear: both;
	color: #0F3F74;
}
#contact textarea {
	border: 1px solid #fdd031;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 6px;
	width: 230px;
	margin: 5px 0 5px;
	background-color: #f0c21f;
	color: #333333;
}
