/* CSS Document */
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #4f5152;
	margin: 0;
	padding: 0;
	background: url(../../grfx/tmp_green/backgrounds/bg_body2.png) repeat;
}

#wrapper
{
	width: 845px;
	padding: 0px 35px;
	margin: 0 auto;
	background: #FFFFFF;
}

#wrapper_header
{
	width: 845px;
	height: 210px;
	margin: 0 auto;
}

#wrapper_content
{
	width: 816px;
	margin: 0 auto;
	padding-left: 29px;
	padding-bottom: 60px;
	background: #FFFFFF url(../../grfx/tmp_green/backgrounds/sketch_profile_grey.png) 0px 100px no-repeat;
}

	.wrapper_contact_info /*needed for each city contact*/
	{
		width: 272px;
		float: left;
		line-height: 18px;
	}
	
	.map
	{
		width: 200px;
		height: 200px;
		overflow: hidden;
		margin-bottom: 30px;
	}
	
	#wrapper_profile_col_left
	{
		width: 416px;
		float: left;
		margin: 0 auto;
		line-height: 1.50em;
	}

	#wrapper_profile_col_right
	{
		width: 400px;
		float: left;
		margin: 0 auto;
		text-align: right;
	}
	
	#wrapper_award_col_left
	{
		width: 250px;
		float: left;
		margin: 0 auto;
		line-height: 1.50em;
	}

	#wrapper_award_col_right
	{
		width: 566px;
		float: left;
		margin: 0 auto;
	}
		
		#wrapper_award_col_right table.awards td
		{
			font-size: 0.92em;
			font-weight: bold;
			padding-right: 10px;
		}
	
	#wrapper_profile_col_left_alt
	{
		width: 306px;
		float: left;
		margin: 0 auto;
	}
	
	#wrapper_profile_col_right_alt
	{
		width: 510px;
		float: left;
		margin: 0 auto;
		line-height: 1.50em;
	}
	
		.staff_profile_text
		{
			width: 276px;
		}

#wrapper_footer
{
	width: 816px;
	font-size: 0.92em;
	color: #babcbe;	
	clear: both;
	padding-top: 80px;
	padding-left: 25px;
	margin-bottom: 50px;
}
	
	#wrapper_footer a
	{
		color: #babcbe;
		text-decoration: none;
	}
		
	
	/*used to allow disciplines to float to the right*/
	#wrapper_footer p
	{
		float: left;
	}

/* alpha channel / opacity layer - sits on top of header / nav */

#alpha_channel {
	position: relative;
	background: url(../../grfx/tmp_green/backgrounds/sketch_profile.png) bottom left no-repeat;
	margin: 0 auto;
}
