* {margin: 0; padding: 0; outline: 0;}


body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #999;
	font-size: 12px;
	background:#333;

	
}


h1, h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin:0 0 15px 0;
}

h3 { color:rgba(0, 0, 0, 0.6);
display:block; font-size:1em; padding-bottom:1em; text-transform:uppercase;}


h1 {
	color:rgba(255, 255, 255, 0.9);
	font-size: 36px;
	letter-spacing: -2px;
	line-height: 100%;
}

h1.title {
	font-size: 46px;
	font-weight: 700;
	color: #6a6a6a;


}


h2 {
	font-size: 24px;
}

p {
	margin: 0 0 15px 0;
}

.menuBtn {

	background: center center no-repeat transparent;
	background: #000;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;

}

.active {
	background: #3979BB;
}
.clear {
	clear: both;
}
.wrap {
		/*background:url(../images/bg.png) top left repeat-x;*/
		width: 100%;
		
		min-width: 960px;
		z-index: 10;
		position: relative;
		margin: 0 auto;
		padding: 0;
}



.section {
	width: 100%;
	min-width: 960px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0 0 20px 0;
}


.inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
	min-height: 50px;
	padding:30px 0;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding:30px 0;
}


/* This is the selector i used for my menu, it needs to be set as position:absolute; */
.subMenu {
	position: absolute;
	top: 462px;
	height: 50px;
	z-index: 1000;
	width: 100%;
	min-width: 960px;
	background: #A8CFF0;

}

.subMenu .inner {
	padding:0;
	font-weight: 400;
}





.subNavBtn {
	display: block;
	height: 35px;
	width:20%;
	float: left;
	margin: 0px 0px 0 0;
	text-decoration: none;
	font-size: 14px;
	padding: 15px 2% 0 2%;
	text-align: center;
	color: #fff;
}

.end {
	margin: 0;
}


