@charset "utf-8";
/* CSS Document */

#wrapper {
	width: 924px;
	margin: 0 auto;
	background-color: #fdfdeb;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
body {
	margin: 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #535047;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #C15924;
}
#header {
	background-repeat: no-repeat;
	text-align: right;
	height: 127px;
	padding-top: 126px;
	background-image: url(images/header.jpg);
}
#top {
	height: 54px;
	background-image: url(images/topbar.gif);
	background-repeat: no-repeat;
}
#content {
	background-image: url(images/cbg.gif);
	background-repeat: no-repeat;
	height: 580px;
	background-color: #F7FBFE;
	padding: 10px 24px 0 24px;
}
#left {
	float: left;
	width: 222px;
}
#right {
	float: right;
	width: 625px;
}
.bluetitle {
	font-family: "Trebuchet MS";
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
	color: #189ae2;
}
#left label {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #5eb007;
	display: block;
	padding: 2px;
}
#left input {
	font-size: 11px;
	width: 200px;
}
#left #select {
	font-size: 10px;
	width: 50px;
}
.blacktitle {
	font-family: "Trebuchet MS";
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	color: #282828;
}
.whitetitle {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}
#bluebox {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #a7d9f4;
	border-bottom-color: #a7d9f4;
	border-left-color: #a7d9f4;
	width: 600px;
	padding: 10px;
	height: 185px;
}
#bluebox #radio {
	font-size: 10px;
}
.leftimg {
	float: left;
	padding-right: 15px;
	display: block;
}
.rightimg {
	float: right;
	padding-left: 6px;
	display: block;
}
#footer {
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 87px;
	text-align: center;
	color: #FFFFFF;
}
.greentext {
	font-weight: bold;
	color: #5eb007;
}
.orangetext {
	font-weight: bold;
	color: #d17c3a;
}
.dashline {
	height: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b7b8b9;
}
#contactform {
	width: 523px;
	background-image: url(images/greenbg.gif);
	background-repeat: no-repeat;
	height: 342px;
	padding: 10px;
}
#contactform label {
	float: left;
	width: 80px;
	display: block;
	padding: 3px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #020101;
}
#contactform input {
	float: left;
	font-size: 11px;
	margin-bottom: 3px;
	margin-top: 2px;
	width: 300px;
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #ffffff;
}
#contactform textarea {
	font-size: 11px;
	margin-bottom: 10px;
	width: 300px;
	margin-top: 4px;
	background-color: #FFFFFF;
	border: 1px solid #ffffff;
}
