﻿/*====CSS Reset Browser Default Code====*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, /*em, */ img, ins, kbd, q, s, samp, small, strike, /*strong, */ sub, sup, tt, var, /*b, u, i,*/ center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit; /*vertical-align: baseline;*/
}
        
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
    display: block;
}
        
body
{
    line-height: 1;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    overflow-x: hidden;
    width: 640px;
    padding: 20px;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img
{
    border: 0;
}
        
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: normal;
}
        
/*====Header ====*/
#banner
{
    display: block;
    width: 960px;
    height: 145px;
    margin: 0 auto;
    padding: 0;
    float: none;
    clear: both;
    position: relative;
    overflow: hidden;
    background: none;
}
#logo
{
    display: block;
    width: 208px;
    height: 106px;
    margin: 19px 0 0;
    padding: 0;
    float: left;
    clear: none;
    position: relative;
    overflow: hidden;
    background: none;
}
        
#banner
{
    width: 100%;
    height: 125px;
    background: url(images/banner-top.png) left center scroll repeat-x transparent;
    border-bottom: 1px solid #FFF;
}
        
#banner .right
{
    width: 302px;
    height: 125px;
    background: url(images/banner-right.png) left center scroll no-repeat transparent;
}
        
#logo
{
    margin: 25px 0 0 70px;
    width: 188px;
    height: 100px;
}
        
        
/*====Font Classes====*/
h1
{
    font: normal 21px Arial, serif;
    color: #330066;
    margin: 20px 0 20px;
    padding: 0;
    text-decoration: none;
}
h2
{
    font: normal 17px Arial, serif;
    color: #330066;
    margin: 20px 0 5px;
    padding: 0;
    text-decoration: none;
}
h3
{
    font: normal 15px Arial, serif;
    color: #000000;
    margin: 20px 0 5px;
    padding: 0;
    text-decoration: none;
}
p, .p
{
    font: normal 14px Arial, serif;
    color: #000000;
    margin: 0 0 20px;
    padding: 0;
    text-decoration: none;
}
        
        
.details
{
    width: 550px;
    margin: 0 auto 10px;
    padding: 0;
    float: none;
    clear: both;
    position: relative; /*background: #FFF;*/
    background-color: #EAEADD;
}
.details tr
{
}
.details tr td
{
    padding: 5px 5px 0 5px;
    border-bottom: 15px solid #FFFFFF;
}
        
.item
{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    padding: 0 0 20px;
    float: left;
    clear: both;
    position: relative;
}
        
.item p
{
    margin-top: 5px;
}
.item legend
{
    display: block;
    margin: 0 0 5px;
}
        
ul
{
    padding-left: 20px;
}
ul li
{
    padding-left: 5px;
}
        
/*====Footer Classes====*/
#footer
{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    float: left;
    clear: both;
    position: relative;
    color: #202324;
    font-size: 11px;
    border-top: 1px solid #202324;
}
        
#footer p
{
    font-size: 11px;
    color: #202324;
}