/* CSS Document */
@import url(_fonts.css);
@import url(_layout.css);
@import url(_forms.css);

#homeWrapper {
    float: right;
    padding-right: 20px;
    width: 777px;
}

#homepageContent {
    height: 362px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    text-align: left;
    width: 777px;
}

.homepageHR {
	margin: 0px auto;
	width: 770px;
	height: 6px;
	line-height: 0px;
	font-size: 0px;
	background-color: #990000;
}

#homepagePods {
    background-image: url("../images/bg-pods.jpg");

    font-size: 10px;
    height: 177px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 3px;
    text-align: left;
    width: 777px;
}

#podcontent {
	padding:0 10px;
color:#fff;
line-height:normal;

}


#podcontent a, #podcontent a:active, #podcontent a:visited {
	text-decoration: underline;
	color:#FFD346;
	}
	
#podcontent a:hover {
		text-decoration: underline;
color:#B8A26F;
	}


#homepagePods p {
	padding:0 100px 0 5px;
	
}

#homepagePod1 {
	width: 235px;
	float: left;

	padding: 0 10px; margin:0px;
}


#homepagePod1 p {
	padding:0 5px 0 5px;
	
}

#homepagePod2 {
	width: 130px;
	float: left;

	padding: 0 115px 0 10px; margin:0px;
}

#homepagePod3 {
	width: 131px;
	float: left;
	padding:0  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;
	}

