.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;
		}
		
/* v. 2 -- Slideshow */
#featuredSlides {
	width: 510px;
	margin: 0px auto;
}
	#featuredSlides .container {
		width: 495px;
		height: 345px;
		background: url('../images/home/bg_featured.png') top left no-repeat;
		padding: 15px 0px 0px 15px;
	}
		#featuredSlides .container .slides-outer {
			display: block;
			position: relative;
			overflow: hidden;
			width: 480px;
			height: 295px;
		}
			#featuredSlides .container .slides-outer .slides {
				display: block;
				position: absolute;
				top: 0px;
				left: 0px;
				width: 10000px; /* may need to expand this later */
				height: 295px;
			}
				#featuredSlides .container .slides-outer .slides .slide {
					display: block;
					width: 480px;
					height: 295px;
					float: left;
				}
		#featuredSlides .container .links {
			width: 480px;
			margin: 5px 0px 0px !important;
			padding: 0px;
			position: relative;
			text-align: center;
		}
			#featuredSlides .container .links a {
				display: inline-block;
				height: 30px;
				line-height: 30px;
				color: white !important;
				font-size: 18px;
				font-weight: bold;
				padding: 0px 10px;
			}
			#featuredSlides .container .links a:hover,
			#featuredSlides .container .links a.highlighted {	
				color: #a50101 !important;
				background-color: white !important;
			}
			#featuredSlides .container .links a.previous {
				display: block;
				position: absolute;
				top: 0px;
				left: 0px;
				font-size: 16px;
				padding-left: 30px;
				background-image: url('../images/home/arrow_prev.png');
				background-position: 0px 0px;
				background-repeat: no-repeat;
			}
			#featuredSlides .container .links a.previous:hover {
				background-position: 0px -30px;
			}
			#featuredSlides .container .links a.next {
				display: block;
				position: absolute;
				top: 0px;
				right: 0px;
				font-size: 16px;
				padding-right: 30px;
				background-image: url('../images/home/arrow_next.png');
				background-position: right 0px;
				background-repeat: no-repeat;
			}
			#featuredSlides .container .links a.next:hover {
				background-position: right -30px;
			}
	#featuredSlides .items {
		width: 480px;
		margin: 0px auto;
	}
		#featuredSlides .items h2 {
			font-size: 22px;
			font-weight: bold;
			color: #a50101;
		}