@font-face {
    font-family: 'proxima_novaextrabold';
    src: url('fonts/proximanova-extrabold-webfont-webfont.eot');
    src: url('fonts/proximanova-extrabold-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-extrabold-webfont-webfont.woff') format('woff'),
         url('fonts/proximanova-extrabold-webfont-webfont.ttf') format('truetype'),
         url('fonts/proximanova-extrabold-webfont-webfont.svg#proxima_novaextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'proxima_novaextrabold';
    src: url('fonts/proximanova-extrabold-webfont-webfont.svg#proxima_novaextrabold') format('svg');
  }
}

@font-face {
	font-family:			'GothamBook';
	src:					url('fonts/oz-life-book.eot');
	src:					url('fonts/oz-life-book.eot?#iefix') format('embedded-opentype'),
							url('fonts/oz-life-book.woff') format('woff'),
							url('fonts/oz-life-book.ttf') format('truetype');
	font-weight:			normal;
	font-style:				normal;
	}
@font-face {
	font-family:			'GothamBold';
	src:					url('fonts/oz-life-bold.eot');
	src:					url('fonts/oz-life-bold.eot?#iefix') format('embedded-opentype'),
							url('fonts/oz-life-bold.woff') format('woff'),
							url('fonts/oz-life-bold.ttf') format('truetype');
	font-weight:			normal;
	font-style:				normal;
	-webkit-transform:      rotate(-0.0000000001deg); /* Smoothing for Chrome */
}

body{
	text-align:center;
	margin:0px;
	padding:0px;
	background:url(images/pod9Back.png) top center no-repeat fixed;
	min-width:1040px;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight:			normal;
}
.left {
	float:					left;
}
.right {
	float:					right;
}

nav 
{
	position:fixed;
	top:-5px;
	margin: 0 auto;
	width: 100%;
	min-width:1040px;
	height:55px;
	z-index:2;
}

nav  a
{
	text-decoration:none;
	color:#669966;
}

nav #navHolder
{
	position: absolute;
	top: 19px;
	right: 50%;
	margin-right: -300px;
}

nav #home
{
	position:absolute;
	top:0px;
	right:50%;
	margin-right: 330px;
	width: 90px;
	height: 55px;
}

#navGreen
{
	position:absolute;
	width:11px;
	height:4px;
	background:url(images/greenBar.jpg) no-repeat;
	z-index:2;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#navGreen.what
{
	top:40px;
	right:50%;
	margin-right: 230px;
}

#navGreen.who
{
	top:40px;
	right:50%;
	margin-right: 125px;
}

#navGreen.how
{
	top:40px;
	right:50%;
	margin-right: 15px;
}

#navGreen.why
{
	top:40px;
	right:50%;
	margin-right: -95px;
}

#navGreen.when
{
	top:40px;
	right:50%;
	margin-right: -235px;
}

.full_width_img {
	position:relative;
	background-repeat: repeat;
	background-attachment: fixed;
	margin: 0;
	min-height: 750px;
	background-position: 50% 0px;
	overflow:hidden;
	z-index:-2;
}

.textContent
{
	position:relative;
	width:100%;
	margin:-33px 0px;
	padding:0px;
}

.textContent:first-child
{
	margin-top:320px;
}

.textContent:last-of-type
{
	margin-bottom:320px;
}

.glowTop 
{
	width:100%;
	height:33px;
	background:url(images/glow.png) repeat-x;
}

.glowBottom
{
	width:100%;
	height:33px;
	background:url(images/glowBottom.png) repeat-x;
}

.slider 
{
	position:relative;
	width:100%;
	background:#FFF;
	padding: 0px;
}

.sliderFrame 
{
	position:relative;
	width:1024px; 
	height:450px;
	margin: 0px auto;
	padding:none;
	overflow:hidden;
}

a.slidePrev 
{
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-30px;
	width:37px;
	height:60px;
	background:url(images/arrowPrev.png) no-repeat;
	z-index:2;
}

a.slideNext
{
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-30px;
	width:37px;
	height:60px;
	background:url(images/arrowNext.png) no-repeat;
	z-index:2;
}

.slides 
{
	position:absolute;
	top:0px;
	left:0px;
	height:326px;
	width:1024px;
}

.slideContent
{
	position:relative;
	float:left;
	width:856px;
	height:auto;
	margin:0 84px;
	font-family: 'proxima_novaextrabold', sans-serif;
	font-weight:800;
	letter-spacing:0px;
	font-size:19px;
	line-height:35px;
	color:#353535;
}

h1.middleBold
{
	width:660px;
	margin:0 auto;
}

h1.bigBold
{
	width:800px;
	margin:0 auto;
	font-size:48px;
	line-height:40px;
	padding-top:20px;
}

h1
{
	margin:0px 0px 15px 0px;
	padding:0px;
}

h2.subText
{
	font-family:'GothamBook', sans-serif;
	font-size:17px;
	font-weight:normal;
	line-height:normal;
	letter-spacing:normal;
	margin:0px;
	padding:0px;
	color:#8ac686;
}

.boldOrange 
{
	color:#e66c00;
}

.green
{
	color:#8ac686;
}

.adBox
{
	width:300px;
	height:250px;
	float:left;
	position:relative;
	text-align:right;
}

.adBox object
{
	display:none;
}

.slideContent p.betweenAds
{
	width:200px;
	float:left;
	margin:0 25px;
	font-size:42px;
}

.toLeft
{
	float:left;
}

#sonic 
{
	width:600px;
	margin-left:-300px;
	background:url(images/sonicHolder.jpg) top right no-repeat;
}

iframe#sonicAd
{
	position:absolute;
	top:0px;
	right:-300px;
}

#dmcBackground
{
	position:fixed;
	z-index:-1;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:#000 url(images/dmcbackground.jpg) no-repeat top center;
	display:none;
}

#ironmanBackground
{
	position:fixed;
	z-index:-1;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:#000 url(images/ironmanBack.jpg) no-repeat top center;
	background-size: cover;
	display:none;
}

#scheduleBG
{
	position:fixed;
	z-index:-1;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:#000 url(images/charts.jpg) no-repeat top center;
	background-size: cover;
	display:none;
}

#ironmanBudgetsBackground
{
	position:fixed;
	z-index:-1;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:#000 url(images/ironmanVariousBack.jpg) no-repeat top center;
	background-size: cover;
	display:none;
}

#backLoads
{
	width:5px;
	height:5px;
	position:fixed;
	top:-20px;
	left:-20px;
	overflow:hidden;
}
