/* CSS Document */
FORM {padding:0; margin:0}
.club-nimbus {
	margin:0px auto 0px auto 0px;
	background-color:#a8abd4;
	background-image:url(images/nimbus-bg.jpg);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:16px;
}
/*#container {
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	background-image:url(images/nimbus-content-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:590px;
	width:800px;
	display:block;*/
#container {
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	background:url(images/header-bg.jpg) center top; 
	background-repeat:no-repeat;
	width:800px;
	display:block;
}
#content-layout {
	margin:15px 0px 0px 0px;
	padding:0px 0px 12px 0px;
	border-left: 1px solid #a7aad3;
	border-right: 1px solid #a7aad3;
	border-bottom: 1px solid #a7aad3;
	background-color: #fff;
	width:798px;
	display:block;
}
#address-layout {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:800px;
	height:20px;
	display:block;
}
#join-layout {
	margin: 4px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:643px;
	height:86px;
	float:right;
	clear:both;
	display:block;
}
#top-nav-layout {
	margin:0px 0px 0px 0px;
	padding:16px 10px 0px 0px;
	width:790px;
	height:18px;
	clear:both;
	display:block;
}
#content-rt-layout {
	margin:20px 0px 0px 0px;
	padding:0px 15px 0px 0px;
	width:369px; /*actual before change was 385px, after is 384px*/
	/*height:426px;*/
	float:right;
	clear:none;
	display:block;
}
#content-lt-layout {
	margin:20px 0px 0px 0px;
	padding:0px 15px 0px 15px;
	width:384px; /*actual before change was 415px, after is 414px*/
	/*height:426px;*/
	float:left;
	clear:none;
	display:block;
}
#bottom-nav-layout {
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	width:800px;
	height:16px;
	clear:both;
	display:block;
}
#footer-layout {
	margin:0px 0px 0px 0px;
	padding:6px 0px 0px 0px;
	width:800px;
	height:16px;
	clear:both;
	display:block;
}
.content-img {
	border:1px solid #a8abd4;
}
h3 {
	color:#a8abd4;
	font-size:14px;
	line-height:14px;
	margin-top:0px;
}
.reg-txt {
	font-size:12px;
	line-height:18px;
	color:#666666;
}
.join-txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	letter-spacing: normal;
	line-height: 22px;
}
.inputbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	letter-spacing: normal;
	line-height:14px;
	background-color: #ffffff;
	border: #a8abd4 1px solid;
	height:16px;
}
.form-btntxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: .40pt;
	line-height: 14px;
}
.footer {
	font-size:10px;
	color:#666666;
}
a:link {
	color: #330066;
	text-decoration: none;
	font-weight: bold 
}
a:visited {
	color: #330066;
	text-decoration: none;
	font-weight: bold
}
a:hover {
	color: #cc9966;
	text-decoration: underline;
	font-weight: bold
}
a:active {
	color: #330066;
	text-decoration: none;
	font-weight: bold
}

a:link.nav {
	color: #333333;
	text-decoration: none; 
}
a:visited.nav {
	color: #333333;
	text-decoration: none;
}
a:hover.nav {
	color: #eeeeee;
	text-decoration: underline;
}
a:active.nav {
	color: #333333;
	text-decoration: none;
}
