@import 'reset.css';

body {
background:#18597f;
min-height: 570px;
min-width: 960px;
}

.flame {
	overflow: auto;
	bottom: 0;
	top: 0;
	position: absolute;
	left: 0;
	min-height: 570px;
	width: 100%;
	height: 100%;
	background: url(../images/flame-overlay.png) center bottom no-repeat;
	z-index: 90;
	overflow: hidden;
}

#top {
	z-index: 100;
}


#core {
	position: relative;
}
#core ul li div.box,
#core ul li span.open,
#core ul li {
	width: 150px;
	height: 150px;
}

#core ul li {
	float: left;
	display: block;
	margin-right: 60px;
	position: relative;
	-webkit-box-shadow: rgba(0,0,0,0.3) 4px 4px 10px;
	-moz-box-shadow: rgba(0,0,0,0.3) 4px 4px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#core ul li#dan {
	margin-right: -50px;
}

#core ul li:hover {

}

#core ul li span.open {
	display: block;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#core ul li#adelle span.open { background: #000 url(../images/adelle-sm.jpg) center center no-repeat; }
#core ul li#josh span.open   { background: #000 url(../images/josh-sm.jpg)  center center no-repeat;}
#core ul li#doug span.open   { background: #000 url(../images/doug-sm.jpg)  center center no-repeat;}
#core ul li#dan  span.open   { background: #000 url(../images/dan-sm.jpg)   center center no-repeat;}

#core ul li div.box {
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
	overflow: hidden;
}

#core h2,
span.name {
	display: block;
	position: absolute;
	left: 10px;
	top: 270px;
	width: 280px;
	text-align: right;
	color: #ddd;
	font-size: 12pt;
	text-transform: uppercase;
	font-family: "Century Gothic", helvetica, arial, sans-serif;
}


span.bio {
	font-family: helvetica, arial, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	color: #aaa;
	width: 300px;
	display: block;
	position: absolute;
	left: 10px;
	top: 320px;
}


#core h2 br, #core a br { display: none;}
#core h2 small, span.name small {
	display: block;
	text-transform: none;
	color: #aaa;
	font-size: 8pt;
	margin-top: 2px;
	font-family: helvetica, arial, sans-serif;
}

#core #dan span.name {
	color: #000;
	left: 20px;
}

#core #dan span.name small {
	color: #333;
}

#core li a {
	color: #fff;
	text-decoration: none;
}



#core li span.address {
	display: block;
	position: absolute;
	font-family: helvetica, arial, sans-serif;
	right: 10px;
	bottom: 10px;
	text-align: right;
	color: #fff;
	font-size: 9pt;
	font-style: italic;
	text-decoration: none;
}



#core li a em {
	color: #aaa;
}

#core ul li .box-content {
	display: block;
	width: 320px;
	height: 450px;
	position: absolute;
	overflow: hidden;
	left: -85px;
	top: -45px;
	background: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


#core ul li a.box-content img {
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}


.box_content {
	width: 350px;
	height: 150px;
	position: absolute;
	overflow: hidden;
	left: -75px;
	top: -40px;
}

#core {
	position: absolute;
	top: 0;
	bottom: 350px;
	left: 0;
	width: 100%;
	min-height: 200px;
	display: none;
}

#core ul {
	width: 780px;
	height: 150px;
	position: absolute;
	left: 50%;
	margin-left: -385px;
	top: 50%;
	margin-top: -75px;
}

/*#footer {
	background: #18597f url(../images/flame-overlay.png) center bottom no-repeat;
	position: absolute;
	bottom: 0;
	height: 216px;
	width: 1000px;
	margin-left: 50%;
	left: -500px;
	z-index: 120;
}
*/
#footer-left {
	position: absolute;
	background: url(../images/background.png) repeat-x;
	left: -2490px;
	margin-left: 50%;
	bottom: -1px;
	height: 217px;
	width: 2000px;
}

#footer-right {
	position: absolute;
	background: url(../images/background.png) repeat-x;
	left: 490px;
	margin-left: 50%;
	bottom: -1px;
	height: 217px;
	width: 2000px;
}

#parallax {
	width: 70%;
	left: 15%;
	position: absolute;
	top: 0;
	bottom: 340px;
	margin: 0 auto;
/*	background: rgba(100,0,0,.2);*/
}

