body {

}
h1 {
	font-size:200%;
}
a {
	color: #000;
}
.eventBox a:link, .eventBox a:visited {
	color: #003366;
	text-decoration:none;
}
.eventBox a:hover {
	color: #0c65af;
	text-decoration:underline;
}

.blueLinks a:link, .blueLinks a:visited {
	color: #ffffff;
	text-decoration:none;
}
.blueLinks a:hover {
	color: #a6ce3b;
	text-decoration:underline;
}
ul {
	list-style: square outside;
}
ul,li {
	XXX_padding: 1px 15px;
}
li {
	
}
body {
	font: 0.7em/1.2em Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
	background: #0f354b url('../images/glac-grad_bkgd.png') repeat-y top center;
}
h2 {
	color:#0c65af;
	font-size:175%;
}
h3 {
	color:#b21d1d;
	font-size:150%;
	
}
#header {
}
#header_icons {
	float: right;/* padding-top:200px;*/
}
#header_icons a {
	display: block;
}
#header_icons img {
	border: 0;
}
#wrapper {
	position:relative;
	width: 990px;
	margin: 0px auto;
}
#topBar {
	possition:relative;
}
#logo {
	position:absolute;
	top:0px;
	left:20px;
	width: 258px ;
	height: 90px ;
}
#quickLinksMenu {
	position:absolute;
	top:5px;
	right:40px;
}
#contentWrapper {
	margin: 50px auto 10px auto;
}
#innerContent {
	padding:0px 20px
}
#cwTop {
	position:relative; 
	background:transparent url(../images/bg_wrapper_red_top.png) top center no-repeat;
	height:auto;
	min-height:47px !important;
	z-index:10;
}
#cwBanner {
	position:relative;
	background:transparent url(../images/bg_wrapper_white_middle.png) top center repeat-y;
	min-height:150px !important;
	height:auto;
	color:#000000;
	z-index:1;
}
#cwMiddle {
	position:relative;
	background:transparent url(../images/bg_wrapper_white_middle.png) top center repeat-y;
	min-height:520px !important;
	height:auto;
	padding:10px 20px;
	color:#000000;
}
#cwBottom {
	height:36px; 
	background:transparent url(../images/bg_wrapper_gray_bottom.png) bottom center no-repeat;
	text-align:center;
	font-size:90%;
	padding-top:7px;
}
#box1 {
	position:absolute;
	top:60px;
	right:25px;
	height:150px;
	width:260px;
	XXXbackground:#000000;
}
#box2 {
	position:absolute;
	top:220px;
	right:25px;
	height:150px;
	width:260px;
	XXXbackground:#000000;
}
#box3 {
	position:absolute;
	top:380px;
	right:25px;
	height:150px;
	width:260px;
	background:#000000;
}
#cta_home {
	position:absolute;
	top: 315px;
	left: 16px;
	height:150px;
	width:300px;
	background:transparent url(../images/bg_call_to_action_80.png) top left no-repeat;
	padding:10px 15px;
}
#leftCol {
	position:absolute;
	top:10px;
	left:30px;
	width:450px;
	height:380px;
}

#rightCol {
	width:450px;
	height:auto;
	margin:0px 0px 0px 490px;
}



