/* --------------------------------------------- */
/* Feature Block 	                             */

#featureBlank { /* renamed to avoid screen.css */
	background: url(/a/img/register/joinUs/feature.jpg) no-repeat 0 0;
	margin-top: 14px;
	height: 200px;
}

#featureBlankPreg { /* renamed to avoid screen.css */
	background: url(/a/img/register/joinUs/featurePreg.jpg) no-repeat 0 0;
	margin-top: 14px;
	height: 317px;
}

#featureBlankChoice { /* renamed to avoid screen.css */
	background: url(/a/img/register/joinUs/featureChoice.jpg) no-repeat 0 0;
/*	margin-top: 14px; **/
	height: 100px;
}


#featureBlankMum { /* renamed to avoid screen.css */
	background: url(/a/img/register/joinUs/featureMum.jpg) no-repeat 0 0;
/*	margin-top: 14px; **/
	height: 225px;
}

#featureBlankNew { /* renamed to avoid screen.css */
	background: url(/a/img/register/joinUs/featureNew.jpg) no-repeat 0 0;
/*	margin-top: 14px; **/
	height: 66px;
}

/*-- button floats --*/

#existing{
	position:absolute;
	float:left;
	top:339px;
	left:95px;
}

#newMember{
	position:absolute;
	float:left;
	top:339px;
	left:385px;
}

#memberGreen {
	position:absolute;
	float:left;
	top:662px;
	left:385px;
	
	}

#featureBlank .login {
	float:left;
	background: url('/a/img/register/joinUs/alreadyRegistered.gif') no-repeat;
	width: 138px;
	height: 18px;
	margin-top: 175px;
	margin-left: 26px;
}

* html #featureBlank .login {
	margin-left: 13px;
}

#featureBlank .login a, #featureBlank .login a:hover {/* needs these to stop filter */
	width: 138px;
	height: 18px;
	display:block;
}


#featureBlank .register {
	float: right;
	background: url('/a/img/register/joinUs/joinCowAndGateNow.gif') no-repeat;
	width: 235px;
	height: 23px;
	margin-top: 170px;
	margin-right: 15px;
}

* html #featureBlank .register {
	margin-right: 10px;
}

#featureBlank .register a, #featureBlank .register a:hover {
	width: 235px;
	height: 23px;
	display:block;
}


/* --------------------------------------------- */
/* Hyperlink Overrides                           */

#page a:link,
#page a:visited {
	color: #FD1813;
	text-decoration: none;
}

#page a:hover,
#page a:active {
	color: #FD1813;
	text-decoration: underline;
}


/* --------------------------------------------- */
/* Triple Columns 	                             */

div.col {
	width: 202px;
	min-height: 400px;
	float: left;
	margin-right: 1px;
	background:#d4ed99;
	margin-top:-2px;
}

* html div.col {
	height: 400px;
}

	div.last {
		margin-right: 0;
	}

	div.col p {
		padding: 5px 5px 10px 5px;
	}
	
	div.col p {
		margin: 5px 8px 10px 8px;
	}
	
h2#euro {
	background: url('/a/img/register/joinUs/20Euro.gif') no-repeat;
	width: 202px;
	height: 70px;
}

h2#onlineInfo {
	background: url('/a/img/register/joinUs/onlineInfo.gif') no-repeat;
	width: 202px;
	height: 70px;
}

h2#regularUpdates {
	background: url('/a/img/register/joinUs/regularUpdates.gif') no-repeat;
	width: 202px;
	height: 70px;
}

/* --------------------------------------------- */
/* Full Width Content                            */

#contentRegionFull {
	padding: 10px 0 10px 10px;
}

	#contentRegionFull img.left {
		float: left;
		margin-right: 5px;
	}

	#contentRegionFull img.right {
		float: right;
		margin-right: 5px;
	}
