@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	background-image: url(images/gradientBG.gif);
	background-repeat: repeat-x;
	background-color: #6aaeb4;
}
#form {
	width: 363px;
	margin-top: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #272727;
	/* margin-bottom: 20px; */
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}

h1 {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #013a81;
	font-size: 22px;
	line-height: 29px;
}

#header {
	width: 801px;
	height: 71px;
	background-image: url(images/wlml.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 22px;
	padding-left: 22px;
}
#containerBackBG {
	width: 823px;
	background-image: url(images/containerBGrepeat.gif);
	background-repeat: repeat-y;
}
#sealBG {
	background-image: url(images/sealBG.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 823px;
}
#roundedBG {
	background-image: url(images/roundedBG.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 823px;
	min-height: 680px;
}
#girlBG {
	width: 823px;
	background-image: url(images/girlBG.png);
	background-position: bottom;
	background-repeat: no-repeat;
}




#pageWrap {
	margin: 0 auto;
	width: 823px;
}
#contentLeft {
	float: left;
	margin: 24px 0px 0px 22px;
	width: 310px;
}

#contentRight {
	float: right;
	width: 465px;
	padding-left: 24px;
	margin: 24px 0px 20px 0px;

}

#blueBoxTop {
	width: 310px;
}
#blueBoxMid {
	width:253px;
	background-image: url(images/blueBoxBG.gif);
	background-repeat: repeat-y;
	padding-left: 22px;
	padding-right: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #ffffff;
}
#blueBoxBottom {
	width: 310px;
	padding-bottom: 25px;
}
#footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #ffffff;
	margin: 20px auto;
	width: 550px;
}

#footer a {
	text-decoration: underline;
	color:#ffffff;
}

#footer a:hover {
	color:#f2bd33;
}


#submit {
	padding-left: 148px;
}


a.mouseOver {
	background-image:url(images/onlineClassButton.gif);
	display:block;
	height: 24px;
	overflow: hidden;
	width: 153px;
	background-repeat: no-repeat;
}

a.mouseOver:hover {
	background-position: bottom;
}
#rightHeader {
	width: 135px;
	padding-left: 148px;
}

.clearfloat {
	clear:both;
}
#thanks {
	width: 363px;
	margin-top: 150px;
	font-size: 13px;
	line-height: 19px;
	color: #272727;
	font-family: Arial, Helvetica, sans-serif;
}

/* -------------- jQuery Validator Callout Plugin Styles --------------- */
 .updnValidatorCallout  
 {  
    background-color: #fcc;  
    color: #900;  
    padding: 5px;  
    margin: -5px 0 0 10px;  
    position: relative;
	font-weight: bold;
 }  
 .updnValidatorCalloutPointer  
 {  
    position: absolute;  
    left: 0;  
    top: 7px;  
    margin: 0 0 0 -10px;  
    width: 0;  
    height: 0;  
    border-top: 7px solid transparent;  
    border-bottom: 7px solid transparent;  
    border-right: 10px solid #fcc;  
    border-left: 0;  
}  
.updnValidationErrorInput  
{  
    background-color: #fcc;  
}  
.updnValidationErrorLabel  
{  
    color: #900;  
}
.requiredtext {
    font-weight: bold;
    font-size: small;
}