/* CSS RESET */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
 form, label, legend,
 caption, {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
p {
	margin-bottom:10px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus */
:focus {
	outline: 0;
}

/* remember to highlight inserts */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}



address {
	padding:0px 10px 0px 0px; 
	margin:0px; 
	font-size:10px;
	display:inline;
}
/* END OF CSS RESET */


/* GENERAL BODY*/

a, p, br, td, div {
	font-family:Verdana, Geneva, sans-serif;
}

body {
	background:url(images/bg.jpg) repeat-x #5a91cb center;
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
	line-height:20px;
	text-align:center;
}

A:link, A:visited, A:hover {
	font-weight:bold;
	text-decoration:none;
	color:#cff0fd;
	

}
A:hover {
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	

}
input.events{ width:145px;
	margin-right:5px;
	background:#fafafa;
	border:1px solid #ddd;
	color: #000;
	padding:2px;}
input.events, textarea.events {
	margin-right:5px;
	background:#fafafa;
	border:1px solid #ddd;
	color: #000;
	padding:2px;
	
}

textarea.events{
	width:250px;
	margin:2px 0px;
	height:50px;
}
input.events1 {
	height:54px;
	background:#fafafa;
	border:1px solid #ddd;
	color:#000;
	width:40px;
}

h1 	{
	font-size: 16px;
	font-style:italic;
	border-bottom: 2px solid #fff;
	padding-bottom:5px;
}

h2 {
	font-size:14px;
	font-weight:bold;
	border-bottom: 1px solid #fff;
	padding:0px 0px 1px 0px;
	margin-bottom:10px;

}

h5 {
	font-size:14px;
	padding: 5px;
	margin-left:5px;
	color:#000;
	font-style:normal;
	font-weight:bold;
}

br.tricks, div.clear, span.clear { 
	clear:both; 
	padding:0px;
	margin:0px;	
}




.right {
	float:right;
}
.left{
	float:left;
}


/* END OF GENERAL BODY */

/* Layout Positions */

div#container, div#infoboxmiddle, div#content {
	width:900px;
	margin:auto;
	text-align:left;
}
div#logo {
	float:left;
}
div#topimg {
	text-align:center;
	margin-bottom:20px;
}

div#side {
	float:left;
	width:269px;
	padding:0px 0px 0px 10px;
}
div#main {
	float:left;
	width:569px;
	padding:0px 20px 50px 21px;
	line-height:20px;
	font-size:13px;
	
}

div#logos{
	margin-left:10px;
}


img.logo {
	padding:0px 0px;
	margin:20px;
}


/* nav */

div#nav {
	background-image:url(images/index_02.jpg);
	background-repeat:no-repeat;
	height:21px;
	width:460px;
	float:left;
	padding:48px 10px 37px 0px;
}


li.nav a:link, li.nav a:visited{
	text-decoration:none;
	color:#000000;
}

li.nav a:hover {
	text-decoration:none;
	color:#fff;	
	display:inline-block;
	background-image:url(images/navbg.jpg);
	background-repeat:no-repeat;
	background-position:center middle;
	width:68px;
	height:18px;
	
}
#nav li {
	float:left;
	padding:0px 10px 0px 10px ;
	width:68px;
	height:18px;
	text-align:center;
}
nav# li a:link, nav# li a:visited{
	text-decoration:none;
	color:#000000;
}
	
#nav li a:hover {
	text-decoration:none;
	color:#fff;	
	display:inline-block;
	background-image:url(images/navbg.jpg);
	background-repeat:no-repeat;
	background-position:center middle;
	width:68px;
	height:18px;


}

#nav li.current{
	text-decoration:none;
	color:#fff;	
	display:inline-block;
	background-image:url(images/navbg.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	font-weight:bold;
	

}


#navd li:hover{
	background-image:url(images/navbg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:68px;
	height:18px;
	padding-bottom:5px;
}





/*testimonials*/ 

.testi {
	float:right;
	font-size:10px;
	padding-bottom:5px;
	width:230px;
}

.point {
	float:left;
	width:19px;
	padding:5px;
}

.points {
	float:left;
	padding:0px 5px 0px 5px;
	}

.courses {
	float:right;
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
	width:230px;
}
/*info boxes */

