/* global setup */
body {
	background-color: #353d40;
	margin: 0;
	padding: 0;
	font: 11px verdana, arial, helvetica, sans-serif;
	color: #fff;
}
a { color: #fff; }
a img { border: none; }
img { behavior: url('iepngfix.htc'); }

/* site specific setup */
.container {
	width: 874px;
	margin: 0 50%;
	position: absolute;
	left: -437px;
}
.top {
	float: left;
	height: 40px;
	width: 874px;
	background: url('images/topbg.gif') repeat-x left top;
}
.headerimage { float: left; }
.maincontainer {
	width: 874px;
	float: left;
	background: url('images/mainbg.gif') repeat-y 0 top;
	float: left;
}
.menu {
	width: 204px;
	float: left;
}
.menu ul, .menu ul ul {
	padding: 0;
	margin: 15px 0 50px 0;
	list-style: none;
}
.menu ul li a, .menu ul li .active {
	background: url('images/menupoint.gif') no-repeat 23px 5px;
	color: #ea6e00;
	line-height: 24px;
	padding-left: 35px;
}
.menu ul li a:hover { color: #fff; }
.menu ul li .active {
	color: #fff;
	padding-left: 30px;
}
.menu ul ul { margin: 0; }
.menu ul ul li { padding-left: 15px; }
.text {
	width: 650px;
	float: right;
	padding: 10px;
}
.text h1 {
	border-bottom: 1px solid #fff;
	font-size: 14px;
	line-height: 24px;
	margin: 20px 0;
}
.text h1 span {
	border-top: 1px solid #fff;
	display: block;
}
.footer {
	width: 854px;
	float: left;
	height: 60px;
	border-top: 1px solid #fff;
	text-align: right;
	background: #000;
	padding: 10px 20px 0 0;
}
.contact_form { padding-top: 20px !important; }
.inputbox {
	width: 300px;
	margin-bottom: 10px;
	margin-top: 5px;
	border: 1px solid #000;
}
.required { font: 12px Verdana, Arial, Helvetica, sans-serif; }
.displaysomemessage {
	margin: 20px 10px;
	font-weight: bold;
}