/* CSS Document */
@import url(_fonts.css);
@import url(_layout.css);
@import url(_forms.css);

#headerContainer {
	height:155px;
}

#homepageContent {
	background-color:#FFFFFF;
	background-image:url("../images/global/homecontentBK.jpg");
	background-position:center bottom;
	background-repeat:no-repeat;
	height:405px;
	margin:0 auto;
	padding:0 10px 0;
	text-align:left;
	width:940px;
	}

.homepageHR {
	margin: 0px auto;
	width: 970px;
	height: 6px;
	line-height: 0px;
	font-size: 0px;
}


#layPodWrapper {
	/*background-image: url("../images/global/podWrapper_bk.png");
	background-position: top;
	background-repeat: no-repeat;*/
	background:none;
	position:relative;
	height:200px;
	margin:0 auto;
	overflow:hidden;
	padding:15px 10px 10px;
	text-align:left;
	width:940px;
} 


.pod {
	float:left;
height:215px;
margin:0;
padding:10px 10px 10px 30px;
width:28%;
}


#layContent .pod{
padding:10px 0 10px 19px;
width:264px;
border-bottom:1px solid #ccc;
}

#homepagePods {
	width: 970px;
	height:311px;
	text-align:left;
	margin: 0px auto; 
	padding: 0px;
	overflow: hidden;
}

#pod1 {
	/*background-image: url("../images/global/podBorder.png");
	background-position: right center;
	background-repeat: no-repeat;*/
	float:left;
	font-size:14px;
	height:185px;
	line-height:20px;
	margin-top:0;
	padding:5px 20px 10px;
	width:560px;
	}

#podTitle1 {
	color:#990000;
	font:20px "Times New Roman", Times, serif;
	padding-bottom:8px;
	display:block;
}

/*img#podBorder {
	position:relative;
	float:left;
	width:8px;
	height:94px;
	top:0px;
	text-align:left;
}*/

#pod2 {
	float:left;
	margin:0;
	padding:10px 10px 10px 15px;
	width:286px;
	display:none;
}

#podTitle2 {
	color:#990000;
	font:20px "Times New Roman", Times, serif;
}



#pod3 {
	background-image: url("../images/global/podBorder.png");
	background-position: left;
	background-repeat: no-repeat;
	float:left;
	margin:0;
	padding:24px 10px 0 25px;
	text-align:center;
	height:175px;
	width:290px;
}

#podTitle3 {
	display:none;
}

#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;
	z-index:50;
	}
	
#layAuthentication {
	position: absolute;
	top: 352px; left: 50%;
	width: 440px; margin-left:-221px; 
	border:8px solid #990000;
	padding-top:3px;
	background-color:#FFF;
	z-index:50;
	}