.content-box-large {
	width: 500px;
	margin-left: 50%;
	left: -250px;
	position: absolute;
	top: -500px;
	background: rgba(255,255,255,0.2);
	overflow: auto;
	padding: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-box-shadow: rgba(255,255,255,0.2) 0 0 10px;
}

.content-box-large h2 {
	font-family: "Century Gothic", "Trebuchet MS", helvetica, arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 10px 0;
	font-size: 18pt;
	text-shadow: #fff 0 0 4px;
}

.content-box-large p {
	font-family: helvetica, arial, sans-serif;
	font-size: 11pt;
	line-height: 16pt;
	margin: 0 0 10px 0;
}

#parallax > div {
/*	background: rgba(100,0,0,.2);*/
	position: absolute;
}

#layer1 {
	z-index: 200;
	width: 960px;
	top: 0px;
	bottom: 300px;
	margin-left: 50%;
	left: -480px;
	position: absolute;
	font-size: 1.4em;
	display: none;
}

#layer1 > div {
	position: absolute;
}


#dev-human    { bottom: 50%; right: 50%; margin-bottom: 5px; margin-right: 5px;}
#dev-thought  {    top: 50%;  left: 50%; margin-top: 5px; margin-left: 5px;}
#dev-creative {    top: 50%; right: 50%; margin-top: 5px; margin-right: 5px;}
#dev-business { bottom: 50%;  left: 50%; margin-bottom: 5px; margin-left: 5px;}

#layer1 div.box {
	display: block;
	float: left;
	overflow: hidden;
	position: absolute;	
	top: 0;
	left: 0;
	width: 200px;
	background: rgba(255,255,255,0.15);
	border: solid 1px rgba(255,255,255,0.5);
}



#layer1 div.link {
	text-decoration: none;
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: 2px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}


#dev-creative,
#dev-creative div.box,
#dev-creative div.link {
	width: 200px;
	height: 70px;
}

#dev-creative .box_content {
	top: 0;
	left: -150px;
}

#dev-human,
#dev-human div.box,
#dev-human div.link {
	width: 200px;
	height: 70px;
}

#dev-human .box_content {
	top: -80px;
	left: -150px;
}


#dev-thought,
#dev-thought div.box,
#dev-thought div.link {
	width: 200px;
	height: 70px;
}

#dev-thought .box_content {
	top: 0;
	left: 0;
}

#dev-business,
#dev-business div.box,
#dev-business div.link {
	width: 200px;
	height: 70px;
}


#dev-business .box_content {
	top: -80px;
	left: 0;
}

.box_content {
	width: 350px;
	height: 150px;
	position: absolute;
	overflow: hidden;
	left: -75px;
	top: -40px;
}

.box_content p {
	padding: 20px 20px;
	font-size: 10pt;
	line-height: 16pt;
	color: #fff;
	font-family: helvetica, arial, sans-serif;
}

.box_content ul li a {
	font-size: 8pt;
	line-height: 10pt;
	color: #fff;
	font-family: helvetica, arial, sans-serif;
	text-decoration: none;
}

.box_content ul li {
	margin: 0;
}

#layer1 .layer1 .box{
/*	width: 100%;
	height: 100%;
	position: relative;*/
}

#layer1 div.link strong {
	display: block;
	font-size: 0.8em;
		letter-spacing: 1px;
		color: rgba(255,255,255,0.5);
}


#show-nav {
	display: block;
	padding: 8px 0;
	margin-left: 50%;
	position: fixed;
	width: 150px;
	color: #999;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	background: #000;
	background: rgba(0,0,0,.5);
	left: -70px;
	bottom: 0;
	text-align: center;
	text-transform: uppercase;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius: 10px 10px 0 0;
	text-shadow: #000 0 -1px 0;
}

#show-nav:hover {
	color: #fff;
	background: #000;
}

#navigation {
	height: 39px;
	width: 1000px;
	left: -500px;
	margin-left: 50%;
	position: absolute;
	bottom: 174px;
	display: none;
}

#navigation ul li a {
	display: block;
	float: left;
	padding: 0 15px;
	height: 39px;
	line-height: 39px;
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, arial;
	text-transform: uppercase;
	text-decoration: none;
	color: #666;
	font-size: 10pt;
	text-shadow: #000 0 -2px 0;
}

#navigation ul li a.selected {
	color: #fff;
}

#navigation ul li a:hover {
	color: #fff;
}

