/* FONTS */

@font-face {
font-family: 'FuturaMedium';
src: url('../fonts/FuturaMediumBT.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'FuturaMediumItalic';
src: url('../fonts/FuturaMediumItalicBT.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'FuturaBook';
src: url('../fonts/FuturaBookBT.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'FuturaBookItalic';
src: url('../fonts/FuturaBookItalicBT.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

/*@font-face {
font-family: 'FuturaBold';
src: url('../fonts/FuturaBoldBT.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
background: transparent;
border: 0;
margin: 0;
padding: 0;
vertical-align: baseline;
}

body {
background-color:#666;
color:#FFF;
font-family:'FuturaBook', helvetica, arial, serif;
font-size:13px;
line-height: 1;
min-width:1000px; /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
}

h1, h2, h3, h4, h5, h6 {
clear: both;
font-weight: normal;
}
ol, ul {
list-style: none;
}
blockquote {
quotes: none;
}
blockquote:before, blockquote:after {
content: '';
content: none;
}
del {
text-decoration: line-through;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
hr {
background: none;
border-style:none;
border-bottom: 2px solid #666;
clear: both;
float: left;
height: 0;
margin: 0 0 10px;
width: 100%;
}
hr.white {
border-bottom: 2px dashed #FFFFFF;
}
a img {
border: none;
}
a {
color:#AAA;
text-decoration:none;
}
a:hover {
color:#999;
}
a:focus {
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
text-decoration:none;
}

a:focus, applet:focus,  {
outline: none;
-moz-outline-style: none; 
}

em {
font-family:'FuturaBookItalic';
font-style:normal;
}

strong {
color: #000;
font-family: 'FuturaMedium';
font-weight: normal;
}

p {
line-height:1.75em;
margin:0 0 10px;
text-align:justify;
}

h1 {
color: #FFF;
font-family:'FuturaMedium';
font-size:50px;
letter-spacing:1px;
line-height: 1.25em;
margin:0 0 10px;
text-transform:uppercase;
}

h2 {
font-family:'FuturaBook';
font-size:13px;
letter-spacing: 1px;
margin:0 0 15px;
text-transform:uppercase;
}

input, textarea {
border: 0 none;
color: #333;
padding: 5px;
font-family: inherit;
margin: 0 0 10px;
font-size: inherit;
}

label {
float: left;
line-height: 1.5em;
width: 50px;
}

label.captcha {
float: left;
margin: 0 10px 0 0;
}

.indicate-required {
display: inline-block;
margin: 10px 0 20px;
}

.note-required {
color: #FFF;
}

.btn {
background: #A7E300;
background: -webkit-gradient(linear, left top, left bottom, from(#A7E300), to(#99D100));
background: -moz-linear-gradient(top,  #A7E300,  #99D100);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A7E300', endColorstr='#99D100');
border: 1px solid #87b800;cursor: pointer;
text-shadow: rgba(0,0,0,.1) 0 -1px 0;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
color: #FFF;
cursor: pointer;
display: block;
font-family: 'FuturaMedium';
font-size: 10px;
letter-spacing:1px;
line-height: 13px;
float: left;
padding: 8px 10px;
text-transform: uppercase;
}

.btn:hover {
background: #b2eb14;
background: -webkit-gradient(linear, left top, left bottom, from(#b2eb14), to(#a4da14));
background: -moz-linear-gradient(top,  #b2eb14,  #a4da14);
color:#FFF;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2eb14', endColorstr='#a4da14');
}

/* supersized */
#supersized-loader { position:absolute; top:50%; left:50%; z-index:10; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background-color:#111; background:rgba(0,0,0,0.8) url(../img/progress.gif) no-repeat center center; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
#supersized { position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img{ height:auto; width:auto; position:relative; outline:none; border:none; -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }

/* structure */

#wrap {
margin: 0 auto;
width: 960px;
}

#content {
margin: 50px 0 50px;
}

.block {
background-color:rgba(0, 0, 0, 0.6);
display: block;
float: left;
margin: 0 10px;
padding: 20px;
width: 290px;
}

h1#primary {
margin: 0 10px 50px;
text-shadow: -1px 1px 5px black;
}

ul#nav li {
margin: 0 0 10px;
}

#mailing_list_form {
background-color:rgba(0, 0, 0, 0.5);
display: block;
float:left;
margin: 0 10px;
padding: 20px;
width: 200px;
}

/* facebox */

#facebox {
position: absolute;
top: 0;
left: 0;
z-index: 100;
text-align: left;
}

#facebox .popup{
position:relative;
border:3px solid rgba(0,0,0,0);
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
-webkit-box-shadow:0 0 18px rgba(0,0,0,0.4);
-moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
box-shadow:0 0 18px rgba(0,0,0,0.4);
}

#facebox .content {
display:table;
width: 500px;
padding: 30px;
background: #fff;
color: #111;
}

#facebox .content > p:first-child{
margin-top:0;
}
#facebox .content > p:last-child{
margin-bottom:0;
}

#facebox .content a {
color: #FF0000;
}

#facebox .content a:hover {
color: #AAA;
}

#facebox .close{
position:absolute;
top:5px;
right:5px;
padding:2px;
background:#fff;
}

#facebox .close img{
opacity:0.3;
}

#facebox .close:hover img{
opacity:1.0;
}

#facebox .loading {
text-align: center;
}

#facebox .image {
text-align: center;
}

#facebox img {
border: 0;
margin: 0;
}

#facebox_overlay {
position: fixed;
top: 0px;
left: 0px;
height:100%;
width:100%;
}

#facebox h2 {
color: #111;
font-family:'FuturaMedium';
font-size:20px;
letter-spacing:1px;
line-height: 1.25em;
margin:0 0 15px;
text-transform:uppercase;
}

.facebox_hide {
z-index:-100;
}

.facebox_overlayBG {
background-color: #000;
z-index: 99;
}