@charset "utf-8";
body {
	/*background-image: url(images/BG.gif);
	background-repeat: repeat-x;*/
	background-color: #dadada;
	margin: 21px 0 0 0;
	color: #dadada;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration:none;
	outline:none;
}

#container {
	width: 840px;
	margin: 0 auto;
}

#middleRepeatBG {
	width: 840px;
	background-image: url(images/MiddleRepeatBG1.gif);
	background-repeat: repeat-y;
	background-color:#062f72;
}

#middle {
	width: 840px;
	min-height: 700px;
	position:relative;
	background-image: url(images/middleBG1.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	/* background-color:#062f72; */
}

h1 {
	color: #dadada;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 2px;
}

h2 {
	color: #dadada;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 2px;
}

#leftContent {
padding-left: 20px;
margin-top: 527px;
padding-top: 20px;
background-color:#062f72;
}

#LeftCol {
	width: 394px;
	height: 531px;
	float:left;
	background-image: url(images/womanLeft.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#LeftCol ul{
}

#LeftCol li {
	margin-bottom: 10px;
}

#CenterCol {
	width: 365px;
	padding: 0 18px;
	margin-left: 394px;
}

#RightCol {
	width: 45px;
	height: 43px;
	float: right;
	background-image: url(images/RightColBG1.gif);
	background-repeat: no-repeat;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer {
	width: 840px;
	padding-top: 40px;
	background-image: url(images/footerBG1.gif);
	background-repeat: repeat-x;
	color: #07205e;
	font-size: 10px;
	line-height: 14px;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	text-decoration:none;
	color: #07205e;
}

#footerLeftCol {
	width: 225px;
	float: left;
}

#footerRightCol {
	width: 555px;
	float: right;
	text-align:right;
}

.headline {
	font-size: 23px;
	font-weight: bold;
	color: #dadada;
	line-height: 26px;
	letter-spacing: 1px;
}

#Crmshortform1_lblOptIn {
	line-height: 13px;
}

/* -------------- 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;
}