/*
Design by Free Responsive Templates
http://www.free-responsive-templates.com
Released for free under a Creative Commons Attribution 3.0 Unported License (CC BY 3.0)
*/ 
* {
	margin:0;
	padding:0;
}
body  {
	font-family: "arial";
	font-size: 14px;
	background: url(../images/siteBackground.jpg) repeat;
	color: #2b2b2b;

}
a {
	color:#999966;
	text-decoration:underline;
}
p {
	line-height:140%;	
}
h1 {
	font-size:30px;
	color:#999966;
	font-family: "arial";
	padding:30px 0 0 0;
}
h2 {
	font-size:24px;
	color:#999966;
	font-family: "arial";
}
.container { 
	width: 960px;
	margin: 0 auto;
}

header {
	/* background:url(../images/headerTop.png) repeat-x; 
          --- commented out ---*/
}

header .headerContainer {
	width:960px;
	margin:0 auto;

} 
header h1 {
	float:left;
	padding:47px 0 0 0;
}
header h1 a {
	font-family: "arial";
	font-size: 42px;
	color:#2b2b2b;
	text-decoration:none;
}
header h1 a span {
	color:#999966;
}
.boxes {
	padding:30px 0;
}
.boxes li {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 4px 0px #808080;
	width:205px;
	float:left;
	margin:0 16px;
	list-style:none;
}
.boxes li:hover {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 4px 0px #464646;
	margin:0 16px;
	list-style:none;
}
.boxes li img {
	margin:20px 20px 10px 20px;
	border:1px solid #e3e3e3;
}
.boxes li h2, .boxes li p {
	padding:0 20px;
}
.boxes li button {
	margin:10px 20px;
	background:#749b29;
	padding:3px 10px;
	cursor:pointer;
	font-size:24px;
	font-family: "arial";
	border:0;
	color:#ffffff;
}
.rightList {
	float: right; 
	width: 345px;
	padding:20px 70px 20px 0;
}
.rightList li {
	list-style:none;
	padding:15px 0 15px 45px;
	background:url(../images/Checkmark.png) no-repeat left 17px;
}
.rightList li a {
	text-decoration:none;
	color:#dbdbdb;
}
.rightList li a:hover {
	text-decoration:underline;
	color:#8dc73f;
}
.leftList { 
	margin: 0 480px 0 70px;
	padding:20px 0 20px 0;
}
.profilesList {
	padding:15px 0 10px 0;
}
.floatPic {
	float:left;
	margin:0 15px 10px 0;
}
.footerTop {
	background:url(../images/footerTop.png) repeat-x;
	height:2px;
} 
.footerBottom {
	background:url(../images/footerBottom.png) repeat-x;
	height:2px;
}
.footerBody {
	background:#000000;
	color:#dbdbdb;
	text-shadow:none;
}
.footerContent {
	width:960px;
	margin:0 auto;
	padding:20px 0;
} 
.copyright p {
	text-align:center;
	padding:10px;
        color:#ffffff;
}
.socialIcons ul {
	list-style-type: none;
	width: 100%;
	text-align: center;
}
.socialIcons li { 
	display: inline; 
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* copied from Contact page */




/* #Forms
================================================== */

	
form {

	margin-bottom: 20px; }
	

fieldset {

	margin-bottom: 20px; }
	
input[type="text"],
	
input[type="password"],
	
input[type="email"],
	
textarea,
	

select {

	border: 1px solid #ccc;
			
	padding: 6px 4px;
		
	outline: none;
		
	-moz-border-radius: 2px;
			
	-webkit-border-radius: 2px;
		
	border-radius: 2px;
		
	font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
			color: #777;
			
	margin: 0;
		
	width: 210px;
		
	max-width: 100%;
		
	display: block;
			
	margin-bottom: 20px;
		
	background: #fff; }
	

select {
		
	padding: 0; }
	
input[type="text"]:focus,

input[type="password"]:focus,
	
input[type="email"]:focus,
	

textarea:focus {
		
	border: 1px solid #aaa;
 		
	color: #444;
 			
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		
	-webkit-box-shadow: 0 0 3px rgba (0,0,0,.2);
		
	box-shadow:  0 0 3px rgba(0,0,0,.2); }
	

textarea {
		
	min-height: 60px; }
	
	label,
	
legend {
		
	display: block;
		
	font-weight: bold;
		
	font-size: 13px;  }
	

select {
		
	width: 220px; }
	
	input[type="checkbox"] 
{
display: inline; }
	
	label span,
	
	legend span {
font-weight: normal;

	font-size: 13px;
		
	color: #444; }

/* #Buttons
================================================== */

	
.button,
	button,
	input[type="submit"],
	
input[type="reset"],
	
input[type="button"] 

{
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}
/*
COPIED HEADER INFO
*/

section > :last-child, .last-child
		{
			margin-bottom: 0 !important;
		}

	/* Multi-use */

		.link-list
		{
		}
		
			.link-list li
			{
				padding: 0.2em 0 0.2em 0;
			}
			
			.link-list li:first-child
			{
				padding-top: 0 !important;
				border-top: 0 !important;
			}
			
			.link-list li:last-child
			{
				padding-bottom: 0 !important;
				border-bottom: 0 !important;
			}

			#content .link-list li
			{
				border-bottom: solid 1px #e2e6e8;
			}

			#footer .link-list li
			{
				border-top: solid 1px #e0e4e6;
				border-bottom: solid 1px #b5bec3;
			}

		.quote-list
		{
		}
		
			.quote-list li
			{
				padding: 1em 0 1em 0;
				overflow: hidden;
			}
			
			.quote-list li:first-child
			{
				padding-top: 0 !important;
				border-top: 0 !important;
			}

			.quote-list li:last-child
			{
				padding-bottom: 0 !important;
				border-bottom: 0 !important;
			}

				.quote-list li img
				{
					float: left;
				}

				.quote-list li p
				{
					margin: 0 0 0 90px;
					font-size: 1.2em;
					font-style: italic;
				}
				
				.quote-list li span
				{
					display: block;
					margin-left: 90px;
					font-size: 0.9em;
					font-weight: 400;
				}

			#content .quote-list li
			{
				border-bottom: solid 1px #e2e6e8;
			}

			#footer .quote-list li
			{
				border-top: solid 1px #e0e4e6;
				border-bottom: solid 1px #b5bec3;
			}
		
		.check-list
		{
		}

			.check-list li
			{
				padding: 0.9em 0 0.8em 45px;
				font-size:1.2em;
				background: url('images/icon-checkmark.png') 0px 0.6em no-repeat;
			}
			
			.check-list li:first-child
			{
				padding-top: 0 !important;
				border-top: 0 !important;
				background-position: 0 0.0em;
			}

			.check-list li:last-child
			{
				padding-bottom: 0 !important;
				border-bottom: 0 !important;
			}

			#content .check-list li
			{
				border-bottom: solid 1px #e2e6e8;
			}

			#footer .check-list li
			{
				border-top: solid 1px #e0e4e6;
				border-bottom: solid 1px #b5bec3;
			}
			
		.feature-image
		{
			display: block;
			margin: 0 0 2em 0;
			outline: 0;
		}
		
			.feature-image img
			{
				display: block;
				width: 100%;
			}

		.bordered-feature-image
		{
			display: block;
			background: #fff url('images/bg04.png');
			padding: 10px;
			box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.15);
			margin: 0 0 1.5em 0;
			outline: 0;
		}
		
			.bordered-feature-image img
			{
				display: block;
				width: 100%;
			}


/*
END OF COPIED HEADER INFO
*/


/*--------------------------------------------------------------------------------------------*/
/********* begin MAIN NAV ********/
/*--------------------------------------------------------------------------------------------*/
#navcontainer {
	float:right;
	padding:5px 0 0 0;
}
ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist a { 
	padding: 10px 20px;
	font-size:24px;
	font-family: "arial";
	text-decoration:none;
	color:#ffffff;	
	text-shadow: 0px 0px, 1px 1px #2b2b2b;
}
#navlist a:hover {
	color: #fff;
	text-decoration: none;
	text-shadow:none;
	background:#999966;
}
#navlist #active a {
	color: #fff;
	text-decoration: none;
	text-shadow:none;
	background:#999966;
}
/*--------------------------------------------------------------------------------------------*/
/********* end MAIN NAV ********/
/*--------------------------------------------------------------------------------------------*/
/********* begin SLIDER ********/
/*--------------------------------------------------------------------------------------------*/
.slider { 
	width:956px;
	position:relative; 
	z-index:1; 
	margin:0 0 80px 0;
	padding-top:20px;
}
.flexslider {
	margin: 0;
}
.flexslider .slides > li {
	display: none; 
	list-style:none;
} 
.flexslider .slides img {
	max-width: 100%; 
	display: block; 
	box-shadow: 0px 5px 4px 0px #808080;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: "."; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
} 
/* control Nav */
.flex-control-nav {
	position:relative;
	left:7px;
}
.flex-control-nav li { 
	display: block;
	padding:0 0 5px 0; 
	margin-right:1px;
}
.flex-control-nav li a {
	display:block;
	width:40px; 
	height:30px; 
	text-indent:-5000px;
}
.flex-control-nav li a:hover,.flex-control-nav li a.active { 
	background-position:0 -31px; 
	cursor:pointer;
}
/*--------------------------------------------------------------------------------------------*/
/********* end SLIDER ********/
/*--------------------------------------------------------------------------------------------*/
/********* begin MEDIA QUERIES ********/
/*--------------------------------------------------------------------------------------------*/
/* for 980px or less */
@media screen and (max-width: 960px) {
	.container {
		width: 98%;
	}
	.leftList {
		width: 70%;
	}
	.rightList {
		width: 29%;
	}
	.slider {
		width:99.6%;
	}
}
/* for 768px or less */
@media screen and (max-width: 768px) {
	header h1 {
    	float: left;
		padding: 45px 0 0 10px;
	}
	header h1 a {

	}
	.rightList {
		width: 90%;
		padding:0 20px;
		float:none;
	}
	.leftList {
		margin:0;
		padding:0 20px;
		width: 90%;
	}
	.slider {
		margin-top:10px;
		margin:0px 0 80px 0;
	}
	.flex-control-nav { 
		position:absolute; 
	}
	#navcontainer {
		float:right;
		padding:60px 10px 0 0;
	}
	#navlist li {
		display: inline;
		list-style-type: none;
	}
	.boxes li {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0px 5px 4px 0px #808080;
		width:auto;
		float:none;
		margin:0 16px 20px 16px;
		list-style:none;
	}
	.boxes li:hover {
		margin:0 16px 20px 16px;
	}
	.footerContent {
		width:auto;
	}
	header .headerContainer {
		width: auto;
	}
	.boxes li img {
		text-align:center;
	}
}
/* for 480px or less */
@media screen and (max-width: 480px) {
	header h1 {
    	float: none;
		padding: 25px 20px 0 0;
	}
	.slider {
		margin-top:0px;
		margin-bottom:0px;
	}
	.rightList {
		width: 80%;
		padding:0 20px;
		float:none;
	}
	.leftList {
		margin:0;
		padding:0 20px;
		width: 80%;
	}
	.flex-control-nav { 
		position:absolute; 
	}
	#navcontainer {
		float:none;
		padding:0;
	}
	#navlist li {
		display: block;
		text-align:center;
	}
	#navlist a { 
		padding: 0 10px;
	}
}
img {
	max-width: 100%;
	height: auto;
	width: auto;
}

