/****************** Index of Style-Positions.css *******************/
/* 
This file is divided up into 3 sections - please find them below:
	-> Tag Reset : Resets defaults.
	-> Main Structure : Mast Head, Mast Content, Mast Footer, etc.
	-> Page-Per-Page : Differing sub-page styles
*/
/*******************************************************************/

/* ------------------------------------------------ */
/*	TAG RESET										*/
	html, body, div, span, applet, object, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	}
	
/* ------------------------------------------------ */
/*	MAIN STRUCTURE									*/

	* { margin: 0px; padding: 0px; }
	body { width: 100%; margin: auto; background: #ffffff; text-align: center; }
	
	.content_wrapper { float: left; width: 100%; background: #f5f5f5; }

	.wrapper { width: 950px; margin: 0px auto; text-align: left; position: relative; }
	
	/* Header */
	.mast_head {
	width: 960px;
	height: 86px;
	float: left;
	}
		.logo { width: 248px; float: left; margin: 46px 0px 0px 0px;  }
	
	/* Content */
	.mast_content {
	width: 950px;
	padding: 0px 0px 30px 0px;
	float: left;
	position: relative;
	overflow: hidden;
	}
		.mc_gallery { width: 950px; float: left; padding: 0px 0px 15px 0px; }
		.mc_side { width: 475px; float: left; }
			.mc_side_contain { width: 475px; float: left; }
			.mc_side_award_image { width: 475px; float: left; padding: 0px 0px 10px 0px; }
			
	/* Footer */
	.mast_footer {
	width: 100%; 
	height: 86px; 
	float: left;
	}
		
/* ------------------------------------------------ */
/*	PAGES											*/

	/* Landing */
	.landing_wrapper { width: 100%; float: left; background: url('../images/landing/bg-landing.gif') repeat-x; text-align: left; }
	.landing_content { width: 852px; float: left; padding: 0px 0px 0px 22px; }
		.lw_logo { width: 335px; float: left; padding: 54px 0px 65px 7px; }
		.lw_slug { width: 852px; height: 276px; float: left; overflow: hidden; background: url('../images/landing/bg-blurb.gif') no-repeat; }
		.lw_members { width: 852px; float: left; }
	.landing_footer { width: 100%; height: 132px; float: left; background: #ffffff; }
	
	/* Project */
	.blurb_project { position: relative; height: 72px; float: left; margin: 0px; overflow: hidden; }
	
	/* Profile */
	.blurb_sub { width: 450px; height: 510px; float: left; padding: 0px; margin: 20px 0px 0px 0px; overflow: hidden; position: relative; }
	
	/* Contact */
	.north { position: absolute; bottom: 86px; left: 439px; z-index: 500000; }
