/* Html Elements */

h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #497bac; }

h1 { font-size: 32px; }

h2 { font-size: 28px; }

h3 { font-size: 18px; }

h4 { font-size: 20px; }

h5 { font-size: 16px; }

h6 { font-size: 13px; text-transform: uppercase; margin: 5px 0; }
body
{
        margin: 0;
        padding: 0;
        font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navigation
{
        float: left;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        width: 100%;
}


#navigation ul
{
        margin: 0;
        padding: 0;
        float: left;
        width: 100%;
        list-style-type: none;
        background-color: #497bac;
}

#navigation li { float: left; margin: 0; padding: 0; font-weight: bold; }
        

#navigation a:link,
#navigation a:visited
{
        float: left;
        display: block;
        color: #dce1e5;
        padding: 5px 10px;
        background-color: #497bac;
}

#navigation a:hover,
#navigation a:active
{
        color: #ffffff;
        background-color: #497bac;
}
#header
{
        float: left;
        font-weight: bold;
        padding: 20px;
}
ul { line-height: 1.4em; list-style-type: square; color: #333333; 
     overflow: auto; /* shrink the list to sit beside floats in compliant browsers */ }

#content-wrapper
{
        width: 30%;
        float: left;
}

#content
{
        float: left;
        padding: 10px;
        line-height: 1.0em;
        clear: both;
}

#wrapper
{
        margin: 0;
        padding: 0;
        clear: both;
        float: left;
        width: 779px;
        background-color: #f9f9f9;
}

#featured
{
        text-align: center;
        background-color: #333333;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
}
#sidebar-wrapper
{
        width: 70%;
        float: left;
}

#sidebar
{
        text-align: left;
        float: left;
        padding: 0px;
}

/*FOOTER*/
.footer{
        width: 779px;
        height: 32px;
        background-image:url(bg_footer.gif);
        background-repeat:no-repeat;
        clear:both;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 24px;
        font-weight: bold;
        color:#FFFFFF;
        float: left;
}
/*FOOTER LINKS*/
.footer a{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        color:#FFFFFF;
        text-decoration:none;
}
.footer a:hover {
        text-decoration:underline;
}
img {
padding: 0;
margin: 0;
clear: right;
}
img.left {
margin-right: 1em;
float: left;
clear: right;
} 


