/* CSS Document */
@import url(_fonts.css);
@import url(_layout.css);
@import url(_forms.css);

#homepageContent {
	display: block;
	z-index: 1;
	margin: 0px auto; 
	padding: 15px 0px 0px 0px;
	width: 901px;
	text-align: left;
	}

#layGlobalWrapperHome{
	width: 901px;
	margin: 0px auto;
	text-align: center;
	background-image: url(../images/global/globalHomeBack.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	background-color:#c7c19f;
	margin-top:20px;
}

#homeBanner{
	width:901px;
	height:283px;
	background-image: url(../images/homepage/homeBanner.jpg);
	background-repeat: no-repeat;
}

/*	
#podTitle {
	height:20px;
	margin:0px auto;
	padding-top:0px;
	text-transform:uppercase;
	}*/


#homepagePods {
	width:849px;
	text-align:left;
	height:230px;
	margin: 0px auto; 
	padding: 0px;
	overflow: hidden;
}

#homepagePod1 {
	background-image:url(../images/homepage/leftPodBack.gif);
background-repeat:no-repeat;
border:1px solid #947E66;
float:left;
height:193px;
margin-right:8px;
min-height:193px;
padding:9px 10px 8px 20px;
width:148px;
}

#homepagePod1 p{
margin:0px;
line-height:16px;
}

#homepagePod2 {
	width:293px;
	height:200px;
	min-height: 200px;
	border:1px solid #947e66;
	background-color:#f2ebce;
	background-image: url(../images/homepage/centerPodBack.gif);
	background-repeat:no-repeat;
	float: left;
	padding: 5px 15px 5px 15px;
	margin-right: 8px;
	text-align:center;
	}

#homepagePod2 img {
	padding-top:0px;
}


#homepagePod3 {
	background-color:#F2EBCE;
background-image:url(../images/homepage/centerPodBack.gif);
background-repeat:no-repeat;
border:1px solid #947E66;
float:left;
height:186px;
min-height:186px;
padding:9px 10px 15px 22px;
width:293px;
	
}