#top_bar {
	background: #295986 url('../images/glac-blue_grad_bkgd.png') repeat-x top left;
	padding: 10px;
}
#top_bar a {
	color: #fff;
	text-decoration: none;
}
.menu {
	position: relative;/* establish a menu-relative positioning context */ 
	float:left;/* play nicely with others */ 
	margin:16px 0 5px 20px;
	padding: 0 3px;
	padding-bottom: 0;
	border: 0;/* the menu's overall height */ 
	width:940px;/* we always want our menu to fill the available space */ 
	XXXbackground:#5b566b url('../images/glac-nav_seperator.png') repeat-x top left;
}
.menu ul {
	padding: 0;
}
.menu li {
	padding: 0;
}
.menu a {
	text-decoration: none;
	color: #333;
	font-weight:bold;
}
.menu a:hover {
	background: #d4d4d4;
	border-color: #b21d1d;
	color: #000;
}
.menu ul li a {
	background: #b21d1d;
	width: 121px;
	XXXheight: 18px;
	padding: 2px 0;
	color: #fff;
	border: 1px solid #b21d1d;
	margin: 3px 0;
	margin-bottom: 0;
	text-decoration: none;
}
.menu ul li a:hover,.menu ul li .active {
	border-bottom: 0;
	background: #b21d1d;
	color: #fff;
	margin: 3px 0;
	margin-bottom: 0;
}
.menu ul {
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	line-height: 1.5em;
	z-index:1000;
}
.menu ul li ul li a:hover {
	background: #fff;
	color: #b21d1d;
	border: 1px solid #b21d1d;
}
.menu ul li ul li a:link {
	background; #fff;
}
.menu li {
	float: left;/* this creates the side-by-side array of top-level buttons */ position:relative;/* create local positioning contexts for each button */ margin:0;
	z-index:9999;
}
.menu ul li table {
	margin: -1px 0;/* IE5 needs -1px top and bottom table margins */ m\argin:0;/* re-zero the table margins for everyone but IE5 */ border-collapse:collapse;/* IE5 needs this for the sub-menus to work */ font-size:12px;/* this sets the base font size for our entire menu */
}
.drop {
	display: block;
	padding: 0px;/* this sets the l/r margins for our menu item */ margin:0;
	text-align: center;/* this right alignment goes with the float:left below */ cursor:pointer;/* IE tries to switch back to an I-beam,don't let it */ cursor:hand;/* IE5 only knows about "hand",so set it both ways */
}
.drop span {/* this simultaneously left and right aligns the text and */ float:left;/* the >> in the drop-down menus which link to sub-menus */
}
/*======================== TOP LEVEL MENU DEFINITIONS ========================*/
.menu ul li ul {
	display: none;/* initially hide the entire list hierarchy */ padding:0;/* this is our box border width */
}
.menu ul li a,.menu ul li a:visited {/* unselected top-level menu items */ display:block;
	float: left;
	text-decoration: none;
}
.menu ul li:hover a {
}
.menu ul li a:hover {/* selected top-level menu items */ xborder-top:1px solid #000;/* these 2 lines create the push-in illusion */
}
/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/
.menu ul li:hover ul,.menu ul li a:hover ul {/* 2nd level drop-down box */ display:block;
	position: absolute;
	margin: 0;
	top: 2.2em;
	left: 0;
}
.menu ul li:hover ul.leftbutton,.menu ul li a:hover ul.leftbutton {/* our first dropdown should not be skewed */ left:0px;
}
* html .menu ul.rightmenu li a:hover ul {/* IE5/6 needs a tweak here */ xright:-1px;
}
.menu ul li:hover ul li a,.menu ul li a:hover ul li a {
	margin: 0;
	text-align: center;
}
.menu ul li:hover ul li:hover a,.menu ul li a:hover ul li a:hover {/* 2nd level selected item */ xcolor:black;
	xbackground: white;
}
#main {
	padding: 20px;
	padding-top: 40px;
	color: #333;
}
#main h2,#main h4 {
	margin: 5px 0 10px 0;
}
#left {
	margin-right: 500px;
}
#right {
	width: 480px;
	float: right;
	padding: 0 2px;
}
#right .body {
	padding: 0 5px;
}
#footer {
	background: #295986 url('../images/glac-blue_grad_bkgd.png') repeat-x top left;
	padding: 10px;
	text-align: center;
}
#footer a {
	color: #fff;
}
.news {
	padding: 10px 0 15px 0;
	border-bottom: 1px solid #333;
}
.privileges {
	padding: 10px 0 15px 0;
	border-bottom: 1px solid #333;
}
.title {
	color: #b21d1d;
	margin: 2px 0;
}
.news .body {
	margin-left: 110px;
}
.privileges .body {
	margin-left: 230px;
}
.date {
	color: #007dc5;
	margin: 2px 0;
}
.promo_one,.promo_two,.promo_three {
	margin: 0 3px;
	padding: 0;
	width: 230px;
	float: left;
	background: transparent url('../images/glac-promo_bkgd.png') repeat-y top center;
}
.promo_one .title,.promo_two .title,.promo_three .title {
	padding: 10px;
	padding-bottom: 0;
	background: transparent url('../images/glac-promo_header.png') no-repeat top center;
	margin: 0;
	font-weight: bold;
}
.promo_three .title a{
font-weight: bold;
	
}
.promo_one img, .promo_three img{
	margin: 0 3px;
}
.promo_two .title {
	color: #f37043;
}
.promo_three .title {
	color: #f37043;
}
.promo_three .title a{
	text-decoration: none;
	color: #fc0301;
}
.promo_one p,.promo_two p,.promo_three p {
	padding: 10px;
	margin: 0;
}
.promo_one hr,.promo_two hr,.promo_three hr {
	margin-left: 10px;
}
.promo_one .footer a,.promo_two .footer a,.promo_three .footer a {
	padding: 10px;
	padding-bottom: 0;
	display: block;
	height: 24px;
	color: #fff;
	text-align: center;
	font-size: 120%;
	background: transparent url('../images/glac-promo_footer01.png') no-repeat top center;
}
.promo_two .footer a {
	background: transparent url('../images/glac-promo_footer02.png') no-repeat top center;
}

