/* CSS Document */
@import url(_fonts.css);
@import url(_layout.css);
@import url(_forms.css);

#homepageContent {
	margin: 0px auto;
	padding: 10px 100px;
	width: 900px;
	text-align: left;
		background-color: #EFEDE0;
	background-image: url(../images/global/background.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	}

.homepageHR {
	margin: 0px auto;
	width: 770px;
	height: 6px;
	line-height: 0px;
	font-size: 0px;
	background-color: #990000;
}

#homepagePods {
	width: 1100px;
	text-align:left;
	margin: 0px auto; 
	padding: 0px;
	overflow: hidden;
	background-image:url(../images/global/podback.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #17181b;
}

#homepagePod1 {
	width: 261px;
	float: left;
	border-left: 1px dotted #0F0F13;
	padding: 10px 24px 0px 103px; margin:0px;
}

#homepagePod2 {
	width: 271px;
	float: left;
	border-left: 1px dotted #0F0F13;
	border-right: 1px dotted #0F0F13;
	min-height: 240px;
	padding: 10px 24px; margin:0px;
}

#homepagePod3 {
	width: 328px;
	float: left;
	padding: 10px 34px 0px 24px; margin:0px;
}

#twitter_div a{
	color: #cccbc2;
	}

#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;
	}
	
	#layFooterWrapper {
	margin: 0px auto;
	width: 1100px;
	padding: 30px 0px;
	background-image:  url("../images/global/homepagefooter.jpg");
	background-repeat: no-repeat;
	background-position: top;
	font-size: 10px;
}

/*#homepagePods #loginToggleFormHolder p, #homepagePods #loginToggleFormHolder td{

	color: #FFF;
	}*/
	
div#homepagePods a{
	color: #FFF;
	}