.page_home #foot {
	background-image: url('../images/template/bg_footer.png');
}

.page_home #leftColumn {
	float: left;
	width: 580px;
	zoom: 1;
}
	#slideshow {
		position: relative;
		width: 518px;
		height: 313px;
		margin: 0px auto;
		background: url('../images/home/bg_slideshow.png') top center no-repeat;
		/*zoom: 1;*/
		z-index: 100;
	}
		#photoContainer {
			position: absolute;
			top: 9px;
			left: 19px;
			width: 480px;
			height: 295px;
		}
		#previousPhoto {
			display: block;
			position: absolute;
			top: 143px;
			left: 4px;
			width: 27px;
			height: 25px;
			background: url('../images/home/arrow_back_slideshow.png') 0px 0px no-repeat;
			text-indent: -10000px;
		}
		#previousPhoto:hover {
			background-position: 0px -25px;
		}
		#nextPhoto {
			display: block;
			position: absolute;
			top: 143px;
			right: 4px;
			width: 27px;
			height: 25px;
			background: url('../images/home/arrow_next_slideshow.png') 0px 0px no-repeat;
			text-indent: -10000px;
		}
		#nextPhoto:hover {
			background-position: 0px -25px;
		}
	#welcomeMessage {
		width: 480px;
		margin: 0px auto;
	}
		#welcomeMessage h2 {
			font-size: 22px;
			font-weight: bold;
			color: #a50101;
		}
.page_home #rightColumn {
	float: right;
	width: 390px;
	position: relative;
	zoom: 1;
}
	#newsAndBlogs {
	}
		#newsAndBlogs h2 {
			position: absolute;
			top: -49px;
			left: 0px;
			margin: 0px;
			padding: 0px;
			background: url('../images/home/header_newsblogs.png') top left no-repeat;
			width: 390px;
			height: 49px;
			text-indent: -10000px;
		}
		#newsAndBlogs ul {
			margin: 0px;
			padding: 25px 40px;
		}
			#newsAndBlogs ul li {
				border-top: 1px solid #cccac0;
				margin-top: 5px;
				padding-top: 5px;
			}
			#newsAndBlogs ul li.first {
				border-top: 0px;
				margin-top: 0px;
				padding-top: 0px;
			}
	#whereIStand {
	}
		#whereIStand h2 {
			margin: 0px;
			padding: 0px;
			width: 390px;
			height: 47px;
			background: url('../images/home/header_whereistandonissues.png') top left no-repeat;
			text-indent: -10000px;
		}
		#issuesContainer {
			margin: 25px 40px 15px 40px;
			padding-bottom: 15px;
			border-bottom: 1px solid #d8d6ca;
			zoom: 1;
		}
			#issuesContainer .featuredIssue {
				float: left;
				width: 135px;
				margin-right: 40px;
			}
			#issuesContainer .featuredIssue.last {
				margin-right: 0px;
			}
				#issuesContainer .featuredIssue .title {
					font-size: 18px;
					font-weight: bold;
					margin: 0px;
					padding: 0px 0px 8px;
				}
				#issuesContainer .featuredIssue img {
					display: block;
					margin-bottom: 8px;
				}
		#whereIStand .readMore {
			display: block;
			width: 105px;
			height: 21px;
			background: url('../images/home/btn_viewallissues.png') top left no-repeat;
			text-indent: -10000px;
			margin-left: 40px;
		}
		#whereIStand .readMore:hover {
			background-position: 0px -21px;
		}