@import url('_layout.css');
@import url('_fonts.css');

/* Print Styles */
#homepagePrintMainImage {display: none;}
#homepagePrintContent {display: none;}

#homepageContentWrapper {
	position: relative;
	z-index: 2;
	width: 800px;
	float: left;
	overflow: hidden;
	text-align: center;
	}
	
	#homepageMainImage {
		position: relative;
		z-index: 3;
		width: 780px; height: 313px;
		margin: 7px 0px 0px 5px;
		padding: 10px;
		background-image:url(../images/homepage/homepageImageBackground.jpg);
		background-repeat: no-repeat;
		overflow: hidden;
		}
		
	#homepageMainImage2 {
		position: relative;
		z-index: 3;
		width: 780px; height: 424px;
		margin: 7px 0px 0px 5px;
		padding: 10px;
		background-image:url(../images/homepage/homepageImageBackground2.jpg);
		background-repeat: no-repeat;
		overflow: hidden;
		}
		
	#homepage40YearLogo {
		position: absolute;
		z-index: 4;
		top: 210px; left: 625px;
		width: 146px; height: 150px;
		margin: 0px; padding: 0px;
		}
		
		#homepage40YearLogo img{
			behavior: url(/assets/css/iepngfix.htc);
			}
		
	#homepageTextWrapper {
		position: relative;
		width: 800px;
		margin-left: 5px;
		}
		
		#homepageTextTop {
			width: 800px; height: 67px;
			/* Christmas */
			/*background-image: url(../images/homepage/homepageContent-Header-Christmas.gif);*/
			/* Normal */
			background-image: url(../images/homepage/homepageContent-Header.gif);
			background-repeat: no-repeat;
			}
			
		#homepageText {
			width: 800px; min-height: 200px;
			background-image:url(../images/homepage/homepageContent-Background.gif);
			background-repeat: repeat-y;
			text-align:left;
			}
			
			#Text {
				width: 800px; min-height: 200px;
				text-align:left;
				padding: 20px 50px 10px 130px;
			}
		
		#homepageTextBottom {
			width: 800px; height: 26px;
			background-image:url(../images/homepage/homepageContent-Footer.gif);
			background-repeat: no-repeat;
			}
			
		#BBBLogo {
	position: absolute;
	left: 44px;
	top: 307px;
			}
		
/* Right */
#homepageRightNavWrapper {
	float: left;
	margin: 7px 0px 0px 5px;
	width: 195px; 
	text-align: left;
	line-height: 0px;
	}
