@charset "utf-8";

body {
	background: #fff url(../images/top5.gif) repeat-x top;
	font-family: Arial, "MS Sans Serif";
	font-size: 13px;
	color: #454545;
	margin:0;
	padding:0;
	}
	
#page {
	margin: 0px auto;
	width: 900px;
	}
	
#header {
	position: relative;
	width: inherit;
	height: 125px;
	color: #000000;
	}
	
	#header #title {	
		position: relative;
		bottom: 45px;
		left: 150px;
		}
		
	#header #logo {
		position: absolute;
		top: 10px;
		width: 130px;
		height: 84px;
		}	
		
	#header #head_img {
		position: relative;
		left: 180px;
		top: 3px;
		width: 145px;
		height: 95px;
		}
		
#nav {
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 100;
	top:71px;
	left:120px;
	}
	
	#nav li {
		margin: 0;
		padding: 0;
		list-style: none;
		float: left;
		font: bold 12px arial;
		}
	
	#nav li a {
		display: block;
		margin: 0 1px 0 0;
		padding: 6px 12px;
		border: 1px solid #252525;
		border-bottom: none;
		background:#CE6700;
		color: #FFF;
		text-align: center;
		text-decoration: none;
		}
	
	#nav li a:hover {
		background:#DBDBDB;
		color: #000;
		}
	
	#nav div {
		position: absolute;
		visibility: hidden;
		margin: 0;
		padding: 0;
		background: #EAEBD8;
		border: 1px solid #000;
		}
	
		#nav div a {
			position: relative;
			display: block;
			margin: 0;
			padding: 5px 10px;
			width: auto;
			border: none;
			white-space: nowrap;
			text-align: left;
			text-decoration: none;
			background: #EAEBD8;
			color: #252525;
			font: 11px arial;
			}
	
		#nav div a:hover {
			background:#E17100;
			color: #FFF;
			}
			
#body {
	padding-top: 10px;
	}
	
#body h1 {
	font-weight: bold;
	font-size: 24px;
	}
	
#body h2 {
	font-weight: bold;
	font-size: 18px;
	}

#body table {
	border-spacing: 4px;
	}
	
#body th {
	background: #FF8000;
	color: #FFF;
	padding: 4px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	}
	
#body td {
	padding: 3px;
	}
	
	#body #home_left {
		width: 660px;
		border-right: 1px dotted #000;
		float: left;
		padding-right: 10px;
		}
		
	#body #home_right {
		width: 219px;
		float: left;
		padding-left: 10px;
		}
	
	#body #welcome {
		line-height:15px;
		padding: 8px;
		text-align:justify;
		font-size:13px;
		}
		
		#body #welcome h3 { 
			font-size: 16px;
			}

#footer {
	width: 900px;
	float: left;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #666;
	text-align: center;
	color: #454545;
	}
	
	#footer table td {
		vertical-align: middle;
		}
	
	#footer a {
		text-decoration: none;
		color: #454545;
		}
		
	#footer a:hover {
		text-decoration: underline;
		}

.blur {
	color: #999;
}

.box {
	background: #fff url(../images/box_header.gif) repeat-x top;
	border: 1px solid #EC7700;
	}
	
.box p {
	padding: 6px;
	padding-top: 4px;
	}

.box h3 {		
	padding: 6px;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	}
	
.two_column_list { 
	border-collapse: collapse;
	}
	
	.two_column_list th, .two_column_list td { 
		border-bottom:1px solid #000;
		padding: 4px;
		}
	
	.two_column_list .bottom {
		border: none;
		}		
	
#klaa_schools {
	width: 100%;
	border-spacing:0px;
	border-collapse:collapse;
	}
	
	#klaa_schools tr td {
		text-align: center;
		border:1px solid #333;
		}
		
	#klaa_schools tr td img {
		width: 50px;
		height: 50px;
		border: none;
		}

	#klaa_schools tr td a {
		text-decoration: none;
		font-size: 11px;
		}
		
	#klaa_schools tr td a:visited {
		text-decoration: none;
		font-size: 11px;
		color: #00F;
		}

