/* Global Settings */

@import url("form.css");

body {
	background-color: #1e1e1e;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 65px;
	font-size: 13px;
	color: #1e1e1e;
}

a {
	outline: none;
}

img {
	border: 0px;
}

a:link, a:visited {
	color: #009900;
	text-decoration: none;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}

a:hover {
	color: #999999;
}

/* Structure */

#header-wrap {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -475px;
	width: 950px;
	height: 241px;
}

#content-wrap {
	position: absolute;
	top: 241px;
	left: 50%;
	margin-left: -422px;
	width: 866px;
}

#splash-content-wrap {
	position: absolute;
	top: 241px;
	left: 50%;
	margin-left: -428px;
	width: 866px;
}

#footer-wrap {
	float: left;
	width: 851px;
	height: 91px;
	background: url(images/footer.jpg) no-repeat;
	padding: 15px 0px 10px 15px;
}

.gallery-wrap {
	margin-left: 70px;
	margin-right: 35px;
}

.gallery-wrap a:link, a:visited, a:hover {
	text-decoration: 0px;
	border: 0px;
}

.gallery-wrap img {
	border: 0px;
	padding: 8px;
}

/* Navigation * Header */

#logo {
	display: block;
	float: left;
	width: 204px;
	height: 241px;
	background: url(images/logo.jpg) no-repeat;
	border: 0px;
	text-decoration: none;
}

#navigation-wrap {
	width: 950px;
	float: left;
	height: 241px;
}

#headerspacer {
	width: 125px;
	height: 39px;
	float: left;
	display: block;
	float: left;
}

#register {
	background: url(images/register.jpg) no-repeat;
	width: 99px;
	height: 39px;
	display: block;
	float: left;
}

#login {
	background: url(images/login.jpg) no-repeat;
	width: 89px;
	height: 39px;
	display: block;
	float: left;
}

#howtousesite {
	background: url(images/howdoiusethissite.jpg) no-repeat;
	width: 131px;
	height: 39px;
	display: block;
	float: left;
}

#acceptnoimitations {
	background: url(images/accept-no-imitations.jpg) no-repeat;
	width: 302px;
	height: 39px;
	float: left;
}

.clubnews:link, .clubnews:visited {
	background: url(images/navigation/clubnews.jpg) no-repeat;
	width: 184px;
	height: 202px;
	display: block;
	float: left;
}

.clubnews:hover {
	background: url(images/navigation/clubnews-over.jpg) no-repeat;
	width: 184px;
	height: 202px;
	display: block;
	float: left;
}

.gallerynav:link, .gallerynav:visited {
	background: url(images/navigation/gallery.jpg) no-repeat;
	width: 187px;
	height: 202px;
	display: block;
	float: left;
}

.gallerynav:hover {
	background: url(images/navigation/gallery-over.jpg) no-repeat;
	width: 187px;
	height: 202px;
	display: block;
	float: left;
}

.forums:link, .forums:visited {
	background: url(images/navigation/forums.jpg) no-repeat;
	width: 187px;
	height: 202px;
	display: block;
	float: left;
}

.forums:hover {
	background: url(images/navigation/forums-over.jpg) no-repeat;
	width: 187px;
	height: 202px;
	display: block;
	float: left;
}

.contact:link, .contact:visited {
	background: url(images/navigation/contact.jpg) no-repeat;
	width: 188px;
	height: 202px;
	display: block;
	float: left;
}

.contact:hover {
	background: url(images/navigation/contact-over.jpg) no-repeat;
	width: 188px;
	height: 202px;
	display: block;
	float: left;
}

/* Default Theme Layout */

#content-top {
	background: url(images/content-top.jpg) no-repeat;
	width: 866px;
	height: 10px;
	float: left;
}

#content-rep {
	background: url(images/content-rep.jpg) repeat-y;
	width: 836px;
	padding: 0px 15px 0px 15px;
	float: left;
}

#content-bot {
	background: url(images/content-bot.jpg) no-repeat;
	width: 866px;
	height: 10px;
	float: left;
}

#content-wrap h3 {
	margin: 0px 0px 10px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #009900;
}

#footer-wrap ul {
	padding: 0px 25px 0px 0px;
	list-style: none;
	margin: 0px;
	float: left;
}

#footer-wrap ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer-wrap ul h3 {
	font-size: 14px;
	font-weight: bold;
	color: #CCC;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#footer-wrap a {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#footer-wrap a:hover {
	color: #CCC;
}

#dropletweb-link {
	background: url(images/dropletweb.jpg) no-repeat;
	display: block;
	width: 190px;
	height: 26px;
	float: left;
	text-decoration: none;
}

#copyright {
	background: url(images/copyright.jpg) no-repeat right;
	width: 866px;
	height: 26px;
	float: left;
	margin: -10px 0px 10px 0px;
}

/* Splash page */

#splash-content-left {
	float: left;
	width: 416px;
	color: #fff;
}

#splash-content-left h3 {
	margin: 0px 0px 10px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}

#splash-content-right {
	float: left;
	width: 450px;
	margin-bottom: 20px;
}

#eagles-nest {
	background: url(images/eagles-nest.jpg) no-repeat left;
	width: 416px;
	height: 242px;
}

#splashcontent {
	float: left;
	width: 411px;
	padding: 32px 0px 0px 39px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	text-align: justify;
}

#splashcontent h3 {
	margin: 0px 0px 10px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #009900;
}

#joinus {
	float: left;
	background: url(images/joinus.jpg) no-repeat right;
	width: 450px;
	height: 265px;
}

#sample-gallery {
	width: 416px;
	height: 168px;
}


/* FORUM STYLES      */

.fborder {
	border: #ededed 1px solid;
	background-color: #fff;
	
}

.forumheader{
	background-color: #EBEFF2;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color:#000;
	padding: 4px;
	border: #ededed 1px solid;
	text-align: left;
}

.forumheader2{
	background-color: #fff;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
	color:#000;
	padding: 4px;
	border: #ededed 1px solid;
	text-align: left;
}

.forumheader3{
	background-color: #fff;
	font: 12px verdana, tahoma, arial, helvetica, sans-serif;
	color:#000;
	padding: 4px;
	border: #ededed 1px solid;
	text-align: left;
}

.forumborder{
	border:  #000080 1px solid;
	background-color: transparent;
}

.fcaption {
	height:35px;
	border: #ededed 1px solid;
	padding: 2px 0 2px 8px;
	background-color: #234a23;
	font: 12px verdana, tahoma, arial, helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	text-align: left;
}

/* News Styles */

.news-header {
	margin: 0px 0px 10px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #009900;
}

.newssmalltext {
	margin: 5px 0px 0px 0px;
	font-size: 13px;
	color: #999999;
}