@CHARSET "UTF-8";

/* GENERAL */

/* WRAPPER TOP */
.wrapper-top {
	background:none;
}

/* WRAPPER MIDDLE */
.wrapper-middle {
	background:none;
}

.middle-container .left-column,
.middle-container .right-column {
	margin-top:5px;
  /*ie6 min-height hack*/
  min-height: 390px;
  height: auto !important;
  height: 410px;
}

.middle-container .left-column {
	width:638px;
}

.middle-container .right-column {
	width:308px;
}

.middle-container .callout-wrapper .callout .ordered-list li {
	margin-left:20px;
}

#CoverFlowDiv{
  position: absolute;
  outline: none;
  padding:0;
  margin:0;
  width: 650px;
}
#CoverFlowDiv img{
  padding: 0 0 0 20px;
}

#coaches-reg-link {
	color:#01B3FD;
}

#coaches-reg-link:hover {
	color:#D60101;
}


#home-slideshow{
	margin-left: 65px;
	overflow:hidden;
	height: 325px;
	width: 487px;
}

#home-slideshow img{
	height: 325px;
	width: 487px;
}

#home-slideshow .slideshow-text {
	position:absolute;
	top:260px;
	left:25px;
	color:#fff;
	font-size:18px;
	display: none;
	width: 418px;
}

#background, #background div{
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: repeat-x;
	top: 0;
	left: 0;
	z-index: -1000;
}

#bg0{
	background-image: url(/img/bg-home-2.jpg);
}
#bg1{
	background-image: url(/img/bg-home.jpg);
}
#bg2{
	background-image: url(/img/bg-home.jpg);
}
#bg3{
	background-image: url(/img/bg-home-4.jpg);
}
#bg4{
	background-image: url(/img/bg-home.jpg);
}

.wrapper-bottom {
	margin-top:0;
}