.orange_box {
	border: 1px solid #EC7700;
	padding: 10px;
	margin-bottom: 10px;
	}
	
	.orange_box h3 {
		font-weight: bold;
		font-size: 14px;
		margin-bottom: 6px;
		}
		
	.orange_box h2 {
		font-weight: bold;
		font-size: 16px;
		margin-bottom: 6px;
		}
		
.schedule { 
	border-collapse: collapse;
	}
	
	.schedule th, .schedule td { 
		border-bottom:1px solid #000;
		padding: 5px;
		text-align: center;
		}
		
	.schedule .home td {
		font-weight: bold;
		color: #FF8000
		}
	
	.schedule .bottom {
		border: none;
		}
		
	.schedule a {
		text-decoration: none;
	}
	
	.schedule a:hover {
		text-decoration: underline;	
	}
	
	.schedule a:visited {
		color: #00F;
	}

.colored_list {
	border-collapse: collapse;
	}

	.colored_list td {
		font-weight: bold;
		text-align: center;
		padding: 30px;
		}
		
	.colored_list a {
		color: #FFFFFF;
		text-decoration: none;
		}
		
	.colored_list a:hover {
		text-decoration: underline;
		}
	
	.colored_list .orange {
		background-color: #FEB36A;
		}
	
	.colored_list .black {
		background-color: #908B87;
		}
		
#news {
	width:100%;
	}
	
	#news tr td p {
		font-weight:bold;
		color: #FF8000;
		font-size: 16px;
		padding: 0;
		}
	
	#news tr td span { /* FOR DATE */
		font-style: italic;
		float: right;
		}
	
	#news .divider {
		border-bottom: 1px solid #000;
		}
		
.coach_bio {
		line-height:15px;
		padding: 8px;
		text-align:justify;
		font-size:13px;
		}
		
		.coach_bio h3 {
			font-weight: bold;
			font-size: 14px;
			margin-bottom: 6px;
			}
		
		.coach_bio img {
			padding: 5px;
			float: left;
			}
	
#manage-subscription-list {

}
	#manage-subscription-list table {
		width: 100%;
	}
	
	#manage-subscription-list table tr td {
		text-align: center;	
		height: 30px;
		vertical-align: middle;
		color: #F90;
		cursor: pointer;
	}

	#manage-subscription-list table tr td span {
		display: none;
	}

#manage-subscription-functions {
	background: #FC6;
	color: #FFF;
	border: 1px solid #000;
	border-top: none;
	display: none;
	position:absolute;
	padding: 8px;
	z-index: 5000;
}

#breadcrumb {
	background-color: #FFA042;
	padding: 5px;
}
	#breadcrumb a {
		font-weight: bold;
		text-decoration: none;
		color: #333;
	}
	
	#breadcrumb a:hover {
		text-decoration: underline;
	}

/*
*------------------------
*   improptu theme
*------------------------
*/
.cleanbluewarning .cleanblue{ background-color: #acb4c4; }
.cleanbluefade{ position: absolute; background-color: #aaaaaa; }
div.cleanblue{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; position: absolute; background-color: #ffffff; width: 300px; font-size: 11px; text-align: left; border: solid 1px #E17100; }
div.cleanblue .cleanbluecontainer{ background-color: #ffffff; border-top: solid 14px #E17100; padding: 5px; font-weight: bold; }
div.cleanblue .cleanblueclose{ float: right; width: 18px; cursor: default; margin: -19px -12px 0 0; color: #ffffff; font-weight: bold; }
div.cleanblue .cleanbluemessage{ padding: 10px; line-height: 20px; font-size: 11px; color: #333333; }
div.cleanblue .cleanbluebuttons{ text-align: right; padding: 5px 0 5px 0; border: solid 1px #eeeeee; background-color: #f4f4f4; }
div.cleanblue button{ padding: 3px 10px; margin: 0 10px; background-color: #E17100; border: solid 1px #f4f4f4; color: #ffffff; font-weight: bold; font-size: 12px; }
div.cleanblue button:hover{ border: solid 1px #d4d4d4; }