/*--------------------------------------------------------------------------------------------*/
/********* end MEDIA QUERIES ********/
/*--------------------------------------------------------------------------------------------*/


/*********************************************************************************/
/* 1200px (>= 481px)                                                             */
/*********************************************************************************/

	@media only screen and (min-width: 481px) {

		section:last-child
		{
			margin-bottom: 0 !important;
		}

		/* Wrappers */

			#header-wrapper
			{
				background: #3B4346 url('images/bg01.jpg');
				border-bottom: solid 1px #272d30;
				box-shadow: inset 0px -1px 0px 0px #51575a;
			}

			.subpage #header-wrapper
			{
				height: 155px;
			}
			
			#features-wrapper
			{
				background: #353D40 url('images/bg02.jpg');
				border-bottom: solid 1px #272e31;
				padding: 45px 0 45px 0;
			}
			

			#features-wrapper-small
			{
				background: #353D40 url('images/bg02.jpg');
				border-bottom: solid 1px #272e31;
				padding: 15px 0 25px 0;
			}

			#content-wrapper
			{
				background: #f7f7f7 url('images/bg04.png');
				border-top: solid 1px #fff;
				padding: 45px 0 45px 0;
			}
			
			#footer-wrapper
			{
				padding: 45px 0 45px 0;
			}
		
		/* Header */
		
			#header
			{
				min-height: 155px;
				position: relative;
			}

				#header h1
				{
					position: absolute;
					left: 0;
					bottom: 35px;
					font-family: "arial";
					font-size: 2.75em;
				}
			
					#header h1 a
					{
						color: #fff;
						text-decoration: none;
					}

				#header nav
				{
					position: absolute;
					right: 0;
					bottom: 35px;
					font-weight: 200;
				}
			
					#header nav a
					{
						color: #c6c8c8;
						text-decoration: none;
						font-size: 1.4em;
						margin-left: 60px;
						outline: 0;
					}

					#header nav a:hover
					{
						color: #f6f8f8;
					}

		/* Banner */
			
			#banner
			{
				border-top: solid 1px #222628;
				box-shadow: inset 0px 1px 0px 0px #3e484a;
				padding: 35px 0 35px 0;
				color: #fff;
			}

				#banner .bordered-feature-image
				{
					margin-bottom: 0;
				}

				#banner p
				{	
					font-size: 2em;
					font-weight: 200;
					line-height: 1.25em;
					padding-right: 1em;
					margin: 0 0 1em 0;
				}

		/* Features */

			#features
			{
				color: #a0a8ab;
			}
			
				#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: #96a9b5;
					font-size: 1.25em;
				}
				
				#content a
				{
					color: #ED391B;
				}
				
				#content header
				{
					margin: 0 0 2em 0;
				}

		/* Footer */

			#footer
			{
				color: #546b76;
				text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
			}
			
				#footer h2
				{
					font-size: 1.25em;
					color: #212f35;
					margin: 0 0 0.5em 0;
				}
				
				#footer a
				{
					color: #546b76;
				}

		/* Copyright */

			#copyright
			{
				border-top: solid 1px #b5bec3;
				box-shadow: inset 0px 1px 0px 0px #e0e4e7;
				text-align: center;
				padding: 45px 0 80px 0;
				color: #ffffff;
				text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
			}
			
				#copyright a
				{
					color: #ffffff;
				}

	}
	
