@charset "UTF-8";
@IMPORT url("common.css");
/**** ICONS ****/
.magnifying-glass {
	margin-bottom: -5px;
}
/**** BIG GREEN BUTTONS ****/
.big-green-button {
	display: table;
	background:url(../images/green-button-middle.png) center top repeat-x;
	height: 69px;
	line-height:160%;
}
.big-green-button a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #FFFFFF;
}
.big-green-button .wrap1 {
	background:url(../images/green-button-left.png) left top no-repeat;
	height: 69px;
}
.big-green-button .wrap2 {
	background:url(../images/green-button-right.png) right top no-repeat;
	height: 69px;
}
.big-green-button .wrap3 {
	display: table-cell;
	padding: 0px 22px;
	vertical-align: middle;
	height: 69px;
 #padding-top: 10px;
}
/**** RATING STARS ****/
.stars {
	-float: right;
	position: absolute;
	margin-left: 350px;
}
/**** CARDS ****/
.cards {
	overflow: hidden;
	text-align: center;
}
.cards .card_1, .cards .card_2, .cards .card_3 {
	width: 162px;
	height: 143px;
	margin-left: 40px;
	margin-right: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding-left:104px;
	padding-right: 40px;
	padding-top: 20px;
	text-align: left;
}
.cards h1 {
	font-size: 16px !important;
	color: #fea500;
	border-bottom: 1px solid #afafaf;
	padding-bottom: 6px;
}
.cards a {
	color: #00b6ea;
}
.cards h1 a {
	color: #fea500;
}
.cards p {
	margin-top: 4px;
}
.cards .img {
	position: absolute;
	margin-top: -14px;
	margin-left: -100px;
}
.cards .card_1 {
	background: url(../images/card1.png) top left no-repeat;
	left: 0px;
}
.cards .card_2 {
	background: url(../images/card2.png) top left no-repeat;
	left: 317px;
}
.cards .card_3 {
	background: url(../images/card3.png) top left no-repeat;
	right: 0px;
}
#home_link {
	position: absolute;
	display:block;
	left: 30px;
	top: 30px;
	width: 220px;
	height: 80px;
}
/*
 * The navigation menu
 */
#menu, menu * {
	white-space: nowrap !important;
}
#menu {
	text-align: center;
	background-position: top left;
	background-repeat: no-repeat;
	height: 46px;
	margin: 0px 0px 10px 2px;
	padding: 0px 0px;
	width: 1020px;
}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	outline: none;
}
#menu .items {
	display: table-row;
	position: relative;
	margin: 0px auto;
	text-align: center;
}
#menu .nav {
	height: 46px;
	float: left;
	background: url(../images/menu_bg.png) center top no-repeat;
}
#menu .first {
	background: url(../images/menu_bg.png) left top no-repeat;
	padding-left: 10px;
}
#menu .last, #menu .filler {
	background: url(../images/menu_bg.png) right top no-repeat;
	padding-right: 10px;
}
#menu .filler {
	padding-right: 0px;
	text-align: right;
}
#menu .nav a {
	display:block;
	-display: inline;
	-line-height: 46px;
	height: 23px;
	text-transform:uppercase;
	text-decoration: none;
	font-size: 11.5px !important;
	font-weight: bold !important;
	margin: 3px 0px;
	padding: 14px 24px 3px 24px;
 #padding-left: 27px;
 #padding-right: 27px;
	-padding-left: 22px;
	-padding-right: 22px;
	border-left: 1px solid #dfdfdf;
	-border-left: none;
	color: #65859c !important;
}
#menu .filler a {
	color: #000000 !important;
	text-transform: none !important;
	font-weight: normal !important;
}
#menu .first a {
	border-left: none;
}
#menu .nav.selected {
	background: url(../images/menu_on.png) !important;
	-background: url(../images/menu_bg.png) center top no-repeat;
}
#menu .nav:hover {
	background: url(../images/menu_hover.png) !important;
}
#menu .filler:hover {
	background: url(../images/menu_bg.png) right top no-repeat !important;
}
#menu .selected.first {
	background: url(../images/menu_left_on.png) left top no-repeat !important;
	-background: url(../images/menu_bg.png) left top no-repeat;
}
#menu .first:hover {
	background: url(../images/menu_left_hover.png) left top no-repeat !important;
}
#menu .selected.last {
	background: url(../images/menu_right_on.png) right top no-repeat !important;
	-background: url(../images/menu_bg.png) right top no-repeat;
}
#menu .last:hover {
	background: url(../images/menu_right_hover.png) right top no-repeat !important;
}
#menu .nav.selected a {
	color: #73b327 !important;
}
#menu .nav:hover a {
	color: #65859c !important;
}
#menu_home {
	width: 82px;
}
#menu_learn_more {
	width: 128px;
}
#menu_games {
	width: 90px;
}
#menu_testimonials {
	width: 134px;
}
#menu_about_us {
	width: 108px;
}
#menu_filler {
	width: 111px;
}
/*
 * The signup form
 */
