﻿/* Default Stylesheet */
@font-face
{
    font-family: listFont;
    src: url("../fonts/FRADM.TTF"), url("../fonts/FRADM.EOT"); /* IE9 */
    src: url("../fonts/FRADM.eot"), url("../fonts/FRADM.EOT"); /* IE9 */
}
@font-face
{
    font-family: tagFont;
    src: url("../fonts/FRAHV.TTF"), url("../fonts/FRAHV.EOT"); /* IE9 */
    src: url("../fonts/FRAHV.eot"), url("../fonts/FRAHV.EOT"); /* IE9 */
}
/** BODY ELEMENTS **/
body
{
    padding: 0 5%;
    font-size: .85em;
    text-align: center;
    background-color: #2b2b2b;
    color: #eee;
    font-family: "Franklin Gothic Book" , Arial , Helvetica , sans-serif;
}
strong
{
    color: #972b2b;
}
sup
{
    font-size: 0.30em;
}

a
{
    color: #eee;
    text-decoration: none;
    border-bottom: 1px dotted;
}
a:hover
{
    border-bottom: 1px solid;
    color: #cda44a;
}


/** MAIN CONTAINERS **/
div#container
{
    width: 900px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}
body.fullwidth div#container
{
    width: 100%;
}
div#header
{
    position: relative;
}
div#header-in
{
}
div#content-wrap
{
    height: 490px;
}
div.content
{
    position: relative;
}
div.lcol div.content
{
    margin: 0 0 0 0px;
}
/* left column */
div.content-in
{
    text-align: center;
}
div#footer
{
    position: relative;
}
div#footer-in
{
}
div#rhino
{
    position: absolute;
    top: 10px;
    left: 0;
    width: 660px;
    height: 400px;
}
div#list
{
    position: absolute;
    top: 0px;
    left: 560px;
    width: 337px;
    text-align: left;
    height: 200px;
}
div#logo
{
    position: absolute;
    top: 270px;
    left: 660px;
    width: 240px;
    height: 140px;
}
.listItem
{
    font-family: "listFont" , "Franklin Gothic Demi" , "Franklin Gothic Book" , "Arial" , "Helvetica" , sans-serif;
    font-size: 14px;
    letter-spacing: 2pt;
    vertical-align: super;
}
div#tag
{
    position: absolute;
    top: 445px;
    left: 0;
    width: 900px;
    text-align: center;
    font-size: 1.80em;
    color: #eee;
    font-family: "tagFont" , "Franklin Gothic Heavy" , "Franklin Gothic Book" , "Arial" , "Helvetica" , sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.introtext
{
    text-align: justify;
    margin: 10px 20px 0px 20px;
}
.hide
{
    display: none;
}
.inline
{
    display: inline;
}
.block
{
    display: block;
}
.nfloat
{
    float: none;
}
.lfloat
{
    float: left;
}
.rfloat
{
    float: right;
}
.clear
{
    clear: both;
}
.lclear
{
    clear: left;
}
.rclear
{
    clear: right;
}
