/* Content Specific Formatting --------------------------------- */
html {
    background-color: #FFFFFF;
    Font-size: 62.5%;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #575a5c;
    font-size: 1.60rem;
    line-height: 2.40rem;
}

.smallprint {
    font-size: 1.30rem;
    line-height: 1.80rem;
    font-weight: normal;
}

a:link, a:visited {
    color: #0072bc;
    text-decoration: underline;
    font-weight: normal;
}

a:hover {
    color: #0072bc;
    text-decoration: underline;
    font-weight: normal;
}

p, dl, hr, h1, h2, ol, ul, pre, table, address, fieldset {
    margin: 10px 0;
}

/*h1 {
    font-size: 1.80rem;
    line-height: 2.80rem;
    margin: 15px 0 0 0;
    color: #333;
    font-weight: normal;
    text-transform: none;
}*/
h1 {

     font-weight: 200;    
     font-size:1.875em;
     color: #333;
   
     margin: 0.6em 0 .3em 0;
}

h2 {
    font-weight: 200;
    font-size: 1.875em;
    color: #333;
    line-height: 1.2em;
}

img {
    border: none;
}

.panel_with_padding {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-style: solid;
    Border-Color: white;
    Border-Width: 8px;
    margin-top: 0pt;
    margin-bottom: 0pt;
}

/* Wizard Specific Formatting --------------------------------- */
.nextStep {
    background-color: rgb(153,153,153);
    width: 1.4em;
    border: 1px solid rgb(153,153,153);
    margin-right: 5px;
    color: White;
    font-size: 1.4em;
    text-align: center; 
    margin-top:20px;   
}

.prevStep {
    background-color: #4d4d4d;
    width: 1.4em;
    border: 1px solid #4d4d4d;
    color: White;
    font-size: 1.4em;
    text-align: center;    
}

.currentStep {
    background-color: #A30D19;
    width: 1.4em;
    border: 1px solid #e01122;
    color: White;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;    
}

.stepBreak {
    width: 3px;
    background-color: transparent;
    float: left;
    overflow: hidden;
}

.step {
    margin: 2px;
    float: left;
    overflow: hidden;
}

.wizardProgress {   
    padding-top:15px;
    width: 95px;
    color: #333;
    font-size: 1.47em;
    font-weight: 200;
    float: left;
}

.wizardTitle {    
    float: left;
    margin: 0px;    
}

.wizardStepsDisplay {
    width: 325px;
    float: right;
    margin: 0px;  
    min-height:56px;      
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.top{
    margin-top: 50px;
}