* { margin: 0; padding: 0; }

body 
{ 
    background-color: #FFFFFF;
    background: url("../images/bg-main.jpg") repeat-x scroll 0 0 #E5E5E5;
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 16px;
    text-align: left;
    padding-top: 10px;
}
td { vertical-align: top; }
p, td p { font-size: 12px; line-height: 13pt; text-align: justify; }
h1 
{
    font-size: 23px;
    line-height: 105%;
    margin: 0 0 7px;
    text-transform: uppercase;
}
h3 
{
    color: #A00000;
    font-size: 18px;
    line-height: 110%;
    margin: 17px 0 0;
}
h3 a { text-decoration: none; }
h4 
{
    font-size: 14px;
    font-weight: normal;
    line-height: 110%;
    margin: 10px 0 5px;
    text-transform: uppercase;
}
img { border: medium none; }

div#myslidemenu a
{ 
    background-color: #700500; 
    color: #FFFFFF; 
    font-size: 12px; 
    line-height: 15px; 
    font-weight: 700;
    text-align: center;
}
div#myslidemenu li li a { text-align: left; }
div#myslidemenu li a:hover{ color: #ff6900; }




#wrapper 
{
    margin: 0 auto;
    padding: 0;
    width: 1210px;
}
#content-bg-repeat 
{
    background: url("../images/big/bg-content-repeat.jpg") repeat-y scroll center center transparent;
    width: 1210px;
}
#content-container 
{background:url("../images/big/bg-content-container.jpg") no-repeat top center; height:auto; min-height:470px;
    padding: 25px 35px;
}
#pageTitle {
    color: #333333;
}

#content-container-btm 
{
    background: url("../images/big/bg-content-container-bottom.jpg"); 
    display: block; 
    width: 1210px; 
    height: 30px; 
    clear: both;
}

#footer 
{
    border-top: 1px solid #919396;
    margin: 15px 0;
    padding: 5px 0 15px;
    font-size: 0.9em;
    height: 80px;
    width: 1210px;
}
#copyright 
{
    float: left;
    margin-right: 20px;
    padding-left: 24px;
    width: 390px;
}
#copyright p 
{
    color: #999999;
    float: left;
    margin-left: 5px;
    width: 345px;
}
#socialmedia p 
{
    color: #999999;
    float: right;
    margin-right: 5px;
    width: 75px;
}