#sideinfo {
	background:url(images/sideinfo.gif) no-repeat;
	height:136px;
	width:280px;
}
.infoimg {
	float:left;
	padding-top:1px;
}

.infotext {
	float:right; 
	width:130px; 
	font-size:10px; 
	padding:10px; 
	line-height:15px;
}
.infoimgc {
	float:left;
	padding-top:1px;
	padding-left:15px;
}

.infoimgc2 {
	float:left;
	padding-top:1px;
	padding-left:5px;
}

.infoimgg {
	float:left;
	padding-top:1px;
	padding-left:5px;
}
.infotextc {
	float:right; 
	width:148px; 
	font-size:10px; 
	padding:10px 10px 0px 2px; 
	line-height:15px;
}

/* footer */

div#footer {
	text-align:center;
	padding-top:90px;
}

div.footer_wrapper { 
	width:100%; 
	overflow:auto;  
	color:#ffffff;
	font-size:10px;
	position:relative;
	bottom:0px;
	background:url(images/footer.jpg) no-repeat center;
    margin-top:30px;

}

div.footer_content {
	width:900px;
	margin:0px auto; 
	padding:30px 0px 0px 0px; 
	background-repeat:no-repeat; 
	color:#ffffff;
}

div.footer_content a:link, div.footer_content a:visited, div.footer_content a:hover {
	color:#ffffff;
}







fieldset#school, fieldset#parent, fieldset#job{
 	border:solid 1px #999;
	width:20px;
	padding:0px 0px 10px 10px;

}

fieldset#school legend {
	background-color:#FF6;
	border:1px solid #999;
	padding:0px 10px 0px 10px;
	margin:10px 0px 10px 0px;
}

fieldset#parent legend {
	background-color:#C33;
	border:1px solid #999;
	padding:0px 10px 0px 10px;
	margin:10px 0px 10px 0px;
}

fieldset#job legend {
	background-color:#b0dffd;
	border:1px solid #000000;
	padding:0px 10px 0px 10px;
	margin:10px 0px 10px 0px;
}

input.schoolinput, input.parentinput, input.jobinput{
	width:200px;

}

div#schoolform {
	display:inline-block;
	background-image:url(images/school.gif);
	background-repeat:no-repeat;
	width:174px; 
	float:left;
	height:207px;
	padding:130px 02px 0px 5px;
	font-size:11px;
	text-align:center;
	line-height:15px;
	margin-right:20px;
}

div#parentform {
	display:inline-block;
	background-image:url(images/contact_02.jpg);
	background-repeat:no-repeat;
	width:179px; 
	float:left;
	height:207px;
	padding:130px 02px 0px 0px;
	font-size:11px;
	text-align:center;
	line-height:15px;
}

div#coachform {
	display:inline-block;
	background-image:url(images/contact_03.jpg);
	background-repeat:no-repeat;
	width:174px; 
	float:left;
	height:207px;
	padding:130px 02px 0px 5px;
	font-size:11px;
	text-align:center;
	line-height:15px;
	margin-left:15px;
}

div#coachform a:link, div#coachform a:visited, div#coachform a:hover,
div#parentform a:link, div#parentform a:visited, div#parentform a:hover,
div#schoolform a:link, div#schoolform a:visited, div#schoolform a:hover{
	font-weight:bold;
	color:#FFF;
}

div#split1{
	width:250px;
	border-right: dotted 1px #666 ;
	float:left;
	padding-right:30px;
	margin-top:30px;
}
div#split2{
	width:230px;
	float:left;
	padding-left:30px;
	margin-top:30px;
}

div#thankyou {
	font-weight:bold;
	font-size:18px; 
	text-align:center;
	font-style:italic;
	padding:20px 30px 20px 30px;
	border:1px solid #CCC;
	background-color:#FFF;
	margin:30px 0px 30px 0px
}

input#send{
	margin:10px 10px 10px 00px;
}


/* events*/
span.title {
	float:left;

	
}
span.date {
	float:right;
	color:#fff;

}

img.point {
	padding-right:10px;
}

img.eventimg {
	border:1px solid #999;
}

h4 {
	font-size:14px;
	font-style:italic;
	padding:5px 0px 10px 0px;
}


/* Product tables */

