﻿/* for W3C CSS compliance */
.void
{
}
@media print
{
}

/* reset */
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, font, 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
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ol, ul
{
    list-style-type: none;
    margin: 0 0 0 15px;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

/* positioning */
.clear
{
    clear: both;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.center
{
    text-align: center;
}

.vmiddle
{
    vertical-align: middle;
}

.vtop
{
    vertical-align: top;
}

.vbottom
{
    vertical-align: bottom;
}

.inline
{
    display: inline;
}

.red
{
    color: #C2313E;
}

/* font-weight */
.bold
{
    font-weight: bold;
}

/* text-decoration */
.underline
{
    text-decoration: underline;
}

/* background */
.transparent
{
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

/* default font attributes */
div, span, p, li, a, a:hover, td
{
    font-family: Helvetica, Verdana, Arial, Sans-Serif; /*    color: #51626F;*/
    font-size: 13px;
}
span
{
    color: #79A3D8;
}
a
{
    text-decoration: none; /*color: #79A3D8;*/
}

sup
{
    font-size: .7em;
    vertical-align: text-top;
    margin: -4px 0 0 0;
}

/* browser settings */
html
{
    overflow: scroll;
    background-color: #ffffff;
    background: url("../../Images/BackGround.jpg");
    background-position: center top;
    background-repeat: no-repeat;
}

/* inputs */
.textbox, .dropdown
{
    height: 17px;
    padding: 3px 0 0 5px;
    vertical-align: top;
    font-size: 11px;
    color: #2A3B59;
    border-top: none;
    border-bottom: none;
    border-left: solid 1px #A1A9B0;
    border-right: solid 1px #A1A9B0;
    background: url(../../Images/TextBoxBg.gif) repeat-x top left;
}

/* h1, h2, h3, h4 */
h1
{
    font-family: Helvetica, Verdana, Sans-Serif;
    font-size: 22px;
    color: #889BC9;
    font-weight: normal;
    font-style: oblique;
    letter-spacing: 2px;
    padding: 0px;
    margin: 0px;
}
h2
{
    font-family: Helvetica, Verdana, Sans-Serif;
    font-size: 16px;
    color: #51626f;
    margin-bottom: 5px;
}
h3
{
    font-family: Helvetica, Verdana, Sans-Serif;
    font-size: 15px;
    color: #79A3D8;
}
h4
{
    font-family: Helvetica, Verdana, Sans-Serif;
    font-size: 14px;
    color: #79A3D8;
}
h5
{
    font-family: Helvetica, Verdana, Sans-Serif;
    font-size: 13px;
    color: #79A3D8;
}
p
{
    line-height: 25px;
    padding: 5px 0 10px;
}
ul.anchorlist
{
    margin: 0px;
    margin-bottom: 25px !important;
    margin-top: 13px !important;
}
.anchorlist li
{
    display: block;
    font-size: 12px;
    line-height: 12px;
    vertical-align: middle;
    margin-bottom: 10px;
}
.anchorlist li a
{
    color: #587BD0;
    text-decoration: underline;
    font-size: 12px;
	 line-height: 15px;
}
.list li
{
    background: url(../../Images/Bullet.gif) no-repeat scroll left top;
    display: block;
    font-size: 12px;
    line-height: 15px;
    padding: 1px 10px 10px 25px;
    vertical-align: middle;
    margin-bottom: 5px;
}
.checklist li
{
    background: url("../../Images/check.gif") no-repeat scroll left top transparent;
    display: block;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
    padding: 1px 10px 10px 25px;
    vertical-align: middle;
    font-weight:bold;
}

.footer a, .footer a:hover, .footer span, .footer div
{
    font-size: 11px;
    color: #79A3D8;
}

big
{
    font-size: 17px;
}

.box
{
    padding-right: 41px;
    width: 205px;
    float: left;
}

.png
{
    behavior: url(../../iepngfix.htc);
}

#pods
{
    clear: both;
    float: left;
    padding-top: 35px;
    width: 738px;
    margin-bottom: 30px;
}
h1.podheadline
{
    font-weight: bold;
    font-style: normal;
    letter-spacing: 0px;
    padding-bottom: 10px;
    font-size: 21px !important;
    height: 50px;
}

#pods span
{
    color: #51626F;
}
#pods a
{
    color: #889BC9;
    text-decoration: underline;
}
.horizontaldivider
{
    float: left;
    width: 700px;
    height: 2px;
    background: url(../../Images/HeadlineUnderline.jpg) no-repeat scroll left top transparent;
}

.marginleft20
{
    margin-left: 20px;
}

.smallprint
{
    font-size: 9px;
    color: #51626F;
    line-height: 10px;
}

.smallprint a
{
    font-size: 9px;
    color: #889BC9;
    text-decoration: underline;
    cursor: pointer;
}

a.backtotop, span.backtotop
{
    font-size: 11px;
    color: #51626f;
    cursor: pointer;
}

a.backtotop
{
    text-decoration: underline;
}

h1 big
{
    font-size: 22px;
}

h1 span big
{
    font-size: 17px;
}

p.smallprint sup
{
line-height:2px;
}
