@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	 background-color:#d6d6d6;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%; font-family:Arial, Helvetica, sans-serif}

body > #wrap {height: auto; min-height: 100%; }
#flashWrapper,#flashContent{ background-color:#d6d6d6;}

#main {padding-bottom: 37px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -37px; /* negative value of footer height */	clear:both;} 


h1{ font-size:20px; color:#003468; margin-bottom:5px;}
h3{font-size:13px; color:#0067b1; margin-bottom:15px;}
p{ font-size:12px; margin-bottom:10px; line-height:15px;}

a{ text-decoration:none; color:#FFF}
a:vistied{}
a:hover{ text-decoration:none; color:#333}

.wave{background:url(../images/wave.jpg) no-repeat; height:512px;}
.logo{float:left;}
.nav{width:618px; height:25px; float:right; }
.tile{ background:url(../images/nav_tile.gif) repeat-x; height:25px; width:100% position:absolute; top:0px; margin-bottom:-25px; margin-left:600px;}

#main{ margin:auto; width:960px}

#wrap{ background:url(../images/body_tile.gif) repeat-x; height:589px;}
#footer{background:url(../images/footer_bg.gif) repeat-x; height:37px; font-size:9px; color:#000; background-color:#309}
.container{width:960px; float:left;}
.clear{ clear:both; display:block;}
.nav ul{ margin-left:30px; padding-top:14px; margin-top:0px;	}
.nav li{display: inline;list-style-type: none;padding-right: 5px;font-size:9px;}
.helilogo{ position:absolute; left:170px; bottom:-15px;}


.center{ margin:auto; width:955px;}
.slogan{ padding-top:16px;}
.filters{ background:url(../images/filter_bg.jpg) no-repeat; width:221px;}
.video{ background:url(../images/video_bg.jpg) no-repeat; width:326px}
.contest{ background:url(../images/contest_bg.jpg) no-repeat; width:408px;}
.pod{ height:549px; float:left; margin-right:2px;}
.last{ margin-right:0px; }
.details{ margin:20px 10px 20px 20px; height:150px; position:relative; bottom:-350px;}

.enter{ background:url(../images/contest_btn.gif) no-repeat; width:159px; height:24px; position:absolute; left:0px; bottom:-5px;}
.launch{ background:url(../images/experience_btn.gif) no-repeat; width:159px; height:24px; position:absolute; left:0px; bottom:-5px;}
.view{ background: url(../images/filter_btn.gif) no-repeat; width:159px; height:24px; position:absolute; left:0px; bottom:-5px;}
.button{ text-indent:-9999px; display:block; margin-top:10px; cursor:pointer;}
.rightContainer{ float:right; width:475px; margin-top:80px;}
.selection{ background:url(../images/selection_bg.gif) no-repeat; width:451px; height:155px; }
.show{ background:url(../images/show_filter.gif) no-repeat;  width:118px; height:20px;  float:left;}
.life{ float:left; width:140px; padding-left:10px; padding-top:10px;}
.life p{ margin-bottom:3px;}
.learn{ background:url(../images/learn_more.jpg) no-repeat; width:92px;  height:19px; float:left;}
.sub{ float:left;}
.showall{ background:url(../images/show_all.jpg) no-repeat; width:133px; height:28px; float:left;}
.filt{ margin-left:10px; margin-top:20px;}
.rightContainer li{ font-size:12px;}
.rightContainer ul{ float:left; margin-right:50px;}


.frame{ background:url(../images/frame.png) no-repeat; width:645px; height:333px; margin:auto; margin-top:100px;}

