﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body
{
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    background-image: url(/imagesNew/mainBg.gif);
    background-repeat: repeat;
    background-color: #002854;
}

h1, h2, h3
{
    margin-top: 0;
}

h1
{
    font-size: 1.6em;
    font-weight: normal;
}

h2
{
    font-size: 1.6em;
}

h3
{
    font-size: 1em;
}

ul
{
}

a
{
    text-decoration: none;
    color: #AF9371;
}

a:hover
{
    border-bottom: none;
}

a img
{
    border: none;
}

img.left
{
    float: left;
    margin: 0 20px 0 0;
}

img.right
{
    float: right;
    margin: 0 0 0 20px;
}

#header
{
    width: 978px;
    margin: 0 auto;
    text-align: right;
    background-color: #ffffff;
}

.headerLine
{
    width: 100%;
    height: 3px;
    background-color: #D2232A;
}

/* Header */





/* Wrapper */

#wrapper
{
}

/* Page */

#page
{
    width: 958px;
    margin: 0 auto;
    padding: 5px 10px 10px 10px;
    background: #ffffff;
}

/* Content */

#content
{
    padding-left: 5px;
    float: left;
    width: 570px; /*border: 1px solid #423525;*/
}


/* Sidebars */

#sidebar1
{
    float: left; /*border: 1px solid #423525;*/ 
     z-index:99;
}

#sidebar2
{
    vertical-align: top;
    float: right; /*border: 1px solid #423525;*/
}

.sidebar1
{
    float: left;
    width: 152px;
    padding: 0;
    font-size: 12px;
}

.sidebar2
{
    float: left;
    width: 220px;
    padding: 0;
    font-size: 12px;
}

.sidebar ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar li
{
    padding: 0 0 20px 0;
}

.sidebar li ul
{
}

.sidebar li li
{
    margin: 0 20px 0 15px;
    padding: 8px 0px;
    border-bottom: 1px #423525 dashed;
}


.sidebar li h2
{
    margin: 0 0 0 0;
    padding: 10px 15px;
    background: #000000;
    font-size: 13px;
    color: #AF9371;
}

.sidebar a
{
    color: #FFFFFF;
}



/* Search */




/* Footer */

#footer
{
    width: 978px;
    height: 69px;
    margin: 0 auto;
    background: #ffffff;
    border-top: 1px solid #423525;
}

#footer p
{
    margin: 0;
    padding: 15px 0 0 0;
    text-align: center;
    font-size: smaller;
    color: #000000;
}

#footer a
{
    color: #000000;
}


.footerLeft
{
    width: 917px;
    float: left;
    height: 100%;
  
}
.footerLeft a
{
 margin-left:20px;
}

.footerLogo
{
    float: left;
}


.footerLine
{ margin-top:-6px;
    float: left;

    width: 917px;
    height: 3px;
    background-color: #D2232A;
}


