/* March 14th */

.navigation{
	width: 100%;
	float: left;
	min-height: 28px;
	margin: 0px;
	padding: 0px;
}

.adminLinks a{
	color: #FFFFFF;
	text-decoration: none;
}
.adminLinks a:hover{
	text-decoration: underline;
	color: #A50203;
}


.fontSize120{ font-size:120%;
}
a{
	color: #333333;
}

a:hover{
	text-decoration: underline;
	color: #A50203;
}

	
.row p{
	padding-right: 5px;
	padding-left: 5px;
}
.row h1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: 16px;
}

/* Use only for Admin Section! */
.boxMid{
	background-image: url(../images/largeboxbody2.jpg);
	background-repeat: repeat-x;
	background-color: #BDBDBD;
	width: 100%;
	float: left;
	min-height: 325px;
	height: auto;
}
/* for Internet Explorer */
/*\*/
* html .boxMid{
	height: 325px;
}
* html .navigation{
	height: 28px;
}
/**/
.boxTop{
	background-image: url(../images/regTopBg.jpg);
	background-repeat: repeat-x;
	margin-top: 5px;
}

.boxBtm{
	background-image: url(../images/largeboxbtm.jpg);
	background-repeat: repeat-x;
	height: 37px;
	clear: both;
}

.progress ul li{
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 14px;
	font-size: 10px;
}
.coach{
	background-image: url(../images/coaches_corner.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 374px;
	width: 164px;
}
.coach ul li{
	list-style-type: none;
	font-weight: bold;
}
.next{
	color: #999999;
}
.current{
	background-image: url(../images/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}
.previous{
	color: #003366;
	background-image: url(../images/tick.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.bgBlue{
	background-color: #082b49;
}
.bgLightBlue{
	background-color: #6f94b8;
}
.bgMedBlue{
	background-color: #475d72;
}
.textWhite{
	color: #FFFFFF;
}

.sitemap ul{
	list-style-type: none;
}
.sitemap ul li{
	padding-bottom: 10px;
}

.sitemap a{
	color: #333333;
	text-decoration: none;
}
.sitemap a:hover{
	text-decoration: underline;
	color: #A50203;
}
.aPrograms a{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.aPrograms a:hover{
	text-decoration: underline;
	color: #A50203;
	font-weight: bold;
}
.noDisplay{display:none;} 

.progTop{
	background-image: url(../images/prog-top-box.jpg);
	background-repeat: no-repeat;
	height: 11px;
	width: 163px;
}
.progMid{
	background-image: url(../images/prog-mid-box.jpg);
	background-repeat: repeat-y;
	width: 163px;
}
.progBot{
	background-image: url(../images/prog-bot-box.jpg);
	background-repeat: no-repeat;
	height: 14px;
	width: 163px;
}

#slideshow {
    position:relative;
    height:216px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

.noUnderline{
	text-decoration: none;
}