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

#wrapper {
	width: 1004px;
	margin: 0 auto;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #FF9900;
}
#nav {
	background-image: url(images/topbar.gif);
	height: 21px;
	padding: 3px 10px 0 0;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
}
#nav li {
	PADDING-RIGHT: 2em;
	DISPLAY: inline;
	PADDING-LEFT: 2em;
	margin: 0;
	padding-bottom: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#nav li.first {
	border-left-width: 0px;
}
#nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color: #395294;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 155px;
	padding: 270px 580px 0 25px;
}
#search {
	background-image: url(images/searchbg.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 366px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	padding: 12px 10px 0 10px;
}
#search input {
	font-size: 12px;
	border: 1px solid #b58484;
	margin: 0 4px 0 4px;
	width: 220px;
}
#content {
	background-image: url(images/cbg.gif);
	background-repeat: repeat-x;
	padding: 5px 24px 0 24px;
	overflow: auto;
	height: 510px;
	background-color: #FF9900;
}
#left {
	float: left;
	width: 193px;
}
#right {
	float: right;
	width: 747px;
}
#leftbg {
	background-image: url(images/leftbg.gif);
	background-repeat: no-repeat;
	padding: 5px;
}
.redtext {
	font-weight: bold;
	color: #c65400;
}
.leftimg {
	float: left;
	padding-right: 10px;
	display: block;
}
.rightimg {
	float: right;
	padding-left: 6px;
	display: block;
}
#yellowbg {
	padding: 10px 10px 5px 10px;
	background-color: #ffcc13;
}
.whitetext {
	font-weight: bold;
	color: #FFFFFF;
}
#footer {
	background-image: url(images/bottombg.gif);
	background-repeat: repeat-x;
	clear: both;
	height: 135px;
	padding: 10px;
	color: #FFFFFF;
}
.yellowtext {
	color: #f3c82f;
}
#contactform input {
	background-color: #FFFFFF;
	border: 1px solid #d58000;
	font-size: 11px;
	margin: 5px 0 5px 0;
	padding: 2px;
	width: 230px;
}
#contactform textarea {
	background-color: #FFFFFF;
	border: 1px solid #d58000;
	font-size: 11px;
	margin: 3px 0 3px 0;
	width: 550px;
	padding: 2px;
}
#contactform {
	padding: 10px;
	height: 240px;
	width: 660px;
}
#contactform label {
	float: left;
	display: block;
	width: 80px;
	padding: 3px;
	margin-top: 5px;
	font-weight: bold;
	clear: both;
	color: #000000;
}
