/*HOME STYLES*/


body#home #content {
	position:relative;
}

#homePageCopyBox {
	float:left;
	width:350px;
	padding:0 0 15px;
	font-size:16px;
	line-height:22px;
	font-weight:700;
	margin-left:40px;
	display:inline;
}

#homePageCopyBox ul {
	line-height:22px;
	font-weight:normal;
}

#homePageCopyBox .learnMore {
	float:right;
	font-size:14px;
	margin:10px 30px 0 0;
}

#homePageCopyBox .learnMore a {
	text-decoration:underline;
}

#homePageCopyBox .learnMore a:hover {
	text-decoration:none;
}

.homePageSlideshow {
	float:right;
	width:550px;
	position:relative;
	height:310px; /*must specify height for slideshow to work*/
	margin-right:60px;
	display:inline;
}

.homePageSlideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

.homePageSlideshow img.active {
    z-index:10;
}

.homePageSlideshow img.last-active {
    z-index:9;
}

body#home #homePageImageButtons {
	clear:both;
	text-align:center;
}

#homePageImageButtons ul {
	margin:0;
	padding:0;
	list-style:none;
}

#homePageImageButtons li {
	margin:0 5px;
	float:left;
}

* html #homePageImageButtons li {
	margin:0 2px;
}

#homePageImageButtons li a {
	display:block;
	width:190px;
	height:125px;
	position:relative;
	text-decoration:none;
	z-index:20;
}

/*FIRST BUTTON IMAGES*/
#homePageImageButtons li a.button1_0 {
	background:transparent url(../images/home_page/imageButtons/image1_0.gif) no-repeat top left;
}

#homePageImageButtons li a.button1_1 {
	background:transparent url(../images/home_page/imageButtons/image1_1.gif) no-repeat top left;
}
#homePageImageButtons li a.button1_1 {
	background:transparent url(../images/home_page/imageButtons/image1_1.gif) no-repeat top left;
}

/*SECOND BUTTON IMAGES*/
#homePageImageButtons li a.button2_0 {
	background:transparent url(../images/home_page/imageButtons/image2_0.gif) no-repeat top left;
}

#homePageImageButtons li a.button2_1 {
	background:transparent url(../images/home_page/imageButtons/image2_1.gif) no-repeat top left;
}

#homePageImageButtons li a.button2_2 {
	background:transparent url(../images/home_page/imageButtons/image2_2.gif) no-repeat top left;
}

/*THIRD BUTTON IMAGES*/
#homePageImageButtons li a.button3_0 {
	background:transparent url(../images/home_page/imageButtons/image3_0.gif) no-repeat top left;
}

#homePageImageButtons li a.button3_1 {
	background:transparent url(../images/home_page/imageButtons/image3_1.gif) no-repeat top left;
}

#homePageImageButtons li a.button3_2 {
	background:transparent url(../images/home_page/imageButtons/image3_2.gif) no-repeat top left;
}

/*FOURTH BUTTOM IMAGES*/
#homePageImageButtons li a.button4_0 {
	background:transparent url(../images/home_page/imageButtons/image4_0.gif) no-repeat top left;
}

#homePageImageButtons li a.button4_1 {
	background:transparent url(../images/home_page/imageButtons/image4_1.gif) no-repeat top left;
}

#homePageImageButtons li a.button4_2 {
	background:transparent url(../images/home_page/imageButtons/image4_2.gif) no-repeat top left;
}

/*FIFTH BUTTON IMAGES*/
#homePageImageButtons li a.button5_0 {
	background:transparent url(../images/home_page/imageButtons/image5_0.gif) no-repeat top left;
}

#homePageImageButtons li a.button5_1 {
	background:transparent url(../images/home_page/imageButtons/image5_1.gif) no-repeat top left;
}

#homePageImageButtons li a.button5_2 {
	background:transparent url(../images/home_page/imageButtons/image5_2.gif) no-repeat top left;
}

/*BUTTON IMAGES TEXT*/

#homePageImageButtons li a .buttonText {
	width:166px;
	background:#fff;
	color:#000;
	border-bottom:#fff solid 2px;
	padding:2px 11px;
	line-height:13px;
	text-align:left;
	position:absolute;
	left:1px;
	top:8px;
	cursor:pointer;
	font-size:11px;
/*	text-transform:uppercase;*/
}

#homePageImageButtons li a:hover .buttonText {
/*	bottom:30px;*/
	color:#333;
	border-bottom:#ff2020 solid 2px;
}
