/*
    anythingSlider v1.2
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider                         {
	width: 530px;
	height: 130px;
	position: relative;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
}
.anythingSlider .wrapper                {
	width: 510px;
	overflow: auto;
	height: 130px;
	margin-right:40px;
	position: absolute;
	top: 0;
	left: 0;
}

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             {
	width: 32700px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}
.anythingSlider ul li                   {
	display: block;
	float: left;
	padding: 0;
	height: 130px;
	width: 510px;
	margin: 0;
}
.anythingSlider .arrow                  { display: none; height: 200px; width: 67px; background: url(/res/images/home_banner/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 110px; text-align: left; padding-left:20px; }
#thumbNav a                             {
	color: #ffffff;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	display: inline-block;
	width:17px;
	height: 17px;
	line-height:17px;
	margin: 0 5px 0 0;
	background-image:url(/res/images/home_banner/cellshade.png);
	text-align: center;
	background-repeat: no-repeat;
}
#thumbNav a:hover                       {
	background-image:url(/res/images/home_banner/cellshade_h.png);
	background-repeat: no-repeat;
}
#thumbNav a.cur                         { 
	background-image:url(/res/images/home_banner/cellshade_h.png);
	background-repeat: no-repeat;
	}

#start-stop                             { display:none; background:#3776bb; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 110px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color:#7ab2ee; }
#start-stop:hover                       { background-image: #7ab2ee; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }






/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/
*                                       { margin: 0; padding: 0; }

#home_banner_wrap a img {
	border:0px none;
	
}

#home_banner_wrap a {
	text-decoration:none;
}



#home_banner_wrap  {
	width: 1000px;
	padding: 5px;
	position: relative;
	background-color: white;
	background-image: url(/res/images/home_banner/acc_banner_bg.jpg);
	height: 140px;
	margin-top: 10;
	margin-right: 0px;
	margin-left: 0px;
	background-position: left 2px;
	background-repeat: no-repeat;
	clear: both;
	float: left;
	text-align:left;
}


#home_banner_wrap h2   {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}  



#home_banner_wrap #home_site_desc {
	float: left;
	width: 450px;
	padding-top: 7px;
	padding-bottom: 10px;
	height: 110px;
	font-family: Arial, Helvetica, sans-serif;
}
#home_banner_wrap #home_site_desc h2 {
	font-size: 24px;
	font-weight: bold;
	color: #3776bb;
	text-transform: uppercase;
}
#home_banner_wrap #home_site_desc p {
	color: #333;
	font-size: 14px;
}