/*********************************************************************************/
/* 1000px (>= 481px && <= 1199px)                                                */
/*********************************************************************************/

	@media only screen and (max-width: 1199px) and (min-width: 481px) {

		/* Multi-use */

			.check-list
			{
			}

				.check-list li
				{
					font-size: 1em;
					line-height: 2em;
				}

			.quote-list
			{
			}
			
				.quote-list li
				{
					padding: 1em 0 1em 0;
				}
				
					.quote-list li img
					{
						width: 60px;
					}
				
					.quote-list li p
					{
						margin: 0 0 0 80px;
						font-size: 1em;
						font-style: italic;
						line-height: 1.8em;
					}
					
					.quote-list li span
					{
						display: block;
						margin-left: 80px;
						font-size: 0.8em;
						font-weight: 400;
						line-height: 1.8em;
					}

			.feature-image
			{
				margin: 0 0 1em 0;
			}

			.button-big
			{
				font-size: 1.5em;
				padding: 10px 35px 10px 35px;
			}

		/* Banner */
			
			#banner
			{
			}

				#banner p
				{	
					font-size: 1.75em;
				}

		/* Header */
		
			#header
			{
			}

				#header h1
				{
					font-size: 2.25em;
				}

				#header nav
				{
				}
			
					#header nav a
					{
						font-size: 1.1em;
					}

		/* Content */

			#content
			{
			}
			
				#content h2
				{
					font-size: 1.4em;
				}

				#content h3
				{
					font-size: 1.1em;
				}
				
				#content header
				{
					margin: 0 0 1.25em 0;
				}
	}
	
