/* CSS Document */
@import url(_fonts.css); /* Import Font CSS Document */
@import url(_layout.css); /* Import Base Layout CSS Document */

/* Content */
	
#homepageContentTop {
	position: relative;
	display: block;
	z-index: 1;
	margin: 0px; padding: 0px;
	width: 850px; height: 447px;
	background-image: url(../images/global/contentWrapper-background.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	}
	
	#homepageFeatureImage {
		position: absolute;
		top: 20px; left: 66px;
		padding: 17px 0px 0px 20px; margin: 0px;
		width: 406px; height: 278px;
		background-image: url(../images/homepage/featurePhoto-background.png);
		background-repeat: no-repeat;
		behavior: url(/assets/css/iepngfix.htc);
		line-height: 0px; font-size: 0px;
		text-align: left;
		}
		
		#homepageFeatureContent {
			position: absolute;
			top: 20px; left: 492px;
			padding: 0px; margin: 0px;
			width: 320px; height: 205px;
			text-align: left;
			color: #FFFFFF;
			}
			
			#homepageFeatureContent h2{
				padding: 5px 0px 0px 25px;
				line-height: 1.3em;
				margin: 0px 0px 6px 0px;
				font-size: 22px;
				color:#FFFFFF;
				}
			
			#homepageFeatureContent p{
				padding: 0px 0px 0px 40px;
				line-height: 1.3em;
				margin: 0px 0px 6px 0px;
				color:#FFFFFF;
				}
		
		
		#homepageSubFeature {
			position: absolute;
			top: 237px; left: 0px;
			width: 850px; height: 210px;
			background-image: url(../images/homepage/subfeature-background.jpg);
			background-repeat: no-repeat;
			}
		
		#homepageSubFeaturePod1{
			position: absolute;
			top: 77px; left: 55px;
			width: 240px; height: 80px;
			text-align: left;
			}
			
			#homepageSubFeaturePod1 h3{
				padding: 0px; margin-bottom: 0px;
				}
				
			#homepageSubFeaturePod1More{
				position: absolute;
				top: 174px; left: 199px;
				width: 99px; height: 22px;
				background-color: #cc0000;
				}
			
		#homepageSubFeaturePod2{
			position: absolute;
			top: 77px; left: 330px;
			width: 280px; height: 80px;
			text-align: left;
			}
			
			#homepageSubFeaturePod2 h3{
				padding: 0px; margin-bottom: 0px;
				}
			
			#homepageSubFeaturePod2More{
				position: absolute;
				top: 174px; left: 514px;
				width: 99px; height: 22px;
				}
				
		#homepageSubFeatureImage{
			position: absolute;
			top: 83px; left: 636px;
			width: 165px; height: 110px;
			}
	
	#homepageSelectProgram {
		position: absolute;
		top: 237px; left: 462px;
		width: 388px; height: 60px;
		background-image: url(../images/homepage/select-program-background.gif);
		background-repeat: no-repeat;
		}
		
		#homepageSelectProgram img{
			float: left;
			margin: 0px; padding: 0px 5px 0px 0px;
			}
		
		#homepageSelectProgram form{
			float: right;
			margin: 0px; padding: 22px 10px 0px 0px;
			}
	
#homepageContentBottom {
	position: relative;
	margin: 0px; padding: 0px 375px 40px 55px;
	width: 420px;
	text-align: left;
	background-image: url(../images/homepage/homepageBottom-background.gif);
	background-repeat: repeat-y;
	}
			
	#homepageBottomPod1 {
		position: absolute;
		top: 25px; left: 524px;
		margin: 0px; padding: 15px 25px;;
		width: 275px; height: 95px;
		text-align: left;
		background-image: url(../images/homepage/bottomPods/bottomPod-background.png);
		background-repeat: no-repeat;
		behavior: url(/assets/css/iepngfix.htc);
		}	
		
		#homepageBottomPod1 p{
			padding: 0px; margin: 0px;
			line-height: 1.3em;
			}
		
	#homepageBottomPod2 {
		position: absolute;
		top: 155px; left: 524px;
		margin: 0px; padding: 15px 25px;;
		width: 275px; height: 95px;
		text-align: left;
		background-image: url(../images/homepage/bottomPods/bottomPod-background.png);
		background-repeat: no-repeat;
		behavior: url(/assets/css/iepngfix.htc);
		}
		
		#homepageBottomPod2 p{
			padding: 0px; margin: 0px;
			line-height: 1.3em;
			}
	
#homepageContentFooter {
	width: 850px; height: 10px;
	margin: 0px; padding: 0px;
	line-height: 0px; font-size: 0px;
	}
	
/* Page Footer */
#homepageFooterWrapper {
	width: 780px;
	margin: 0px;
	padding: 15px 35px 15px 35px;
	text-align: left;
	overflow: auto;
	}
		
	#homepageFooterPoweredBy {
		float: right;
		padding: 30px 0px 0px 0px;
		}
		
		#homepageFooterPoweredBy a {
			color: #CCCCCC;
			}
			
		#homepageFooterPoweredBy a:hover {
			color: #999999;
			}	
	
	