/* CSS Document */
@import url(_fonts.css);
@import url(_layout.css);
@import url(_forms.css);

#homepageContent {
	margin: 0px auto;
	padding: 0px;
	width: 950px;
	text-align: left;
	}

.homepageHR {
	margin: 0px auto;
	width: 950px;
	height: 6px;
	line-height: 0px;
	font-size: 0px;
	background-color: #990000;
}

/*#homepagePods {
	background-image: url("../images/global/homPodsbk.jpg");
	background-position:top;
	background-repeat: no-repeat;
	width:950px;
	height:256px;
	text-align:left;
	margin: 0px auto; 
	padding: 0px;
	overflow: hidden;
}*/

#layPodWrapper {
	background-image: url("../images/global/homPodsbk.jpg");
	background-position:top;
	background-repeat: no-repeat;
	height:256px;
	width: 100%;
	text-align:left;
	margin: 0px auto; 
	padding: 0px;
	overflow: hidden;
	background-color: #FFF;		
}


#pod1 {
	width: 335px;
	height:215px;
	float: left;
	/*border-right: 1px solid #7F0349;*/
	padding: 30px 0px 10px 50px; margin:0px;
}

#pod2 {
	width: 220px;
	height:230px;
	float: left;
	/*border-right: 1px solid #7F0349;*/
	padding: 30px 10px 5px 10px; margin-left:10px;
}

#pod3 {
	width: 293px;
	height:220px;
	float: left;
	padding: 30px 10px 5px 10px; margin:0px;
}

.podTitle {
	color: #520431;
	font-size:18px;
	font-variant:small-caps;
}

#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:8px solid #7F0349;
	padding-top:3px;
	background-color:#FFF;
	}