#sign_up_form {
	background-image: url(../images/sign_up.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 191px;
	height: 427px;
	padding: 30px 30px 30px 30px;
}
#sign_up_form h1 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	color: #8fc758 !important;
	font-weight: normal !important;
	line-height: normal !important;
	text-transform: uppercase;
}
#sign_up_form h2 {
	margin-top: 5px !important;
	color: #8fc758 !important;
	font-weight: normal !important;
}
#sign_up_form p {
	margin-bottom: 20px !important;
}
#sign_up_form label {
	display: block;
	font-size: 11px;
	color: #000000;
	padding-bottom: 5px;
	padding-left: 3px;
}
#sign_up_form label.follow {
	display: inline;
	vertical-align: middle;
}
#sign_up_form input[type='checkbox'] {
	margin-top: 4px;
	display: inline;
}
#sign_up_form input[type='text'] {
	font-family: Georgia, serif;
	font-size: 16px;
	padding: 4px;
	border: 1px solid #8fc758;
}
#sign_up_form input[type='image'] {
	margin-left: -3px;
}
#sign_up_form hr {
	margin-left: -10px;
	width: 212px;
}
/*
 * The google search box
 */
form#cse-search-box input {
	background: none !important;
	vertical-align:middle;
}
form#cse-search-box input#search_submit {
	vertical-align:middle;
}
/*
 * the games menu
 */
#games_menu img.game_thumb {
	float: left !important;
	margin-right: 10px;
	margin-bottom: 0px;
	border: none;
	vertical-align: top;
}
#games_menu h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	clear:none;
	color: #8fc758;
}
#games_menu p {
	margin-top: 5px;
}
#games_menu img.play_button {
	margin-top: -6px;
	margin-left: -5px;
	margin-bottom: -6px;
}
#games_menu hr {
	border: none;
	border-top: 1px dotted black;
}
/***** The Modular Home Page ****/
#front-page-modules .module {
	-padding-top: 10px;
	padding-top: 5px;
	padding-left: 20px;
}
#front-page-modules hr {
	border-top: 1px solid #e8e8e8;
	clear: both;
}
#front-page-modules h1 {
	font-size: 34px;
	color: #000000;
	margin-bottom: 30px;
}
#front-page-modules ul {
	list-style-position:inside;
	text-indent: 2px;
	line-height: 150%;
}
#front-page-welcome {
	margin-top: 30px;
}
#front-page-welcome .big-green-button {
	max-width: 220px;
}
#front-page-welcome h1, 
#front-page-welcome p, 
#front-page-welcome ul {
	margin-left: 295px;
}
#front-page-welcome .tighten p, 
#front-page-welcome .tighten ul {
	line-height: 180%;
}
#front-page-welcome .right-image h1,
#front-page-welcome .right-image p,
#front-page-welcome .right-image ul {
	text-align: left;
    margin-left: 0;

}
#front-page-welcome h1 {
	margin-top: -10px;
}
#front-page-welcome .left-image {
	width: 300px;
	float: left;
	text-align:left;
	margin-top: -10px;
	margin-left: -5px;
}
#front-page-welcome .right-image {
	float: right;
	text-align:left;
	margin-left: 20px;
	-margin-right: 25px;
	margin-right: 0px;
	width: 275px;
	-text-align: right;
	text-align: left;
}
#front-page-welcome .tighten .right-image {
	width: 310px; 
}
#front-page-welcome .tighten .right-image ul li {
	font-weight: bold;
	color: #ed9400;
	margin-left: 10px;
}
#front-page-welcome .online-class-link {
	font-size: 10px;
	font-weight: bold;
	color: #404040;
	line-height: 40px;
}
h1.testimonials, #front-page-testimonials h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #8FC857;
	margin-bottom: 0px;
}
h2.testimonials, #front-page-testimonials h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin-top: 5px;
}
p.testimonials, #front-page-testimonials p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 25px;
	line-height: 160%;
}
#front-page-testimonials .read-more-reviews-link {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #4DA7FD;
	margin-bottom: 15px;
}
#front-page-testimonials .cards {
	float: right;
}
#front-page-testimonials .cards .card_1, #front-page-testimonials .cards .card_2, #front-page-testimonials .cards .card_3 {
	margin-bottom: 15px;
}
#front-page-etc iframe {
	margin-top: -20px;
	margin-left: -10px;
}
#front-page-etc #sign_up_form {
	background-image: url(../images/welcome_form.png);
	width: 233px;
	margin-top: 10px;
	margin-right: 33px;
	-margin-right: 3px;
	float: right;
}
#front-page-etc #sign_up_form p {
}
#front-page-etc #sign_up_form input {
	max-width: 230px;
}
#front-page-etc #sign_up_form hr {
	width: 250px;
}
/*
 * The front page banner
 * @@DEPRECATED
 */
