#masthead { width:900px; margin-top:auto; }
#masthead h1, #masthead p {display: block;}
#buttons {float: left; margin-top:auto;}
#masthead .buttonTop, .buttonMid, .buttonBot {

	display: block;
	width: 260px; height: 62px;
	text-indent: -9000px;
	cursor: pointer;
	clear:both;
	

}
#mastTop, #mastMid, #mastBot {
	float: left;
	width: 640px; height: 186px;
	text-indent: -9000px;
	margin-top:-186px;
	margin-left:260px;
	clear:both;
}
#masthead a.join {
	background: url(../img/join.png) no-repeat;
	width: 146px; 
	height: 39px;
	display: block;

}
#masthead a:hover.join {background-position: -146px 0px;}


#masthead a.findout
{
    background: url(../img/findout.png) no-repeat;
    width: 146px; height: 39px;
    display: block;

}

#masthead a:hover.findout {background-position: -146px 0px;}



#masthead a.learnmore {
	background: url(../img/learn.png) no-repeat;
	width: 146px; height: 39px;
	display: block;
	float:right;
	margin-top:152px;
}
#masthead a:hover.learnmore {background-position: -146px 0px;}

a.signup {
	background: url(../img/signup.png) no-repeat;
	width: 146px; height: 39px;
	display: block;
	margin-top:120px;
}
#masthead a:hover.signup {background-position: -146px 0px;}

#mastTop a.signup {position: block; float:right; top:auto;}
#mastMid a.join {position: block; float:right; top:auto; }
#mastBot a.learnmore {position: block; float:right; top:auto;}
#mastBot a.findout {position: block; float:right; top:auto;}
.off .buttonTop {background: url(../img/mastbtn_top.jpg) 0px 0px no-repeat;}
.on .buttonTop {background: url(../img/mastbtn_top.jpg) -260px 0px no-repeat;}
.off .buttonMid {background: url(../img/mastbtn_mid.jpg) 0px 0px no-repeat;}
.on .buttonMid {background: url(../img/mastbtn_mid.jpg) -260px 0px no-repeat;}
.off .buttonBot {background: url(../img/mastbtn_bot.jpg) 0px 0px no-repeat;}
.on .buttonBot {background: url(../img/mastbtn_bot.jpg) -260px 0px no-repeat;}
#mastTop {background: url(../img/mastbody_top.jpg) right no-repeat; }
#mastMid {background: url(../img/mastbody_mid.jpg) right no-repeat;}
#mastBot {background: url(../img/mastbody_bot.jpg) right no-repeat;}
div.hide {display:none; width:0; overflow:hidden;}
.clear { clear: both; }