#navigation ul li {
	float: left;
}

#nav-left,
#nav-right {
	float: left;
	white-space: nowrap;
		position: absolute;
		top: 0;
		height: 39px;
		cursor: pointer;
}

#nav-left {
	right: 570px;
}

#nav-right {
	background-position: -570px 0;
	left: 580px;
}



#logo {
			cursor: pointer;
	width: 140px;
	margin-left: 50%;
	left: -60px;
	position: absolute;
	bottom: 80px;
	height: 240px;
	z-index: 300;
}

.column {
	float: left;
	width: 200px;
	margin-right: 50px;
}

#lst {
	margin-right: -70px;
}


#news {
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	bottom: 300px;
	position: absolute;
	display: none;
}


#news-feed {
 width: 7000px;
height: auto;
position: absolute;
left: 50%;
margin-left: -147px;
top: 50%;
margin-top: -100px;
}

#news-feed li {
	float: left;
	position: relative;
	width: 295px;
	padding-top: 10px;
	margin-right: 5px;
	background: #000;
	font-size: 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
	box-shadow: rgba(0,0,0,0.4) 2px 2px 6px;
	-moz-box-shadow: rgba(0,0,0,0.4) 2px 2px 6px;
	-webkit-box-shadow: rgba(0,0,0,0.4) 2px 2px 6px;
}


#news-feed li div.news-container {
	background: #fff;
	width: 275px;
	height: 130px;
	position: relative;
	margin-left: 10px;
}

#news-feed li h3 {
	text-align: center;
	width: 255px;
	font-size: 1.1em;
	line-height: 1.3em;
	font-family: "Century Gothic","Gill Sans","Gill Sans MT","GillSans","Franklin Gothic Medium", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #000;

}

#news-feed li p.news-date {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius: 5px 5px 0 0;
	height: 40px;
	line-height: 45px;
	font-size: 0.9em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ddd;
	top: 0;
	left: 0;
	width: 295px;
	background: #000;
	font-family: "Century Gothic", "Gill Sans MT", Tahoma, Helvetica, Arial;
}

#news-feed li a.news-link {
	display: block;
	position: relative;
	text-align: center;
	font-size: 0.6em;
	color: #666;
	top: -5px;
	text-decoration: none;
	width: 295px;
	height: 20px;
	line-height: 10px;
	font-family: Helvetica, Arial, sans-serif;
}

#news-feed li,
#news-feed li * {
	cursor: pointer !important;
}



#company-logos {
	position: absolute;
	width: 960px;
	left: 50%;
	margin-left: -480px;
	top: 2% !important;
	bottom: 400px;
	display: none;
}

#company-logos a {
	display: block;
	width: 190px;
	height: 114px;
	background: url(../images/fuel-logos.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	position: absolute;
}

#company-logos #fuel-brand-network {
	top: 0;
	left: 50%;
	margin-left: -80px;
}

#company-logos #fuel-network-tv {
	top: 40%;
	left: 85px;
	width: 260px;
	background-position: -212px -5px;
}

#company-logos #fuel-brand-ventures {
	top: 40%;
	right: 100px;
	background-position: -542px 0;
}

#company-logos #carbon-ads {
	top: 80%;
	left: 50%;
	width: 260px;
	margin-left: -140px;
	background-position: -775px 0;
}

#company-logos br {
	display: none;
}

#news-nav {
	position: absolute;
	width: 290px;
	height: 25px;
	top: 50%;
	margin-top: 60px;
	left: 50%;
	margin-left: -143px;
	z-index: 1000;
	cursor: pointer;
}

#news-nav span {
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
	top: -5px;
	cursor: pointer;
	background: url(../images/news-nav.png) 5px 0 no-repeat;
}

#news-nav span#news-next {
	left: auto;
	right: 0;
	background: url(../images/news-nav.png) -85px 0 no-repeat;
}

#core h2, #company-logos h2, #layer1 h2, #news h2 {
	display: none;
}

#press {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: rgba(0,0,0,0.4) 2px 2px 10px;
	background: #000;
	width: 350px;
	height: 220px;
	position: absolute;
	top: 23%;
	margin-top: -110px;
	left: 50%;
	margin-left: -175px;
}

#press h2 { display: none;}
#press h3 { color: #fff; 
	font-family: "Century Gothic", helvetica, arial, sans-serif;
	font-size: 12pt;
	padding: 15px 0 10px 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
