/**************************************************************************/
/* Page specific stylesheet */
#page #main_content{
	background:none;
	margin-right:45px;
	margin-left:100px;
}
#page #footer{
	margin-top:30px;
}
#top{	
	background:url(../images/layout/main_content_bg.gif) left bottom no-repeat;
	margin:0 0 25px;
}
#top_lh_col{
	float:left;
	width:400px;
	border-bottom:1px solid #CFCFCF;
	min-height:190px;
	_height:190px;
}
	#main_content #top_lh_col h1{
		font-size:1.5em;
		padding:0 0 5px 10px;
	}
	#main_content #top_lh_col p{
		font-size:1.5em;
		line-height:1.7em;
		padding:0 0 0 10px;
	}
#top_rh_col{
	float:right;
	width:200px;
	margin-right:5px;
}
	#top_rh_col h2{
		border-top:3px solid #7FC41C;
		margin:0;
		padding:0;
		_padding-bottom:4px;
	}
		#top_rh_col h2 a{
			background:url(../images/layout/heading_icon.gif) right top no-repeat;
			display:block;
			color:#666666;
			font-size:0.9em;
			line-height:25px;
			padding:0 0 0 10px;
			border-bottom:1px solid #D0D0D0;
			text-decoration:none;
		}
		#top_rh_col h2 a:hover{
			color:#7FC31C;
		}
	#top_rh_col ul{
		margin:0
	}
	#top_rh_col ul li{
		_border:0px;
		_height:24px;
	}
	#top_rh_col ul li a{
		border-bottom:1px solid #D0D0D0;
		background:url(../images/layout/divider_bg_link.gif) right bottom no-repeat;
		line-height:26px;
		_line-height:22px;
		text-decoration:none;
		color:#666666;
		display:block;
		padding:0 0 0 10px;
	}
	#top_rh_col ul li a:hover{
		color:#7FC31C;
	}
	
#main_content .home_box{
	float:left;
	width:196px;
	min-height:112px;
	_height:112px;
	padding:4px 6px 0 4px;
	margin:0 18px 0 0;
	background:url(../images/content/home/home_box_bg.jpg) left top no-repeat;
}	
#main_content .last_item{
	margin:0 !important;
}
	#main_content .home_box h3{
		margin:0;
		padding:0;
		font-weight:bold;
		font-size:1em;
	}
		#main_content .home_box h3 a{
			background:url(../images/layout/heading_icon.gif) right top no-repeat;
			display:block;
			color:#666666;
			font-size:0.9em;
			line-height:25px;
			padding:0 0 0 7px;
			text-decoration:none;
		}
		#main_content .home_box h3 a:hover{
			color:#7FC31C;
		}
	.home_box a{
		display:block;
	}
	.home_box img{
		display:block;
	}
	
/*
Slideshow CSS.
*/

#slideshow
{
position: relative;
height: 80px;
}

#slideshow a 
{
position:absolute;
top:0;
left:0;
display: block;
padding: 0 0 0 50px;
z-index:8;
}

#slideshow a.active 
{
z-index:10;
}

#slideshow a.last-active 
{
z-index:9;
}