/* SECTIONS */
.sTop {
	min-height: 630px;
	background: rgb(168,207,240); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(168,207,240,1) 0%, rgba(204,227,246,1) 10%, rgba(255,255,255,1) 50%, rgba(204,227,246,1) 90%, rgba(168,207,240,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(168,207,240,1)), color-stop(10%,rgba(204,227,246,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(90%,rgba(204,227,246,1)), color-stop(100%,rgba(168,207,240,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(168,207,240,1) 0%,rgba(204,227,246,1) 10%,rgba(255,255,255,1) 50%,rgba(204,227,246,1) 90%,rgba(168,207,240,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(168,207,240,1) 0%,rgba(204,227,246,1) 10%,rgba(255,255,255,1) 50%,rgba(204,227,246,1) 90%,rgba(168,207,240,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(168,207,240,1) 0%,rgba(204,227,246,1) 10%,rgba(255,255,255,1) 50%,rgba(204,227,246,1) 90%,rgba(168,207,240,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(168,207,240,1) 0%,rgba(204,227,246,1) 10%,rgba(255,255,255,1) 50%,rgba(204,227,246,1) 90%,rgba(168,207,240,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8cff0', endColorstr='#a8cff0',GradientType=0 ); /* IE6-9 */
	color:#3d3d3d;
	
}



.s1 {
	min-height: 500px;
	background: #3979BB;
}


.s2 {
	min-height: 600px;
	background: #FFFFFF;
}


.s3 {
	min-height: 500px;
	background: #504f4f;
}


.s4 {
	min-height: 500px;
	background: #6e87a1;
	color: white;
}

.s5 {
	min-height: 500px;
	background: #293b4d;
	color: white;
}

.column1, .column2, .column3 {float:left; margin-right:24px;}

.column1, .column2, .column3, .column4 { width:282px;}

.box
	{
		text-align: center;
		color: rgba(0,0,0,0.5);
	}
.button
	{
		display: inline-block;
		margin-top: 2em;
		padding: 1em 2em 1em 2em;
		background: #3979BB;
		border-radius: 8px;
		letter-spacing: 0.20em;
		line-height: 1.8em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 1.2em;
		color: #FFF;
	}
	
	.button:before
	{
		display: inline-block;
		background: #3979BB;
		margin-right: 1em;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		color: #272925;
	}
	
	.button-small
	{
		padding: 0.9em 2em;
		background: #3979BB;
		border-radius: 5px;
		line-height: 1.8em;
		font-size: 1em;
	}
	
	.image
	{
		display: inline-block;
		border: 1px solid #CCE3F6;
		box-shadow:1px 3px 3px 1px #CCE3F6;
		
	}
	
	.image img
	{
		display: block;
		width: 100%;
	}
	
	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 3em 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}
	
	.image-centered img
	{
		margin: 0 auto;
		width: auto;
	}
	
	
	#newsletter
	{
		overflow: hidden;
		padding: 5em 0em;
		background: #EDEDED;
		text-align: center;
	}
	
	#newsletter .title h2
	{
		color: rgba(0,0,0,0.8);
	}
	
	#newsletter .content
	{
		width: 600px;
		margin: 0px auto;
	}
	
	.title
	{
		margin-bottom: 3em;
	}
	
	.title h2
	{
		font-size: 2.8em;
		color: rgba(255,255,255,0.9);
	}
	
	.title .byline
	{
		letter-spacing: 0.20em;
		font-weight: 400;
		font-size: 1.1em;
		color:#BDBDBD;
	}
	
	form
		{
		}
		
			form label
			{
				display: block;
				text-align: left;
				margin-bottom: 0.5em;
			}
			
			form .submit
			{
				margin-top: 2em;
				background: #3979BB;
				border-radius: 8px;
				line-height: 1.5em;
				font-size: 1.3em;
			}
		
			form input.text,
			form select,
			form textarea
			{
				position: relative;
				-webkit-appearance: none;
				display: block;
				border: 0;
				background: #fff;
				background: rgba(255,255,255,0.75);
				width: 90%;
				border-radius: 0.50em;
				margin: 1em 0em;
				padding: 1.50em 1em;
				box-shadow: inset 0 0.1em 0.1em 0 rgba(0,0,0,0.05);
				border: solid 1px rgba(0,0,0,0.15);
				-moz-transition: all 0.35s ease-in-out;
				-webkit-transition: all 0.35s ease-in-out;
				-o-transition: all 0.35s ease-in-out;
				-ms-transition: all 0.35s ease-in-out;
				transition: all 0.35s ease-in-out;
				font-family: 'Source Sans Pro', sans-serif;
				font-size: 1em;
				outline: none;
			}

				form input.text:hover,
				form select:hover,
				form textarea:hover
				{
				}

				form input.text:focus,
				form select:focus,
				form textarea:focus
				{
					box-shadow: 0 0 2px 1px #E0E0E0;
					background: #fff;
				}
				
				form textarea
				{
					min-height: 12em;
				}

				form .formerize-placeholder
				{
					color: #555 !important;
				}

				form ::-webkit-input-placeholder
				{
					color: #555 !important;
				}

				form :-moz-placeholder
				{
					color: #555 !important;
				}

				form ::-moz-placeholder
				{
					color: #555 !important;
				}

				form :-ms-input-placeholder
				{
					color: #555 !important;
				}

				form ::-moz-focus-inner
				{
					border: 0;
				}
				

	#copyright
	{
		overflow: hidden;
		padding: 2em 0em;
		border-top: 1px solid rgba(255,255,255,0.08);
	}
	
	#copyright p
	{
		letter-spacing: 0.20em;
		text-align: center;
		text-transform: uppercase;
		font-size: 0.80em;
		color: rgba(255,255,255,0.3);
	}
	
	#copyright a
	{
		text-decoration: none;
		color: rgba(255,255,255,0.6);
	}
	
	div.error-contact{
	background:url(../images/pointer-top.png) no-repeat left center;
	padding-left:0px;
	xheight:25px;
	overflow:hidden;
	font-style:normal;
	}
	div.error-contact p{
	background:#284775;
	margin-bottom:0;
	width:90%;
	color:#FFF;
	font-size : 12px;
	font-family : helvetica,arial,verdana,sans-serif;
	xheight:25px;
	line-height:35px;
	padding:0 10px;
	margin: 0 0px 0px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	.success{
	font-size:13px;
	background:#D6FFBC url(../pics/success.gif) no-repeat 5px 3px;
	border:1px solid #60D319;
	padding:3px 10px 3px 33px;
	line-height:24px;
	color:#307206;
	}

