/* CSS Document */

@import url(_layout.css); /*import base layout positioning styles*/
@import url(_font.css); /*import base font styles*/

body {
	background-image: url(../images/homepage/homepage-background.gif);
	background-repeat: repeat-x;
	background-color: #DDDDDD;
	}
	
#homepageFauxBackground {
	position: absolute;
	top: 182px; left: 0px;
	height: 320px; width: 900px;
	background-color: #000000;
	}
	
#homepageFeature {
	position: relative;
	width: 900px; height: 320px;
	}
	
#homepageVideo {
	position: absolute;
	/*top: 370px;
	left: 458px;*/
	top: 340px;
	left: 158px;
	width: 391px;
	height: 150px;
	}	
	
	#homepageVideo img{
		behavior: url(../assets/css/iepngfix.htc);
		}
	
#homepageContentWrapper {
	width: 900px; 
	padding: 0px 0px 30px 0px;
	background-image: url(../images/pages/layPage-footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: center;
	}
	
	#homepageContent {
		padding: 25px 30px 0px 30px; 
		margin: 0px auto;
		width: 796px;
		background-color: #FFFFFF;
		text-align: left;
		}
		
		#homepagePodWrapper {
			width: 886px;
			padding: 24px 0px 0px 14px;
			overflow: auto;
			}
		
			.homepagePod {
				float: left;
				width: 282px; height: 200px;
				padding: 0px 0px 28px 0px; margin: 0px 10px 0px 0px;
				background-image: url(../images/homepage/homepage-pod-background.gif);
				background-position: bottom;
				background-repeat: no-repeat;
				text-align: center;
				line-height: 0px;
				overflow: hidden;
				}
				
				.homepagePodContentHeader {
					width: 260px; height: 28px;
					margin: 0px auto; padding: 5px 0px 0px 0px;
					line-height: 0px;
					background-color: #FFFFFF;
					overflow: hidden;
					}
					
				.homepagePodContent {
					width: 200px; height: 170px;
					margin: 0px auto; padding: 0px 30px;
					text-align: left;
					background-color: #FFFFFF;
					line-height: 1.4em;
					overflow: hidden;
					}
					
					.homepagePodContent p{
						margin: 0px 0px 1.0em 0em; padding: 0px;
						}
						
					.homepagePodContent img{
						margin: 0em; padding: 0px;
						}
						
					.homepagePodContent form{
						margin: 0em; padding: 0px;
						}

