@font-face {
    font-family: 'OswaldLight';
    src: url('../font/oswald-light-webfont.eot');
    src: url('../font/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/oswald-light-webfont.woff') format('woff'),
    url('../font/oswald-light-webfont.ttf') format('truetype'),
    url('../font/oswald-light-webfont.svg#OswaldLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

body { font-family: Arial; color:#fff; background-color:#000; margin:0; padding:0; min-width:320px; width:100%; }
div.top {  background: #010e1f url('../image/bg.jpg') top center no-repeat; width:100%; }
h1 { color:#009adc; font-family:'OswaldLight'; font-size:20px; font-weight:normal; text-transform:uppercase; }
a { color:#009adc; }
header { width:100%; }
footer { color:#fff; text-align:center; padding-top:10px; padding-bottom:10px; border-top:1px solid #333; width:100%; }
footer a { color:#fff; font-size:12px; color:#aaa; }

.home header { text-align:center;  }
.home header a { background:url('../image/logo.png') no-repeat; background-size:100%; width:228px; height:73px; display:inline-block; }
.home header a span { display:none; }
.home nav { text-align:center; width:300px; margin:0 auto; overflow:auto; padding-bottom:15px; }

.internal header { text-align:center; height:83px; margin:0;  }
.internal header a.back { background:url('../image/main-page-button-bg.png') no-repeat; background-size:100%; width:73px; height:24px; display:inline-block; float:left; margin-left:0; color:#fff; text-decoration:none; font-size:12px; margin-top:23px; padding:9px 10px; }
.internal header a.logo { background:url('../image/logo.png') center center no-repeat; background-size:95%; width:217px; height:60px; display:inline-block; float:right; margin-right:0; margin-top:10px; }
.internal header a span { display:none; }
.internal footer { position:relative; }

div.content { border-top: 2px solid #d7d7d7; background:url('../image/content-bg.png') repeat-x; overflow:auto; padding:15px; font-size:12px; line-height:18px; color:#eee; }
div.centered { text-align:center; }

.promo-video { border: 5px solid #fff; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius: 5px; margin:25px 0;  }

.call-to-action {
    font-size:14px;
    display:inline-block;
    color:#fff;
    text-decoration:none;
    padding:8px 20px;
    border-radius:4px;
    -webkit-border-radius:4px;
    background-image: linear-gradient(bottom, rgb(45,103,16) 16%, rgb(131,196,68) 83%);
    background-image: -o-linear-gradient(bottom, rgb(45,103,16) 16%, rgb(131,196,68) 83%);
    background-image: -moz-linear-gradient(bottom, rgb(45,103,16) 16%, rgb(131,196,68) 83%);
    background-image: -webkit-linear-gradient(bottom, rgb(45,103,16) 16%, rgb(131,196,68) 83%);
    background-image: -ms-linear-gradient(bottom, rgb(45,103,16) 16%, rgb(131,196,68) 83%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2d6710', endColorstr='#83c444');
    height: 1%;
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.16, rgb(45,103,16)),
            color-stop(0.83, rgb(131,196,68))
        );
}

.call-to-action.alternate {
	margin-left:7px;
	border-radius:4px; 
	-webkit-border-radius:4px;
	background-image: linear-gradient(bottom, rgb(127,5,29) 6%, rgb(177,13,40) 53%);
	background-image: -o-linear-gradient(bottom, rgb(127,5,29) 6%, rgb(177,13,40) 53%);
	background-image: -moz-linear-gradient(bottom, rgb(127,5,29) 6%, rgb(177,13,40) 53%);
	background-image: -webkit-linear-gradient(bottom, rgb(127,5,29) 6%, rgb(177,13,40) 53%);
	background-image: -ms-linear-gradient(bottom, rgb(127,5,29) 6%, rgb(177,13,40) 53%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7F051D', endColorstr='#B10D28');
	height: 1%;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.06, rgb(127,5,29)),
		color-stop(0.53, rgb(177,13,40))
	);
}

ul.intro { list-style-type:none; margin:0; padding:0; }
ul.intro li { display:inline; }
ul.intro a { width:130px; height:80px; background-color:rgba(11, 24, 43, 0.6); display:inline-block; text-align:center; color:#0095dc; text-align:center; font-size:13px; text-decoration:none; border-radius:5px; -webkit-border-radius:5px; margin:5px; }
ul.intro a span { margin-top:50px; display:inline-block;  }
a.learn-more { background:url('../image/icon-learn-more.png') center 22px no-repeat; }
a.watch-video { background:url('../image/icon-watch-video.png') center 22px no-repeat; }
a.make-money { background:url('../image/icon-make-money.png') center 26px no-repeat; }
a.state-laws { background:url('../image/icon-state-laws.png') center 22px no-repeat; }
a.testimonials { background:url('../image/icon-testimonials.png') center 27px no-repeat; }
a.contact { background:url('../image/icon-contact.png') center 22px no-repeat; }

@media all and (orientation: landscape) {
    body { min-width:480px; }
    .home header { height:auto; }
    .home header a { width: 137px; height:45px; }
    .home nav { width:460px; }
}