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

*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
		font-size: 100.01%;
		font-family: "Trebuchet MS", Helvetica, sans-serif;
		background-image:url(../Images/background2.png);
		text align: center;
}
		
.cloud
{
width:280px;
height:200px;
position:relative;
animation:myfirst 10s;
-webkit-animation:myfirst 10s; /* Safari and Chrome */
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
z-index: 100;
}

.cloud2
{
width:280px;
height:200px;
position:relative;
animation:myfirst2 6s;
-webkit-animation:myfirst2 8s; /* Safari and Chrome */
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
z-index: 100;
}

#cloud{
	height: 200px;
	width: 280px;
	margin-top: -190px;
	margin-left: 980px;
	
}
#cloud2{
	height: 200px;
	width: 280px;
	margin-top: -430px;
	margin-left:1000px;
	
}

@keyframes myfirst
{
0%   {right:0px; top:0px;}
100%  { right:200px; top:0px;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
0%   {right:0px; top:0px;}
100%  { right:245px; top:0px;}

}

@keyframes myfirst2
{
0%   {right:0px; top:0px;}
100%  { right:100px; top:0px;}
}

@-webkit-keyframes myfirst2 /* Safari and Chrome */
{
0%   {right:0px; top:0px;}
100%  { right:100px; top:0px;}

}


#bee{
	height: 12px;
	width: 12px;
	margin-top: -100px;
	margin-left:380px;
	
}
	
.bee
{
width:12px;
height:12px;
position:relative;
animation:bee 10s;
-webkit-animation:bee 10s; /* Safari and Chrome */
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
z-index: 100;
}


@keyframes bee
{
0%   {left:0px; top:0px;}
100%  { left:50px; top:50px;}
}

@-webkit-keyframes bee /* Safari and Chrome */
{
0%   {right:0px; top:0px;}
100%  { left:50px; top:50px;}

}
	
#bee2{
	height: 12px;
	width: 12px;
	margin-top: -20px;
	margin-left:380px;
	
}
	
.bee2
{
width:12px;
height:12px;
position:relative;
animation:bee2 3s;
-webkit-animation:bee2 3s; /* Safari and Chrome */
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
z-index: 100;
}


@keyframes bee2
{
0%   {left:0px; top:0px;}
100%  { left:50px; top:0px;}
}

@-webkit-keyframes bee2 /* Safari and Chrome */
{
0%   {right:0px; top:0px;}
100%  { left:65px; top:0px;}

}

#bee3{
	height: 12px;
	width: 12px;
	margin-top: -20px;
	margin-left:380px;
	
}
	
.bee3
{
width:12px;
height:12px;
position:relative;
animation:bee3 6s;
-webkit-animation:bee3 6s; /* Safari and Chrome */
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
z-index: 100;
}


@keyframes bee3
{
0%   {right:0px; top:0px;}
100%  {right:110px; top:0px;}
}

@-webkit-keyframes bee3 /* Safari and Chrome */
{
0%   {right:0px; top:0px;}
100%  {right:110px; top:0px;}

}

#bee4{
	height: 12px;
	width: 12px;
	margin-top: 20px;
	margin-left:110px;
	
}
	
.bee4
{
width:12px;
height:12px;
position:relative;
animation:bee4 5s;
-webkit-animation:bee4 5s; /* Safari and Chrome */
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
z-index: 100;
}


@keyframes bee4
{
0%   {right:0px; top:0px;}
100%  {right:20px; top:80px;}
}

@-webkit-keyframes bee4 /* Safari and Chrome */
{
0%   {right:0px; top:0px;}
100%  {right:20px; top:80px;}
}


#wrapper {
	width: 1295px;
	margin: 15px auto;
	position: static;
	top: 0px;

	
}

#banner {
	height: 400px;
	width: 1250px;
	position: relative;
	top: 0px;
	left: 5px;
	z-index: 100;
	
	
}
#blank1 {
	width: 167px;
	height: 1034px;
	top: 50px;
	float: right;

}

#blank2 {
	width: 147px;
	height: 1034px;
	top: 50px;
	float: left;
	
}

#backgroundimg {
	margin-left: 30px;
	margin-top: -10px;
	z-index:1;

}
	
	
nav ul ul {
		display: none;
}

	nav ul li:hover> ul {
			display:block;
	}
	
	
nav ul ul {
	background: #693; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
	width:208px;
}
	nav ul ul li {
	float: none; 
		border-bottom: 2px solid #FC0;
		position: relative;
		margin-left: -0px;
	}
		nav ul ul li a {
			padding: 15px 40px;
			color: #fff;
		}	
			nav ul ul li a:hover {
				background: #663;
			}
	
	
	
