@import url('boiler.css');

/* Start CSS Here */
body {
	background:#231f20;
	font-family:sans-serif;
}

#container {
	width:940px;
	background:#FfFfFf;
	margin:0 auto;
	border-top:15px solid #F78f1e;
	padding:20px 0 0 0;
}

#pagetitle {
	color:#555555;
	font-size:32px;
	margin:40px 0 0 20px;
	float:left;
}

#logo {
	width:251px;
	height:93px;
	background:url('../graphics/logo.gif') no-repeat top right;
	float:right;
	margin:0 20px 50px 0;
}

.clear {
	clear:both;
}

#nav {
	width:940px;
	background:#888888;
}

#nav ul {
	list-style:none;
	text-align:center;
	width:777px;
	margin:0 auto;
	border-right:20px solid #FfFfFf;
	border-left:20px solid #FfFfFf;
}

#nav ul li {
	display:inline-block;
}

#nav ul li a:link, #nav ul li a:visited {
	color:#FfFfFf;
	text-decoration:underline;
	text-transform:uppercase;
	font-size:14px;
	border-right:2px solid #FfFfFf;
	padding:0 15px;
}

#nav ul li a:hover, #nav ul li a:active {
	color:#FfFfCc;
	background:#000000;
}

#nav ul li:last-child a {
	border:0;
}

#main {
	width:900px;
	margin:20px;
	font-size:12px;
	padding-bottom:100px;
}

#footer {
	width:900px;
	margin:20px;
}

h1, h2, h3, h4, h5, h6 {
	color:#F78f1e;
}

.formtitle, .form_title, h5.form_title, div.form_row_submit {
	background:#F78f1e !important       ;
	color:#FfFfFf !important;
}

a:link, a:visited {
	color:#F78f1e;
}

a:hover, a:active {
	color:#666;
}