﻿body
{
    padding: 0;
    margin: 0;
    font: 13px Tahoma, Sans-Serif;
    font-size: small;
    background: #fff;
}

h1, h2, h3, h4, h5, h6, ul, li, em, pre, code
{
    padding: 0;
    margin: 0;
    line-height: 1em;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
}

table
{
    font-size: inherit;
}

ul
{
    list-style: none;
}

img
{
    border: 0;
}

a
{
    text-decoration: none;
}

.wrapper
{
    display: block;
    margin: 0 auto;
    width: 960px;
    background: #fff;
}

.header
{
    display: block;
    width: 960px;
    background: #fff;
}

.header-banner
{
    display: block;
    width: 720px;
    height: 72px;
    margin: 12px auto 0 auto;
    background: #fff;
}

.header-menu
{
    display: block;
    width: 960px;
    height: 30px;
    border-top: solid 1px #808080;
}

.header-menu ul
{
    text-align: center;
    margin: 4px 0 0 0;
    line-height: 30px;
}

.header-menu ul li
{
    display: inline;
    line-height: 30px;
}

.header-menu ul li a, .header-menu ul li a:hover, .header-menu ul li a:visited
{
    color: #4582c1;
    border: solid 1px #fff;
    font-size: 0.9em;
    padding: 4px 24px;
}

.header-menu ul li a:hover
{
    border: solid 1px #4582c1;
}

.content
{
    display: block;
    width: 960px;
    height: 360px;
    margin: 8px 0 40px 0;
}

.content-image
{
    display: block;
    width: 960px;
    height: 320px;
    margin: 0;
    padding: 0;
}

.content-image a
{
	float: left;
}

.content-copy
{
    display: block;
    width: 960px;
    height: 40px;
    padding: 12px 0 0 0;
    float: right;
    font-family: Cambria, Constantia, Georgia, Serif;
    font-size: 1.75em;
    letter-spacing: -2px;
    text-align: center;
    color: #336699;
}

.content-copy a, .content-copy a:hover, .content-copy a:visited
{
    color: #336699;
}

.footer
{
    display: block;
    float: left;
    width: 960px;
    font-size: 0.85em;
    color: #999;
}

ul.footer-affiliates
{
    display: block;
    width: 697px;
    height: 47px;
    margin: 6px auto 24px auto;
}

ul.footer-affiliates li
{
    display: block;
    float: left;
    margin: 0 30px;
}

ul.footer-contact-details
{
    display: block;
    margin: 10px auto;
    width: 960px;
    height: 15px;
    text-align: center;
}

ul.footer-contact-details li
{
	display: inline;
	margin: 0 12px;
    height: 15px;
    line-height: 18px;
}

.footer-contact-details a, .footer-contact-details a:visited
{
    color: #999;
}

.footer-contact-details a:hover
{
    color: #4582c1;
}

.footer-contact-details-bold
{
    color: #858e35;
    font-weight: bold;
}

.footer-boilerplate
{
    display: block;
    width: 960px;
    height: 10px;
    font-size: 0.9em;
    text-align: center;
}

.footer-boilerplate p
{
    padding-top: 7px;
    border-top: solid 1px #ccc;
}

.footer-boilerplate a, .footer-boilerplate a:visited
{
    color: #999;
}

.footer-boilerplate a:hover
{
    color: #4582c1;
}

.stats
{
    display: none;
}

