/* CSS Document */
@import url(_fonts.css);
@import url(_layout.css);
@import url(_forms.css);


#homeFlash {

width:376px;
height:229px;
}

#footerBanner {
width:755px;
height:89px;
position:relative;
z-index:0;

}

#homepageContent {
	margin: 0px auto;
	padding: 0px;
	width: 383px;
	text-align: left;
	float:left;


	
	}

.homepageHR {
	display:none;
	margin: 0px auto;
	width: 770px;
	height: 6px;
	line-height: 0px;
	font-size: 0px;
	background-color: #990000;
}

#homepagePods {
	width: 183px;
	text-align:left;
	margin: 0px auto; 
	padding: 0px;
	height:636px;
	float:left;
/*	background-image:url(../images/global/bg-home-right.jpg);
	background-repeat:no-repeat;*/
}

#homepagePod1 {
	display:none;
	width: 235px;

	border-right: 1px solid #990000;
	padding: 10px; margin:0px;
}

#homepagePod2 {
display:none;
	width: 235px;

	border-right: 1px solid #990000;
	padding: 10px; margin:0px;
}

#homepagePod3 {
display:none;
	width: 236px;

	padding: 10px; margin:0px;
}

#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;
	}

