body {
	background: #333;
	font-size: 100%;
	padding: 0;
	margin: 0;
}

p {
	font-family: 'Gentium Book Basic', serif;
}

#wrapper {
	background: #fff;
	width: 1100px;
	margin: 0 auto;
	box-shadow: 0 0 20px #000;
}

#header {
	height: 56px;
	background: #1250a1;
	position: fixed;
	width: 1070px;
	padding: 0 15px;
	z-index: 9999;
}

#header a {
	display: block;
	color: #fff;
	font-family: sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	height: 36px;
	padding: 10px;
	text-align: center;
	line-height: 3em;
	float: left;
	font-size: .8em;
}

#header a:hover {
	background: #0d2c54;
}

#hero-wrapper {
	background: -webkit-linear-gradient(#0e4388, #15335b); /* For Safari */
	background: -o-linear-gradient(#0e4388, #15335b); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#0e4388, #15335b); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#0e4388, #15335b); /* Standard syntax */
}

#hero {
	background-image: url(../images/water.png);
	background-position: top right;
	background-repeat: no-repeat;
	color: #fff;
	border-bottom: 20px solid #c7c8c9;
	padding: 60px 0 0;
	background-size: cover;
}

#logosection {
	padding: 40px 40px 20px 80px;
}

#logosection a {
	color: #fff;
}

#logosection h1 {
	font-family: 'Open Sans', sans-serif;
    font-size: 1.4em;
    font-weight: 800;
	padding: 5px 0;
}

#logosection  {
	font-family: 'Cardo',serif;
    font-size: 1em;
    font-weight: 100;
	margin: 0 0 0 5px;
	line-height: 1.5em;
}

#services {
	padding: 20px 60px 80px;
	border-bottom: 20px solid #202020;
}

#services ul {
	margin: 0 10px 40px 0;
	padding: 0 0 0 20px;
}

#services p, #services li {
	font-family: sans-serif;
	font-size: 1.1em;
	color: #444;
	line-height: 1.5em;
	padding: 0 0 10px;
	margin: 0;
}

#services h2 {
	font-family: 'Cardo',serif;
    font-size: 2.5em;
    font-weight: 100;
	padding: 5px 0 20px;
	margin: 20px 0 0;
	color: #666;
	line-height: 1.25em;
}

#founders {
	background: #202020;
	border-top: 20px solid #15345c;
	padding: 20px 60px;
}

#founders p {
	color: #eee;
	font-family: sans-serif;
	font-size: 1.25em;
	line-height: 1.5em;
}

#contact {
	background: -webkit-linear-gradient(#0e4388, #15335b); /* For Safari */
	background: -o-linear-gradient(#0e4388, #15335b); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#0e4388, #15335b); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#0e4388, #15335b); /* Standard syntax */
	border-width: 20px 0 10px 0;
	border-style: solid;
	border-color: #c7c8c9;
	padding: 20px 60px 40px;
	color: #fff;
	height: 800px;
}

#contact p {
	color: #eee;
	font-family: sans-serif;
	font-size: .9em;
	line-height: 1.25em;
}

label {
	display:block;
 	margin-top: 20px;
	letter-spacing: 2px;
	font-family: sans-serif;
	text-transform: uppercase;
	font-size: .9em;
}

form {
    width:459px;
}

input, textarea {
    width:439px;
    height:27px;
    background:#eee;
    border:1px solid #dedede;
    padding:5px;
    margin-top:3px;
    font-size:0.9em;
    color:#3a3a3a;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
	font-family: sans-serif;
}

textarea {
	height:100px;
	background:url(images/textarea-bg.jpg) right no-repeat #efefef;
	font-family: sans-serif;
}

input:focus, textarea:focus {
    border:1px solid #97d6eb;
	background: #fff;
}

#form-submit { 
	margin: 30px 0;
	width: 480px;
	height: 40px;
}

#form-submit:hover {
 	opacity:.9;
}

.submit {
	width: 454px;
}

.success-message {
	display:block;
	font-family: sans-serif;
	font-size: 1.25em;
	line-height: 1.5em;
	width: 300px;
}
