/***** RESET *****/
html {
	color:#666666;
	background:#FFFFF;
}
body {
	text-align:left;
	height:100%;
}
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, textarea, p, blockquote, a {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, a {
	font-size:100%;
	font-weight:normal;
	line-height:100%;
}
em {
	font-style:normal;
	font-weight:normal;
}
ul, ol {
	list-style-type:none;
}
li {
	list-style:none;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select {
*font-size:100%;
}
input, label {
	margin:0;
	padding:0;
}
legend {
	color:#666666;
}
table {
	font-size:inherit;
	font:100%;
}
img {
	border: none;
}
/***** GENERIC *****/
body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #333;
	margin: 0;
	padding: 0;
}
a {
	font-size: 100%;
	color: #333;
}
h1 a, h2 a, h3 a, h4 a {
	font-weight: bold;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #666;
}
h1, h2, h3, h4, h5, h6, p, li, span, a {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #333;
	margin: 0;
	padding: 0 0 0.5em 0;
	line-height: 120%;
}
h2 {
	font-size: 1.0em;
	font-weight: bold;
	color: #333;
	margin: 0;
	padding: 0 0 0.5em 0;
	line-height: 120%;
	clear: both;
}
h3 {
	font-size: 0.9em;
	font-weight: bold;
	color: #333;
	margin: 0;
	padding: 0.3em 0 0.2em 0;
	line-height: 120%;
	clear: both;
}
h4 {
	font-size: 0.8em;
	font-weight: bold;
	color: #333;
	margin: 0;
	padding: 0.5em 0 0.2em 0;
	line-height: 120%;
}
p, li, blockquote {
	font-size: 0.8em;
	color: #333;
	line-height: 120%;
}
p {
	margin: 0;
	padding: 0.2em 0 0.5em 0;
}
ul, ol {
	margin: 0.2em 0 0.5em 0;
}
ul li {
	list-style-type: disc;
	margin: 0 0 0 1.5em;
	padding: 0.5em 0 0 0;
}
ul li ul li {
	list-style: none;
	margin: 0;
	padding: 0.5em 0 0 0;
	font-size: 90%;
}
ol li {
	list-style-type: decimal;
	margin: 0 0.5em 0 1.5em;
	padding: 0.5em 0 0 0;
}
blockquote {
	margin: 0;
	padding: 3em 0 0.2em 0;
	display: block;
	clear: both;
	background-image: url(../images/styles/quote_op.gif);
	background-position: left 0.2em;
	background-repeat: no-repeat;
	color: #999;
	font-size: 75%;
	text-align: center;
}
.quote {
	margin: 0;
	padding: 0 0 2.75em 0;
	width: auto;
	display: block;
	background-image: url(../images/styles/quote_cl.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	font-style: italic;
	font-size: 125%;
	color: #333;
	min-height: 24px !important;
}
.hidden {
	display: none;
}
.float_lt {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}
.float_lt h2, .float_lt h3, .float_lt p {
	float: left;
	dislay: inline;
	bottom: 0;
	clear: none !important;
	line-height: 120% !important;
	margin: 0 5px 0 0 !important;
	padding: 0 !important;
	font-size: 0.8em !important;
}
.float_lt p a {
	font-size: 100%;
}
ul.no_list li {
	list-style: none;
	margin: 0.5em 0 0 0 !important;
}
ul.no_list li ul li {
	margin: 0 0.5em 0 1.5em !important;
}
.emphasis {
	font-size: 0.8em;
	color: #333;
	margin: 0.8em 0 0.2em 0 !important;
	color: #FFF;
}
.emphasis span, .emphasis a {
	font-size: 100%;
	color: #FFF;
	background-color: #999;
	line-height: 120%;
	padding: 0.4em !important;
	white-space:pre-wrap !important;
	width:auto;
}
.emphasisInverted {
	font-size: 0.8em;
	color: #333;
	margin: 0.8em 0 0.2em 0 !important;
	color: #999;
}
.emphasisInverted span, .emphasisInverted a {
	font-size: 100%;
	color: #999;
	background-color: #FFF;
	line-height: 120%;
	padding: 0.4em !important;
	white-space:pre-wrap !important;
	width:auto;
}
.emphasis a:link, .emphasis a:visited, .emphasisInverted a:link, .emphasisInverted a:visited {
	text-decoration: none;
}
.emphasis a:hover, .emphasisInverted a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #666;
}
.small {
	font-size: 75%;
}
/***** CONTAINERS *****/
div#container_page {
	width: 830px;
	margin: 0 auto;
	padding: 0;
}
div#page_hdr {
	width: 100%;
	margin: 30px 0 10px 0;
	height: 45px;
	height: 45px !important;
	min-height: 45px;
}
#flash_home {
	margin: 0 0 10px 0;
}
#flash_home .clear {
	width: 100%;
	clear: both;
}
#lt_col {
	width: 200px;
	float: left;
}
#lt_col img {
	margin: 0 0 10px 0;
}
#lt_col a img {
	width: 200px;
	height: 190px;
	display: block;
}
#lt_col a:hover img, #lt_col a#lt_col_current img {
	overflow:hidden; /*IE HACK */
	filter: alpha(opacity=60);
	opacity: 0.60 !important;
	-moz-opacity:0.60;
	-khtml-opacity: 0.60;
}
#rt_col {
	width: 620px;
	float: right;
	background-color: #E5E5E5;
	background-image: url(../images/styles/grey_bm_bar.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#rt_col #general, #rt_col #courses, #rt_col #tutors {
	display: block;
	background-image: url(../images/styles/grey_tp_bar.gif);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0;
	padding: 50px 50px 0 50px;
}
#rt_col .auction {
	background-image: url(../images/auction001.jpg);
	background-position: 0 120px;
	background-repeat: no-repeat;
}
#rt_col .auction #general h3 {
	margin-top: 225px!important;
	font-size: 0.8em!important;
	line-height: 120%;
}
#rt_col #general {
	min-height: 510px;
}
#rt_col #courses, #rt_col #tutors {
	min-height: 350px;
}
#rt_col .clear {
	width: 100%;
	clear: both;
	height: 30px;
	height: 30px !important;
	min-height: 30px;
}
#rt_col #general img {
}
#rt_col #gallery img {
}
#rt_col .gallery {
	padding: 10px;
	background-color: #FFF;
}
#rt_col .gallery a:hover img {
	overflow:hidden; /*IE HACK */
	filter: alpha(opacity=60);
	opacity: 0.60 !important;
	-moz-opacity:0.60;
	-khtml-opacity: 0.60;
}
#rt_col #courses img {
}
#rt_col #tutors img {
}
div#page_ftr {
	width: 100%;
	margin: 0;
	padding-top: 10px;
	clear: both;
	text-align: right; /* align images to right without floating */
}
div#page_ftr .lt {
	float: left;
	text-align: left;
	/*width: 280px;  Wider than left column to allow for image margin */
}
div#page_ftr .lt img {
	width: auto;
	float: left;
	margin: 0 5px 0 0;
	display: inline;
}
div#page_ftr .rt {
	float: right;
	text-align: right;
	width: 490px;
	font-size: 75%;
}
div#page_ftr .rt img {
	width: auto;
	margin: 0 0 20px 10px;
	float: right;
}
div#page_ftr .rt span {
	display: block;
	padding: 10px 0 0 0;
}
div#page_ftr .rt span a {
	color: #999999;
	font-size: 90%;
	margin-top: 10px;
	display: block;
}
div#page_ftr a:hover img {
	overflow:hidden; /*IE HACK */
	filter: alpha(opacity=60);
	opacity: 0.60 !important;
	-moz-opacity:0.60;
	-khtml-opacity: 0.60;
}
/***** MAIN MENU *****/
div#page_hdr ul#nav {
	float: left;
	width: 620px;
	display: inline;
	padding: 0;
	margin: 0;
}
div#page_hdr ul#nav li {
	float: left;
	width: auto;
	list-style-type: none;
}
div#page_hdr ul#nav li a {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}
ul#nav li.nav1, ul#nav li.nav2, ul#nav li.nav3, ul#nav li.nav4, ul#nav li.nav5, ul#nav li.nav6, ul#nav li.nav7, ul#nav li.nav8, ul#nav li.nav9, ul#nav li.nav10, ul#nav li.nav11 {
	margin: 5px 3px 0 0;
}
ul .nav1 a {
	width: 70px;
	background:url("../images/styles/nav1_off.gif") no-repeat;
}
ul .nav1 a:hover, li.nav1 a#nav_current {
	background:url("../images/styles/nav1_on.gif") no-repeat;
}
ul .nav2 a {
	width: 48px;
	background:url("../images/styles/nav2_off.gif") no-repeat;
}
ul .nav2 a:hover, li.nav2 a#nav_current {
	background:url("../images/styles/nav2_on.gif") no-repeat;
}
ul .nav3 a {
	width: 38px;
	background:url("../images/styles/nav3_off.gif") no-repeat;
}
ul .nav3 a:hover, li.nav3 a#nav_current {
	background:url("../images/styles/nav3_on.gif") no-repeat;
}
ul .nav4 a {
	width: 53px;
	background:url("../images/styles/nav4_off.gif") no-repeat;
}
ul .nav4 a:hover, li.nav4 a#nav_current {
	background:url("../images/styles/nav4_on.gif") no-repeat;
}
ul .nav5 a {
	width: 56px;
	background:url("../images/styles/nav5_off.gif") no-repeat;
}
ul .nav5 a:hover, li.nav5 a#nav_current {
	background:url("../images/styles/nav5_on.gif") no-repeat;
}
ul .nav6 a {
	width: 48px;
	background:url("../images/styles/nav6_off.gif") no-repeat;
}
ul .nav6 a:hover, li.nav6 a#nav_current {
	background:url("../images/styles/nav6_on.gif") no-repeat;
}
ul .nav7 a {
	width: 56px;
	background:url("../images/styles/nav7_off.gif") no-repeat;
}
ul .nav7 a:hover, li.nav7 a#nav_current {
	background:url("../images/styles/nav7_on.gif") no-repeat;
}
ul .nav8 a {
	width: 91px;
	background:url("../images/styles/nav8_off.gif") no-repeat;
}
ul .nav8 a:hover, li.nav8 a#nav_current {
	background:url("../images/styles/nav8_on.gif") no-repeat;
}
ul .nav9 a {
	width: 42px;
	background:url("../images/styles/nav9_off.gif") no-repeat;
}
ul .nav9 a:hover, li.nav9 a#nav_current {
	background:url("../images/styles/nav9_on.gif") no-repeat;
}
ul .nav10 a {
	width: 45px;
	background:url("../images/styles/nav10_off.gif") no-repeat;
}
ul .nav10 a:hover, li.nav10 a#nav_current {
	background:url("../images/styles/nav10_on.gif") no-repeat;
}
ul .nav11 a {
	width: 35px;
	background:url("../images/styles/nav11_off.gif") no-repeat;
}
ul .nav11 a:hover, li.nav11 a#nav_current {
	background:url("../images/styles/nav11_on.gif") no-repeat;
}
ul#nav li a {
	height: 18px;
}
ul#nav li a span {
	display: none;
}
/***** COURSE MENU *****/
#rt_col #courses ul.courses {
	width: 520px;
	float: left;
	margin: 0 auto;
	padding: 0;
}
#rt_col #courses ul.courses li {
	float: left;
	width: 160px;
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	display: inline;
	background-color: #FFF;
	font-size: 65%;
	overflow: hidden;
}
#rt_col #courses ul.courses li.middle {
	margin: 0px 20px 20px 20px !important;
}
#rt_col #courses ul.courses li a {
	margin: 0;
	padding: 0;
	height: 75px;
	height: 75px !important;
	min-height: 75px;
	text-decoration: none !important;
	display: block;
	width:160px;
}
#rt_col #courses ul.courses li a {
	height: auto;
	overflow: hidden;
}
#rt_col #courses ul.courses li a span {
	margin:0;
	padding: 10px;
	display: block;
	
	color: #000000;
	
}
#rt_col #courses ul.courses li a:hover span {
	color: #666666;
}
#rt_col #courses ul.courses li a.halfWidth {
	vertical-align:top!important;
	display: inline-block!important;
	width:80px;!important
}
#rt_col #courses ul.courses li div.blockT {
	clear: both;
	display: block;
	background-image: url(../images/styles/block_tp.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#rt_col #courses ul.courses li div.blockT a span {
	max-width: 25% !important;
}
#rt_col #courses ul.courses li div.blockB {
	clear: both;
	display: block;
	background-image: url(../images/styles/block_bm.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#rt_col #courses ul.courses li div.blockB a span {
	max-width: 60% !important;
}
#rt_col #courses ul.courses li div.blockB a span {
	color: #666666!important;
}
#rt_col #courses ul.courses li div.blockB a:hover span {
	color: #999999!important;
}
/***** TUTORS MENU *****/
#rt_col #tutors ul.tutors {
	width: 510px;
	float: left;
	margin: 0 auto;
	padding: 5px 0px 25px 0px;
}
#rt_col #tutors ul.tutors li {
	float: left;
	width: 160px;
	list-style-type: none;
	margin: 0 5px 10px 5px;
	padding: 0;
	display: inline;
	background-color: #FFF;
	font-size: 70%;
}
#rt_col #tutors ul.tutors li.middle {
	margin: 0 5px!important;
}
#rt_col #tutors ul.tutors li a {
	margin: 0;
	padding: 0;
	text-decoration: none !important;
	display: block;
}
	#rt_col #tutors ul.tutors li a.halfT {
		height: 30px;
		height: 30px !important;
		min-height: 30px;
	}
		#rt_col #tutors ul.tutors li a.halfT span {
			padding-bottom: 0px;
		}
	#rt_col #tutors ul.tutors li a.halfB {
		height: 30px;
		height: 30px !important;
		min-height: 30px;
	}
		#rt_col #tutors ul.tutors li a.halfB span {
			padding-top: 5px;
			padding-bottom: 0px;
		}
	