.promo_three .footer a {
	background: transparent url('../images/glac-promo_footer03.png') no-repeat top center;
}
.item_one,.item_two {
	margin: 0 8px;
	xborder: 1px solid #0f354b;
	padding: 10px;
}
.item_one a,.item_two a {
	color: #fff;
	text-decoration: none;
}
.item_one .icon,.item_two .icon {
	float: left;
}
.item_one .title,.item_two .title {
	color: #fff;
	display: block;
}
.item_one {
	background: #6a8a22;
	border: 1px solid #3C4E13;
	color: #fff;
}
.item_two {
	background: #a43757;
	color: #fff;
}
.highlight {
	color: #977801;
}
/* START DATA */
.data {
	width: 100%;
	border: 1px solid #333;
	background: #e0e4cc;
	margin: 2px 0;
}
.data th {
	text-align: left;
	font-weight: bold;
}
.data .large {
	font-size: 130%;
	padding: 7px;
}
.data p {
	margin: 0;
	padding: 0;
}
.data th,.data td {
	padding: 3px;
	vertical-align: top;
}
.data .odd {
	background: #F3F8DD;
}
.data th {
	background: #3d77ac;
	color: #fff;
}
.data li{
	padding: 0;
	margin: 0;
}
.data ul li ul{
	list-style: none;
}
.data ul li ul li{
	list-style: none;
}
.data ul{
	padding: 1px 10px;
	margin: 0;
}
/* END DATA */ /* START DATA MENU */ 
.data_menu {
	width: 100%;
}
.data_menu th {
	color: #ff7a00;
}
.data_menu th,.data_menu td {
	padding: 3px;
}
.data_menu th p {
	color: #056114;
}
.data_menu .sub {
	font-style: italic;
	color: #666;
}
.data_menu .price {
	font-weight: bold;
	text-align: right;
}
.data_menu tr {
	border-bottom: 1px dotted #898989;
}
.data_menu tr.header {
	border: 0;
}
/* END DATA MENU */
.box {
	padding: 10px 0;
	margin: 0;
	padding-bottom: 0;
	border-bottom: 0px solid #333;
}
.box_specials {
	padding: 10px 0;
	margin: 0;
	padding-bottom: 0;
	border-bottom: 0px solid #333;
}
.box_no_uline {
	padding: 10px 0;
	margin: 0;
	padding-bottom: 0;
	border-bottom: 0px solid #333;
}


.box5{
	
	border: 1px solid #333;
	background:#687176;
	color:#FFF;
	margin:10px 0px;
}
.box5 img{
	margin-right:75px;;
	padding:10px;
}
.box5 p{
	padding:10px;
	margin-right:30px;
	width:502px;
}



