/*
Plugin: jQuery Parallax
Version 1.1.3
Author: Ian Lunn
Twitter: @IanLunn
Author URL: http://www.ianlunn.co.uk/
Plugin URL: http://www.ianlunn.co.uk/plugins/jquery-parallax/

License: http://creativecommons.org/licenses/by-sa/3.0/ (Attribution Share Alike). Please attribute work to Ian Lunn simply by leaving these comments in the source code or if you'd prefer, place a link on your website to http://www.ianlunn.co.uk/.
*/

@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	min-width: 980px;
	padding: 0;
}

p{
	margin: 0 0 20px 0;	
}

p, ul{
	font-family:"Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.488;
	font-weight:400;
	font-size: 18px;
	color: #696969;
	font-style:normal;
}

h4{
	font-family:"Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.488;
	font-weight:400;
	font-size: 18px;
	color: #ffffff;
	font-style:normal;
}

img{
	border: 0;
}

h1, #pixels{
	font-family:"Museo 900", Verdana, serif;
	font-size-adjust:0.40;
	font-weight:700;
	font-style:normal;
}

h2{
	font-family:"Beau Sans Pro Book", Verdana, sans-serif;
	/*font-size-adjust:0.1000;*/
	font-weight:500;
	font-size: 40px;
	color: #696969;
	font-style:normal;
}

h3{
	font-family:"Beau Sans Pro Book", Verdana, sans-serif;
	font-size-adjust:0.1000;
	font-weight:500;
	font-size: 40px;
	color: #ffffff;
	font-style:normal;
}

h5{
	padding: .5em .75em;
	background-color: #f6f6f6;
	border-bottom: 1px solid #ccc;
	font-size: 20px;
	font-weight: bold;
}

#header h1, #pixels{
	color: #48941A;
}

.float-left{
	float: left;	
	margin: 0 0 0 20px;
}

.float-right{
	float: right;
	margin: 0 20px 0 0;
}

.center{
	font-size: 2.5em;
	padding: 80px 0 0 0;
	text-align: center;
}

#nav{
	list-style: none;
	position: fixed;
	right: 20px;
}

#nav li{
	margin: 0 0 15px 0;	
}

#header, #intro, #second{
	width: 100%;
}

#intro{
	background:url(images/firstBG.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 700px;
	margin: 0 auto;
	padding: 0;
}

#second{
	background: url(images/secondBG.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 1300px;
	margin: 0 auto;
	overflow: hidden;
	padding: -100px 0 0 0;
}

#second .bg{
	background: url(images/) 50% 0 no-repeat fixed;
	height: 1300px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 900px;
	z-index: 200;
}

#third{
	background: url(images/thirdBG.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 650px;
	padding: -50px 0 0 0;	
}

#third2104{
	background: url(images/thirdBG_2104.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 650px;
	padding: -50px 0 0 0;	
}

#fifth{
	background: #ffffff;
	height: 2500px;
	margin: 0 auto;
	padding: 0px 0 0 0;
}

.story{
	margin: 0 auto;
	min-width: 980px;
	overflow: auto;
	width: 980px;
}

.story .float-left, .story .float-right{
	padding: 50px 0 0 0;
	position: relative;
	width: 350px;	
}

table.type09 {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
}

table.type09 thead th {
    width: 100px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    color: #369;
    border-bottom: 3px solid #036;
    font-size: 24px;
    vertical-align: middle;
    text-align: center
}

table.type09 thead td {
    width: 380px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    color: #369;
    border-bottom: 3px solid #036;
    font-size: 24px;
    vertical-align: middle;
}

table.type09 tbody th {
    width: 100px;
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    color: #696969;
    vertical-align: middle;
    text-align: center
}

table.type09 tbody td {
    width: 380px;
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    color: #696969;
    vertical-align: top;
}
