
/* Defaults */
html {
    background: #000;
}

body
{
    background: url("../common/images/background.723fb8f982a4.jpg") top center no-repeat #000;
    background-size: cover;
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #000;
    min-height: 950px;
}

a
{
    color: #FF0033;
    text-decoration: none;
    outline: none;
}

a:hover
{
    text-decoration: underline;
}

a.generic-button
{
    display: block;
    font-size: 16px;
    padding: 10px 15px;
    margin: 10px 0px;
    background: #333;
    color: white;
}

a.generic-button:hover,
a.generic-button:focus
{
    background: #666;
    text-decoration: none;
}

p
{
    font-size: 14px;
    line-height: 165%;
}

hr
{
    border-top: 1px solid #666;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
}


/* List Styles */

li
{
    font-size: 14px;
    margin: 5px 0px;
}

/* Headings */
h1
{
    font: bold 26px 'Arial', Helvetica, sans-serif;
    color: #000;
}

h2
{
    font: normal 18px 'Arial', Times, serif;
    color: #999999;
}

h3
{
    font: bold 14px 'Arial', Helvetica, sans-serif;
    color: #999999;
}


/* Structure */

div#pagewrap
{
    width: auto;
    max-width: 935px;
    margin: 0 auto;
    box-shadow: 0 0 15px 0px #000;
    background: white;
}


/* Clearfix */

.clearfix:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix
{
    display: inline-block;
}
.clearfix
{
    display: block;
    zoom: 1;
}


/* Generic Styles */
section#content,
footer
{
    background: #fff;
}

section#content h1
{
    margin: 20px 0 15px 40px;
}

section#content article
{
    padding: 0px 40px 20px 40px;
}

section#content article h1
{
    margin: 20px 0 15px 0;
}

footer
{
    padding: 20px 40px;
}

header#header,
header#header hgroup,
footer
{
    margin: 0px;
}

span.highlight
{
    color: #FF0033;
}


/* Header */
header#header
{
    background: url("../common/images/header.92933fae87aa.png") no-repeat;
    position: relative;
}

header#header hgroup
{
    height: 175px;
    padding: 20px 20px 0px 40px;
}

header#header hgroup h1
{
    font-size: 24px;
    text-transform: uppercase;
    color: white;
    margin-top: 66px;
    margin-bottom: 9px;
}

header#header hgroup h1 a
{
    color: white;
}

header#header hgroup h1 a:hover,
header#header hgroup h1 a:focus
{
    text-decoration: none;
}

header#header hgroup h2
{
    color: white;
    margin-top: 0px;
}


/* Contact */
header#header hgroup h3#tagline
{
    float: right;
    margin-top: 25px;
    margin-right: 200px;
    font-weight: normal;
    color: #000000;
    line-height: 160%;
}


/* Main navigation */

nav
{
    position: absolute;
    bottom: 15px;
}

ul#main-nav
{
    margin: 0;
}

ul#main-nav li
{
    list-style: none;
    float: left;
    margin-right: 5px;
    font-size: 12px;
    position: relative;
}

ul#main-nav li ul
{
    position: absolute;
    display: none;
    z-index: 100;
    top: 19px;
    padding-left: 0;
    background: #EEEEEE;
    box-shadow: 0px 0px 5px #666666;
    -moz-box-shadow: 0px 0px 5px #666666;
    -webkit-box-shadow: 0px 0px 5px #666666;
}

ul#main-nav li ul li
{
    float: none;
    margin: 0px;
}

ul#main-nav li ul li a
{
    display: block;
    border-left: 15px solid #EEEEEE;
}

ul#main-nav li:hover ul
{
    display: block;
}

ul#main-nav li:first-child
{
    margin-left: 0px;
}

ul#main-nav a
{
    text-decoration: none;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #000;
    border-left: 15px solid #fff;
}

ul#main-nav a:hover,
ul#main-nav a.selected
{
    color: #fff;
    background: #000;
    border-left: 15px solid #FF0033;
}

/* Content */

article#contact-page
{
    width: 35%;
}

/* Sidebar */

aside#sidebar
{
    float: left;
    width: 30%;
    margin: 20px 10px 20px 0px;
}


div#carousel
{
    position: relative;
    right: 32px;
    width: 1000px;
    margin-bottom: 20px;
}

section#content
{
    width: 100%;
    padding-top: 40px;
    max-width: 935px;
}

article
{
    float: left;
    width: 60%;
}

p.intro
{
    font-size: 18px;
    line-height: 160%;
}

a.action-button
{
    display: block;
    background: black;
    color: white;
    border-right: 25px solid #FF0033;
    display: block;
    padding: 15px;
    font-size: 16px;
    line-height: 140%;
}

a.action-button:hover,
a.action-button:focus
{
    text-decoration: none;
    opacity: 0.8;
}


/* Footer */
footer
{
    clear: both;
    height: 145px;
    background: #eeeeee;
}

footer a
{
    color: #fff;
}

footer h3
{
    text-transform: uppercase;
    color: #000;
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 0;
}

footer h3 span a
{
    text-transform: none;
    color: #FF0033;
}

footer p
{
    margin-top: 0;
    font-size: 12px;
}

footer div#latest-articles
{
    width: 42%;
    float: left;
}

footer div#latest-articles article
{
    width: 100%;
}

footer div#latest-articles article h3
{
    margin-bottom: 10px;
}

footer div#latest-articles article img
{
    float: left;
    margin-right: 10px;
}

footer div#latest-articles article a:hover
{
    opacity: 0.8;
}

footer div.sponsor
{
    width: 24%;
    float: left;
    padding: 0 2%;
}

footer div.sponsor img
{
    margin-top: 20px;
}

footer div.sponsor img:hover
{
    opacity: 0.7;
}

footer#credit
{
    height: auto;
    background: none;
    margin: 0px auto;
    color: #fff;
    max-width: 935px;
    padding: 40px 0px;
    text-align: center;
}

