*
{
    margin: 0px;
    padding: 0px;
}

html
{
    height: 100%;
}

body
{
    background-color: #fff;
    color: #9f9f9f;
    font-size: 11px;
    font-family: "trebuchet ms", helvetica, sans-serif;
}

a
{
    text-decoration: underline;
    color: #ff9c00;
}

a:hover
{
    text-decoration: none;
    color: #000000;
}

strong
{
/*    background: inherit;*/
    color: #50514D;
}

#container
{
   min-height:100%;
   position:relative;
   margin-bottom: -130px;
}

#header
{
    width: 100%;
    height: 150px;
    background-color: #4d4d4d;
    background: url('images/header.gif') repeat-x;
    padding-top: 30px;
    color: #ffffff;
}

#header_inner
{
    position: relative;
    width: 680px;
    height: 104px;
    margin: 0px auto;
}

#header_inner h1
{
    background: inherit;
    position: absolute;
    left: 0px;
    bottom: 10px;
    text-transform: lowercase;
    font-size: 39px;
    color: #fff;
    font-weight: normal;
    letter-spacing: -2px;
}

#header_inner h1 span
{
    background: inherit;
    color: #b5b5b5;
}

#slogan
{
    background: inherit;
    position: absolute;
    right: 0px;
    bottom: 25px;
    color: #b5b5b5;
    text-transform: lowercase;
    font-size: 13px;
}

#main
{
    padding-top: 10px;
    position: relative;
    width: 680px;
    margin: 0px auto;
    padding-bottom: 10px;
}

#menu ul
{
    list-style: none;
    margin: 0px;
}

#menu li
{
    background: none;
    padding: 0px;
    font-weight: bold;
}

#menu a
{
    display: block;
    position: relative;
    width: 168px;
    height: 27px;
    margin-bottom: 1px;
    text-decoration: none;
    background: inherit;
    background-image: url('images/menu.gif');
    padding-left: 17px;
    padding-top: 11px;
    color: #636363;
    text-transform: lowercase;
    font-size: 13px;
}

#menu a span
{
    position: absolute;
    right: 0px;
    margin-top: 5px;
    margin-right: 15px;
    width: 7px;
    height: 7px;
    background: url('images/x1.gif') no-repeat; 
}

#menu a:hover span
{
    position: absolute;
    right: 0px;
    margin-top: 5px;
    margin-right: 15px;
    width: 7px;
    height: 7px;
    background: url('images/x2.gif') no-repeat;
}

#menu a:hover
{
    background: inherit;
    color: #fff;
    background-image: url('images/menu_color.gif');
}

#menu_end
{
    height: 30px;
    background-image: url('images/topper.gif');
}

h1
{
    background: inherit;
    color: #50514D;
    text-transform: lowercase;
    font-size: 26px;
}

h1 span
{
    background: inherit;
    color: #ff9c00;
}

h1 span sup
{
    background: inherit;
    color: #ff9c00;
    font-size: 14px;
}

h3
{
    margin-top: 30px;
    background: inherit;
    color: #50514D;
    font-size: 15px;
    text-transform: lowercase;
    height: 34px;
}

h3 span
{
    background: inherit;
    color: #ff9c00;
}

h3.first
{
    margin-top: 0px;
}

#lcol
{
    position: relative;
    width: 185px;
    float: left;
}

#lcontent
{
    position: relative;
    padding: 0px 15px 0px 15px;
}

#rcontent
{
    position: relative;
    padding: 25px 20px 0px 20px;
}

ul
{
    list-style: none;
}

li
{
    background: url('images/x1.gif') no-repeat 0px 5px;
    padding-left: 15px;
}

p
{
    margin-bottom: 25px;
    text-align: justify;
    line-height: 20px;
}

#lcol p
{
    font-size: 10px;
    line-height: 16px;
    margin: 0px;
}

.divider
{
    font-size: 0px;
    position: relative;
    border-bottom: solid 1px #F5F5F5;
    height: 1px;
    width: 100%;
    margin: 10px 0px 10px 0px;
}

.summary
{
    text-align: right;
    font-style: italic;
}

ul.divided li
{
    border-top: solid 1px #F5F5F5;
    margin-top: 4px;
    padding-top: 4px;
    background-position: 0px 9px;
}

ul.divided li.first
{
    border-top: 0px;
    margin-top: 0px;
    padding-top: 0px;
    background-position: 0px 5px;
}

#rcol
{
    position: relative;
    margin-left: 190px;
    width: 500px;
    background-image: url('images/topper.gif');
    background-repeat: repeat-x;
}

#rcol_full
{
    position: relative;
    margin-left: 0px;
    width: 690px;
    background-image: url('images/topper.gif');
    background-repeat: repeat-x;
}


#slogan2
{
    font-size: 14px;
    position: relative;
    top: -5px;
}

#footer
{
    position: relative;
    bottom: 0;
    clear: both;
    background: url('images/footer.gif') repeat-x;
    width: 100%;
    height: 130px;
    padding-top: 20px;
    text-align: center;
    text-transform: lowercase;
}

.clearfooter 
{
    height: 130px;
    clear: both;
}

table 
{
    margin: 1em;
    border-collapse: collapse;
}

td, th, tr
{
    padding: .3em;
    border: 1px #4d4d4d solid;
}

thead
{
    background: #ff9c00;
}

tbody
{
    background: #ffffff;
}

p.center
{
    text-align: center;
}

p.indent
{
    text-indent: 25px;
}
