#page1 #search{
	background:none;
	height:30px;
}

#home-left{
	float:left;
	width:295px;
	padding-left:25px;
	margin:20px 0 0 0;
	line-height:normal;
}

#home-mailing-list{
	margin:10px 0 10px 0;	
}
#home-mailing-list a{
	display:block;
	background:url(../images/home-join.png) no-repeat;
	width:303px;
	height:38px;
	text-indent:-1000px;
	margin:-5px;
}

#home-blurbs{
	height:308px;
}
#home-blurbs .toggle0{
	display:none;
}
#home-blurbs td.blurbs{
	background:url(../images/home-feature-bg.png) top repeat-x;
	padding:15px;
}
#home-blurbs td{
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#home-blurbs td a{
	color:#eee;
	text-decoration:none;
}
#home-blurbs td a:hover{
	color:#fff;
	font-weight:normal;
}
#home-blurbs h3{
	padding-bottom:10px;	
}
#home-quicklinks td{
	font-size:14px;
	line-height:20px;
}
#home-logos{
	position:absolute;
	z-index:100;
	left:340px;
	bottom:0px;
}

#home-right{
	float:left;
	width:640px;
	color:white;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
}
#home-topshadow{
	width:640px;
	height:35px;
	background:url(../images/home-slideshow-top.png);
}
#home-middleshadow{
	width:640px;
	background:url(../images/home-slideshow-middle.png);
	height:316px;
	position:relative;
}
#home-bottomshadow{
	width:640px;
	height:35px;
	background:url(../images/home-slideshow-bottom.png);
}
#home-right p{
	padding:0 20px;
}


#home-slideshow{
	position: relative;
	width: 566px !important; /*set your width*/
	height: 316px !important; /*set your height*/
	background-color: #58585a; /*i needed a black background*/
	overflow:hidden;
	left:36px;
}
#home-slideshow div.slider {
	position: absolute;
	background:center center no-repeat;
	top: 0px;
	left: 0;
	width: 566px;
	height: 316px;
	z-index: 100;
	text-align: right;
	color: white;
}
#home-slideshow span { 
	display:block;
	background-color: black;
	padding-top:10px;
	color:white;
	padding:5px;
	position:absolute;
	z-index:10;
	left:0px;
	bottom:0px;
	width:556px;
}

#home-slideshow div.active {
	z-index: 102;
	opacity: 1.0;
}
#home-slideshow div.last-active {
	z-index: 101;
}

