 /*
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:"Dosis", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:200;
	font-style:normal;
}

img{
	border: 0;
}

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

h2{
	font-family:"Dosis", Verdana, sans-serif;
	font-size:1.8em;
	font-weight:600;
	font-style:normal;
	margin-top:-75px;
	line-height:40px;
}

h3{
	font-family:"Dosis", Verdana, sans-serif;
	font-size-adjust:0.80;
	font-weight:600;
	font-style:normal;
}

#header h1, #pixels{
	color: #48941A;
	width: 100%;
	background: #ffffff;
	height: 130px;

}

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

.float-intro{
	float: left;
	margin: 100px 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;
}


#top_nav {
	height:140px;
	width:100%;
	margin-top:-150px;
	background: url(images/logo.gif) left top no-repeat white;
	background-position: 0 2em;
	font-family:"Dosis", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size:.8em;
	font-weight:bold;
	position:fixed;
	z-index:200;

}

#top_nav ul {float:right;
margin:100px 75px 0 0;
}

#top_nav ul li{display: inline;}

#top_nav a:link {
	text-decoration:none;
	color:#333333;
	font-weight:600;
	
}

#top_nav a:visited {
	text-decoration:none;
	color:#333333;
}

#top_nav a:hover {
	text-decoration:none;
	color:#77ba4a;
}

#top_nav a:active {
	text-decoration:none;
	color:#77ba4a;
}

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

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

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

#intro{
	background:url(images/firstBG.jpg) 50% 0 repeat fixed #cccccc;
	color: #333333;
	height: 500px;
	margin: 150 0 0 0;
	padding: 0;
}

#intro.downarrow {
	padding-top: 40px;
}


#second{
	background: url(images/secondBG.jpg) 20% 0 repeat fixed #77BA4A;
	color: white;
	height: 600px;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0 0 0;
}


#third{
	background: url(images/thirdBG.jpg) 50% 0 repeat fixed #b3e0e5;
	color: #333333;
	height: 600px;
	padding: 40px 0 0 0;
}

#fourth{
background: url(images/fourthBG.jpg) 10% 0 repeat fixed #64B7DD;
	color: white;
	height: 640px;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0 0 0;
}

#fifth{
	background: url(images/fifthBG.jpg) 90% 0 repeat fixed #dfdede;
	height: 600px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}

#sixth{
	background: url(images/sixthBG.jpg) 30% 0 repeat fixed #77ba4a;
	height: 640px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}

#seventh{
	background: url(images/thirdBG.jpg) 50% 0 repeat fixed #b3e0e5;
	height: 350px;
	margin: 0 auto;
	padding: 100px 0 0 0;
	text-align:center;
}

.downarrow {
	padding:10px 0 10px 0;
	z-index:400;
  text-align:center;
}
.downarrow4 {
	margin-top:-60px;
	padding:10px 0 10px 0;
	z-index:400;
  text-align:center;
}

.uparrow {
	padding:10px 0 0 0;
	z-index:400;
}

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

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

}


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

.videoright {
float: right;
z-index: 0;
}

.videointro {
float: right;
margin-top: 40px;
z-index: 0;

}
.videoleft {
float: left;
z-index: 0;

}

#footer {
	background: #333333;
	color:#ffffff;
	font-size: 12px;
	font-family: Arial, sans-serif;
	height: 60px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
#footer a{
	color:#ffffff;
}

/* text boxes, controls distance from top*/
.float-left  {margin-top:120px;}
.float-right {margin-top:120px;} 

.dot {
  width: 15px;
  height: 15px;
  background-image: url("images/dot.png");
  display: block;
}

.dot:hover {
  background-image: url("images/dotOver.png");
  display: block;
}

.current_dot {
  background-image: url("images/dotCurrent.png");
}
