@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - MEHTODMAN AND REDMAN REGISTRATION
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		mm_registration.css
	Date:			May 4, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	

/*	--------------------------------------------------------------------------------------------------------------------------
	Nav Active State Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#navBar a.navCommunity {
		background-position: -607px bottom;
	}
	

/*	--------------------------------------------------------------------------------------------------------------------------
	Registration Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	/* Header */
	#mainCol .header h2 {
		width:141px; height:26px;
		background:url(../../images/h2_registration.png) top left no-repeat;
	}
	
	
	#mainCol .registration {
		padding:30px 28px 60px 28px;
	}
		#mainCol .registration p {
			padding:0 0 12px 0;
		}
		#mainCol .registration a {
			font-weight:bold;
			color:#9c8d6c;
		}
			#mainCol .registration a:hover {
				color:#f5dead;
			}
