@charset "utf-8";
body {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E1E1E1;
	margin: 0;
	text-align: center;
}
#mainDiv {
	padding-bottom: 1px;
	color: #545454;
	padding-left: 1px;
	border-right-width: 8px;
	border-left-width: 8px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F1F1F1;
	border-left-color: #F1F1F1;
	background: #ffffff;
	width: 960px;
	position:relative;
	margin-right:auto;
	margin-left:auto;

}
titleDiv {
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	width: 100%;
	position: relative;
}
#headerDiv {
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	width: 100%;
}
#joinNowDiv {
	top: 40px;
	right: 10px;
	margin-right:0;
	margin-left:auto;
	position:relative;
	width:115px;
	height:0;
}
.navigationSection {
	background-image: url(../images/navBack.png);
	height: 257px;
	background-color: #242525;
	background-position: bottom;
	background-repeat: no-repeat;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.imageSection {
	border-top: 1px solid #ffffff;
}
.extendedNav {
	background-color: #E3E3E3;
	background-image: url(../images/lightNavBack.png);
	background-repeat: no-repeat;
}

ul {
  list-style-image: url(../images/listBullet.png);
}

ul.navList {
  color: #ffffff; 
  font-size: 14px;
	vertical-align: middle;
}

a.navListLink:link {color: #ffffff; text-decoration: none; }
a.navListLink:visited {color: #ffffff; text-decoration: none; }
a.navListLink:hover {color: #d21b12; text-decoration: none; }
a.navListLink:active {color: #d21b12; } 

.contentSection {
	padding: 20px;
}
#pageHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #7B0014;
}
#contentDiv {
	font-size: 12px;
	line-height: 1.5em;
}

.rightColumn {
	padding-top: 65px;
}
#rightBriefSection {
	background-color: #E2E2E2;
	border-top: 1px solid #ffffff;
	padding: 5px;
}

.rightColSpan{
	line-height: 1.5em;
	padding: 5px;
	padding-top: 10px;

}
.rightColTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #555555;
}

/* Learn more links */
a.learnMore:link {color: #555555; text-decoration: none; font-size:18px; font-family: Georgia, "Times New Roman", Times, serif;}
a.learnMore:visited {color: #555555; text-decoration: none; font-size:18px; font-family: Georgia, "Times New Roman", Times, serif; }
a.learnMore:hover {color: #d21b12; text-decoration: none; font-size:18px; font-family: Georgia, "Times New Roman", Times, serif; }
a.learnMore:active {color: #d21b12; font-size:18px; font-family: Georgia, "Times New Roman", Times, serif; } 

.subHeading {
	font-size: 16px;
	font-weight: 400;
	color: #292929;
}

.rightList {
	margin-left: 0;
	padding-left: 2em;
	line-height: 1.2em; 
}
.buttonMiddle {
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFFFFF;
	background-image: url(../images/btns/btnBack.png);
}

.buttonObject {
	cursor: pointer;
}

.buttonText {
	display:table-cell;

}


.memberNoInput {
	width: 30px;
	height: 20px;
	font-size: 10px;
}