#rt_col #tutors ul.tutors li a {
	height: auto;
}
#rt_col #tutors ul.tutors li a span {
	margin: 0;
	padding: 10px;
	display: inline-block;
	max-width: 90% !important;
	color: #000000;
}
#rt_col #tutors ul.tutors li a:hover span {
	color: #666666;
}
#rt_col #tutors ul.tutors li div.tutorsT {
	clear: both;
	display: block;
	background-image: url(../images/styles/tutors_tp.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 60px;
	height: 60px !important;
	min-height: 60px;
	overflow: hidden;
}
#rt_col #tutors ul.tutors li div.tutorsT a span {
	max-width: 60% !important;
}
#rt_col #tutors ul.tutors li div.tutorsB {
	clear: both;
	display: block;
	background-image: url(../images/styles/tutors_bm.gif);
	background-position: bottom;
	background-repeat: no-repeat;/**/
	height: 60px;
	height: 60px !important;
	min-height: 60px;
}
#rt_col #tutors ul.tutors li div.tutorsB a span {
	/* max-width: 15% !important; */
}
#rt_col #tutors ul.tutors li div.tutorsB a span {
	color: #666666!important;
}
#rt_col #tutors ul.tutors li div.tutorsB a:hover span {
	color: #999999!important;
}
/***** FORMATTING *****/
div#page_hdr h1 {
	float: right;
	width: auto;
	margin: 0;
	padding: 0;
}
div#page_hdr h1 a {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}
div#page_hdr h1 a {
	width: 200px;
	background:url("../images/styles/nav_logo_off.gif") no-repeat;
}
div#page_hdr h1 a:hover {
	background:url("../images/styles/nav_logo_on.gif") no-repeat;
}
div#page_hdr h1 a {
	height: 45px;
}
div#page_hdr h1 a span {
	display: none;
}
/***** SUBSCRIBE FORM *****/
div.subscribe {
	width: auto;
	background-color: #666666;
	padding: 20px 20px 0 20px;
	margin: 10px 0;
	clear: both;
	display: inline-block;
}
div.subscribe p {
	color: #FFF;
}
div.subscribe label {
	display: inline-block;
	width: auto;
	margin: 0 5px 0 0;
	padding: 1px 2px;
}
div.subscribe input, div.subscribe textarea {
	background-color: #FFF;
	border: 1px solid #FFF;
	color:#666;
	margin: 0 10px 0 0;
	padding: 1px 2px;
	width: 130px;
	min-height: 16px;
}
div.subscribe .col p, div.subscribe .col .submitButton {
	float: left;
	width: auto;
	display: inline-block;
}
div.subscribe .col .submitButton {
	background-color: #FFF;
	border: 1px solid #FFF;
	color:#666;
	margin: 0 !important;
	padding: 1px 4px !important;
	min-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-transform: uppercase;
}
/***** BANNER IMAGES *****/
.feedback {
	background-image: url(../images/styles/bkgd_feedback.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 15px;
}
.feedback h1 {
	color: #FFF;
	padding: 0 0 25px 0 !important;
}
.feedback h2 {
	color: #FFF;
	padding: 0 0 50px 0 !important;
}
/***** ADDITIONS *****/
.halfPageList {
	width: 50%;
	float: left;
	display: inline;
}
.hidden {
	display: none!important;
}
.mediumText {
	font-size: 110%!important;
	margin:0!important;
	padding:0!important;
	line-height: 100%!important;
}
.largeText {
	font-size: 130%!important;
	margin:0!important;
	padding:0!important;
	line-height: 100%!important;
}
.halfColumn {
	width: 50%!important;
	display: inline-block!important;
	float: left!important; 
}
.column38 {
	width: 38%!important;
	display: inline-block!important;
	float: left!important; 
}
.column60 {
	width: 60%!important;
	display: inline-block!important;
	float: right!important; 
}
.column38 blockquote {
	font-size: 60%;
	text-align: left;
}
.column60 p a {
	line-height: 150%;
}
#green {
	background-color: #CFFB08;
}
#green ul .nav1 a {
	width: 70px;
	background:url("../images/styles/green/nav1_off_green.gif") no-repeat;
}
#green ul .nav1 a:hover, #green li.nav1 a#nav_current {
	background:url("../images/styles/green/nav1_on_green.gif") no-repeat;
}
#green ul .nav2 a {
	width: 48px;
	background:url("../images/styles/green/nav2_off_green.gif") no-repeat;
}
#green ul .nav2 a:hover, #green li.nav2 a#nav_current {
	background:url("../images/styles/green/nav2_on_green.gif") no-repeat;
}
#green ul .nav3 a {
	width: 38px;
	background:url("../images/styles/green/nav3_off_green.gif") no-repeat;
}
#green ul .nav3 a:hover, #green li.nav3 a#nav_current {
	background:url("../images/styles/green/nav3_on_green.gif") no-repeat;
}
#green ul .nav4 a {
	width: 53px;
	background:url("../images/styles/green/nav4_off_green.gif") no-repeat;
}
#green ul .nav4 a:hover, #green li.nav4 a#nav_current {
	background:url("../images/styles/green/nav4_on_green.gif") no-repeat;
}
#green ul .nav5 a {
	width: 56px;
	background:url("../images/styles/green/nav5_off_green.gif") no-repeat;
}
#green ul .nav5 a:hover, #green li.nav5 a#nav_current {
	background:url("../images/styles/green/nav5_on_green.gif") no-repeat;
}
#green ul .nav6 a {
	width: 48px;
	background:url("../images/styles/green/nav6_off_green.gif") no-repeat;
}
#green ul .nav6 a:hover, #green li.nav6 a#nav_current {
	background:url("../images/styles/green/nav6_on_green.gif") no-repeat;
}
#green ul .nav7 a {
	width: 56px;
	background:url("../images/styles/green/nav7_off_green.gif") no-repeat;
}
#green ul .nav7 a:hover, #green li.nav7 a#nav_current {
	background:url("../images/styles/green/nav7_on_green.gif") no-repeat;
}
#green ul .nav8 a {
	width: 91px;
	background:url("../images/styles/green/nav8_off_green.gif") no-repeat;
}
#green ul .nav8 a:hover, #green li.nav8 a#nav_current {
	background:url("../images/styles/green/nav8_on_green.gif") no-repeat;
}
#green ul .nav9 a {
	width: 42px;
	background:url("../images/styles/green/nav9_off_green.gif") no-repeat;
}
#green ul .nav9 a:hover, #green li.nav9 a#nav_current {
	background:url("../images/styles/green/nav9_on_green.gif") no-repeat;
}
#green ul .nav10 a {
	width: 45px;
	background:url("../images/styles/green/nav10_off_green.gif") no-repeat;
}
#green ul .nav10 a:hover, #green li.nav10 a#nav_current {
	background:url("../images/styles/green/nav10_on_green.gif") no-repeat;
}
#green ul .nav11 a {
	width: 35px;
	background:url("../images/styles/green/nav11_off_green.gif") no-repeat;
}
#green ul .nav11 a:hover, #green li.nav11 a#nav_current {
	background:url("../images/styles/green/nav11_on_green.gif") no-repeat;
}
#green #page_ftr a {
	color:#FFF;
}
/**********/
.overview h1 {
	float: left;
	display: inline-block;
	width: auto;
}
.overview ul {
	float: right;
	display: inline-block;
	list-style: none;
}
.overview ul li {
	display: block;
	
	list-style-type: none;
	clear: both;
	background-color: #FFF;
	padding: 5px;
	margin: 0 0 2px 0;
}
.overview ul li a {
	color: #666;
}
.overview ul li a#active {
	color: #999;
}
