@charset "utf-8";
/* CSS Document */
body {	
	margin: 0; 
	padding: 0; 
	font: Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#000000;
	color:#F3F3F3;
	background-image: url(/img/public/bg.jpg);
	height: 100%;
}

#main {
	width: 801px;
	margin: 0 auto 0 auto;
	background-image: url(/img/public/main_bg.jpg);
	background-repeat: repeat-y;
}

#header {
	font-size: 24px;
	background-image: url(/img/public/header.jpg);
	width: 801px;
	height: 143px;
	background-position: top center;
}

#home-header {
	font-size: 24px;
	background-image: url(/img/public/header_home.jpg);
	width: 801px;
	height: 375px;
	background-position: top center;
}

#content {
	overflow: auto;
	padding: 0px 20px 20px 20px;
	height: 100%;
}

#right {
 float: right;
 width: 580px;
 display: inline;
 position: relative;
 text-align:justify;
}

#left {
 float: left;
 width: 150px;
 display: inline;
 min-height: 400px;
}

#left a{
	color:#d3f943;
}

.clear { clear: both; background: none; }

.contentholder {
	padding: 0 45px 0 0;
}

/* new member thingo */
#newmember {
	float: left;
	padding: 5px 0 0 20px;
	font-size: 10px;
	color:#969696;
}

#newmember a{
	font-size: 10px;
	color: #658900;
	text-decoration: none;
}

/*nav */
#nav {
	float: right;
	margin: 8px 0 0 0;
	width: 550px;
}

.signup {
	display:block;
	width: 750px;
	height: 200px;
}

.signup:hover {
	text-decoration: none;
}

#nav .home{
	float:left;
	display: block;
	width: 86px;
	height: 31px;
	background: url("/img/public/nav_home.jpg") 0 0 no-repeat;
	text-decoration: none;
}

#nav .home:hover{
	background: url("/img/public/nav_home_over.jpg") 0 0 no-repeat;
}

#nav .join{
	float:left;
	display: block;
	width: 86px;
	height: 31px;
	background: url("/img/public/nav_join.jpg") 0 0 no-repeat;
	text-decoration: none;
}

#nav .join:hover{
	background: url("/img/public/nav_join_over.jpg") 0 0 no-repeat;
}

#nav .sites{
	float:left;
	display: block;
	width: 86px;
	height: 31px;
	background: url("/img/public/nav_sites.jpg") 0 0 no-repeat;
	text-decoration: none;
}

#nav .sites:hover{
	background: url("/img/public/nav_sites_over.jpg") 0 0 no-repeat;
}

#nav .about{
	float:left;
	display: block;
	width: 86px;
	height: 31px;
	background: url("/img/public/nav_about.jpg") 0 0 no-repeat;
	text-decoration: none;
}

#nav .about:hover{
	background: url("/img/public/nav_about_over.jpg") 0 0 no-repeat;
}

#nav .faq{
	float:left;
	display: block;
	width: 86px;
	height: 31px;
	background: url("/img/public/nav_faq.jpg") 0 0 no-repeat;
	text-decoration: none;
}

#nav .faq:hover{
	background: url("/img/public/nav_faq_over.jpg") 0 0 no-repeat;
}

#nav .contact{
	float:left;
	display: block;
	width: 86px;
	height: 31px;
	background: url("/img/public/nav_contact.jpg") 0 0 no-repeat;
	text-decoration: none;
}

#nav .contact:hover{
	background: url("/img/public/nav_contact_over.jpg") 0 0 no-repeat;
}


/* menu */
#menu{
	float: left;
	width: 164px;
	margin: 0;
	padding: 0 0 20px 0;
}

#menu li {
	margin: 0;
	padding: 0 0 0 0;
	list-style-type: none; 
}

#menu li a{
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 05px 0 0 0;
	color:#fffffb;
	display: block;
	width: 164px;
	height: 39px;
	background: url("/img/public/left_nav.jpg") 0 0 no-repeat;
	text-decoration: none;
}

#menu li a:hover{
	background: url("/img/public/left_nav_over.jpg") 0 0 no-repeat;
}

/* view range */
#viewrange {
	width: 500px;
	text-align: right;
	float: right;
}

h1 {
	color:#D3F943;
	font-size:24px;
	font-weight:normal;
	letter-spacing:-0.5px;
	margin:5px 0pt;
}

h2{
	font-size: 14px;
	color:#d3f943;
	margin: 5px 0;
	font-weight:bold;
}

h3,h4,h5,h6,h7{
	font-size: 13px;
	color:#d3f943;
	margin: 5px 0;
	font-weight:bold;
}

/* links */
.contentholder a {
	text-decoration: underline;
	font-weight: bold;
	color: #F3F3F3;
}

.contentholder a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #F3F3F3;
}

a {
	text-decoration: underline;
	color: #F3F3F3;
}

/* links */
a:hover {
	text-decoration: underline;
	color:#F3F3F3;
}

a:visited {
	text-decoration: underline;
	color:#F3F3F3;
}

/* forms */
.formheader {
	padding: 2px 20px 2px 2px;
	text-align: right;
	white-space: nowrap;
	font-weight: bold;
	color:#aa050c;
}

.formtitle{
	padding: 2px 20px 2px 2px;
	text-align: right;
	white-space: nowrap;
	font-weight: bold;
}

.formfield{
	padding: 2px 2px 2px 2px;
	width: 100%;
}

textarea {
	background-color: #CCCCCC;
	font-size: 12px;
}


input {
	margin:3px 0;
	background-color: #CCCCCC;
	font-size: 10px;
}

.textbox {
	background-image: url('/img/public/textbox_bg.jpg');
	background-color: #CCCCCC;
	color: #ffffff;
	font-size: 11px;
	height: 18px;
	width: 111px;
	border: none;
	padding: 3px 0 0 0;
	text-align: center;
}

.button {
	color:#d3f943;
	border: #d3f943 solid 1px;
	background-color:#242424;
}

/* sitemap */
#sitemap{
}

#sitemap li {
	margin: 0;
	padding: 0;
	list-style-type: none; 
}

/*tables */
.tabletitle {
	padding: 2px;
	white-space:nowrap;
	text-align: center;
}

.tabletitle a{
	color:#d3f943;
}
.tablefield {
	padding: 7px 0;
	font-size: 10px;
	border-bottom: #383836 1px solid;
	font-weight: normal;
	text-align: center;
}

.tablefield_alt {
	padding: 7px 0;
	font-size: 10px;
	border-bottom: #383836 1px solid;
	font-weight: normal;
	background-color: #242424;
	text-align: center;
}

/* pagination */

#pagination {
	margin: 10px 0 0 0;
	color: #383836;
	
}

/* footer */
#footer {
	margin: 0 auto;
	padding:0 0 0 0;
	text-align:center;
	background-image: url(/img/public/footer.gif);
	background-repeat:no-repeat;
	width: 801px;
	height: 21px;
	font-size: 10px;
}

#footer a{
	color:#d3f943;
}

/* faqs */
.faqs {
	padding: 0;
	margin: 0;
}

.faqs li{
	margin: 5px;
	font-weight: normal;
	list-style:none;
	text-align:justify;
}

.faqs li a{
	font-weight: bold;
}

.faqcats {
	padding: 0;
	margin: 0;
}

.faqcats li{
	margin: 5px;
	font-weight: normal;
	list-style:none;
}

.faqcats li a{
	font-weight: bold;
}

/* support */

.seperator
{
	border-top: 1px #cccccc solid;
}

/* misc */
.large {
	font-weight: normal;
	font-size: 32px;
	letter-spacing:-0.5px;
}