﻿*
{
    font-family: Arial, Sans-Serif;
    color: #000000;
    margin: 0;
    padding: 0;
}
body
{
    border: none;
    font-size: 81.25%;
    background-image: url(images/bodyBg.jpg);
    background-repeat: repeat-x;
    background-color: #0F3365;
    text-align: center;
}
input, select, th, td, textarea
{
    font-size: 1em;
}
#container
{
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}
#header
{
    width: 1000px;
    height: 85px;
    background-image: url(images/header.jpg);
}
#contentWrapper
{
    width: 1000px;
}
#bumperL
{
    background: url(images/bumperL.jpg) no-repeat top left;
}
#bumperR
{
    background: url(images/bumperR.jpg) no-repeat top right;
}
#content
{
    width: 890px;
    height: auto !important; /*all browsers except IE6 will respect the !important flag*/  
    min-height: 531px;  
    height: 531px;
    margin: 0px 23px 0px 23px;
    background-color: #FFFFFF;
    padding: 36px 32px 18px 32px;
}
#footer
{
    width: 890px;
    height: 166px;
    background: url(images/footer.jpg) no-repeat top left;
    padding: 19px 55px 0px 55px;
    margin-bottom: 7px;
    font-size: 1em;
    line-height: 1em;
    color: #222222;
}

h1
{
    font-weight: bold;
    font-size: 2em;
    text-transform: uppercase;
    color: #258AD2;
}
h2
{
    font-weight: bold;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #FF5311;
}
h3
{
    font-weight: bold;
    text-transform: uppercase;
    color: #FF5311;
}
strong, .strong
{
    color: #FF5311;
}
p
{
    margin-top: 12px;
    margin-bottom: 12px;
}
a:link
{
    color: #258AD2;
    text-decoration: none;
}
a:visited
{
    color: #258AD2;
}
a:hover
{
    color: #85BDE6;
}
a:active
{
    color: #258AD2;
}
ul
{
    margin-left: 20px;
}
input[type=radio]
{
    margin: 3px 3px 3px 3px;
}
.box_grayBorder .t
{
    background: url(images/roundedCorners/grayBorder/dot.gif) 0 0 repeat-x;
}
.box_grayBorder .b
{
    background: url(images/roundedCorners/grayBorder/dot.gif) 0 100% repeat-x;
}
.box_grayBorder .l
{
    background: url(images/roundedCorners/grayBorder/dot.gif) 0 0 repeat-y;
}
.box_grayBorder .r
{
    background: url(images/roundedCorners/grayBorder/dot.gif) 100% 0 repeat-y;
}
.box_grayBorder .bl
{
    background: url(images/roundedCorners/grayBorder/bl.gif) 0 100% no-repeat;
}
.box_grayBorder .br
{
    background: url(images/roundedCorners/grayBorder/br.gif) 100% 100% no-repeat;
}
.box_grayBorder .tl
{
    background: url(images/roundedCorners/grayBorder/tl.gif) 0 0 no-repeat;
}
.box_grayBorder .tr
{
    background: url(images/roundedCorners/grayBorder/tr.gif) 100% 0 no-repeat;
    padding: 15px;
}
.btn
{
    background: url(images/button.gif) no-repeat;
    width: 150px;
    height: 28px;
    display: block;
    text-decoration: none;
}
.btn.prev
{
    background: url(images/button_prev.gif) no-repeat;
}
.btn span, .btnPrev span
{
    margin-left: 32px;
    font-size: 9px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    display: block;
    line-height: 26px;
}
.btnWrapper
{
    clear: both;
    padding-top: 18px;
    margin-bottom: 18px;
}
#questions
{
    overflow: auto;
}
#questions .col
{
    float: left;
    width: 50%;
}
#questions .row
{
    margin: 10px 5px 10px 5px;
}