.products {
	background:#66b9f1;
	list-style:none;
	margin-bottom:20px;


}

.prod {
	background:#3d669e;
	width:160px;
	text-align:center;
	margin:1px;
	height:60px;
	font-weight:bold;
	cursor:pointer;
}


/* jquery tooltips */
#tooltip img {
	background: url(images/tooltips-bg.gif) no-repeat;
	padding: 6px 7px 6px 11px;
}

#screenshot {
	margin: 0;
	padding: 8px;
	position: absolute;
	border: 1px solid #122025;
	background: #000;
	display: none;
	z-index: 200;
}
.front-page-banner-girl {position:relative;top:-70px;left:320px;display:block;width:231px;height:88px; z-index:5;}


.one,.two{
	float:left;
	width:270px;
	padding:5px;
	margin:20px 0px 20px 0px;
}



li.points {
	list-style-image:url(images/points.png);
	margin-left:30px;
	padding-left:5px;
	}
	
h4{
	font-size:14px;
	font-weight:bold;

	}


.coach {
	float:left;
	width:100px;
	padding:5px;
}

.coach2 {
	float:right;
	width:100px;
	padding:5px;
}

h6.coachs {
	color:#FF6;
	font-size:15px; 
	font-weight:bold;
	border-bottom:1px solid #fff;
	padding:0px 0xp;
	margin:0px 0px;
}

.clearc {
	clear:both;
	margin-bottom:20px;
}

h6.title {
	text-align:center;
	font-size:15px;
	font-weight:bold;
	color:#FF6;
}

/* form */

.infos {
	background-color:#fff;
	border:1px solid #ddd;
	color: #000;
	font-size: 11px;
	padding: 10px;
	margin-bottom: 10px;

}





#contact1{

	float:left;
	padding:10px;
	width:230px;
	background:#fafafa;
	border:1px solid #dddddd;
	color: #000;
	font-size: 11px;
	margin:15px 0px 15px 15px;


}

#contact2{

	float:right;
	padding:10px;
	width:230px;
	background:#fafafa;
	border:1px solid #dddddd;
	color: #000;
	font-size: 11px;
	margin:15px  15px 15px 0px;


}






.inputtext1 {
	width:150px;
	margin-right:5px;
	background:#fafafa;
	border:1px solid #ddd;
	color: #000;
	padding:2px;
}

.inputtext, .textarea1 {
	width:310px;
	background:#fafafa;
	border:1px solid #ddd;
	color: #000;
		padding:2px;
}

.send {
	margin-left:300px;
	background:#fafafa;
	border:1px solid #ddd;
	color: #000;
	
}

.content2 {
	padding:15px;
}

.coachborder {
	border:1px solid #fff;
}
	
	
	.awards {
		width:460px;
		margin-left:110px;
	}
	
textarea, input {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
}

/******************************************************/
/* Styling for New ASP Contact Form */
/******************************************************/

form.aspcontactform {
	display: inline; /*fix ie6 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 480px;
	margin: 15px 0;
}

form.aspcontactform ul {
	list-style: none;
	padding: 0px; /* no reset stylesheet being used so reset the defaults */
	margin: 0px; /* no reset stylesheet being used so reset the defaults */
}

form.aspcontactform ul li {
	margin-bottom: 15px;
	float: left;
	display: inline; /*fix ie6 */
	clear: both; /*fix ie6 and ie7 stop them being gay */
	display: block; /*fix ie6 and ie7 stop them being gay */
	width: 100%; /*fix ie6 and ie7 stop them being gay */
}

form.aspcontactform label {
	float: left;
	display: inline; /*fix ie6 */
	width: 120px;
	line-height: 30px;
	cursor: pointer;
}

form.aspcontactform input, form.aspcontactform textarea {
	float: left;
	display:inline; /*fix ie6 */
	width: 295px;
	border:none;
	height: 30px;
	line-height: 30px;
	color: #333;
	background-color: #fff;
	border: solid 1px #CCC;
	padding: 0 0 0 5px;
}

form.aspcontactform textarea {
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow-x: hidden;
	padding: 5px 0 0 5px;
	line-height: 16px;
}

