@charset "UTF-8";
html, body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	behavior: url("scripts/csshover.htc");
	background-color: #FFC60B;
}

.main_table {
	height: 100%;
}

.middle_back {
	background-image: url(images/background.jpg);
	background-color: #ffca0a;
	background-repeat: repeat-x;
	background-position: center top;
}

#middle_container {
	background-image: url(images/back_main.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	/*height: 100%;*/
	height: 533px;
	overflow: hidden;
}

.top_back {
	background-color: #be202e;
	background-image: url(images/back_top.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	height:24%;
	*height: 2%;
}

.bottom_back {
	background-color: #FFC60B;
	background-image: url(images/back_bottom.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 20%;
	*height: 0%;
	*background-image: none;
}

.bottom_yellow {
	background-color: #FFC60B;
}

#left_menu {
	width: 155px;
	float: left;
	background-image: url(images/menu_line.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 100%;
}

.menu_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	line-height: 32px;
	height: 32px;
	background-image: url(images/button.jpg);
	background-repeat:no-repeat;
	background-position: right;
	border-right: solid 1px #ccc7be;
	text-decoration: none;
}

a {
 	text-decoration: none;
}

.menu_link:hover {
	color: #FF6600;
	background-image: url(images/button_o.jpg);
}

.awards {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #999999;
	background-image: url(images/TSBA.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 2px 10px 0px 59px;
	margin-top: 26px;
	height: 109px;
}

.mailing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	text-align: center;
	margin-top: 26px;
}

.mailing input {
	width: 140px;
}

.mailing img {
	border: solid 1px #999999;
}

#main_content {
	position: relative;
	width: 575px;
	float: right;
}

#scroll_container {
	height: 443px;
	_width: 575px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
}

.image {
	position: absolute;
	right:0px;
	top: -80px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 22px;
	text-align: justify;
	padding: 10px 30px 10px 30px;
}

.image_table {
	border-collapse: collapse;
}

.image_table_box {
	font-size: 11px;
	color: #555555;
	line-height: 14px;
	padding: 5px 4px 5px 4px;
	border: dashed 1px #AAAAAA;
	text-align: left;
}

.image_heading {
	background-image: url(images/back_grad.jpg);
	background-position: right;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	padding: 6px 0px 6px 0px;
	border: dashed 1px #AAAAAA;
	color: #333333;
}

.image_heading2 {
	background-image: url(images/back_grad2.jpg);
	background-position: right;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	padding: 6px 0px 6px 0px;
	border: dashed 1px #AAAAAA;
	color: #333333;
}

h1 {
	color: #FF3300;
	font-size: 14px;
}

h2 {
	color: #FF7700;
	font-size: 12px;
	margin: 0px;
}

p {
	margin-top: 0px;
	margin-bottom: 8px;
}

ul {
	padding-left :14px;
	margin: 12px;
}

ul li {
	line-height: 12px;
	margin-bottom: 6px;
	margin-top: 0px;
}

.form_text {
	border: dashed 1px #CCCCCC;
	padding: 6px;
	margin: 0px;
	font-size: 12px;
	text-align: left;
}

#kid_parent {
	overflow: auto;
}

.kids_table {
	border: solid 1px #FFDDBB;
}

.kids_table h1 {
	color: #FFFFFF;
	margin-left: 20px;
}

.kids_table span {
	color: #666666;
	font-weight: normal;
	font-size: 12px;
	line-height: 10px;
}

.kids_table td {
	height: 14px;
	line-height: 14px;
	font-size: 11px;
	color: #222222;
}

.kids_table span {
	color: #FF3300;
	padding-left: 6px;
	line-height: 10px!important;
}

.kids_table .price {
	padding: 0px;
	margin: 0px;
	padding-right: 20px;
	text-align: right;
	color: #222222;
}

.kids_table .price span {
	padding: 0px;
}

.kids_div {
	width: 100%;
	position: relative;
	clear: both;
	overflow: auto;
	top: -22px;
	z-index: 0;
	margin-bottom: -18px;
}

.kids_div .sml_text {
	padding: 0px;
	color: #666666;
	font-size: 9px;
}

.kids_div .bottom_text {
	line-height: 24px;
	font-size: 9px;
	height: 24px;
	text-align: center;
}

.banner {
	clear: both;
	top: -2px;
	position: relative;
	width: 100%;
	z-index: 100;
}