body
{
    margin: 0px;
    padding: 0px;
    background: url(../Images/header_bg.gif) repeat-x;
    background-color: #f8fafc;
    font-family: Arial, Helvetica, sans-serif;
}
.wrapper
{
    width: 88%;
    height: auto;
    margin: 0px auto 20px auto;
}
.container
{
    width: 100%;
    height: auto;
    background-color: #f8fafc;
    margin: 0px auto 20px auto;
    padding-top: 0px;
    overflow: hidden; /*remove this comment at last*/
    padding-bottom: 50px;
}

.header_container
{
    width: 100%;
    height: 106px;
    margin: 0px auto;
    float: left;
}
.logo
{
    width: 992px;
    height: 106px;
    background-image: url(../Images/logo.png);
    margin-left: -250px;
    margin-top: -5px;
    padding: 0px;
    float: left;
    position: relative;
}
.TopBanner
{
    width: 99%;
    height: 20px;
    color: #333;
    margin-left: 100px;
    font-size: 18px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}
.banner
{
    background-color: #2B93DA;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 14px;
    font-weight:normal;
    height: 32px;
    margin-left: 94px;
    padding: 0 0 2px;
    width: 85.6%;
}
.welcome
{
    font-size: 12px;
    color: #000;
    float: right;
    margin-right: 40px;
}
.welcome a
{
    text-decoration: none;
    color: #000;
    border: none;
}
.navigation
{
    height: auto;
    margin: -26px 0 0;
    border-radius: 10px;
    position: relative;
}
img
{
    border: none;
    margin: 0px;
    padding: 0px;
}
.footer
{
    width: 100%;
    height: 47px;
    background: url(../images/footer.png) repeat-x;
    position: fixed;
    bottom: 0px;
}
.clear
{
    clear: both;
}
.copyright
{
    width: 100%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    margin: 15px auto 0px auto;
    font-size: 12px;
    color: #fff;
}
.left
{
    float: left;
    height: 30px;
    margin: 0;
    padding: 4px 0 0;
    width: 77%;
}
.right
{
    float: right;
    height: 30px;
    margin: 0;
    overflow: hidden;
    padding: 4px 0 0 0px;
    width: 23%;
}

.SearchButton
{
    width: auto;
    padding: 5px 10px 7px 10px;
    margin: 2px 3px 0px;
    height: 28px;
    font-size: 12px;
    border: 0px;
    cursor: pointer;
    text-shadow: 0px 2px 3px #666;
    background-color: #eac572;
    color: #fff;
    float: right;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    text-decoration: none;
}
.SearchButton:hover
{
    width: auto;
    padding: 5px 10px 7px 10px;
    margin: 2px 3px 0px;
    height: 28px;
    font-size: 12px;
    background-color: #e5a924;
    color: #fff;
    float: right;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    text-decoration: none;
}

.AddButton
{
    width: auto;
    padding: 5px 10px 7px 10px;
    margin: 2px 3px 0px;
    height: 28px;
    background-color: #b2c866;
    text-shadow: 0px 2px 3px #666;
    font-size: 12px;
    color: #fff;
    border: 0px;
    cursor: pointer;
    float: right;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    text-decoration: none;
}
.AddButton:hover
{
    width: auto;
    padding: 5px 10px 7px 10px;
    margin: 2px 3px 0px;
    height: 28px;
    background-color: #88a71f;
    font-size: 12px;
    color: #fff;
    float: right;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    text-decoration: none;
}
.ResetButton
{
    width: auto;
    padding: 5px 10px 7px 10px;
    margin: 2px 3px 0px;
    height: 28px;
    background-color: #e18b7c;
    text-shadow: 0px 2px 3px #666;
    font-size: 12px;
    color: #fff;
    float: right;
    border: 0px;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    text-decoration: none;
}
.ResetButton:hover
{
    width: auto;
    padding: 5px 10px 7px 10px;
    margin: 2px 3px 0px;
    height: 28px;
    background-color: #de6c58;
    font-size: 12px;
    color: #fff;
    float: right;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    text-decoration: none;
}
.a
{
    text-decoration: none;
}