.thumbs img,.box img {
	border: 1px solid #333;
	padding: 2px;
	background: #fff;
}
.box .right {
	float: right;
	margin: 0px 0px 15px 15px;
	clear: right;
}
.box td{
	padding: 5px;
}
.box .left {
	float: left;
	margin: 0 10px 0 0 ;
}
.box h3 {/* font-weight:bold;*/ font-size:160%;
	line-height: 1.2em;
	color: #b21d1d;
}
/* START FAQ */ .faq dt {
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-size: 110%;
	color: #007dc5;
}
.faq dd {
	margin: 2px 0;
	padding: 0;
	padding-bottom: 20px;
	xborder-bottom: 1px solid #333;
}
.faq p {
	padding-bottom: 0;
	margin-bottom: 0;
}
.clear {
	display: hidden;
	border: 0;
	clear: both;
	margin: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.thumbs {
	list-style: none;
	padding: 0;
	margin:0;
}
.thumbs li {
	display: inline;
	width: 174px;
	text-align: center;
	float: left;
	padding: 5px 0;
	margin:0;
}
.todo {
	color: red;
	font-weight: bold;
}
.blue_header {
	color: #007dc5;
	font-weight: bold;
	margin: 0;
}
.phone {/* text-decoration:underline;*/ color:#99051E;
	font-weight: bold;
}
.calendar {
	width: 890px;
	border: 1px solid #333;
	background: #e0e4cc;
}
.calendar th,.calendar td {
	padding: 3px;
	vertical-align: top;
	width: 127px;
}
.calendar .odd {
	background: #F3F8DD;
}
.calendar th {
	background: #3d77ac;
	color: #fff;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
.calendar td {
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	text-align: center;
}
.calendar td:hover {
	background: #BFC3AE;
}
.calendar .time {
}
.calendar .half {
	height: 25px;
}
.calendar .one {
	height: 50px;
}
.calendar .two {
	height: 100px;
}
.calendar a {
	text-decoration: none;
}
.carmen_wades_classical_ballet_and_dance {
	color: #ec008c;
}
.childrens_programs_sports {
	color: #00a651;
}
.sports_conditioning {
	color: #6a8a22;
}
.tai_chi_seminars {
	color: #ffcb05;
}
.personal_training_programs {
	color: #ef4050;
}
.martial_arts_self_defense {
	color: #007dc5;
}
.learn_to_swim {
	color: #00aef3;
}
.explosive_sports_conditioning {
	color: #62911b;
}
.teen_programs {
	color: #b52257;
}
.adult_leagues {
	color: #007755;
}
.form {
	width: 700px;
}
.form table{
	width: 100%;
}
.form .label{
	
}
.form th{
	vertical-align: top;
	padding: 2px;
	font-weight: bold;
	text-align: left;
}
.form td {
	vertical-align: top;
	padding: 2px;
}
.class_description {
	border: 2px solid #ADADAD;
	background: #e0e4cc;
}
.class_description dt {
	font-size: 120%;
	font-weight: bold;
	background: #D0D4BD;
	padding: 5px;
}
.class_description dt .price {
	float: right;
}
.class_description dd {
	padding: 5px;
	margin: 0;
	color: #333;
}
.class_details {
	xbackground: #6E6E6E;
	xpadding: 5px;
	xcolor: #fff;
}
.class_categories {
width: 100%;
margin: 2px 0;
}
.class_categories td{
	margin: 5px;
	padding: 5px;
}
.center {
	text-align: center;
}
#ptvideo{
	float:right; 
	width:auto;
	clear:right;
	text-align:center;
}
#tips{
	width:310;
	padding:6px;
	float:right;
	text-align:center;
	border:1px solid black;
	margin:5px;
	background:#687176;
}
#homevideo{
	margin:10px 0 10px 18px;
	width:432px;
	/*border:1px solid black;*/
}
#cvvideo{
	XXXmargin:20px;
	width:432px;
	border:1px solid black;
	float:right;
}
#ovvideo{
	XXXmargin:20px;
	width:432px;
	border:1px solid black;
	float:right;
}
#employmentapp{
	margin-top:90px;
}
.spacer{
	height:1px;
	margin:0;
	line-height:0;
	padding:0;
}
#fsvideo{
	float:right;
	XXXmargin:10px;
}


.q_and_a{
	padding: 10px;
	margin: 0;
	border-bottom: 1px solid #333;
}
.q_and_a .name{
	font-weight: bold;
}
.q_and_a blockquote{
	font-style: italic;
}
.q_and_a dt{
padding: 5px;
	margin: 0;
}
.q_and_a dt .name{
 color: #B5A950;
}
.q_and_a dd .name{
 color: #2d608f;
}
.q_and_a dd{
padding: 5px;
	margin: 0;
}

.notice{
color: green;
}
.error{
color: red;
}
#ptvideo img{
	border:none;
	background-color:none;
	background:none;
}
.sitemap {
	margin:0px 10px 10px 10px;
}
.sitemap ul {
	padding:0px;
	margin:0px;

}
.sitemap ul li {
	display:inline;
	font-size:10px;
	color:#000000;
	padding:0px;
	margin:0px;
}