#press p {
	font-family: helvetica, arial, sans-serif;
	color: #ddd;
	font-size: 10pt;
	line-height: 13pt;
	margin: 0 15px 15px 15px;
}

#press p a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#press p a:hover {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

#download-press, #submit-a {
	cursor: pointer;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	font-family: helvetica, arial, sans-serif;
	text-transform: uppercase;
	font-size: 8pt;
	width: 100px;
	display: block;
	margin: 10px auto;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	text-align: center;
	background: #1f8311 url(../images/button.png) center center repeat-x;
	color: #ddd;
	text-shadow: rgba(0,0,0,0.7) 0 1px 0;
}

#download-press:hover {
	color: #fff;
	-webkit-box-shadow: rgba(31,131,17,1) 0 0 15px;
	-moz-box-shadow: rgba(31,131,17,1) 0 0 15px;
	box-shadow: rgba(31,131,17,1) 0 0 15px;
}
#download-press:active {
	position: relative;
	top: 1px;
}

#engage {
	position: absolute;
	top: 5%;
	left: 0;
	width: 100%;
	height: auto;
	bottom: 300px;

	max-height:600px;
	min-height:300px;
}

#engage h2 { display: none;}

#engage-form {
	width: 310px;
	position: absolute;
	top: 0;
	bottom: 5%;
	left: 50%;
	margin-left: -325px;
	padding-top: 1px;
}

#engage-twitter {
	width: 300px;
	position: absolute;
	top: 0;
	bottom: 5%;
	left: 50%;
	margin-left: 15px;
}

#tweets {
	position: absolute;
	top: 45px;
	bottom: 40px;
	left: 0;
	width: 100%;
	overflow: hidden;
}



#tweets #scroll {
	width: 270px;
}

#engage-twitter h3 {
	text-indent: -9999px;
	overflow: hidden;
	width: 108px;
	height: 45px;
	background: url(../images/twitter.png) no-repeat;
}

#engage-twitter #tweets p {
	text-shadow: rgba(28,110,122,1) 0 0 3px;
	font-family: helvetica, arial ,sans-serif;
	font-size: 8pt;
	line-height: 14pt;
	color: #eee;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(../images/dots.png) center bottom repeat-x;
}

#engage-twitter #tweets p.last {
	background: none;
	margin-bottom: 0;
}

#follow-block {
	background: url(../images/dots.png) center top repeat-x;
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: right;
	font-family: helvetica, arial ,sans-serif;
	font-size: 9pt;
	line-height: 13pt;
}

#follow-block a {
	color: #fff;
	text-transform: uppercase;
	height: 30px;
	line-height: 30px;
	font-size: 7pt;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	text-shadow: rgba(0,0,0,0.7) 0 -1px 0;
}

#follow-block a:hover {
	text-shadow: rgba(0,0,0,0.7) 0 -1px 0,
				 rgba(255,255,255,1) 0 0 10px;
}

#engage-twitter #tweets p a {
	color: #fff;
	border-bottom: solid 1px #4d99a3;
	text-decoration: none;
}

#engage-twitter #tweets p a:hover {
	color: #a5c5ca;
}

#engage-twitter #tweets  p a.time {
	font-weight: bold;
	color: #000;
	border-bottom: none;
	white-space: nowrap;
	text-decoration: none;
}

#engage-twitter #tweets  p a.time:hover {
	color: #000;
	text-shadow: rgba(0,0,0,0.5) 0 0 5px;
}

#engage-form form h3 {
	height: 40px;
	color: #fff;
	line-height: 20px;
	font-family: "Century Gothic", helvetica, arial, sans-serif;
	font-size: 12pt;
	margin: 10px 0 10px 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#engage-form form h3 br { display: none;}
#engage-form form h3 small {
	font-family: Helvetica, arial, sans-serif;
	font-size: 8pt;
	color: #ddd;
	display: block;
}

#engage-form form {
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	bottom: 40px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-box-shadow: rgba(0,0,0,0.4) 0 0 10px;
	-moz-box-shadow: rgba(0,0,0,0.4) 0 0 10px;
}

#engage-form form p {
	background: #aaa;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	
	height: 28px;
	border: solid 1px #aaa;
	margin: 0 15px 10px 15px;
	position: relative;
}

#engage-form form p.error {
	border-color: #9a0a0a;
	background-color: #af9797;
}

