﻿body 
{
    margin:0px;
    padding:0px;
    font-family:Arial, Sans-Serif;
    font-size:13px;
    background:url(/images/citybg.jpg) 50% 0px no-repeat #1b1315;
}

.fullWidth
{
    width:100%;
}

.middleAlign
{
    width:800px;
    margin-left:auto;
    margin-right:auto;
}

.menuStaticItem
{
    font-size:11px;
    color:#ffffff;
    font-weight:bold;
    margin-top:6px;
    padding-bottom:10px;
    height:24px;
    border-bottom:1px solid #f76518;
    width:75px;
    
}

.t
{
    background:url(images/t_border.gif) 0 0 repeat-x;
}

.l
{
    background:url(images/l_border.gif) 0 0 repeat-y;
}

.r
{
    background:url(images/r_border.gif) 100% 0 repeat-y;
}

.b
{
    background:url(images/b_border.gif) 0 100% repeat-x;
}

.tl
{
    background:url(images/tl_corner.gif) 0 0 no-repeat;
}

.tr
{
    background:url(images/tr_corner.gif) 100% 0 no-repeat;
}

.br
{
    background:url(images/br_corner.gif) 100% 100% no-repeat;
}

.bl
{
    background:url(images/bl_corner.gif) 0 100% no-repeat;
}

.menuStaticItemSelected
{
    border-bottom:1px solid #503a3d;
}

.menuDynamic
{
    border-top:1px solid #503a3d;
}

.menuDynamicItem
{
    width:175px;
    padding:1px 5px 1px 5px;
    background:#271c1e;
    color:#ffffff;
    border-top:1px solid #2d2023;
    border-bottom:1px solid #0e0a0b;
    font-size:12px;
}

.menuDynamicHover
{
    /*background:#1b1315;*/
    background:#8b3d17;
}

#leftColumn
{
    font-size:12px;
}

#footer
{
    text-align:center;
    font-size:11px;
    color:#8b3d17;
    width:100%;
    padding-top:20px;
    margin-bottom:20px;
}

#footer table
{
    text-align:left;
    margin:0px auto 50px auto;
}

#footer table tr td
{
    width:120px;
    vertical-align:top;
    padding:0px 0px 10px 0px;
}

#footer table tr td .orange a:link
{
    color:#f76518;
    text-decoration:none;
}

#footer table tr td .orange a:visited
{
    color:#f76518;
    text-decoration:none;
}

#footer table tr td .orange a:hover
{
    color:#f76518;
    text-decoration:underline;
}

#footer table tr td .orange a:active
{
    color:#f76518;
    text-decoration:none;
}

#footer table tr td .white a:link
{
    color:#ffffff;
    text-decoration:none;
}

#footer table tr td .white a:visited
{
    color:#ffffff;
    text-decoration:none;
}

#footer table tr td .white a:hover
{
    color:#ffffff;
    text-decoration:underline;
}

#footer table tr td .white a:active
{
    color:#ffffff;
    text-decoration:none;
}

#footer table tr td .orangebdr
{
    border-left:1px solid #f76518;
}

.frontPage
{
    margin-top:30px;
    margin-left:450px;
    width:200px;
    height:215px;
    color:#e0e0e0;
}

#frontpage h1
{
    font-size:16px;
    font-weight:normal;
    color:#ffffff;
    border-bottom:1px solid #ffffff;
    width:250px;
}

h2
{
    border-bottom:1px solid #96898b;
    font-size:15px;
    padding-bottom:5px;
    font-weight:normal;
}

.tableBottom
{
    padding:1px 10px 10px 10px;
    font-size:12px;
    text-align:left;
    vertical-align:top;
    height:200px;
}

.header
{
    color:#f76a1c;
    /*color:#f99d41;*/
    border-bottom:2px solid #96898b;
    font-size:18px;
    padding-bottom:5px;
    font-weight:normal;
}

#content a:link
{
    text-decoration:none;
    color:#f76518;
}

#content a:visited
{
    text-decoration:none;
    color:#f76518;
}

#content a:hover
{
    text-decoration:none;
    color:#886368;
    /*color:#176fbf;*/
}

#content a:active
{
    text-decoration:none;
    color:#f76518;
}

