﻿@charset "utf-8";
/* CSS Document */
html {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
}
body {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
}
body {
	background: #CFAC82 url(images/back_pattern.gif) repeat;
}
#top_menu {
	margin: 0 10px;
	height: 31px;
	background: url(images/menubar_left.gif) no-repeat;
	padding-left: 13px;
}
#top_menu div {
	background: url(images/menubar_right.gif) no-repeat right;
	padding-right: 13px;
}
#top_menu table {
	background: url(images/menu_back.gif) repeat-x;
}
#top_menu table td.last {
	background: none;
}
a {
	color: #3399FF;
}
a.bbutton {
	background: url(images/bbutton.gif) no-repeat;
	height: 24px;
	width: 127px;
	display: inline-block;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	margin: 3px;
}
a.bbutton:hover {
	background-position: 0 -24px;
}
a.rbutton {
	background: url(images/rbutton.gif) no-repeat;
	height: 31px;
	width: 123px;
	display: inline-block;
	line-height: 31px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 17px;
	text-decoration: none;
	margin: 3px;
}
a.rbutton:hover {
	background-position: 0 -31px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	margin: 20px 0;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #630;
	margin: 10px 0;
	text-align: left;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0 10px 0;
	color: #630;
	border-left: 14px solid #C8A175;
	padding-left: 5px;
}
h4 {
	font-size: 15px;
	padding-left: 5px;
}
h5 {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	padding-left: 5px;
}
.red {
	color: #CC0000;
}
#container {
	margin: auto;
	width: 880px;
}
#footer .menu a:hover {
	text-decoration: underline;
	color: #CC0000;
}
#top_menu table {
	height: 31px;
}
#top_menu table td {
	background: url(images/menu_splitter.gif) no-repeat right;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: -1px;
}
#top_menu a {
	text-transform: none;
	font-style: normal;
	display: block;
	height: 31px;
	line-height: 31px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}
#top_menu a:hover {
	color: #000;
	background: url(images/menu_over.gif);
}
.tour {
	margin: 10px;
	background: url(images/tour_back.gif) repeat-y;
}
.tourbox {
	background: #FFFFFF url(images/tour_box_mid.gif) repeat-y;
}
.tbfooter {
	font-size: 6px;
	background: url(images/tour_box_bot.gif);
	height: 9px;
	margin-bottom: 5px;
}
.tbfooter_last {
	font-size: 6px;
	background: url(images/tour_box_bot_l.gif);
	height: 17px;
	margin-bottom: 5px;
}
.tbcontent {
	background: url(images/tour_box_top.gif) no-repeat;
	padding: 10px 20px 0 20px;
}
.tourbox .tbcontent td {
	vertical-align: top;
}
.tbcontent_first {
	background: url(images/tour_box_top_f.gif) no-repeat;
	padding: 18px 20px 0 20px;
}
.tour h1 {
	letter-spacing: -1px;
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
	font-style: normal;
	border-bottom: 1px solid #630;
	margin-bottom: 5px;
	padding: 0;
	margin: 0;
}
#shadow {
	background: url(images/shadow-pattern.gif) repeat-x;
	height: 17px;
}
#footer .copy a:hover {
	color: #666666;
	text-decoration: underline;
}
.fprint {
	font-size: 11px;
	margin: 0px 10px 10px 10px;
	text-align: justify;
	color: #333333;
}
a.continue {
	display: block;
	height: 47px;
	width: 250px;
	background: url(images/cbutton.gif) no-repeat 0px top;
}
a.continue span {
	display: none;
}
a.continue:hover {
	background-position: left bottom;
}
a.continue:hover span {
	background-position: right bottom;
}
.continue {
}
a.join {
	display: block;
	height: 47px;
	width: 250px;
	background: url(images/enroll_button.gif) no-repeat 0px top;
}
a.join span {
	display: none;
}
a.join:hover {
	background-position: left bottom;
}
a.join:hover span {
	background-position: right bottom;
}
.join {
}
p {
	margin: 10px 0 10px 0;
	line-height: 120%;
}
.table {
}
.table th {
	color: #FFFFFF;
	background-color: #660000;
	padding: 5px;
}
.table td {
	padding: 2px 5px;
	font-size: 13px;
	background-color: #F2DBDB;
	text-align: right;
}
.table .even td {
	background-color: #F8EDED;
}
.table .total td {
	border-top: 2px solid #000;
}
.desc {
	font-size: 11px;
	color: #333;
}
.check {
	margin: 10px;
	padding: 0;
	list-style: none;
}
.check li {
	padding-left: 35px;
	font-size: 13px;
	background: url(images/checkmark.gif) no-repeat;
	padding-top: 5px;
}
.fleft {
	margin: 10px 10px 10px 0px;
	float: left;
}
.testi {
	width: 240px;
	margin-left: 10px;
	margin-top: 10px;
}
.testi p {
	margin: 0 5px;
	padding: 2px 0;
	line-height: normal;
}
.testi .ttop {
	background: url(images/testi_box_top.gif);
	height: 10px;
	font-size: 5px;
}
.testi .tmid {
	background: url(images/testi_box_mid.gif);
}
.testi .tbot {
	background: url(images/testi_box_bot.gif);
	height: 10px;
	font-size: 5px;
}
.hot {
	font-size: 17px;
	color: #630;
	line-height: normal;
	text-align: center;
	margin: 0 5px 10px 5px;
	background: url(images/hot_back.jpg) no-repeat center center;
	border-bottom: 1px solid #630;
	border-top: 1px solid #630;
	padding: 5px 0;
}
.hot strong {
	color: #CC0000;
}
.important {
	border-bottom: 1px solid #630;
	border-top: 1px solid #630;
	margin: 20px;
	padding: 5px 0;
	color: #CC0000;
	line-height: normal;
	text-align: center;
	font-size: 17px;
}
#industryfloat {
	background: url(images/nikki_anderson.gif) no-repeat;
}
#fl09 {
	float: left;
	clear: left;
	padding: 0;
}
#fl08 {
	float: left;
	clear: left;
	padding: 0;
}
#fl07 {
	float: left;
	clear: left;
	padding: 0;
}
#fl06 {
	float: left;
	clear: left;
	padding: 0;
}
#fl05 {
	float: left;
	clear: left;
	padding: 0;
}
#fl04 {
	float: left;
	clear: left;
	padding: 0;
}
#fl03 {
	float: left;
	clear: left;
	padding: 0;
}
#fl02 {
	float: left;
	clear: left;
	padding: 0;
}
#fl01 {
	float: left;
	clear: left;
	padding: 0;
}
#fl01 {
	width: 251px;
	height: 52px;
}
#fl02 {
	width: 209px;
	height: 20px;
}
#fl03 {
	width: 179px;
	height: 24px;
}
#fl04 {
	width: 165px;
	height: 37px;
}
#fl05 {
	width: 153px;
	height: 33px;
}
#fl06 {
	width: 170px;
	height: 28px;
}
#fl07 {
	width: 171px;
	height: 35px;
}
#fl08 {
	width: 160px;
	height: 30px;
}
#fl09 {
	width: 150px;
	height: 66px;
}
#enroll_button:hover {
	background-image: url(images/enroll_button.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}