/* TEXT FORMATTING */

p.body{ margin-bottom: 8px }
p.body2{ margin-bottom: 8px; font-size: 16px; }

/* PANELS */

div#membgholder {
	width:1000px;
	height:600px;
	background: url(../gfx/members_bg.jpg) no-repeat;
	position: absolute;
	bottom:56px;
	right:-18px;
}

div#stfbgholder {
	width:1000px;
	height:603px;
	background: url(../gfx/sendtofriend_bg.jpg) no-repeat;
	position: absolute;
	bottom:56px;
	right:-18px;
}

div#memcolumn1 {
	width:480px;
	float:left;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top:370px;
	left:380px;
}

/* BUTTON SIGNUP */

#buttMemSu
{
  display: block;
  margin-left:130px;
  width: 90px;
  height: 36px;
  background: url("../gfx/butt_memsu.jpg") no-repeat;
}

#buttMemClub:hover
{ 
  background-position: 0 -36px;
}

#buttMemClub span
{
  display: none;
}

/* PIP NAVIGATION */

ul#clubnav {	
	width:724px;
	list-style:none;
	height:140px;
	position: absolute;
	top:96px;
    left:230px;
}

ul#clubnav li {
	display:inline
}

ul#clubnav li a {
	height:140px;
	float:left;
	text-indent:-9999px;
	text-decoration:none
}

ul#clubnav  li a span {
	float:left;
	display:block
}

ul#clubnav li#clubnav-1 a {
	width:157px;
	background:url(../gfx/club_nav4.jpg) no-repeat 0px 0
}

ul#clubnav li#clubnav-1 a:active,
ul#clubnav li#clubnav-1 a:hover {
	background-position:0px -140px
}
ul#clubnav li#clubnav-1 a.current {
	background-position:0px -280px
}

ul#clubnav li#clubnav-2 a {
	width:103px;
	background:url(../gfx/club_nav4.jpg) no-repeat -157px 0
}

ul#clubnav li#clubnav-2 a:active,
ul#clubnav li#clubnav-2 a:hover {
	background-position:-157px -140px
}
ul#clubnav li#clubnav-2 a.current {
	background-position:-157px -280px
}

ul#clubnav li#clubnav-3 a {
	width:103px;
	background:url(../gfx/club_nav4.jpg) no-repeat -260px 0
}

ul#clubnav li#clubnav-3 a:active,
ul#clubnav li#clubnav-3 a:hover {
	background-position:-260px -140px
}
ul#clubnav li#clubnav-3 a.current {
	background-position:-260px -280px
}

ul#clubnav li#clubnav-4 a {
	width:104px;
	background:url(../gfx/club_nav4.jpg) no-repeat -363px 0
}

ul#clubnav li#clubnav-4 a:active,
ul#clubnav li#clubnav-4 a:hover {
	background-position:-363px -140px
}
ul#clubnav li#clubnav-4 a.current {
	background-position:-363px -280px
}

ul#clubnav li#clubnav-5 a {
	width:101px;
	background:url(../gfx/club_nav4.jpg) no-repeat -467px 0
}

ul#clubnav li#clubnav-5 a:active,
ul#clubnav li#clubnav-5 a:hover {
	background-position:-467px -140px
}
ul#clubnav li#clubnav-5 a.current {
	background-position:-467px -280px
}

ul#clubnav li#clubnav-6 a {
	width:156px;
	background:url(../gfx/club_nav4.jpg) no-repeat -568px 0
}

ul#clubnav li#clubnav-6 a:active,
ul#clubnav li#clubnav-6 a:hover {
	background-position:-568px -140px
}
ul#clubnav li#clubnav-6 a.current {
	background-position:-568px -280px
}

/* MEMBERSHIP PAGE */
.membershipSmallerText		{font-size:0.8em;}
.membershipLastParagraph	{margin-bottom:6px;}
.membershipCheckLabel		{font-size:1.0em;}
.membershipBreakLine		{color:#EE1792;width:435px;}
.membershipFieldLabel		{display:inline-block;font-size:0.9em;width:150px;}
.rightField					{margin-left:100px;}
.rightFieldLabel			{margin-left:100px;}
#rblAge						{margin-bottom:4px;}
	#rblAge label			{font-size:0.9em;}
	#rblAge input			{vertical-align:middle;}
	#rblAge tr,
	#rblAge td,
	#rblAge input
	{
		margin:0px;
		padding:0px;
	}
#ageError					{color:Red;float:right;margin-right:50px;font-weight:bold;}	
#membershipSubmitArea		{height:32px;margin-top:4px;width:480px;}
#membershipSubmitArea em	{font-style:italic !important;font-weight:bold;vertical-align:top;}
#btnSubmit					{margin-left:240px;}
#confirmationArea			{background-image:url("../gfx/Certificate.jpg");height:640px;width:480px;}
#certclose					{margin-top:10px;text-align:center;width:480px;}
#registrationError			{color:Red;font-weight:bold;}

/* SEND TO FRIEND PAGE */
.sendToFriendH3				{margin-top:12px;}
.sendToFriendLabel			{display:inline-block;text-align:right;width:140px;vertical-align:top;}
#btnSendToFriend			{margin-left:200px;}