#front-page-banner {
	background:url(../images/FreeConsultationBackground.png) no-repeat;
	width: 934px;
	height: 341px;
	margin: 40px 0 20px -2px;
}
#front-page-banner-title {
	position: relative;
	left: 285px;
	top: 15px;
	font-size: 40px;
	font-family: Georgia, serif;
}
#front-page-banner-text1 {
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	left: 5px;
	top: 170px;
	width: 560px;
	padding: 5px;
}
#front-page-banner-text2 {
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	left: 5px;
	top: 170px;
	width: 560px;
	border-top: 1px solid black;
	padding: 5px;
}
#front-page-banner-button {
	position: relative;
	display: block;
	left: 320px;
	top: -45px;
	width: 230px;
	height: 65px;
}
/*
 * TODO what are these for?
 */
div.course-entry {
	margin: 20px 0 20px 145px;
}
div.course-entry h2 {
	padding-top: 5px;
}
div.course-entry img.course-image {
	position: absolute;
	margin-left: -145px;
}
div.course-entry img.sign-up {
	position: absolute;
	margin-left: -145px;
	margin-top: 105px;
}
div.course-entry p.info {
	margin-top: -10px;
}
div.course-entry p.price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	font-size: 130%;
}
ul.show-hide {
}
ul.show-hide li {
	list-style: none;
}
ul.show-hide ul {
	list-style-position:inside;
	margin-left: 20px;
}
ul.show-hide ul li {
	list-style: disc;
}
hr.reserve {
	margin: 0px 0px;
}
form#enroll p {
	line-height: normal;
}
form#enroll table {
	border-collapse: collapse;
}
#times #inputs {
	float:left;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#times th {
	text-align: center;
}
#times tr, #times td, #times th {
	padding: 2px;
	border-style: none;
	border-width: 0px;
	margin: 0px;
	text-align: center;
}
#times th {
	font-weight: normal;
}
#times tr.bg1 td {
	background-color: #dddddd;
}
#times tr.bg2 td {
	background-color: #eeeeee;
}
#times th.tmblock {
	text-align: left;
	font-weight: bold;
}
#times td.time {
	text-align: right;
}
#instruct {
	margin-top: 50px;
}
#instruct li {
	list-style: inside;
}
#contact label, #times label {
	display: block;
	font-size: 11px;
	color: #000000;
	padding-bottom: 5px;
	padding-left: 3px;
}
#contact input[type='text'], #times input[type='text'] {
	font-family: Georgia, serif;
	font-size: 16px;
	padding: 4px;
	border: 1px solid #8fc758;
}
#classes td {
	padding: 10px;
}
#submit {
	clear: both;
 margin=200px;
}
p.subtitle {
	font-size:15px
}
/*
 * Yahoo store
 */
#ystore {
	margin-top: 20px;
}
#ystore ul {
	margin: auto;
	margin-bottom: 1em;
}
#ystore li {
	margin: auto;
	list-style: disc;
	list-style-position: inside;
}
#ystore .item {
	border-color: #EDEDED;
	border-style:solid none none;
	border-width:1px medium medium;
	margin-bottom:10px;
	margin-top:10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#ystore .title {
	color:#FB6A00;
	font-weight:normal;
	font-size:150%;
	letter-spacing:-0.05em;
}
#ystore .subtitle {
	color:#3A3C3C; /* Reset to body color */
}
#ystore .subtitle:before {
	content: "| ";
}
#ystore .caption {
	padding-left: 5px;
	min-height: 75px; /* Make the order button clear the icon image */
	overflow: hidden; /* Don't wrap the text around the image. */
}
#ystore .caption p {
	margin-top: 0px;
}
#ystore .price {
	line-height: 40px;
	font-size: 120%;
	letter-spacing:-0.05em;
}
#ystore .label:after {
	content: " / ";
}
#ystore .icon {
	float: left;
	width: 70px;
}
#ystore .order {
}
