@import "navigation.css";
@import "promo.css";
@import "email.css";

*
{
    margin: 0;
    padding: 0;
}

body
{
    text-align: center;
}

a
{
    text-decoration: none;
    color: #005689;
}

a:hover
{
    text-decoration: underline;
}

a:focus,
a:active
{
    background-color: #005689;
    color: #fff;
}

a img
{
    border: none;
}

#wrapper
{
    width: 940px;
    font-family: arial, sans-serif;
    font-size: 0.75em;
    line-height: 1.25;
    color: #333;
    background-image: url(../images/body_bg.gif);
    background-repeat: repeat-y;
    background-position: 0 0;
    margin: auto auto 20px auto;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

.confirm
{
    background-position: 310px 0 !important;
}

.confirm #header
{
    width: 620px;
}

.confirm #article-header
{
    width: 620px;
}

.confirm p.intro
{
    margin-top: 20px;
    font-weight: bold;
}

#nav-bar,
#header
{
    float: left;
}

#nav-bar,
#header,
#more-info
{
    background-color: #fff;
}

#box
{
    width: 620px;
    clear: both;
    float: left;
    margin-right: 20px;
}

#header
{
    padding-bottom: 20px;
}

#article-header
{
    width: 460px;
    float: left;
    margin-right: 20px;
}

h1
{
    margin-bottom: 10px;
}

h2
{
    border-top-width: 10px;
    border-top-style: solid;
    border-top-color: #8f1ab6;
    font-family: georgia, serif;
    font-size: 1.166em;
    padding-top: 2px;
    margin-bottom: 15px;
}

p.intro
{
    font-size: 1.166em;
    color: #666;
}

#content
{
    clear: both;
    float: left;
    width: 620px;
}

#content ul
{
    float: left;
    border-bottom-width: 20px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
    margin-bottom: 0;
}

#content ul ul,
#content ul.last
{
    border-bottom: 0;
}

#content ul li.first-col
{
    width: 300px
}

#content ul li.end-col
{
    margin-right: 0;
}

#content ul li
{
    float: left;
    width: 140px;
    margin-right: 20px;
    list-style-type: none;
}

#content ul li li
{
    margin-bottom: 0;
    margin-right: 0;
    background-image: url(../images/icon_bullet.gif);
    background-position: 0 1px;
    background-repeat: no-repeat;
    text-indent: 17px;
}

#content p
{
    margin-top: 3px;
}

#content img
{
    vertical-align: bottom;
}

#more-info
{
    clear: both;
    width: 940px;
    border-top-width: 20px;
    border-top-style: solid;
    border-top-color: #fff;
}

p.information
{
    color: #7f7f7f;
    border-top-width: 1px;
    border-top-style: dotted;
    margin-top: 15px;
    padding-top: 3px;
    font-size: 0.917em;
    line-height: 1.273;
}

#more-info p.first
{
    margin-top: 0;
    font-size: 1em;
    line-height: 1.25;
}