/**
* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
* Richard Clark (http://richclarkdesign.com)
* http://cssreset.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
body {
line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}
nav ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}
/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000;
font-style:italic;
font-weight:bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}
table {
border-collapse:collapse;
border-spacing:0;
}
/* change border colour to suit your needs */
hr {
display:block;
height:1px;
border:0;
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}
input, select {
	vertical-align:middle;
}

/* Start of custom css */

@font-face {
    font-family: "SegoeUI";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/segoeui.eot") format("embedded-opentype"), url("../fonts/segoeui.woff") format("woff"), url("../fonts/segoeui.ttf") format("truetype"), url("segoeui.svg") format("svg");
}
@font-face {
    font-family: "SegoeUI-Bold";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/segoeuib.eot") format("embedded-opentype"), url("../fonts/segoeuib.woff") format("woff"), url("../fonts/segoeuib.ttf") format("truetype"), url("segoeuib.svg") format("svg");
}
@font-face {
    font-family: "SegoeUI-Italic";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/segoeuii.eot") format("embedded-opentype"), url("../fonts/segoeuii.woff") format("woff"), url("../fonts/segoeuii.ttf") format("truetype"), url("segoeuii.svg") format("svg");
}
@font-face {
    font-family: "MuseoSlab-500";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/museo_slab_2.eot") format("embedded-opentype"), url("../fonts/museo_slab_2.woff") format("woff"), url("../fonts/museo_slab_2.ttf") format("truetype"), url("museo_slab_2.svg") format("svg");
}
* {
    margin: 0;
    outline: 0 none;
    padding: 0;
}
body, html {
    height: 100%;
}
body {
    background: url("body1.png") repeat-y scroll center 0 #FFFFFF;
    color: #314B7B;
/*    font-family: 'SegoeUI',arial,sans-serif;*/
	font-family: Verdana,arial,sans-serif;
    font-size: 14px;
    line-height: 24px;
}
a {
    color: #0252AA;
    cursor: pointer;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
input, textarea, select {
    font-family: Verdana,arial,sans-serif;
    font-size: 18px;
}
select {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-family: Verdana;
    font-size: 14px;
    line-height: 24px;
    margin: 0 5px 0 4px;
    width: 367px;
}
.cl {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    text-indent: -4000px;
}

h2 {
    color: #314B7B;
    font-family: Verdana;
    font-size: 30px;
    font-weight: normal;
    line-height: 36px;
    text-align: center;
}
h2 span {
    display: block;
    font-size: 36px;
    padding-bottom: 2px;
}
.shell {
    margin: 0 auto;
    width: 50%;
}

#content {
    display: inline;
    float: center;
    padding: 65px 13px 0 11px;
}
#content h2 {
    color: #333333;
    letter-spacing: -1px;
    padding-right: 6px;
}
#content p.intro-text {
    margin: 20px auto 0;
    padding: 0 0 9px 24px;
    text-align: justify;
    width: 372px;
}
.steps form label {
    display: block;
    padding-bottom: 23px;
}
.steps form .select-holder {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-top: 7px;
    padding: 13px 19px 20px 13px;
}
.steps p {
    color: #010101;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    width: auto;
}
.steps .select-wrap {
    border: 1px solid #707070;
    margin-left: 1px;
/*    padding: 0px 0 4px;*/
    width: 375px;
}
.steps .submit-button {
    background: url("../imgs/submit-button.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    height: 73px;
    margin: 16px auto 0;
    width: 346px;
}
.steps .submit-button {
    color: #212121;
    cursor: pointer;
    font-family: Verdana;
    font-size: 30px;
		font-weight: bold;
    letter-spacing: -1px;
    text-shadow: 0 1px #FAF562;
}
.steps .submit-button:hover {
    background-position: 0 -73px;
}
.steps .continue-button {
    background: url("../imgs/submit-button.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    height: 73px;
		margin: 16px 0 0 52px;
/*    margin: 16px auto 0;*/
    width: 346px;
}
.steps .continue-button {
    color: #212121;
    cursor: pointer;
    font-family: Verdana;
    font-size: 30px;
    letter-spacing: -1px;
    text-shadow: 0 1px #FAF562;
}
.steps .continue-button:hover {
    background-position: 0 -73px;
}
.step-2 {
    display: none;
}

body.type-3 {
    background: none repeat scroll 0 0 #FFFFFF;
}
body.type-3 .shell {
    width: 1200px;
}
body.type-3 #sidebar {
    padding-top: 0;
    width: 491px;
}
body.type-3 #content {
    width: 658px;
}
body.type-3 #content p.intro-text {
    padding: 0 0 27px 10px;
    width: 600px;
}
body.type-3 .steps p {
    letter-spacing: 1px;
}
body.type-3 .select-holder {
    margin: 0px 30px 0 35px;
    padding: 13px 19px 0px 18px;
}
body.type-3 .table-holder {
    margin: 0 0 0 15px;
    padding: 13px 0 0;
}
body.type-3 .submit-button {
    margin-top: 23px;
		margin-left: 52px;
}