#engage-form form p label {
	font-family: Helvetica, Arial, sans-serif;
/*	text-shadow: rgba(0,0,0,0.4) 0 -1px 0;*/
	color: #fff;
	font-size: 10pt;	
	height: 28px;
	line-height: 28px;
	position: absolute;
	left: 8px;
	top: 0;
	z-index: 10;
	background: #aaa;
}

#engage-form form p.error label {
	background-color: #af9797;	
}

#engage-form form p input,
#engage-form form p textarea {
	position: absolute;
	display: block;
	border: none;
	background: transparent;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 10pt;
	height: 15px;
	padding: 0;
	left: 5px;
	top: 8px;
	width: 270px;
	z-index: 20;
}

#engage-form form p textarea {
	height: 90%;
	resize: none;
	overflow: auto;
}

#engage-success {
	display: none;
	background: #000;
	position: absolute;
	top: 60px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	color: #fff;
	z-index: 100;
}

#engage-success p {
	font-family: Helvetica, Arial;
	font-size: 10pt;
	color: #aaa;
	background: #000 !important;
	border: none !important;
	line-height: 23px;
	text-align: center;
	padding-top: 30px;
}

#engage-success p strong {
		font-family: "Century Gothic", helvetica, arial;
	color: #00707c;
	font-size: 16pt;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#engage-form .actions input { display: none;}

#engage-form .actions {
	position: absolute;
	height: 30px;
	left: 15px;
	bottom: 0;
	right: 15px;
	top: auto;
}


#engage-form form p.textarea {
	position: absolute;
	top: 140px;
	bottom: 50px;
	height: auto;
	left: 15px;
	right: 15px;
	width: auto;
	margin: 0;
}

#submit-a {
	background-color: #1c6e7a;
	position: absolute;
	right: 0;
	bottom: 3px;
	text-decoration: none;
}

#submit-a:hover {
	color: #fff;
	-webkit-box-shadow: rgba(28,110,122,1) 0 0 15px;
	-moz-box-shadow: rgba(28,110,122,1) 0 0 15px;
	box-shadow: rgba(28,110,122,1) 0 0 15px;
}

#engage-address {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: helvetica, arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 8pt;
	line-height: 12pt;
	text-shadow: rgba(0,0,0,0.5) 0 -1px 0;
}

#engage-address p {
	white-space: nowrap;
}

#goal {
	font-family: "Century Gothic","Gill Sans","Gill Sans MT","GillSans","Franklin Gothic Medium", Helvetica, Arial, sans-serif;
	text-align: center;
	position: absolute;
	top: 50%;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	height: 140px;
	line-height: 46px;
	font-size: 27px;
	margin-top: -70px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: rgba(0,0,0,0.5) 2px 2px 10px;
}

#goal div.inline-link {
	display: inline;
	color: #4db1ea;
	cursor: pointer;
	text-decoration: none;
	overflow: visible;
	position: relative;
	padding: 0 3px;
}

#goal div.inline-link:hover {
	text-shadow: rgba(0,0,0,1) 2px 2px 8px;	
}

#goal div.inline-link .popup {
	text-shadow: none;
	position: absolute;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	background: #000;
	height: 280px;
	width: 400px;
	top: -119px;
	right: -414px;
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	text-transform: none;
	text-align: left;
	padding: 1px 0 ;
	-webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 10px;
	-moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 10px;
	box-shadow: rgba(0,0,0,0.5) 2px 2px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	z-index: 100;
}


#goal #developing-link .popup {
	height: 150px;
	top: -51px;
	overflow: visible;
}

#goal div.inline-link .popup p {
	margin: 10px 15px;
}

#goal div.inline-link .popup ul {
	margin: 0 0 15px 15px;
	width: 170px;
	float: left;
}
#goal div.inline-link .popup li {
	line-height: 10pt;
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	color: #ccc;
}

#goal div.inline-link .popup li strong {

	display: block;
	position: relative;
	left: -10px;
}

#goal div.inline-link strong {
	font-weight: bold;
	color: #4db1ea;
}

#goal .arrow {
	display: block;
	position: absolute;
	width: 20px;
	height: 46px;
	background: url(../images/arrow.png) no-repeat;
	top: 50%;
	margin-top: -26px;
	left: -20px;
}

#layer1, #news,#engage, #press, #core { display: none;}

#layer1 { overflow: visible;}