/* CSS Document */
@import url(_fonts.css);
@import url(_layout.css);
@import url(_forms.css);


#subHeaderLinks {
border-bottom:none;
}


#homepageContent {
	height:388px;
margin:22px auto 0;
text-align:left;
width:949px;
	}

.homepageHR {
	margin: 0px auto;
	width:950px;
	height: 6px;
	line-height: 0px;
	font-size: 0px;
	background-color: #990000;
}

#homePodWrapper {
	background-color:#143B87;
	background-image:url(/assets/images/global/PodFullbkgrnd.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	width:941px;
	height:222px;
	border-bottom:20px solid #FFCC00;
	text-align:center;
	margin: 0px auto; 
	padding: 0px 4px;
	overflow: hidden;
}

#homepagePods {
	text-align:center;
	margin: 0px auto; 
	padding-top:20px;
	overflow: hidden;
}

#homepagePod1 {
	width: 290px;
	float: left;
	text-align:left;
	/*border-right: 1px dotted #fff;*/
	padding:18px 26px 5px 15px; 
	margin:0px;
}

#homepagePod2 {
	padding:18px 5px 18px 25px;
	width:265px;
	float: left;
	text-align:left;
	margin:0px;
	/*border-right: 1px dotted #fff;*/
	}

#homepagePod3 {
	padding:18px 5px 12px 22px;
	width:285px;
	float: left;
	text-align:left;
	margin:0px;
}

#layAuthenticationVeil {
	position: absolute;
	top: 0px; left: 0px;
	width: 100%; height: 100%;
	background-color: #666; 
	filter: alpha(opacity=50); 
	-moz-opacity: 0.50; 
	opacity: 0.50;
	}
	
#layAuthentication {
	position: absolute;
	top: 152px; left: 252px;
	width: 440px; margin: auto; 
	border:5px solid #143b87;
	padding-top:3px;
	background-color:#FFF;
	}
