/* CSS Document */
@import url(_fonts.css);
@import url(_layout.css);
@import url(_forms.css);

#homepageContent {
	position:relative;
	background-image: url("../images/global/homeContBK.png");
	background-repeat: no-repeat;
	background-position:top center;
	margin: 0px auto;
	padding: 10px 0;
	_padding:10px 0px 0px 13px !important;
	width: 955px;
	height:481px;
	text-align: center;
	overflow:hidden;
	z-index:1;
	}
	
#contentRight {
	float:right;
	height:400px;
	margin:0;
	padding:10px 0 0 0;
	position:relative;
	right:25px;
	top:40px;
	width:286px;
	
}

.homepageHR {
	margin: 0px auto;
	width: 770px;
	height: 6px;
	line-height: 0px;
	font-size: 0px;
	background-color: #990000;
}

#layPodWrapper {
	background-color:transparent;
	width: 100%;
	height:205px;
	text-align:center;
	margin: 0px auto; 
	padding: 0px 8px;
	overflow: hidden;	
}

.pod {
	background-image: url("../images/global/homPodbk.png");
	background-repeat: repeat-x;
	background-position:top left;
	border:2px solid #fff;
	float:left;
	color: #5F5f5f;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:0.25px;
	text-align:center;
	height:200px;
	margin:0;
	padding:0px 10px 0px 10px;
	width:302px;
}


.pod a {
	/*padding: 5px 0 0 0;*/
	color: #5F5f5f;
	text-decoration:none;
}

.pod a:hover {
	color: #333;
	text-decoration:none;
}

#pod1 {
	padding:0px 0px 0 0;
	margin-right:4px;
	width:320px;
}

#pod1 .podTitle {
	background-image:none;
	height:auto;
	padding:10px 0 0 0;
}

#pod2 {
	padding:0px 0px;
	margin-right:4px;
	width:321px;
}

#pod3 {
	padding:0px 0px ;
	margin-right:4px;
	width:289px;
}

.podTitle {
	background-image: url("../images/global/podTitle_bk.jpg");
	background-repeat: repeat-x;
	background-position:top left;
	padding-top:10px;
	color: #5F5f5f;
	font: 16px "Optima Regular", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	height:36px;
	text-align:center;
	display:block;
	}

/*#homepagePods {
	background-image: url("../images/global/homPodbk.png");
	background-repeat: repeat-x;
	background-position:top left;
	border:2px solid #fff;
	width: 900px;
	text-align:left;
	margin: 0px auto; 
	padding: 0px;
	overflow: hidden;
}

#homepagePod1 {
	width: 235px;
	float: left;
	border-right: 1px solid #990000;
	padding: 10px; margin:0px;
}

#homepagePod2 {
	width: 235px;
	float: left;
	border-right: 1px solid #990000;
	padding: 10px; margin:0px;
}

#homepagePod3 {
	width: 236px;
	float: left;
	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;
	}
