.mouse {
cursor:default;

}

#nav_wrapper {
	width: 970px;
	position: relative;
	margin: auto auto;
	background-position:center;
}
#nav_bg {
background-color:#061A2D;
	width: 100%;
	position: relative;
	margin: 0 auto;
		border-top:#666666 2px ridge;
		border-bottom:#666666 2px ridge;

}




body {
	margin: 0;
	font: 1.1em Palatino Linotype, Book Antiqua, Palatino, serif;
	background-color:#061A2D;
	background-repeat:repeat;
	/*background: #0B4B6E url('../images/top-bg.jpg') no-repeat;*/
}

h1 {
	color:#122232;
	font: bold 1.6em Palatino Linotype, Book Antiqua, Palatino, serif;
	margin: 0px 0px;
	padding-bottom:8px;
	letter-spacing: 0.1em;
	text-transform:uppercase;
}

/* HEADER start */
#logo-container {
	width: 969px;
	position: relative;
	margin: 0 auto;
}


#membersonly {
	color: #828e99;
	position: absolute;
	left: 0px;
	top: 70px;
	width: 50%;
	text-align: right;
	z-index: 2;
	font-style: italic;
}

#membersonly {
	font-size: 1.2em;
	color: #FFF;
	position: absolute;
	left: 0px;
	top: 110px;
	width: 100%;
	text-align: right;
	z-index: 2;
	font-style: italic;
}

#membersonly a:link, #membersonly a:visited, #membersonly a:link, #membersonly a:visited {
	color: #FFF;
}



#top_extra {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 11px;
	z-index: 2;
	background-repeat: repeat-x;
}

#bottom_extra {
	position: absolute;
	left: 0px;
	top: 461px;
	width: 100%;
	height: 11px;
	z-index: 2;
	background-repeat: repeat-x;
}


#main-content-bg {
	/*background-image: url('/images/gradient-bg.png');*/
	/*-repeat: repeat-y;*/
	/*background-position: center;*/
	position: relative;
	text-align: center;
	overflow: hidden;
}
#background-holder{
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 50%;*/
	/*margin: 0 0 0 -485px;*/
	height: 100%;
	/*height: 310px;*/
	overflow: hidden;
}

#background-feature {
	max-width: 1680px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

#content-img {
	position: relative;
	top: 0;
}

#shooting-star-content {
	position: relative;
	width: 970px;
	height: 422px;
	margin: 0 auto;
	text-align: left;
	/*background: #02101C;*/
	/*border-right: 1px solid #02111E;*/
	/*border-left: 1px solid #02111E;*/
}

#shooting-star-content a {
	font-weight: bold;
}

#shooting-star-content a:hover {
	text-decoration: underline;
}

#shooting-star-content .alt-bg {
	position: absolute;
	top: 0px;
	left: 203px;
	width: 564px;
	height: 472px;
	background: #031321;
}

.inner-copy {
	position: absolute;
	top: 34px;
	width: 970px;
	height: 382px;
	padding-top: 56px;
	overflow: hidden;
	z-index: 4;
}

.inner-copy-box {
	position: relative;
	/*top: 56px;*/
	background: #E4CB93;
	width: 940px;
	height: 302px;
	padding: 15px;
	color: #122232;
	line-height: 1.5em;
	font-size: 1.14em;
	letter-spacing: normal;
	font-family:Arial, Helvetica, sans-serif;
}

.inner-copy-box p {
	margin: 0 0 0.6em;
}


.inner-copy-box .content {
	float: left;
	width: 936px;
	/*overflow: hidden;*/
}



.inner-copy-box .shooting-star-content {
	width: 936px;
	height: 126px;
	z-index: 3;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
}

a.clubinfo {
	background-color:#122232;
	display: block;
	float: left;
	height: 31px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 0px;
	padding-right: 16px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	font-family: "trebuchet MS", verdana, arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	border:#999999 1px solid;
}

a.clubinfo span {
	background-color:#122232;
	display: block;
	line-height: 31px; 
	padding: 0px 0px 0px 16px;
}

a.clubinfo:hover {
	background-color:#333333;
}

a.clubinfo:hover span{
	background-color:#333333;
	text-decoration: none;
}


#footer {
	margin-top: 5px;
	text-align: center;
	font-family: "trebuchet MS", verdana, arial, sans-serif;
	font-size: 0.9em;
	color: #E4CB93;
}

#footer a:link, #footer a:visited {
	color: #E4CB93;
	text-decoration: none;
}

#footer a:active, #footer a:hover {
	color: #E4CB93;
	text-decoration: underline;
}

#footer {
	font-size: small
}

#footer .nav {
	text-align: center;
	font-size: 0.9em;
}

#footer .nav li {
	display: inline;
	border-left: 1px solid #4F8FBC;
	line-height: 17px;
	padding: 0 1px 0 5px;
}

#footer .nav li.first {
	border: none;
}

.footer-disclaimer {
	width: 899px;
	margin: 0px auto;
	padding-top: 9px;
	color: #666;
	font: 9px arial,sans-serif;
	text-align: center;
}

.footer-disclaimer a, .footer-disclaimer a:hover {
	margin: 0;
	padding: 0;
	float: none;
}


#hide-button {
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
}
#hide-button a, #hide-button a:link {
color:#FFFFFF;
	font-size: 12px;
}


#show-button {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-left: 5px;
	width: auto;
	height: 38px;
	background:#E4CB93;
	visibility: hidden;
	font-size: 12px;
	padding:2px 5px 0px 5px;
	border-left: 1px #666666 solid;
	border-right: 1px #666666 solid;
	border-top: 1px #666666 solid;
	color:#061A2D;
}
#show-button a, #show-button a:link {
color:#061A2D;
	font-size: 12px;
}


* {font-size: 100.01%;}

html {font-size: 55.5%;}

h1, h2, h3, h4, h5, h6, p, ul {margin: 0;}

ul {padding: 0;list-style: none;}

img {border: none;}

sup { font-size: 0.5em; }

object, embed {margin: 0;padding: 0;display: block;}

a{color: #4F8FBC;text-decoration: none;}

a:hover{text-decoration: underline;}

html, body {height: 100%;}
/* RESET DEFAULTS end */
