﻿html,
body {
	margin:0;
	padding:0;
	height:100%;
    font-family: "Segoe UI","Segoe UI Web","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;
    background-color:#F5F5F5
}


img
{
   max-width: 100%;
   height: auto;
}


#wrapper {
	min-height:100%;
	position:relative;
}

#header {
}

#content {
	padding-bottom:100px; /* Height of the footer element */
}

#footer {
	background:#8BC4F3;
	width:100%;
	height:80px;
	position:absolute;
	bottom:0;
	left:0;
}
.copy-right-div {
    text-align:center
}



.topContainer {
    width: 100%;
    margin: 0;
    padding: 0px;
    background-color: #5CACEE;
    display: table;
}

.topAfterHeader {
    width: 100%;
    margin: 0 auto;
    height: 59px;
    background-color: #F5F5F5;
    border-bottom: 1px solid #ddd;
    padding-top: 0.5%
}

.leftAfterHeader {
    text-align: left;
    width: 50%;
    float: left;
}

.rightAfterHeader {
    text-align: right;
    width: 48%;
    float: right;
}

.topAfterHeaderDiv {

    text-align: left;
    /*width: 100%;*/
    float: left;
    padding : 0px 0px 0px 2.5%;
}

.mainHeadingh1 {
    color: #fff;
    font-size: 36px;
    margin: 0;
    text-align: center;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.vuLogoDiv {
    margin: 0px auto;
    text-align: left;
    border: none;
    float: left;
    width: 100%;
}

.vulogotd {
    width: 20%;
    padding: 0.2% 1% 0.2% 2.5%;
}

.mainHeadingtd {
    width: 60%;
    text-align: center;
}


.searchContainer {
    margin: 10px auto;
    text-align: center;
    width: 100%;
}

.mainHeading {
    color: #2258A2;
    font-weight: normal;
    font-size: 32px;
}

.subHeading {
    color: #000;
    font-weight: normal;
    text-align: center;
    font-size: 28px;
    margin-top: 0;
}

.mainHeadingWhiteLeft {
    color: #fff;
    font-weight: normal;
    font-size: 32px;
    margin-left: 3%;
}



a, img {
    border: none;
    outline: none;
}



#main {
    text-align: center; width: 100%; margin: 0 auto 10px auto; text-align: center
}


#confirmation_box {
    width: 65%;
    background:#FFFFFF;
    margin-bottom: 30px;
    border: 1px solid #D0D0D0;
    border-radius: 10px;
    margin: auto;
    padding: 20px;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    min-height:200px;
    background-color:#FFF;
    text-align:left;

}

#thanks_box {
    width: 90%;
    background:#FFFFFF;
    margin-bottom: 30px;
    border: 1px solid #D0D0D0;
    border-radius: 10px;
    margin: auto;
    padding: 20px;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    min-height:200px;
    background-color:#FFF;
    text-align:left;

}

.btnSubmitBlue {
    border: 2px solid #2258A2;
    border-radius:10px;
    background-color: #2258A2;
    color: #fff;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
    font-size: 1em;
    padding: 1%;
    margin-top:7px;
}

.btnSubmitGrey {
    border: 2px solid #757470;
    background-color: #757470;
    color: #fff;
    font-size: 2em;
    padding: 1%;
    margin-top:7px;
}

/*-------------------------------------------------------*/

.head1 {
	FONT-WEIGHT: bold; FONT-SIZE: 13pt; COLOR: #4D5357; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.label {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #4D5357; FONT-FAMILY: Arial, Helvetica, sans-serif
}

.txt {
    FONT-SIZE: 9pt;
    COLOR: #4D5357;
    FONT-FAMILY: Verdana,Arial, Helvetica, sans-serif;
}
