
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*  TLD Styles  */



@font-face {
    font-family: 'AntennaExtraLight'; /* Names need to be less than 32 characters to work in IE */
    src: url(fonts/extra-light.eot); /* IE */
    src: local(☺), /* non-IE */
    url(fonts/extra-light.woff) format("woff"),
    url(fonts/extra-light.ttf) format("truetype"),
    url(fonts/extra-light.svg#web) format("svg");
}

@font-face {
    font-family: 'AntennaLight'; /* Names need to be less than 32 characters to work in IE */
    src: url(fonts/light.eot); /* IE */
    src: local(☺), /* non-IE */
    url(fonts/light.woff) format("woff"),
    url(fonts/light.ttf) format("truetype"),
    url(fonts/light.svg#web) format("svg");
}

@font-face {
    font-family: 'AntennaRE';
    src: url(fonts/regular.eot); /* IE */
    src: local(☺), /* non-IE */
    url(fonts/regular.woff) format("woff"),
    url(fonts/regular.ttf) format("truetype"),
    url(fonts/regular.svg#webfont3RmT6iw4) format("svg");
}


body {
    font-family: "AntennaLight", "AntennaRE", "Antenna", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    color: #333333;
    background: #FAFAFA;
    -webkit-font-smoothing: antialiased;
    max-width: 1440px;
    margin: 0 auto;
    border-left: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
}
h1{
    line-height: 1;
    margin-bottom: 30px;
    font-family: "AntennaExtraLight", "AntennaLight", "AntennaRE", "Antenna", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 48px;
}
h3{
    line-height: 1;
    margin-bottom: 25px;
    font-family: "AntennaExtraLight", "AntennaLight", "AntennaRE", "Antenna", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 36px;
}

a, a:link, a:active, a:visited{
    font-family: "AntennaLight", "AntennaRE", "Antenna", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-decoration: none;
    color: #2d96CD;;
}

.container{
    margin: 0px auto;
    padding: 0px 30px;
    width: 95%;;
}


#page-wrapper {
    background: #fff;
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
#page-wrapper:before, #page-wrapper:after {
    content: " ";
    display: table;
}
#page-wrapper:after {
    clear: both;
}

#header{
    width: 100%;
    height: 104px;
    border-bottom: 1px solid #dbdbdb;
}

#header img#logo{
    width: 90px;
    margin-top: 30px;
}


#banner{
    width: 100%;
    height: 270px;
    border-bottom: 1px solid #dbdbdb;
}
#banner .container{
    width: 650px;
    text-align: center;
    padding-top: 45px;
}

#content{
    border-bottom: 1px solid #dbdbdb;
    width: 100%;
    height: 570px;
    margin-bottom: 74px;
}


#content .container > div{
    width: 48%;
    padding-top: 65px;
}

#content .container  p{
    margin-bottom: 15px;
}

#info > p:nth-child(2){
    width: 410px;
}

#info > p:nth-child(4){
    width: 470px;
    margin-bottom: 36px;
}

#info > p:nth-child(5){
    width: 480px;
}

#content .container #info{
    float: left;
}

#content .container #info h3:nth-child(3){
    margin-top: 60px;
    margin-bottom: 30px;
}

#content .container #links{
    float: right;
}
#content .container #links li{
    margin-bottom: 50px;
}

#content .container #links li a{
    font-size: 20px;
    font-weight: bold;
    font-family: "AntennaExtraLight","AntennaLight", "AntennaRE", "Antenna", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#footer{
    background-color: #242424;
    display: block;
    clear: both;
    width: 100%;
    height: 306px;
}
#footer .primary-links{
    width: 100%;
    clear: both;
}
#footer .primary-links li{
    float: left;
    width: 14%;
    height: 76px;
    border-bottom: 2px solid #363636;
    padding-top: 55px;
    margin-right: 20px;
}
#footer .primary-links li a{
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    font-family: "AntennaExtraLight", "AntennaLight", "AntennaRE", "Antenna", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


#footer .secondary-links{
    width: 100%;
    clear: both;
    padding-top: 34px;
    /*padding-left: 48px;*/
}

#footer .secondary-links li{
    float: left;
    margin-right: 28px;
}
#footer .secondary-links li a{
    color: #9b9b9b;
    font-size: 12px;
}




