@charset "utf-8";



.inputtext {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	font-size: 12px;
	border: #888888 1px solid;
	height: 17px;
	width: 120px;
	padding: 1px 3px;
	margin-bottom:5px;
}

.inputtextrequired {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fed;
	font-size: 12px;
	border: #888888 1px solid;
	height: 17px;
	width: 120px;
	padding: 1px 3px;
	margin-bottom:5px;
}	
.inputselect {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	font-size: 12px;
	border: #888888 1px solid;
	height: 17px;
	padding: 1px 0px 1px 3px;
	width: 120px;
		margin-bottom:5px;
}	
.inputtextarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	font-size: 12px;
	border: #888888 1px solid;
		margin-bottom:5px;
}	
.inputtextarearequired {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fed;
	font-size: 12px;
	border: #888888 1px solid;
		margin-bottom:5px;
}	
.inputbutton {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	width: 150px;
	height:25px;
	font-weight : bold;
	background-image:url(/images/btn_bg.jpg);
	text-align:center;
	border: 0px;
	text-transform:uppercase;
	}
input[disabled], textarea[disabled], button[disabled] {
	background-image:url(/images/btn_bg2.jpg);
}
.inputbutton2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	width: 150px;
	height:22px;
	font-weight : bold;
	background-image:url(/images/btn_bg.gif);
	border: 0px;
	display:inline-block;
	text-align:center;
	padding-top:3px;
	text-transform:uppercase;
}

a.inputbutton2:hover {
	color: #fff;
}
.inputbutton3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	width: 110px;
	height:22px;
	font-weight : bold;
	background-image:url(/images/btn_bg3.gif);
	border: 0px;
	display:inline-block;
	text-align:center;
	padding-top:3px;
	text-transform:uppercase;
}
a.inputbutton3:hover {
	color: #fff;
}
/* ==================================== */

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;  
	line-height: 1.5em;
	background: url(/images/bodybg.jpg) no-repeat center -25px;
}

body#site {
	text-align: center;
}

iframe#idContentoEdit1 {
	font-size: 20px;
}

@-moz-document url-prefix() {
	body#site {
		overflow-y: scroll;
	}
}
h1 {
	font-size: 24px;
	color: #6FA43A;
	line-height: normal;
	margin: 2px 0 0 0;
	padding: 0;
	font-weight: normal;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 5px;
}

h2 {
	font-size: 16px;
	color: #6FA43A;
	line-height: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 5px 0;
	width: 100%;
	border-bottom: 1px solid #BCD2A3;
	margin: 20px 0 10px 0;
}

a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: underline;
		color: #73a23e;
}

strong, b {
	color: #73a23e;
}

a img {
	border: none;
}

td {
	font-size: 12px;
}

