@charset "utf-8";
/* CSS Document */
body {
	background: #231F20 url(img/honeycomb.png) repeat-x;
	color: white;
	font: 14px/18px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
a { text-decoration: none; }
a:link { color: #fcd505;}
a:visited { color: #f8ba18; }
img { border: none; }
p { margin: 1em 0; }
ul {
	list-style: circle;
	margin: 1em;
	padding: 0;
}

#wrapper {
	background: transparent url(img/layout4.png) left top no-repeat;
	margin: 25px auto;
	position: relative;
	width: 843px;
}
.hid { display: none; }
#masthead {
	position: relative;
	width: 380px; height: 190px;
}
#masthead h1 {
	margin: 0;
	text-indent: -9999px;
}
#masthead h1 a {
	display: block;
	position: absolute;
	bottom: 0; left: 15px;
	width: 335px; height: 100px;
}
#masthead #beelink {
	position: absolute;
	top: 0; right: 0;
	width: 118px; height: 86px;
}
#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 40px; right: 10px;
	width: 450px;
}
#nav li {
	float: left;
}
#nav li a {
	display: block;
	color: white;
	font-weight: bold;
	padding: 8px 6px;
}
#nav li a:hover { color: #fcd505; }

#nav li.urhere a,
h2 { color: #ED1C24; }

#rightcol {
	float: right;
	margin: -30px 0 0;
	width: 220px;
}
h2 {
	font-size: 18px;
	margin: 0 0 1em;
}

#leftcol {
	margin: 15px 0 0;
	width: 560px;
}
#content hr {
	clear: both;
	visibility: hidden;
}
#content {
	background: #231F20;
	padding: 5px 20px;
	min-height: 480px;
}
#footer {
	background: transparent url(img/layout3.png) left bottom no-repeat;
	clear: both;
	height: 1.5em;
	padding: 5px 20px;
}
#footer span {
	float: left;
}
#footer p {
	font-size: 11px;
	float: right;
	margin: 0;
}
address {
	font-style: normal;
}
#contform div {
	margin: 5px 0;
	padding: 5px;
}
#contform label {
	display: block;
	float: left;
	width: 4em;
}
#contform input {
	margin-left: 0.5em;
	width: 35em;
}
#contform .autosz { width: auto; }
input#btnsubmit {
	background: #fcd505;
	color: black;
	border-color: black;
	font-weight: bold;
	width: 10em;
}
.errfld,
.errnote {
	background: #fdd;
	color: #c22;
	line-height: 1.1;
	padding: 8px;
	border: 1px solid #c22;
}
.errfld input,
.errfld label { margin-top: 5px; }
.errnote,
.errfld label {
	font-weight: bold;
}
