/* CSS Document */
@import url(_fonts.css);
@import url(_layout.css);
@import url(_forms.css);

#homepageContent {
	margin: 0;
	padding: 10px;
	width: 850px;
	overflow: hidden;
	min-height:155px;
	}

.homepageHR {
	margin: 0px auto;
	width: 650px;
	height: 6px;
	line-height: 0px;
	font-size: 0px;
	background-color: #990000;
}

#homepagePods {
	width: 930px;
	text-align:left;
	margin: 0px auto; 
	padding: 0px;
	overflow: hidden;
	background-color: #eae6d8;
}

#homepagePod1 {
	width: 235px;
	float: left;
	padding: 5px; 
	margin: 0 10px 0 7px;
	background-color: #eae6d8;
}

#homepagePod2 {
	width: 235px;
	float: left;
	padding: 5px; 
	margin: 0 10px 0 35px;
	background-color: #eae6d8;
}

#homepagePod3 {
	width: 256px;
	padding: 5px; 
	margin: 0 0 0 35px;
	background-color: #eae6d8;
}

#layAuthenticationVeil {
	position: absolute;
	top: 0px; left: 0px;
	width: 950px; 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 #510801;
	padding-top:3px;
	background-color:#FFF;
	}
