/*  Some orignal elements provided by http://arcsin.se */
*
{
    margin: 0;
    padding: 0;
}

html
{
    height: 100%;
}

body
{
    background: #404040 url(   'img/body.jpg' );
    font: normal 13px Verdana,sans-serif;
    color: #345;
    padding-bottom: 1em;
}

a
{
    color: #06A;
}
a:hover
{
    color: #036;
}

p
{
    padding: 0.1em 0 0.8em;
}

h1
{
    font: normal 1.8em Georgia,Tahoma,sans-serif;
}
h2
{
    font: normal 1.5em Georgia,sans-serif;
}
h3
{
    font: bold 1em Tahoma,sans-serif;
}

ul, ol
{
    margin: 0 0 1em 1.6em;
}
ul ul, ol ol
{
    margin: 0.3em 0 0.3em 1em;
}

img
{
    border: none;
}
img.left
{
    margin-right: 1em;
}
img.right
{
    margin-left: 1em;
}

small, .small
{
    font-size: 0.8em;
}
big, .big
{
    font-size: 1.2em;
}


/* ----------------------------------------
   Layout
------------------------------------------- */

/* Main */
#layout_wrapper
{
    margin: 40px auto 0;
    width: 902px;
}
#layout_container
{
    background: #FFF;
    padding: 0 5px;
}
#layout_edgetop, #layout_edgebottom
{
    background: url(  'img/layout_edges.gif' ) no-repeat left top;
    display: block;
    height: 10px;
    width: 910px;
    font-size: 0;
    line-height: 0;
}
#layout_edgebottom
{
    background-position: left bottom;
}

/* Site Title */
#site_title
{
    background: #C5DEF0 url(      'img/site_banner_900.jpg' );
    padding: 10px 14px;
    height: 100px;
    width: 864px;
}
#site_title h1
{
    font: normal 2.4em sans-serif;
    letter-spacing: -1px;
}
#site_title h1, #site_title h1 a
{
    color: #507A9A;
}
#site_title h1 a
{
    text-decoration: none;
}
#site_title h1 a:hover
{
    color: #305A7A;
}
#site_title h2
{
    padding-top: 1.4em;
    font: normal 1.1em sans-serif;
    color: #679;
}

/* Navigation */
#navigation
{
    background-color: #739CBA;
    padding: 8px 10px 0;
}

/* Tabs */
#tabs ul
{
    margin: 0;
    padding: 0;
}
#tabs li
{
    display: inline;
    list-style: none;
}
#tabs a
{
    background: url(      "img/tableftC.gif" ) no-repeat left top;
    float: left;
    font: bold 0.9em sans-serif;
    margin-right: 3px;
    padding-left: 4px;
    text-decoration: none;
    cursor: hand;
}
#tabs a span
{
    float: left;
    display: block;
    background: url(      "img/tabrightC.gif" ) no-repeat right top;
    padding: 5px 10px 5px 6px;
    color: #608AAA;
}

#tabs a:hover span
{
    color: #608AAA;
}
#tabs a:hover
{
    background-position: 0% -42px;
}
#tabs a:hover span
{
    background-position: 100% -42px;
}

#tabs li.tab_bleed a
{
    color: #47A;
    background-position: 0% -42px;
}
#tabs li.tab_bleed a span
{
    background-position: 100% -42px;
}

/* Main Layout */
#main_left
{
    width: 872px;
    padding: 10px;
}

/* Footer */
#footer
{
    background: #A3B5C1 url(      'img/footer.png' ) no-repeat left top;
    padding: 8px 12px 2px;
    font-size: 0.85em;
    color: #FAFCFF;
}
#footer .right
{
    color: #C8DBE8;
}
#footer .right a
{
    color: #D3E5F1;
    text-decoration: none;
}
#footer .right a:hover
{
    color: #FFE;
    text-decoration: underline;
}


/* ----------------------------------------
   Miscellaneous
------------------------------------------- */

/* Text */
.bold
{
    font-weight: bold;
}
.tright
{
    text-align: right;
}
.tcenter
{
    text-align: center;
}
.tright
{
    text-align: right;
}

/* Floats */
.left
{
    float: left;
}
.right
{
    float: right;
}

/* Clear */
.clear, .clearer
{
    clear: both;
}
.clearer, .spacer
{
    display: block;
    font-size: 0;
    line-height: 0;
}

