@charset "UTF-8";
/* CSS Document */
@import url(_typography.css); /* Import Font CSS Document */
@import url(_layout.css); /*Import basic layout CSS Document */


#homepageFeature { background-image: url(../images/homepage/pods/background.png); background-repeat: no-repeat; height: 290px; position: relative; width: 974px; z-index: 1; overflow: hidden; }
	#homepagePod-1 { background-image: url(../images/homepage/pods/pod1-background.png); background-repeat: no-repeat; float: left; height: 277px; position: relative; width: 324px; }
	#homepagePod-2 { background-image: url(../images/homepage/pods/pod2-background.png); background-repeat: no-repeat; float: left; height: 277px; position: relative; width: 324px; }
	#homepagePod-3 { background-image: url(../images/homepage/pods/pod3-background.png); background-repeat: no-repeat; float: left; height: 277px; position: relative; width: 324px; }
		.homepagePodTitle { height: 27px; position: absolute; top: 16px; left: 18px; width: 288px; }
		.homepagePodPhoto { height: 213px; position: absolute; top: 45px; left: 19px; width: 286px; }
		
#homepageTop { height: 12px; width: 972px; font-size: 0; line-height: 0; overflow: hidden; }
#homepageContent { background-image: url(../images/homepage/background.png); background-repeat: repeat-y; overflow: hidden; width: 972px; }
	#homepageLeftColumn { background-image: url(../images/homepage/left-background.png); background-position: bottom; background-repeat: no-repeat; float: left; min-height: 362px; padding: 25px 35px; width: 506px; }
	#homepageRightColumn { background-image: url(../images/homepage/right-background.png); background-repeat: no-repeat; float: left; min-height: 362px; padding: 25px 35px; width: 326px; }
	#homepageRightColumn p { color: #fff; }
	#homepageRightColumn h1 { color: #fff; }
	#homepageRightColumn h2 { color: #fff; }
	#homepageRightColumn h3 { color: #fff; }
	#homepageRightColumn h4 { color: #fff; }
	#homepageRightColumn a { color: #fff; }
	
#homepageBottom { height: 20px; width: 972px; font-size: 0; line-height: 0; overflow: hidden; }
	
	
	