/* CSS Document */
@import url(_fonts.css);
@import url(_layout.css);
@import url(_forms.css);

#homepageContent {
	margin: 0px auto;
	padding: 0px;
	width: 948px;
	height:399px;
	text-align: left;
	overflow:hidden;
	border-right:1px solid #2D241D;
	border-top:1px solid #BEA973;
	border-bottom:1px solid #2D241D;
	border-left:1px solid #2D241D;
	}

.homepageHR {
	margin: 0px auto;
	width: 770px;
	height: 6px;
	line-height: 0px;
	font-size: 0px;
	background-color: #990000;
}

#layPodWrapper {

width:950px;
height:137px;
padding:10px 0 0;
background-image:url(../images/bg-pods.jpg);
background-repeat:repeat-x;
text-align:center;


}


.podContent {
	width:233px;
height:108px;
border:1px solid #BEA973;
overflow:hidden;
padding:0;

}

 .podTitle {
	display:block;
	color:#BEA973;
	position:absolute;
	bottom:-20px;
	font:14px "Times New Roman", Times, serif;
	text-transform:uppercase;
	width:233px;
	text-align:center;
	font-weight:normal;
}

 .pod{
padding:0 0 0 0;

float:left;
position:relative;
margin:0;

}

#pod2 {
	padding: 0 1.5px 0 3px;
}

#pod3 {
	padding: 0 3px 0 1.5px;
}

