/* CSS Document */
@import url(_fonts.css);
@import url(_layout.css);
@import url(_forms.css);


#homeWrapper {
	background-image:url("../images/global/homeBK.png");
	background-position:top;
	background-repeat: no-repeat;
	/*border: 1px solid #fff;*/
	float:left;
	margin:0 auto;
	padding:0px;
	text-align:left;
	width:952px;
}

/*#contentTop {
	background-image:none;
	float:left;
	padding:0px;
	margin:0px;
	height:13px;
}

#contentLeft {
	background-image:none;
	float:left;
	left:-3px;
	margin:0;
	padding:0;
	position:relative;
	width:8px;
}

#contentRight {
	background-image:none;
	float:right;
	margin:0;
	padding:0;
	position:relative;
	right:-1px;
	width:7px;
}*/

#homepageContent {
	/*background-image:url("../images/global/homeBK.png");
	background-position:center;
	background-repeat: no-repeat;
	border: 1px solid #fff;*/
	float:left;
	margin:0 auto;
	padding:5px 8px 7px 5px;
	text-align:left;
	width:940px;
	}
	
/*#contentbottom {
	background-image:none;
	position:relative;
	bottom:0px;
	padding:0px;
	margin:0px;
	height:9px;
}*/

.homepageHR {
	margin: 0px auto;
	width: 770px;
	height: 6px;
	line-height: 0px;
	font-size: 0px;
	background-color: #990000;
}

#layPodWrapper {
	background-image:none;
	width: 952px;
	text-align:left;
	margin: 0px auto; 
	padding: 0px;
	overflow: hidden;
}

.podTitle {
	display:block;
	color:#812634;
	text-transform:uppercase;
	display:none;
	
}

h3 {
	margin:0px;
	padding-bottom:3px;
}

.pod {
	float:left;
	height:180px;
    color: #333333;
    font: 12px/15px "Times New Roman",Times,serif;
	margin:0;
	padding:10px 10px 10px 30px;
	width:56%;
}


.pod a {
	text-decoration:none;
    color: #812634;
}

.pod a:hover {
	text-decoration:none;
    color: #333333;
}


#pod1 {
	background-image: url("../images/global/podDivider.png");
	background-position:right center;
	background-repeat:no-repeat;
	font: 12px/18px "Times New Roman",Times,serif;
	margin:0 20px 0 0;
	padding:10px 50px 10px 5px;
	width:400px;
}

#pod1 td {
	font: 13px/18px "Times New Roman",Times,serif;

}

#pod2 {
	font: 13px/18px "Times New Roman",Times,serif;
    margin-left: 11px;
    padding: 10px 0 10px 10px;
    text-align: right;
    width: 456px;
}

#pod2 td {
	font: 13px/18px "Times New Roman",Times,serif;

}

#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;
	}

