#wrapper-slideshow {
	background-image: url(/assets/images/home/bg-wrapper-slideshow.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: auto;
	width: 960px;
	position: relative;
	left: 0px;
	top: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#slideshow {
	position: relative;
	left: 0px;
	top: 0px;
	height: 219px;
	width: 469px;
	overflow: hidden;
	z-index: 4;
	padding: 0px;
	margin: 0px;
}
#contents-right {
	margin-top: 0px;
}

div.contents-box {
	padding-left: 160px;
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: 20px;
	margin-bottom: 30px;
	height: 100px;
	width: 500px;
}
div.contents-box  img {
	position: absolute;
	left: 0px;
	top: 0px;
}
div.contents-box h1 {
	color: #419639;
	font-size: 1.3em;
	text-transform: uppercase;
	line-height: 1.3em;
}
#nav-programs {
	padding-left: 80px;
	background-image: url(/assets/images/home/bg-nav-programs.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#nav-programs h1 {
	font-size: 1.3em;
	text-transform: uppercase;
	color: #333333;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-top: 7px;
	padding-bottom: 15px;
	margin-right: 20px;
}

#nav-programs ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav-programs ul li {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #333333;
	display: block;
	height: 140px;
	width: 140px;
}
#nav-programs a {
	background-image: url(/assets/images/home/bg-nav-programs-a.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	background-color: #333333;
	height: auto;
	width: 130px;
	font-weight: bold;
	color: #C0C0C0;
	font-size: 12px;
	text-decoration: none;
	padding-top: 105px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	line-height: 12px;
}
#nav-programs a.one {
	background-position: 0px 0px;
}

#nav-programs   a.two {
	background-position: -140px 0px;
}
#nav-programs a.three {
	background-position: -280px 0px;
}
#nav-programs a.four {
	background-position: -420px 0px;
}
#nav-programs a.five {
	background-position: -560px 0px;
}
#nav-programs a.six {
	background-position: -700px 0px;
}
#nav-programs a.seven {
	background-position: -840px 0px;
}
#nav-programs a.eight {
	background-position: -980px 0px;
}