form input#submit {
	clear: both;
	width: 114px;
	height: 37px;
	display: inline; /*fix ie6 */
	border: solid 1px #CCC;
	font-size: 12px;
	font-weight: bold;
	background:#fff;
	margin: 15px 0 0 210px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	cursor: pointer;
}

form.aspcontactform input:focus, form.aspcontactform textarea:focus, form.aspcontactform input#submit:hover{
	border: solid 1px #666;
}

p.contactrequired {
	font-size: 11px;
	margin: 0 0 0 132px;
	float: left;
	display: inline; /*fix ie6 */ 
}

span.asterisk {
	font-size: 14px;
	color: #F00;
}

form .error {
	border: 1px solid #d14c0e;
}

p.success-message, ul#form-error {
	margin: 15px 0;
	padding:15px 25px;
	background-color:#DFF2BF;
	width: 370px;
	color: #4F8A10;
	border: solid 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul#form-error {
	background-color:#FFBABA;
	color: #b53737;
	list-style-position:inside;
	list-style: none;
}

ul#form-error li {
	margin: 4px 0;
}

li#error-header {
	list-style-type: none;
	padding: 0 4px 0 0;
	font-weight: bold;
}

#contactheaderlw, #contactheaderlw1, #contactheaderlw2, #contactheaderlw3{
	height: 20px;
	padding: 5px;
	background-color: #3A639B;
    color: #FFFFFF;
	display: block;
    font-weight: bold;
	border-bottom: 1px solid #BBD5E5;
    border-top: 0 solid #000000;
}

/******************************************************/
/* Styling for New ASP Contact Form */
/******************************************************/

form.aspcontactform {
	display: inline; /*fix ie6 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 480px;
	margin: 15px 0 15px 45px;
	clear:both;
}

form.aspcontactform ul {
	list-style: none;
	padding: 0px; /* no reset stylesheet being used so reset the defaults */
	margin: 0px; /* no reset stylesheet being used so reset the defaults */
}

form.aspcontactform ul li {
	margin-bottom: 4px;
	float: left;
	display: inline; /*fix ie6 */
	clear: both; /*fix ie6 and ie7 stop them being gay */
	display: block; /*fix ie6 and ie7 stop them being gay */
	width: 100%; /*fix ie6 and ie7 stop them being gay */
}

form.aspcontactform label {
	float: left;
	display: inline; /*fix ie6 */
	width: 150px;
	line-height: 24px;
	cursor: pointer;
}

form.aspcontactform input, form.aspcontactform textarea {
	float: left;
	display:inline; /*fix ie6 */
	width: 295px;
	border:none;
	height: 24px;
	line-height: 24px;
	color: #333;
	background-color: #fff;
	border: solid 1px #CCC;
	padding: 0 0 0 5px;
}

form.aspcontactform textarea {
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow-x: hidden;
	padding: 5px 0 0 5px;
	line-height: 16px;
}

form input.submit {
	clear: both;
	width: 114px;
	height: 37px;
	display: inline; /*fix ie6 */
	border: solid 1px #CCC;
	font-size: 12px;
	font-weight: bold;
	background:#fff;
	margin: 5px 0 0 243px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	cursor: pointer;
}

form.aspcontactform input:focus, form.aspcontactform textarea:focus, form.aspcontactform input#submit:hover{
	border: solid 1px #666;
}

p#cr1, p#cr2, p#cr3, p#cr4 {
	font-size: 9px;
	margin: 0 0 0 132px;
	float: left;
	display: inline; /*fix ie6 */ 
}

span.asterisk {
	font-size: 12px;
	color: #F00;
}

form .error {
	border: 1px solid #d14c0e;
}

ul#form-error, p#sm1, p#sm2, p#sm3 {
	margin: 15px 0 15px 45px;
	padding:15px 25px;
	background-color:#DFF2BF;
	width: 400px;
	color: #4F8A10;
	border: solid 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul#form-error {
	background-color:#FFBABA;
	color: #b53737;
	list-style-position:inside;
	list-style: none;
}

ul#form-error li {
	margin: 4px 0;
}

li#error-header {
	list-style-type: none;
	padding: 0 4px 0 0;
	font-weight: bold;
}

/* clearfix */
.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; /* Hides from IE-mac */ } 
.clearfix { display: block; }
