

/* the ui_clear div is used to clear two floated elements*/

.ui_clear {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}

/* Beginning of Template CSS*/

body {
	margin: 0px;
	background: #5f1864 url(/images/KSACC_bg.jpg) repeat-x top center fixed;
}
	body.teen{background: #aa3c97 url(/images/KSACC_teenbg.jpg) repeat-x top center fixed;}
	body.kids{background: #aa3c97 url(/images/KSACC_kidsbg.jpg) repeat-x top center fixed;}

.ui_page {
	width: 980px;
	margin: 0 auto;
	background: #fff url(/images/KSACC_contentbg.jpg) repeat-y top center;
	border-left: 1px solid #d89864;
	border-right: 1px solid #c36010;
	border-bottom: 1px solid #d89864;
}
	.teen .ui_page{width: 850px; background: #d6c9a7; border: 0;}
	.kids .ui_page{
		width: 925px;
		margin: 0px auto;
		background: #fff; 
		border: 0;
	}


.ui_header {
	background: transparent url(/images/KSACC_header.jpg) no-repeat top center;
	width: 1004px;
	margin-left: -11px;
		_width: 980px;
		_margin: 0;
	padding: 0 0 155px 0;
}
	.teen .ui_header{
		width: 850px; 
		background: transparent url(/images/KSACC_teen_header.jpg) no-repeat top center;
		padding: 255px 0 40px 0;
		margin: 0;} /*less the height of the link 100px*/
	.kids .ui_header{
		width: 925px;
		background: #000 url(/images/KSACC_kidsheader.jpg) no-repeat top center;
		padding: 0;
		margin: 0;
	}

.ui_left {
	width: 210px;
	float: left;
	padding: 0 0 20px 0;
	text-align: right;
}
	.ui_images{display:none;}
	.teen .ui_left{width: 155px; _width: 255px;}
		.teen .ui_images{display: block; margin-left: -70px; _margin-left: 0;}
	.kids .ui_left{display: none;}


		
.ui_right {
	width: 770px;
	float: right;
}
	.teen .ui_right{width: 655px; _width: 555px;}
	.kids .ui_right{width: 925px;}

.ui_main_content_wrapper {
	padding: 20px;
}

.ui_main_content {

}	


.ui_footer_wrapper {	clear: both; height: 0px; position: relative;}
	.teen .ui_footer_wrapper,
	.kids .ui_footer_wrapper 	{display: block; height: auto;}

.ui_footer {

}

.teen .ui_footer{	
	border-bottom: 18px solid #07404c;
	background: #05364c;
	padding: 5px 0 0 0;
}
.kids .ui_footer{
	width: 925px;
	background: #000 url(/images/KSACC_kids_footer.jpg) no-repeat bottom center;
	padding: 0 0 102px 0;
	border-bottom: 18px solid #000;
}

.ui_print_email {
	display: none;
	color: #fff;
	padding-top: 6px;

}
	.kids .ui_print_email,
	.teen .ui_print_email{display: block; position: absolute; top: 0; font-size: 11px; right: 10px; line-height: 20px;}

a.PrintPageLink:link, 
a.PrintPageLink:visited,
a.PrintPageLink:active,
a.TellAFriendLink:link,
a.TellAFriendLink:visited,
a.TellAFriendLink:active { 
	font-weight: normal;
	color: #fff;
}

a.PrintPageLink:hover,
a.TellAFriendLink:hover {
	text-decoration: underline;
}

.ui_bottom_outside {
	padding-top: 10px;
	width: 980px;
	margin: 0px auto;
	color: #fff;
}

.ui_copyright {
	font-size: 10px;
	text-align: center;
}

.ui_tagline {
	font-size: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.ui_tagline a:link,
.ui_tagline a:visited,
.ui_tagline a:active {color: #fff;}

.ui_tagline a:hover {color: #fff;}

.kids .SummaryContent_Wrapper{display: inline-block; padding: 0 20px;}
	.kids .SummaryContent{width: 885px;}
.teen h6,
.kids h6{background: none; color: #666;}
