﻿body
{
    background: url(../Images/Common/body_bg.gif);
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    line-height: 18px;
    margin: 0px 0px 10px 0px;
}

img
{
    display: block;
}

br
{
    clear: both;
}

a
{
    color: #911702;
}

a:hover
{
    color: #cb902b;
}

a img
{
    border-width: 0px;
}

/* heading tags */
h1
{
    font-size: 14px;
    color: #cb902b;
    padding-bottom: 4px;
    margin-bottom: 4px;
}

h2
{
    font-size: 14px;
    color: #cb902b;
    padding-bottom: 4px;
    margin-bottom: 4px;
}

h3
{
    font-size: 12px;
    color: #ffffff;
    padding: 0px auto 2px auto;
    margin: 0px auto 2px auto;
}

h4
{
    font-size: 14px;
    color: #911702;
    padding-bottom: 4px;
    margin-bottom: 4px;
}

/* Level 0 Containers */
#mainFrame
{
    width: 842px;
    margin: 10px auto auto auto;
    background: inherit;
}

#headerFrame
{
    width: 800px;
    margin: auto 20px auto 20px;
    float: left;
    height: 120px;
    background: #120f0f;
}

#headerFrame #navContainer
{
    width: 313px;
    height: 30px;
    float: right;
    margin-top: 90px;
    margin-right: 1px;
    text-align: center;
    background: url(../Images/Common/nav_bg.png) no-repeat;
}

.content1Frame
{
    width: 840px;
    background: #cccccc;
    border: solid 1px #120f0f;
    height: 300px;
    float: left;
}


.content2Frame
{
    width: 800px;
    margin: auto 20px auto 20px;
    float: left;
    color: #ffffff;
    background: #120f0f;
    min-height: 400px;
    height: auto !important;
    height: 400px;
}

.content2Frame #barFade
{
    width: 100%;
    height: 30px;
    float: left;
    background: url(../Images/Common/barfade.gif);
}

.content2padded
{
    width: 760px;
    float: left;
    padding: 10px 20px 20px 20px;
    background: inherit;
}

#content2A
{
    width: 360px;
    padding-right: 20px;
    float: left;
}

#content2B
{
    width: 380px;
    float: left;
}

.previewPanel
{
    width: 380px;
    height: 180px;
    background: url(../Images/Home-Page/panel_bg.png);
}

.previewContainer
{
    width: 314px;
    height: 120px;
    float: left;
    margin: 15px 33px auto 33px;
}

.previewPanel a
{
    color: #cb902b;
}

.previewPanel a:hover
{
    color: #911702;
}

.previewPanel ul
{
    padding: 4px 0px 0px 10px;
    margin: 4px 0px 0px 10px;
}

.previewPanel li
{
    list-style-type: none;
    margin-top: 7px;
}

.previewPanel span
{
    font-size: 11px;
    font-style: italic;
    color: #cccccc;
}

.previewPanel strong
{
    font-size: 11px;
    font-weight: bold;
}

#menuItems ul
{
    padding: 4px 0px 0px 10px;
    margin: 4px 0px 0px 10px;
    font-size: 11px;
}

#menuItems li
{
    list-style-type: none;
    margin-top: 10px;
    color: #cccccc;
}

#menuItems span
{    
    font-size: 12px;
    color: #cb902b;
    font-weight: bold;
}

#menuItems strong
{
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}
/* General Frames */
.generalFrame
{
    float: left;
}

.generalFullFrame
{
    width: 100%;
    float: left;
    background: inherit;
}

/* Link Styles */
#navContainer a
{
    color: #ffffff;
    text-decoration: none;
}

#navContainer a:hover
{
    color: #ffcc33;
    text-decoration: underline;
}

#footer
{
    width: 840px;
    float: left;
    background-color: #581914;
    color: #ffffff;
    text-align: center;
    border: solid 1px #120f0f;
}

/* text alignment */
.txtCenter
{
    text-align: center;
}

/* padding */

.pad20pxall
{
    padding: 20px 20px 20px 20px;
}

.pad8pxall
{
    padding: 8px 8px 8px 8px;
}

/* Modal Popups */
.modalBackground
{
    background-color: #000000;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.modalPopup
{
    width: 700px;
    height: 400px;
    background: #120f0f;
    overflow: hidden;    
    z-index: 3000;
}

#modalBtn
{
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 8px;
}

#modalBtn a
{
    color: #ffffff;
    text-decoration: none;
}
