@charset "utf-8";
/* CSS Document */

html, body{
	background:#6db33f url(../images/bg_tile.png) repeat-x;
	margin:0;
}
img{
	border:none;
}


#container{
	position:absolute;
	width:975px;
	left:50%;
	margin-left:-487px;
}
#header{
	position:relative;
	width:975px;
	height:258px;
	background:url(../images/header_01.jpg) no-repeat;
}
#nav{
	position:relative;
	width:975px;
}
	#navTabs{
		position:relative;
		width:975px;
		height:28px;
		background:#6db33f;
		/*background:url(../images/nav_bg.png) repeat-x;*/
	}
	#navSub{
		position:relative;
		width:975px;
		height:30px;
		background:url(../images/subNav_bgNew.png) no-repeat;
		text-align:right;
	}
		#navSubLinks{
			margin:0 40px 0 0;
			line-height:1em;
		}
	/*
	#navShadow{
		position:relative;
		width:975px;
		height:6px;
		background:url(../images/subNav_shadow.png) no-repeat;
	}*/
#contentLeftBorder{
	position:relative;
	float:left;
	width:3px;
	height:709px;
	background:url(../images/border_fadeL.png) no-repeat;
}
#contentRightBorder{
	position:relative;
	float:right;
	width:3px;
	height:709px;
	background:url(../images/border_fadeR.png) no-repeat;
}
#contentHome{
	position:relative;
	float:right;
	width:969px;
	background:url(../images/content_bg.png) repeat-y;
	padding-bottom:100px;
}
#exHomePic{
	position:absolute;
	z-index:200;
	top:14px;
	left:39px;
}
#exHomeQuote{
	position:absolute;
	top:20px;
	left:427px;
}
#exHomeImg{
	position:absolute;
	top:20px;
	left:480px;
}
#exHomeTxt{
	position:absolute;
	top:90px;
}

	#homeContent{
		position:absolute;
		z-index:100;
		width:892px;
		top:170px;
		left:39px;
	}
		#homeContent_top{
			position:relative;
			width:892px;
			height:24px;
			background:url(../images/expansionContent_top.png) no-repeat;
		}
		#homeContent_middle{
			position:relative;
			width:892px;
			height:280px;
			background:url(../images/expansionContent_mdl.png) repeat-y;
		}
		#homeContent_bottom{
			position:relative;
			width:892px;
			height:24px;
			background:url(../images/expansionContent_btm.png) no-repeat;
			margin:0 0 30px 0;
		}

#contentBottom{
	position:relative;
	clear:both;
	width:975px;
	height:28px;
	background:url(../images/content_bgBottom.png) no-repeat;
}
#footer{
	position:relative;
	width:975px;
}
	#footerLinks{
		text-align:center;
		margin:10px;
	}
	#footerCharities{
		text-align:center;
		margin:10px;
	}
	#footerCopyright{
		text-align:center;
		margin:10px;
	}