nav ul {
	background: #835016; 
	background: linear-gradient(top, #835016 0%, #9A5817 100%);  
	background: -moz-linear-gradient(top, #835016 0%, #9A5817 100%); 
	background: -webkit-linear-gradient(top, #835016 0%,#9A5817 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 20px;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
	top: -62px;
	width: 925px;
	z-index: 99;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}	
	
nav ul li {
	float: left;
	margin-left: 30px;
}
	nav ul li:hover {
		background: #660;
		background: linear-gradient(top, #660 0%, #690 40%);
		background: -moz-linear-gradient(top, #660 0%, #690  40%);
		background: -webkit-linear-gradient(top, #660 0%,#690  40%); 
	}
		nav ul li:hover a {
			color: #fff;
		}
	
	nav ul li a {
	display: block;
	padding: 25px 40px;
	color: #FC0;
	text-decoration: none;
	font-size: 18px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	
	}
	
	
nav ul ul ul {
	position: absolute; left: 100%; top:0;
}

#container{
		float: left;
		width: 961px;
		height: 820px;
		background-image:url(../Images/backgroundfinal.png);	
		margin-top: -710px;
		margin-left: 140px;
		
}

.containerdiv{
	float: left;
	position: relative;
	top: 345px;
	left: -15px;	
	
}

.backgroundimage{
	margin-top: 20px;
	margin-left: 60px;
	z-index: 2;
	position: relative;
}
		
		
#img{
	float: left;
	border: 2px;
	border:#0F6;
	
}

#question{
	margin-left: 60px;
	margin-top: -30px;
	
}

.lefting {
		float: left;
		margin-right: 16px;
		border-style: solid;
		border-width: 5px;
		border-color: #90C;	
		
}

.righting {
	float: right;
	margin-right: 16px;
	margin-top: 16px;
	margin-left: 16px;
	border-style: solid;
	border-width: 5px;
	color: #933;		
}

#footer{
		width: 1172px;
		height: 300px;
		float: left;
		position: relative;
		margin-top: -120px;	
		left: 15px;	
}

footer p {
		font-size: .7em;
		padding: 4px;
		
}




/* Carbon footprint quiz ---------------------*/



#slickQuiz {
    width: 600px;
	height: auto;
    margin-top: -500px;
	margin-left:150px;
    border: 4px solid #F93;
    background: #fff;
	background-color: #DFF2CC;
    padding: 20px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 16px;
    color: #353535;
    line-height: 1.5em;
	z-index: 80;
	position: relative;
}

h1,h2,h3,h4,h5,h6 {font-weight: bold;}

h1 {
    font-size: 26px;
    margin: 0 0 20px;
    color: #0C4569;
}
h2 {
    font-size: 22px;
    margin: 15px 0;
}
h3 {
    font-size: 18px;
    margin: 15px 0 10px;
}
h4 {
    font-size: 16px;
    margin: 10px 0;
}
h5 {
    font-size: 14px;
    margin: 10px 0 5px;
}
h6 {
    font-size: 12px;
    margin: 5px 0;
}

strong { font-weight: bold; }
em { font-style: italic; }
ul { list-style-type: circle; }
ol { list-style-type: decimal; }
ol li { list-style-type: decimal; margin-left: 20px; }

.button {
    float: left;
    width: auto;
    padding: 5px 15px;
    color:#ffffff;
    background-color:darkcyan;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	text-decoration: none;
}
.button:hover {
    background-color:darkslategray;
}

.startQuiz {
    margin-top: 40px;
}

/* clearfix */
.quizArea, .quizResults {
    zoom: 1;
}
.quizArea:before, .quizArea:after, .quizResults:before, .quizResults:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}
.quizArea:after, .quizResults:after {
    clear: both;
}

.questionCount {
    font-size: 14px;
    font-style: italic;
}
.questionCount span {
    font-weight: bold;
}

ol.questions {
    margin-top: 20px;
    margin-left: 0;
}
ol.questions li {
    margin-left: 0;
}

ul.answers {
    margin-left: 20px;
    margin-bottom: 20px;
}

ul.responses li {
    margin: 10px 20px 20px;
}
ul.responses li p span {
    display: block;
    font-weight: bold;
    font-size: 18px;
}
ul.responses li.correct p span {
    color: #6C9F2E;
}ul.responses li.incorrect p span {
    color: #B5121B;
}

.quizResults h3 {
    margin: 0;
}
.quizResults h3 span {
    font-weight: normal;
    font-style: italic;
}
.quizResultsCopy {
    margin-top: 20px;
}



.twitter-share-button{
	margin-left: 840px;
	top: -40px;
	position: relative;
	z-index: 50;
	
}

#facebook{
	margin-left: 770px;
	margin-top: -80px;
	
}








