﻿/* GENERAL */
body {
    background-color: #fff;
	margin: 0px;
	padding: 0px;
	font: 70%/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
    }
a {
    color: #000;
    text-decoration: none;
    }
a:visited {
    color: #000;
    text-decoration: none;
    }
a:hover {
    color: #000;
    text-decoration: none;
    }
a:active {
    color: #000;
    text-decoration: none;
    }
sup {
    font: 8px Arial, Tahoma, Helvetica, sans-serif;
    }
    
.spanAlert {
    margin: 10px 0;
    line-height: 25px;
    font-weight: bold;
    color: #ff0000;
    }

/* CONTAINER */
#container {
    position: relative;
    top: 15px;
    width: 800px;
    height: auto;
    margin: 0px auto 0 auto;
    background: #fff;
    border: 1px solid #333;
    }

/* HEADER */
#container #header {
    position: relative;
    height: 115px;
    width: inherit;
    }

/* BRANDING */
#container #header #branding {
	position: relative;
	}
/* branding logo */
#container #header #branding #brandingLogo {
    position: relative;
	}
#container #header #branding #brandingLogo h1 {
	position: relative;
	width: 800px;
	height: 115px;
	margin: 0px;
	text-indent: -1000px;
	overflow: hidden;
    }

/* CONTENT */
#container #content {
    position: relative;
    height: auto;
    min-height: 400px;
    width: auto;
    text-align: left;
    padding: 30px;
    }

/* wizard welcome text */
#container #content #welcomeText p {
    color: #2e406b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

/* wizard contact info text */
#container #content #contactInfoText p {
    color: #2e406b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    }

/* wizard survey text */
#container #content #surveyText {
    color: #2e406b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    }

/* contact info required fields */
#container #content #requiredFields {
    margin: 20px 0 10px 0;
    }

/* wizard thank you text */
#container #content #thankYouText {
    color: #2e406b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    }
#container #content #thankYouText a {
    line-height: 25px;
    text-decoration: underline;
    }

/* FOOTER */
#container #footer {
    position: relative;
    top: 0px;
    left: 0px;
    height: 14px;
    width: auto;
    background-color: #1e2778;
    }
    
    
/* for reference */
#container #content #contentContainer #mainContent {
    position: relative;
    top: 0px;
    left: 0px;
    width: 575px;
    background: #E9EDF3;
    }
#container #content #contentContainer #mainContent #mainContentHeading {
    position: relative;
    width: inherit;
    height: 20px;
    background: #1e2778;
    border-bottom: 1px solid #fff;
    }
#container #content #contentContainer #mainContent #mainContentHeading h4 {
    padding: 0px;
    margin: 1px 0px 5px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    }
#container #content #contentContainer #mainContent p {
    padding: 5px 15px 10px 15px;
    margin: 0px;
    }