

section:last-child
{
	margin-bottom: 0 !important;
}

/* Wrappers */

	#header-wrapper
	{
		background: #20252B;
		border-bottom: solid 1px #272d30;
		box-shadow: inset 0px -1px 0px 0px #51575a;
	/*	text-shadow: -1px -1px 1px rgba(0,0,0,0.75);*/
	}

	.subpage #header-wrapper
	{
		height: 155px;
	}
	
	#features-wrapper
	{
		background: 	#13161A;
		border-bottom: solid 1px #272e31;
		padding: 45px 0 45px 0;
		text-shadow: -1px -1px 1px rgba(0,0,0,0.75);
	}
	
	#content-wrapper
	{
		background: #E9E9EA;
		border-top: solid 1px #fff;
		padding: 45px 0 45px 0;
	}
	
	#footer-wrapper
	{
		padding: 45px 0 45px 0;
	background:#363B40;
	}

/* Header */

	#header
	{
		min-height: 155px;
		position: relative;
	}

		#header h1
		{
			position: absolute;
			left: 0;
			bottom: 55px;
			font-family: 'PT Sans', arial, sans-serif;
			font-size: 2.75em;
		}
	
			#header h1 a
			{
				text-transform:uppercase;
				color: #fff;
				text-decoration: none;
			}

		#header p
		{
			position: absolute;
			left: 0;
			bottom: -25px;
			font-family: 'PT Sans', arial, sans-serif;
			font-size: 1.25em;
			color: #fcfcfc;
		}
		
		
	
			#header p a
			{
				color:#fcfcfc;
				text-decoration: none;
			}
			
			
		#header nav
		{
			position: absolute;
			right: 0;
			left: 500px;
			bottom: 35px;
			font-weight: 200;
			text-align: right;
		}
	
			#header nav a
			{
				color: #fff;
				text-transform:uppercase;
				text-decoration: none;
				font-size: 1.4em;
				margin-left: 60px;
				outline: 0;
				
			}

			#header nav a:hover
			{
				color: #F23E21;
			}

/* Banner */
	
	#banner
	{
		border-top: solid 1px #222628;
		box-shadow: inset 0px 1px 0px 0px #3e484a;
		padding: 35px 0 35px 0;
		color: #E73318;
	}

		#banner .bordered-feature-image
		{
			margin-bottom: 0;
		}

		#banner h1 
		{	
			font-size: 2em;
			font-weight: 200;
			line-height: 1.25em;
			padding-right: 1em;
			margin: 0 0 0.25em 0;
			color: #E73318;
		}
		#banner p
		{	
			
			font-weight: 200;
			line-height: 1.25em;
			padding-right: 1em;
			margin: 0 0 0.25em 0;
			color: #fcfcfc;
		}
		
		#banner p a
			{
				color: #F23E21;
			}

/* Features */

	#features
	{
		color: #E0E8EB;
	}
	
		#features h2
		{
			font-size: 1.25em;
			color: #fff;
			margin: 0 0 0.25em 0;
		}

		#features a
		{
			color: #e0e8eb;
		}
		
		#features strong
		{
			color: #fff;
		}

/* Content */

	#content
	{
	}
	
		#content section
		{
			background: #fff;
			padding: 40px 30px 45px 30px;
			box-shadow: 2px 2px 2px 1px rgba(128,128,128,0.1);
			margin: 0 0 10% 0;
		}

		#content h2
		{
			font-size: 1.8em;
			color: #373f42;
			margin: 0 0 0.25em 0;
		}
		
		#content h3
		{
			color: #4B5255;
			font-size: 1.25em;
		}
		
		#content a
		{
			color: #ED391B;
		}
		
		#content header
		{
			margin: 0 0 2em 0;
		}
		
		

/* Footer */

	#footer
	{
		color: #fff;
		
	}
	
		#footer h2
		{
			font-size: 1.25em;
			color: #fff;
			margin: 0 0 1em 0;
		}
		
		#footer a
		{
			color: #fcfcfc;
			text-decoration: none;
		}

/* Copyright */

	#copyright
	{
		border-top: solid 1px #b5bec3;
		box-shadow: inset 0px 1px 0px 0px #e0e4e7;
		text-align: center;
		padding: 45px 0 80px 0;
		color: #3D3D3D;
		text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
	}
	
		#copyright a
		{
			color: #3D3D3D;
		}
