﻿
#PageContentBackground { width:800px; padding:0; }
#ContentArea { width:800px; overflow:hidden; }

#LeftNav { display:none; }
	#LeftBar { width:800px; margin:0; }
		
#PageTitle { display:none; }
#home_rotator { float:left; width:451px; height:327px; overflow:hidden; margin:0 1px 1px 0; list-style:none; padding:0px; }
#news_bg { float:left; width:411px; height:62px; margin-right:1px; background:url(../images/home/news_bg.png) no-repeat; padding:45px 10px 10px 30px; overflow:hidden }
#events_bg { float:left; width:348px; height:117px; padding:0px; background-color:#FFFFFF; }
#featured_bg { float:left; width:800px; overflow:hidden; height:102px; background:url(../images/home/logos_bg.png) no-repeat; padding-bottom:1px }
#RightBar { display:none; }
#button_holder {
	float:left;
	width: 348px;
	height: 327px;
	overflow: hidden;
}

#button_holder .button_advocate {
	float: left;
	width: 348px;
	height: 109px;
	background: url('../images/home/advocate_on.jpg') no-repeat;
	cursor: pointer;
	cursor: hand;
	position: relative;
	padding-bottom:0;
}

#button_holder .button_join {
	float: left;
	width: 348px;
	height: 109px;
	background: url('../images/home/join_on.jpg') no-repeat;
	cursor: pointer;
	cursor: hand;
	position: relative;
	padding-bottom:0;
}

#button_holder .button_save {
	float: left;
	width: 348px;
	height: 109px;
	background: url('../images/home/save_on.jpg') no-repeat;
	cursor: pointer;
	cursor: hand;
	position: relative;
}

#button_holder .button_advocate .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 348px;
	height: 110px;
	background: url('../images/home/advocate.jpg') no-repeat left bottom;
}

#button_holder .button_join .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 348px;
	height: 108px;
	background: url('../images/home/join.jpg') no-repeat left bottom;
}

#button_holder .button_save .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 348px;
	height: 108px;
	background: url('../images/home/save.jpg') no-repeat left bottom;
}

.png { behavior:url(utils/pngHackHome.htc); }