#container {
	width: 975px;
	text-align: left;
	margin: 0 auto;
	
}

	#header {
		height: 265px;
		background: url(/images/header.jpg);
		margin: 0 0 20px 0;
	}
	
		#topLinks {
			text-align: right;
			font-weight: bold;
			padding: 10px 22px 0 0;
		}
		
			#topLinks a {
				color: #000;
			}
			
		#loginArea {
			width: 350px;
			height: 100px;
			float: right;
			margin: 20px 20px 33px 0;
			text-align: right;
			padding: 0 27px 0 0;
			position: relative;
		}
		#loggedArea {
			width: 350px;
			height: 100px;
			float: right;
			margin: 40px 20px 13px 0;
			text-align: right;
			padding: 0 27px 0 0;
			position: relative;
		}
		
			#loginForm {
				margin: 40px 0 0 0;
			}
			
			#loginArea label {
				display: inline-block;
				margin: 0 10px 0 0;
			}
			
			#CU_Email_Login {
				margin: 0 85px 0 0;
			}
			
			#CU_Password_Login {
				margin: 0 32px 0 0;
			}
			
			#Submit {
				position: relative;
				top: 5px;
			}
			
			#joinnow {
				position: absolute;
				top: 15px;
				right: 20px;
			}
			
		#nav  {
			height: 28px;
			clear: both;
		}
		
			#nav ul {
				margin: 0;
				padding: 0;
				list-style: none;
			}
			
			#nav li {
				float: left;
			}
			
			#nav a {
				float: left;
				width: 162px;
				display: block;
				text-align: center;
				color: #fff;
				font-weight: bold;
			}
			
			#nav a:hover {
				text-decoration: none;
				color: #EFCB15;
			}
		
		#siteSearch {
			margin: -4px 0 0 0;
			padding: 0 0 0 170px;
		}
		
			#searchSubmit {
				position: relative;
				top: 3px;
				*top: -2px;
				left: 10px;
				height: 20px;
			}
		
		@-moz-document url-prefix() {
			#siteSearch {
				margin: 10px 0 0 0;
				padding: 0 0 0 170px;
			}
			
			#searchSubmit {
				top: 6px;
			}
		}
	
	#newsScroller {
		height: 40px;
		margin: 0 0 20px 0;
		background: url(/images/newsScrollerBG.jpg);
		padding: 0 20px 0 180px;
		position: relative;

	}
		
		#myTicker {
			padding-top: 10px;
			width: 100%;
			height: 30px;
			text-align:left;
		}
		
		a#next {
			top: 10px;
			right: 20px;
			position: absolute;
		}
		
		a#prev {
			top: 10px;
			right: 45px;
			position: absolute;
		}
	
	#leftCol, #rightCol {
		width: 230px;
		margin: 0 20px 20px 0;
		float: left;
		min-height: 890px;
		background: url(/images/colBot.jpg) bottom left no-repeat #c9c9cb;
		padding: 46px 5px 5px 5px;
		position: relative;
	}
	
		#leftCol img, #rightCol img, #centreCol img {
			display: block;
		}
	
		.topCol {
			position: absolute;
			top: 0;
			left: 0;
		}
	
		ul.fileList, ul.archiveList {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		ul.archiveList a {
			color: #000;
			font-size: 12px;
			padding: 5px 5px 5px 10px;
			background: #eee;
			border-bottom:1px solid #ccc;
			display: block;
		}
		
		ul.fileList a, ul.archiveList li.firstArchiveLi a {
			width: 190px;
			height: 24px;
			display: block;
			background: url(/images/fileListBG.jpg);
			padding: 6px 0 0 40px;
			color: #000000;
			font-weight: bold;
		}
		
		ul.fileList.topFileList a {
			height: 26px;
			background: url(/images/fileListBG-top.jpg);
		}
	#centreCol {
		width: 455px;
		margin: 0 20px 20px 0;
		float: left;
		min-height: 645px;
	}
		#centreColwide {
		width: 100%;
		margin: 0 20px 20px 0;
		float: left;
		min-height: 645px;
	}
	
	.membershipOption {
		border-left: 5px solid #c9c9cb;
		border-right: 5px solid #c9c9cb;
		border-top: 2px solid #c9c9cb;
		padding: 20px;
		font-size: 14px;
		overflow: hidden;
		position: relative
	}
	
	.membershipOption.darker {
		background: #f1f1f2;
		font-size: 12px;
	}
	
	.membershipOption strong {
		color: #000;
	}
	
	.membershipOption strong.red {
		color: #f00
	}
	
	.membershipOption img {
		display: block;
	}
	
	.membershipOption ul {
		margin: 10px 0 0 5px;
		padding: 0;
		list-style: none;
	}
	
	.membershipOption li {
		padding: 0 0 0 15px;
		background: url(../images/greenListArrow.jpg) no-repeat 0px 5px;
	}
	
	strong.bigred {
		font-size: 28px;
		color: #f00;
		line-height: 1em
	}
	
	strong.biggreen {
		font-size: 18px;
		color: #73a23e;
	}
	
	
	.moveright {
		display: inline-block;
		margin-right: 50px;
	}
	
	
	#payment1 {
		margin-bottom: 10px;
	}
	
	#qualifyingStatement {
		font-size: 11px;
		position: absolute;
		top:17px;
		right: 20px;
	}
	
		#introText {
			font-size: 12px;
			margin: 8px 0 20px 0;
		}
		
			#introText span {
				color: #73a23e;
			}
	
		#whatMembersSay {
			height: 140px;
			background: url(/images/whatMembersSay.jpg) no-repeat;
			font-size: 14px;
			font-weight: bold;
			padding: 12px 40px 0 51px;

		}
		#whatMembersSay2 {
			height: 140px;
			background: url(/images/whatMembersSay2.jpg) no-repeat;
			font-size: 14px;
			font-weight: bold;
			padding: 12px 40px 0 51px;

		}
			
			#whatMembersSay strong {
				display: block;
				color: #fe1e1d;
				text-align: right;
				margin: 0 20px 0 0;
				padding: 0;
				font-size: 12px;
			}
			
			#whatMembersSay p {
				padding: 15px 0 0 0;
				margin: 0;
			}
	
	#rightCol {
		margin: 0 0 20px 0;
	}
	
		#theGuide {
			min-height: 82px;
			background: url(/images/theGuide.jpg) no-repeat top #fff;
			padding: 37px 0 10px 10px;
		}
		
			#theGuide a, #theGuide strong {
				color: #000;
				display: block;
				
			}
			
			#theGuide strong {
				margin: 0 0 0 20px;
			}
			
			#theGuide a.fileLink {
				/*height: 16px;*/
				background: url(/images/fileSystemImg.jpg) no-repeat;
				padding: 0 0 0 20px;
				font-weight: bold;
				margin: 10px 0 0 0;
			}

		#theGuide a.fileLinkother {
				background: url(/images/fileSystemImg.jpg) no-repeat;
				height: 16px;
				padding: 0 0 0 20px;
				font-weight: bold;
				margin: 0 0 25px 0;
			}		
		#twitterFeed {
			background: #fff;
			margin: 0;
			padding: 15px;
			min-height: 123px;
		}
		
			#twitterFeed strong {
				color: #000;
				display: block;
			}
	
	#footer {
		height: 280px;
		background: url(/images/footerBG.jpg) no-repeat #e3e4e4;
		clear: both;
		position: relative;
	}
	
		#footer ul {
			margin-top: 20px;
			margin-bottom: 20px;
			padding: 0;
			list-style: none;
			float: left;
			width: 225px;
			font-size:11px;
		}
		
		#firstUL {
			margin-left: 53px;
			margin-right: 0;
		}
		
		#secondUL {
			margin: 0;
		}
		
		#thirdUL {
			margin-right: 24px;
			margin-left: 0;
		}
		
		#footer ul#fourthUL {
			width: 175px;
			margin: 20px 0 20px 0;
		}
		
		#footer li {
			background: url(/images/footerArrow.png) no-repeat 0px 6px;
			padding: 0 0 0 12px;
			color:#333333;
		}
		#footer li a {

			color:#333333;
		}
		a.footerlink {

			color: #73a23e;
		}
		
		
		#footer p {
			clear: both;
			text-align: center;
			padding:  0 0 0 60px;
		}
		
		#cards, #RBS {
			position: absolute;
			bottom: 30px;
		}
		
		#cards {
			left: 21px;
		}
		
		#RBS {
			right: 20px;
		}

.welcomeBack
{
text-align:center;
margin: 25px 0 5px 50px;
font-size:14px;
font-weight:bold;
}
a.forgot{
	font-size: 9px;
	color: #000;
	position: absolute;
	bottom: -5px;
	left: 175px;
}

a.forgot:hover{
	text-decoration:underline;
	color:#FFF;
}
.red {
	color: #FB0000;
	font-weight: bold;
}
#paypal {
	text-align:right;
	margin:-70px 20px 0 0;

}

p#failedLogin {	
	color: #ff0000;
	position: absolute;
	top: 32px;
	*top: 40px;
	right: 16px;
	font-size: 11px;
	font-weight:bold;
}