/*********************************************************************************/
/* Mobile (<= 480px)                                                             */
/*********************************************************************************/

	@media only screen and (max-width: 480px) {

		body, input, textarea, select
		{
			font-size: 13pt;
			line-height: 1.4em;
		}

		/* Multi-use */

			.quote-list
			{
			}
			
				.quote-list li
				{
				}
				
					.quote-list li p
					{
						margin-bottom: 0.5em;
					}
			
			.check-list
			{
			}

				.check-list li
				{
					font-size: 1em;
				}

			.button-big
			{
				font-size: 1.5em;
				padding: 10px 35px 10px 35px;
			}
			
		/* Wrappers */

			#header-wrapper
			{
				background: #3B4346 url('images/bg01.jpg') top center;
				border-bottom: solid 1px #272d30;
				box-shadow: inset 0px -1px 0px 0px #51575a;
				padding: 15px;
			}

			/*
				Don't want the banner? Uncomment the lines below:

				#header-wrapper { background-position: bottom center; }
				#banner { display: none !important; }
			*/

			#features-wrapper
			{
				background: #353D40 url('images/bg02.jpg');
				padding: 15px 15px 30px 15px;
			}
			

			#features-wrapper-small
			{
				background: #353D40 url('images/bg02.jpg');
				padding: 10px 15px 10px 15px;
			}

			#content-wrapper
			{
				background: #f7f7f7 url('images/bg04.png');
				padding: 5px;
			}
			
			#footer-wrapper
			{
				padding: 40px 15px 15px 15px;
			}

		/* Header */
		
			#header
			{
				position: relative;
				text-align: center;
				padding: 10px 0 10px 0;
			}

				#header h1
				{
					font-family: Lobster, "arial";
					font-size: 2.4em;
					margin: 0.25em 0 0.6em 0;
				}
			
					#header h1 a
					{
						color: #fff;
						text-decoration: none;
					}

				#header nav
				{
					font-weight: 200;
					line-height: 1.75em;
				}
			
					#header nav a
					{
						display: inline-block;
						color: #c6c8c8;
						text-decoration: none;
						font-size: 1.1em;
						margin: 0 1em 0 1em;
					}

					#header nav a:hover
					{
						color: #f6f8f8;
					}

			#banner
			{
				position: relative;
				border-top: solid 1px #222628;
				box-shadow: inset 0px 1px 0px 0px #3e484a;
				color: #fff;
				text-align: center;
				padding: 20px 20px 10px 20px;
			}

				#banner .bordered-feature-image
				{
					display: none;
				}

				#banner p
				{
					font-size: 1.25em;
					font-weight: 200;
					line-height: 1.25em;
					margin: 0 0 1em 0;
				}

		/* Features */

			#features
			{
				color: #a0a8ab;
			}
			
				#features section
				{
					padding: 0 0 25px 0;
					margin: 0 0 25px 0;
					border-bottom: solid 1px #51575a;
					box-shadow: inset 0px -1px 0px 0px #272d30;
				}
				
				#features > div > div:last-child > section
				{
					padding-bottom: 0;
					margin-bottom: 0;
					border-bottom: 0;
					box-shadow: none;
				}
			
				#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;
					box-shadow: inset 0px 0px 0px 1px rgba(128,128,128,0.2);
					padding: 30px 15px 30px 15px;
					margin: 0 0 5px 0;
				}
			
				#content h2
				{
					font-size: 1.25em;
					color: #373f42;
					margin: 0 0 0.1em 0;
				}
				
				#content h3
				{
					color: #96a9b5;
					font-size: 1em;
				}
				
				#content a
				{
					color: #ED391B;
				}
				
				#content header
				{
					margin: 0 0 1.25em 0;
				}

		/* Footer */

			#footer
			{
				color: #546b76;
				text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
			}

				#footer section
				{
					margin: 0 0 40px 0;
				}
			
				#footer h2
				{
					font-size: 1.25em;
					color: #212f35;
					margin: 0 0 0.75em 0;
				}
				
				#footer a
				{
					color: #546b76;
				}
				
				#footer .link-list
				{
					margin: 0 0 30px 0 !important;
				}

		/* Copyright */

			#copyright
			{
				border-top: solid 1px #b5bec3;
				box-shadow: inset 0px 1px 0px 0px #e0e4e7;
				text-align: center;
				padding: 20px 30px 20px 30px;
				color: #ffffff;
				text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
			}
			
				#copyright a
				{
					color: #ffffff;
				}

	}
