@charset "utf-8";
/* CSS Document */

body{
	background-color: #020202;
	background-image:url(images/page_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;	
	margin: 0 auto;
}

p {
	color: #fff;
	font-size: 12px;
	line-height: 16px;
}

p a{
	color: #9F0;
	outline: 0px dotted #000000;
	outline-style: none;
	-moz-outline-style: none; /* no dotted outline */ 
}

p img{
	border: solid 1px #fff;
	outline: 0px dotted #000000;
	outline-style: none;
	-moz-outline-style: none; /* no dotted outline */ 
}


p img a{

	outline: 0px dotted #000000;
	outline-style: none;
	-moz-outline-style: none; /* no dotted outline */ 
}

h2{
	color: #3C0;
	font-size: 17px;
}

h3{
	color: #fff;
	font-size: 15px;
	margin-bottom: -5px;
}

h3 a{
	color: #9C0;
	text-decoration: none;
}


h2 a{
	color: #9C0;
	text-decoration: none;
}

h2 a:visited{
	color: #9C0;
	text-decoration: none;
}


#wrapper{
	margin: 0 auto;
	width: 1229px;
	/*border:solid 1px #840018;*/
}

#navigation {
	float: right;
	width: 800px;
 	height: 50px;
	padding-top: 10px;
 	z-index: 10000;
}

#header{
	clear: both;
	height: 423px;
	width: 1229px;
	z-index: 1;
}

#top_logo{
	margin-top: -475px;
	width: 273px;
	height: 292px;
	position: relative;
	z-index: 11000;
}

/*============================================================ */

#main_content{
	clear: both;
	margin: 0 auto;
	background-image:url(images/main_content_bg.png);
	background-repeat:repeat-x;
	min-height: 650px;
	width: 1189px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
}

#main_text  a{
	color: #6C0;
	text-decoration: none;
}

/*============================================================ */
#member_login{
	width: 278px;
	height: 200px;
	background-image:url(images/member_login.png);
	border: solid 2px #001a0b;
}

#member_login h1{
	color: #9bc032;
	text-transform:capitalize;
	font-family:arial;
	font-size: 16px;
	text-align: center;
	letter-spacing: 5px;
	padding: 5px;
}

#member_login label{
	font-family: arial;
    font-size: 12px;
	color: #9bc032;
	width: 90px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	margin-top: 0.3em;
	display: block;
}

#member_login input{
	width: 120px;
}

.button{
    border: 0;
    background: #9bc032;
	width: 122px;
	height: 25px;
	margin-left: 97px;
	color: #fff;
}

#member_login p a{
	color: #9bc032;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#member_login p a:hover{
	text-decoration: underline;
}

/*============================================================ */


#member_menu{
	width: 240px;
	background-image:url(images/member_login.png);
	border: solid 2px #001a0b;
	font: arial 12px #fff;
	padding: 20px;
}

#member_menu h1{
	color: #9bc032;
	text-transform:capitalize;
	font-family:arial;
	font-size: 16px;
	text-align: center;
	letter-spacing: 5px;
	padding: 5px;
}


#member_menu a{
	color: #fff;
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
}

#member_menu a:hover{
	color: #9bc032;
	text-decoration: none;
}

/*============================================================ */
#main_text{
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	float: right;
	width: 840px;
}

#link_boxes{
	clear: both;
	margin-top: 20px;
}

.link_box{
	width: 280px;
	height: 166px;
	background-color: #162700;
	border: solid 1px #9bc032;	
	float: left;
	margin-right: 18px;
	color: #fff;
}

.link_box img{
	margin: 5px 5px 5px 1px;
	border: solid 1px #001a0b;
}

.link_box img a:hover{
	border: solid 1px #9bc032;
	outline:none;
}

.link_box img a{
	margin: 5px;
	border: solid 1px #9bc032;
	outline:none;
}

.link_box a{
	font-family: arial;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding: 5px;
	outline:none;
}

.link_box a:hover{
	color: #9bc032;
	text-decoration: none;
}

#club_advertisements{
	margin: 20px 0 20px 0;
	
}

#club_ads{
	float: left;
	width: 580px;
}




/*============================================================ */

/*======================= CONTACT FORMS ======================= */

#contactForm{
	width: 800px;
	text-align: left;
	padding: 5px;
	line-height: 1.4em;
	margin-left: 30px;
	margin-top: 30px;
}

#contactForm .formTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding-top: 3px;
}

#contactForm input{
	border: 0px;
	height: 16px;
	/* width: 105px; */
	margin-left: 1.5em;
	font-size: 11px;
	border: solid 1px #999999;
	margin-bottom: 2px;
}

#contactForm select{
	border: 0px;
	height: 18px;
	/* width: 105px; */
	margin-left: 1.5em;
	font-size: 11px;
	border: solid 1px #999999;
	margin-bottom: 2px;
}

#contactForm textarea{
	border: 0px;
	/*height: 13px;*/
	/* width: 105px; */
	margin-left: 1.5em;
	font-size: 12px;
	border: solid 1px #999999;
	margin-bottom: 2px;
}

#contactForm input.DateInput{
	border: 0px;
	height: 13px;
	/* width: 105px; */
	margin-left: 1.5em;
	font-size: 11px;
	border: solid 1px #999999;
	margin-bottom: 2px;
}

#contactForm label
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	width: 12em;
	float: left;
	text-align: right;
	display: block;
	height: 15px;
}

#contactForm input.radioStyle {
	border: 0;
	font-family: arial;
	font-size: 11px;
	color: #cccccc;
	width: 15px;
}

#contactForm .altButtonFormat {
background-color: #9C3;
font-family: arial;
font-size: 12px;
color: #fff;
width: 100px;
padding: 2px 0px 3px 0px;
height: 22px;
position: relative;
left: -10px;
cursor:pointer;
border: 0;
}

#contactForm  .button{
    border: 0;
    background: #9bc032;
	width: 122px;
	height: 25px;
	margin-left: 172px;
	color: #fff;
}

/*======================= End contactForm ======================= */


#footer{
	clear: both;
	height: 234px;
	background-image:url(images/footer_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#footer_container{
	margin: 0 auto;
	width: 1229px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
}

#footer_menu{
	position: relative;
	top: 20px;
	left: 20px;	
	color: #fff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: right;
}

#footer_menu ul{
padding:0;
margin:0;
list-style-type:none;
}

#footer_menu a{
float:left;
text-decoration:none;
color:white;
padding:0.2em 0.6em;
border-right:1px solid white;
}

#footer_menu a:hover {text-decoration: none; color: #9bc032;}

#footer_menu li {display:inline;}	




#footer_address{
	clear: left;
	position: relative;
	top: 90px;
	left: 20px;	
	
}

#footer_address a{
	color: #fff;
	text-decoration: none;	
}

#footer_address a:hover{
	color: #9bc032;
	text-decoration: none;	
}

#footer_copyright{
	float: right;
	text-align: right;
	position: relative;
	top: 60px;
	right: 20px;
	
}

#footer_copyright a{
	color: #fff;
	text-decoration: none;	
}

#footer_copyright a:hover{
	color: #9bc032;
	text-decoration: none;	
}

#footer_gui{
	margin-left: 500px;
	position: relative;
	top: 25px;
}


	
/*** SLIDESHOW   set the width and height to match your images **/

#slideshow {
    position:relative;
    height:423px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


