@charset "UTF-8";
@IMPORT url("common.css");
#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;
	width: 1000px;
	height: 46px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px;
}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#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 {
	background: url(../images/menu_bg.png) right top no-repeat;
	padding-right: 10px;
}
#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 .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 .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_store {width: 87px; }
#menu_games {width: 90px; }
#menu_therapist {width: 156px; }
#menu_reserve {width: 125px; }
#menu_testimonials {width: 134px;}
#menu_about_us {width: 108px;}
/*
 * 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;
	margin-bottom: 0px;
	color: #8fc758;
	font-weight: bold;
	line-height: normal;
}
#sign_up_form h2 {
	margin-top: 5px;
	color: #8fc758;
	font-weight: normal;
}
#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;
}
/*
 * The google search box
 */
form#cse-search-box {
	position: absolute;
	top: 57px;
	right: 0px;
	padding-right: 76px;
}
form#cse-search-box input {
	background: none !important;
}
form#cse-search-box input#search_submit {
	position: absolute;
	right: 0px;
	top: -2px;
}
/*
 * The "cards" at the bottom of the index page
 */
#cards {
	position: relative;
	margin-top: -5px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	background-image: url(../images/body.png);
	background-position: top left;
	background-repeat: repeat-y;
	overflow: hidden;
	width: 1000px;
	height: 183px;
	text-align: center;
}
#cards #card_1, #cards #card_2, #cards #card_3 {
	position: absolute;
	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;
	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, #cards .img {
	position: absolute;
	top: 6px;
	left: 4px;
}
#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;
}

/*
 * 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 front page banner
 */
#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 {
}
