@charset "UTF-8";

@font-face {
    font-family: Folio;
    src: url('../fonts/folio-extbol-webfont.eot');
    src: url('../fonts/folio-extbol-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/folio-extbol-webfont.woff') format('woff'),
         url('../fonts/folio-extbol-webfont.ttf') format('truetype'),
         url('../fonts/folio-extbol-webfont.svg#FolioXBdBTExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;

}

* {
    margin:0;
    padding:0;
}

body {
    font-family:Arial,sans-serif;
    font-size: 12px;
    color: #404040;
    line-height: 1.5;
}

a {
    color: #c50a2d;
    text-decoration: none;
    cursor: pointer;
}

a:hover { text-decoration: none; color: #404040; }

p {
    margin-bottom: 6px;
}

h1, h2, h3, h4, h5, h6 {
    font-family:"Folio", Arial,sans-serif;
    font-weight: bold;
    padding-bottom: 10px;
    text-transform: uppercase;
    line-height: 1.1;
}

h1, h2, h3 {
    text-shadow: 0 1px 4px #333;
}

h1.red, h2.red, h3.red {
    text-shadow: 0 1px 2px #333;
}

h1 { font-size: 36px; }
h2 { font-size: 28px; color: #fff; padding-bottom: 26px; }
h3 { font-size: 20px; color: #fff; }
h4 { font-size: 14px; padding-bottom: 3px; color: #fff; }
h5 { font-size: 14px; padding-bottom: 3px; }
h6 { font-size: 14px; padding-bottom: 3px; }

hr, .hr {
    background: url('../img/elements/hr.gif') center center no-repeat;
    height: 0px;
    overflow: hidden;
    border-color: #fff;
    border: 0px;
    border: none;
    width: 100%;
    margin: 0;
    height: 80px;
    outline: none;
}

table td, table th { vertical-align: top; }

table.table {
}

table.table th, table.table td { 
    text-align: left; 
    padding: 7px 0 5px 0;
    border-top-width: 1px;
}

table.table th { width: 150px; }

/******* Editor ********/

.sw_ckeditor {
    padding: 8px;
}

/******** LINKS *********/

.grey { color: #898988 !important; }

.red { color: #c50a2d !important; }

.light { color: #888 !important;}

.underline { text-decoration: underline; }
.underline:hover { text-decoration: none; }