@charset "UTF-8";

body,html {
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: Verdana,Arial;
	font-size: 11px;
	color: #000000;
	background: #505050 url('../images/bg.png');
}

.main {
	margin: 0 auto 0;
	width: 890px;
}

.top {
	width: 890px;
	height: 300px;
}

.top img {
	width: 890px;
	height: 300px;
	position: absolute;
	z-index: 1;
}

.top .overlay {
	background: url('../images/top.png') no-repeat;
	width: 890px;
	height: 300px;
	position: absolute;
	z-index: 2;
}

.top .nav {
	background: url('../images/nav.png') no-repeat;
	width: 660px;
	height: 30px;
	position: absolute;
	z-index: 5;
	margin: 270px 0 0 209px;
}

.top .ticker {
	position: absolute;
	z-index: 4;
	color: #ffffff;
	width: 300px;
	height: 50px;
	font-size: 14px;
	margin: 220px 0 0 550px;
	text-align: center;
}

.top .ticker div {
	background-color: #062f00;	
}

.menu {
	list-style: none;
	padding: 0;
	margin: 0 1px;
	height: 30px;
	float: right;
}

.menu li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}

.menu li a {
	display: block;
	padding: 0 10px;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	border-style: solid;
	border-color: transparent;
	border-width: 0 1px;
}

.menu li a:hover {
	display: block;
	background: url('../images/nav_hover.png') repeat-x;
	border-style: solid;
	border-color: #ffffff;
	border-width: 0 1px;
}

.middle {
	background: url('../images/bg_page.png') repeat-y;
	width: 890px;
	min-height: 200px;
}

.middle .content {
	padding: 0 0 10px 0;
	margin: 0 30px;
}

.topline {
	background: url('../images/topline.png') no-repeat;
	width: 850px;
	height: 10px;
	margin: 0 20px;
}

.footer {
	background: url('../images/footer.png') no-repeat;
	width: 890px;
	height: 80px;
	padding: 20px;
	text-align: center;
	color: #ffffff;
}

.footer a {
	color: #ffffff;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.contactForm {
	width: 400px;
	margin: 0 auto;
}

.contactForm .message {
	text-align: center;
	font-size: 13px;
}

.contactForm .error {
	margin: 0 0 10px 0;
	color: #ffffff;
}

.contactForm .formLine {
	margin: 0 0 5px 0;
}

.contactForm .formLine .label {
	width: 100px;
	line-height: 18px;
	vertical-align: middle;
	display: block;
	float: left;
}

.contactForm .formLine .input {
	width: 250px;
	border: 1px solid #F17701;
	font-family: Verdana,Arial;
	font-size: 12px;
}

.contactForm .formLine .textarea {
	width: 250px;
	height: 100px;
	border: 1px solid #F17701;
	font-family: Verdana,Arial;
	font-size: 12px;
}

.contactForm .formButton {
	padding: 0 0 0 100px;
}

.contactForm .formButton .button{
	background-color: #C0C0C0;
	border: 1px solid #F17701;
	font-weight: bold;
	padding: 2px 5px;
}

.notice {
	margin: 10px 0 0 0;
	font-size: 10px;
	font-style: italic;
}

.content a {
	color: #ffa147;
	background: url('../images/link.png') no-repeat;
	padding	: 0 0 0 12px;
	text-decoration: none;
}

.content a:hover {
	border-width: 0 0 1px 0;
	border-color: #ffffff;
	border-style: solid;
}

.gbEntry {
	border-width: 0 0 2px 0;
	border-color: #ffffff;
	border-style: dotted;
	margin: 10px 0;
	padding: 5px 0;
}

.gbEntry .name {
	border-width: 0 0 1px 0;
	border-color: #000000;
	border-style: solid;
	padding: 0 0 5px 5px;
}

.gbEntry .text {
	font-size: 12px;
	margin: 5px;
}