﻿/* CSS by JFicocello */

html, body
{
    background-position: center;
    width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
    background: #ffffff url('../images/bodybg.gif') repeat center; 
}
#container
{
    background-position: center center;
    width: 789px;
    margin: 0 auto;
    font-family: Arial,Helvetica,sans-serif;
    font-size: small;
    min-height: 935px;
    zbackground-image: url('../images/container_dshadow.png');
    background-repeat: repeat;
    background-color: #FFFFFF;
}
#logo a
{
    display: block;
    margin: 10px 0 0 15px;
    width: 248px;
    height: 90px;
    background: url('../images/logo.jpg') no-repeat 0 0;
    position: absolute;
}
#banner
{
    margin: 119px 0px 0px 0px;
    position: absolute;
}
/* for ie only */
* html #banner
{
    margin: 75px 0px 0px 0px;
}

#postHeader
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.7em;
    margin: 0 auto;
    padding: 15px 15px 15px 30px;
    text-transform: uppercase;
    vertical-align: middle;
    width: 744px;
    font-weight: bold;
}
#postHeader a:hover
{
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: underline;
    color: #FFFFFF;
}
#header h1
{
    background-position: 0 0;
    margin: 10px 0 0 15px;
    display: block;
    float: left;
    width: 252px;
    height: 90px;
    background: url('../images/logo.jpg') no-repeat 0 0;
    padding-left: 0;
}
#header h1 a
{
    display: block;
    width: 100%;
    height: 100%;
}
#header h1 a:hover
{
    background-position: 0 -155px;
    background: url('../images/logo.jpg') no-repeat 0 -125px;
}
h2
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: medium;
    font-weight: bold;
}
h3
{
    font-family: Verdana;
    font-size: x-small;
    font-weight: normal;
}
.style1
{
    color: #000000;
}
.style2
{
    text-decoration: none;
}
.style3
{
    text-align: right;
}
.style4
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: small;
    margin-right: 20px;
}

#sidebar
{
    font-family: Arial,Helvetica,sans-serif;
    float: right;
    margin: 310px 0 0 0;
    width: 29%;
    height: 500px;
    padding: 0px 20px 0 0;
    font-size: small;
}
#footer
{
    background-position: center top;
    background: url('../images/footer_banner2.png') repeat-y scroll center top;
    height: 200px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 789px;
    top: 0px;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: medium;
    background-color: #333333;
}
#footer ul
{
    float: left;
    margin: 30px 0 0 95px;
    padding: 0;
    font-size: 85%;
    list-style: none;
    width: 144px;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
}
#footer ul li
{
    line-height: 1.4;
}
#footer ul li a
{
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding-left: 10px;
    color: #FFFFFF;
    text-decoration: none;
}
#footer ul li a:hover
{
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: underline;
}
#copyright
{
    background-color: #FFFFFF;
    font-size: x-small;
    position: relative;
    width: 789px;
    height: 45px;
    font-family: Arial,Helvetica,sans-serif;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    vertical-align: middle;
    margin-top: 0px;
    clip: rect(0px, auto, auto, auto);
    clear: both;
    padding-top: 8px;
}
#navigation2
{
    position: absolute;
    float: right;
    display: block;
    margin-top: 20px;
    margin-left: 490px;
    width: 325px;
    height: 50px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: small;
}
#content
{
    position: absolute;
    float: right;
    display: block;
    margin-top: 335px;
    margin-left: 30px;
    width: 475px;
    height: 425px;
    font-family: Arial,Helvetica,sans-serif;
}

