html,body{
	margin:0 auto;
	background:url(/images/global/site-background.jpg) repeat-x fixed left bottom;

}
/*
#rootBackgroundImage{
	background:url(/images/global/site-background.jpg) repeat-x;
	width:100%;
	height:1000px;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:-1;
}
*/
#rootContainer{
	width:998px;
	border-left:solid 1px #E6E6E6;
	border-right:solid 1px #E6E6E6;
	background:#FFF;
	margin:0 auto;
}

#rootInnerContainer{
	width:982px;
	padding:0px 8px 7px 8px;
}



#rootHeader{
	border-top:#990000 5px solid;
	
}

#rootHeader #navLeft{
	width:370px;
	height:145px;
	float:left;
}



#rootHeader #navRight{
	width:612px;
	height:145px;
	float:left;
}

#rootHeader #navRight #topNav{
	width:612px;
	height:35px;
	margin-bottom:59px;
	overflow:hidden;
	font-size:11px;
	text-align:right;
}

#rootHeader #navRight #topNav li{
	display:block;
	float:right;
	height:35px;
	background:url(../images/global/nav-divider-small.jpg) no-repeat right;
	padding:0px 15px 0px 7px;
	letter-spacing:-0.03em;
	
}
#rootHeader #navRight #topNav li.noline{
	background:none;
	margin-right:10px;
}

#rootHeader #navRight #topNav li a{
	color:#990000;
	font-weight:bold;
	display:block;
	margin-top:17px;
}

#rootHeader #navRight #topNav li a.current,
#rootHeader #navRight #topNav li a:hover{
	color:#333333;
	border-bottom: 3px solid #333333;
    text-decoration:none;
}


#rootHeader #navRight #bottomNav{
	width:612px;
	height:51px;
	overflow:hidden;
	text-align:right;
}

#rootHeader #navRight #bottomNav li{
	display:block;
	float:right;
	height:51px;
	background:url(../images/global/nav-divider-big.gif) no-repeat right;
	padding:0px 21px 0px 7px;
	letter-spacing:-0.03em;
	position:relative;
	
}

#rootHeader #navRight #bottomNav li.noline{
	background:none;
	padding-right:15px;

}

#rootHeader #navRight #bottomNav li a{
	color:#990000;
	font-size:14px;
	display:block;
	margin:6px 9px 0px 0px;
	padding-bottom:24px;
}

#rootHeader #navRight #bottomNav li a.current,
#rootHeader #navRight #bottomNav li a:hover{
	color:#333333;
	border-bottom: 5px solid #333333;
    text-decoration:none;
}

/*
	BANNER CODE
*/
#rootBanner{

	
}
#rootBanner #bannerImage{
	margin-bottom:1px;

}
/*
#rootBanner #bannerImage #bannerRedShape{
	position:absolute;
	z-index:1;
	
}

#rootBanner #bannerImage #bannerText{
	position:absolute;
	z-index:2;
	font-size:55px;
	color:#FFF;
	text-transform:uppercase;
	line-height:0%;
	letter-spacing:-1px;
	padding:0px;
	margin:0px;
	
}


#rootBanner #bannerImage #bannerText cufon .cufon,
#rootBanner #bannerImage #bannerText cufon .cufon-canvas,
#rootBanner #bannerImage #bannerText cufon{
	height:45px !important;
	
}




#rootBanner #bannerImage #bannerText span{
	line-height:0;
	letter-spacing:-1px;
	padding:0px;
	margin:0px;
	display:block;
	clear:both;
	overflow:hidden;
	height:50px;
}

#rootBanner #bannerImage #bannerBackgroundImage{
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
	
}
*/
/*
home navigation
*/

#rootBanner #HomebannerNavigation{
	height:100px;
	background-color:#252525;
	width:100%;
	margin-bottom:8px;
	
}
#rootBanner #HomebannerNavigation li{
	height:100px;
	width:33%;
	display:block;
	float:right;
	background:url(/images/global/home-nav-arrow.gif) no-repeat bottom right;
}
#rootBanner #HomebannerNavigation li.end{
	background:url(/images/global/home-nav-arrow-end.gif) no-repeat bottom right;
}

#rootBanner #HomebannerNavigation li a{
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	display:block;
	line-height:18px;
	padding-top:15px;
	padding-left:15px;

}

#rootBanner #HomebannerNavigation li a .header{
	font-size:24px;
	text-transform:uppercase;
	color:#CC0000;
	letter-spacing:-1px;
	clear:both;
	display:block;
	padding-bottom:5px;

}

/*
	other pages sub navigation
*/



#rootBanner #bannerNavigation{
	height:20px;
	margin:20px 0px 0px 25px;
	width:957px;
}

#rootBanner #bannerNavigation li{
	height:10px;
	display:block;
	float:left;
	padding-right:30px;
	background:url(/images/global/normal-nav-divider.jpg) no-repeat top right;
	
}


#rootBanner #bannerNavigation li a{
	font-size:14px;
	display:block;
	color:#333;
	padding:0px;
	margin:0px;
	line-height:10px;
	overflow:hidden;


	
	
}
#rootBanner #bannerNavigation li.end{
	padding-right:0px;
	background:none;

}

#rootBanner #bannerNavigation li .current,
#rootBanner #bannerNavigation li a:hover{
	color:#990000;
	border-bottom: 3px solid #990000;
    text-decoration:none;
	padding-bottom:7px;
	
}

















/*
	CONTENT CODE
*/


#rootContent{
	background:#F2F2F2;
	padding:30px 8px 73px 8px;
	color:#333333;
	font-size:12px;

	
}



/*
	LAYOUTS
*/
#rootContent .bigColumn{
	width:648px;
	float:left;
	
}
#rootContent .mediumColumn{
	width:483px;
	float:left;
}
#rootContent .smallColumn{
	width:318px;
	float:left;
}

/*
	CALL TO ACTION BLOCKS
*/

.ctaBlock{
	width:316px;
	height:139px;
	border:solid 1px #D9D9D9;
	background:#FFF no-repeat 7px;
	display:block;
	position:relative;
	margin:10px 0px 0px 0px;
}


.ctaBlock .redArrow{
	height:30px;
	width:80px;
	position:absolute;
	bottom:7px;
	right:7px;
	background:url(/images/global/red-cta.png) no-repeat;
	
}

.ctaBlock .greyArrow{
	height:30px;
	width:80px;
	position:absolute;
	bottom:7px;
	right:7px;
	background:url(/images/global/grey-cta.png) no-repeat;
	
}



.ctaBlock .text{
	position:absolute;
	bottom:26px;
	left:28px;
	font-size:15px;
	color:#FFF;
	font-weight:bold;
}

.ctaBlock .text .header{
	font-size:24px;
	text-transform:uppercase;
	clear:both;
	display:block;
	padding-bottom:0px;
	letter-spacing:-1px;
	
}


.ctaEventBlock{
	width:316px;
	border:solid 1px #D9D9D9;
	background:#FFF no-repeat 7px;
	display:block;
	position:relative;
	margin:10px 0px 0px 0px;
	overflow:hidden;
}

.ctaEventBlock .header {
	font-size:16px;
	color:#FFF;
	height:27px;
	padding:7px 10px 0px 10px;
	margin:4px;
	overflow:hidden;
	display:block;
	clear:both;
	
}

.ctaEventBlock .header.redBg{
	background-image:url(/images/global/cta-images/event-cta-red.jpg);
	
}

.ctaEventBlock .header.greyBg{
	background-image:url(/images/global/cta-images/event-cta-grey.jpg);	
}






/*
	PAGE SPECIFIC CODE
*/



/*
	INSTRUCTORS
*/



.longBlock{
	border:solid 1px #D9D9D9;
	background:#FFF no-repeat 7px;
	display:block;
	position:relative;
	margin:10px 0px 0px 0px;
	overflow:hidden;
	padding:0px;

}
.longBlock .image{
	float:left;
	width:200px;
	height:185px;
	overflow:hidden;
	padding:0px;
	margin:6px 20px 6px 6px;
	position:relative;
}

.longBlock .text{
	float:left;
	width:700px;
	color:#333;
	position:relative;
	margin-top:20px;
}

.longBlock .text p{
	padding-left:0px!important;
}

.longBlock .text .instructor {
	font-size:16px;
	color:#B40A00;
	padding:0px 0px 10px 0px;
	display:block;
	clear:both;
	
}


/*
	FAQ'S
*/


.faqheader{
	clear:both;
	display:block;
	font-size:12px;
	font-weight:bold;
}

/*
	locations

*/
#map{
	width:429px; 
	height:352px;
	border:1px #D9D9D9 solid;
	padding:7px;
	margin-left:30px;
	margin-top:15px;
 
}

/*
	Our Classes
*/


.timetable{
	float:left;
	width:217px;

	color:#FFF;
	margin-right:90px;
	margin-left:13px;
	font-size:12px;
	font-weight:bold;
	padding:7px;
	background:#FFF;
	border:solid 1px #D9D9D9;
}

.timetable .outter{
	margin-top:8px;
	padding-top:1px;
	background-color:#B50A00;
	overflow:hidden;

}

.timetable .outter .header{
	margin-top:8px;
	font-size:13px;
	float:left;
	width:107px;
	text-align:center;
	margin-bottom:5px;
}

.timetable .outter .subf{
	background:#990000;
	float:left;
	width:107px;
	margin-right:1px;
	text-align:center;
	padding:4px 0px 4px 0px;
	margin-bottom:1px;
	
}

.timetable .outter .sub{
	background:#990000;
	float:left;
	width:109px;
	text-align:center;
	padding:4px 0px 4px 0px;
	margin-bottom:1px;
	
}

/*
	prices
*/

/*
	Our Classes
*/


.prices{
	float:left;
	width:612px;
	height:233px;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	padding:7px;
	background:#FFF;
	border:solid 1px #D9D9D9;
	position:relative;
	left:13px;
}

.prices .outter{
	padding-top:1px;
	background-color:#333333;
	overflow:hidden;

}

.prices .outter .headerf{
	margin-top:12px;
	font-size:19px;
	float:left;
	width:29%;
	text-align:center;
	margin-bottom:12px;
}

.prices .outter .header{
	margin-top:12px;
	font-size:19px;
	float:left;
	width:70%;
	text-align:center;
	margin-bottom:12px;
}


.prices .outter .subf{
	background:#252525;
	float:left;
	width:29.8%;
	margin-right:0.2%;
	text-align:center;
	padding:7px 0px 7px 0px;
	margin-bottom:1px;
	
}

.prices .outter .sub{
	background:#252525;
	float:left;
	width:70%;
	text-align:center;
	padding:7px 0px 7px 0px;
	margin-bottom:1px;
	
}



/*
	gallery
*/
.sessions-gallery{

}


.sessions-gallery li{
	width:154px;
	height:130px;
	float:left;
	padding:0px;
	margin:0px 8px 8px 0px;
	list-style:none!important;
}
.sessions-gallery li.end{
	margin-right:0px;
}
.sessions-gallery .clear{
	width:0px;
	height:0px;
	float:none;
	clear:both;
	padding:0px;
	margin:0px;
	overflow:hidden;
}


/*
	Testimonials
*/

.testimonailimage{
	float:left;
	padding:0px 13px 13px 13px;
}
/*
	FOOTER CODE
*/
#rootFooter{
	width:1000px;
	margin:0 auto;
	height:182px;
	width:982px;
	border:solid 7px #FFF;
	border-bottom:none;
	border-top:none;
	background:url(/images/global/footer-bg.png) no-repeat;
	/*
		THIS CAUSES THE HORRID WHITE SPACE AT THE BOTTOM... MUST THINK OF A FIX
	*/
	position:relative;
	bottom:62px;

}

#rootFooter #Footersponsers{
	text-align:right;
	padding-right:20px;
}

#rootFooter #FooterLinks{
	color:#FFF;
	font-size:11px;
	margin-top:30px;
	padding-left:20px;
	
}

#rootFooter #FooterLinks a{
	color:#FFF;
	z-index:10;
	position:relative;
}

#rootFooter #FooterLinks a:hover{
	text-decoration:underline;
}


#rootFooter #FooterLinks .footerHeader{
	display:block;
	color:#000;
	clear:both;
	margin-bottom:10px;
	font-weight:bold;
}

#rootFooter #FooterLinks .impressiondp{
	display:block;
	clear:both;
	margin-top:35px;	
}


#rootFooter #FooterLinks #FooterLink1{
	float:left;
	width:300px;;
	
}

#rootFooter #FooterLinks #FooterLink2{
	float:left;
	width:340px;;
	
}

#rootFooter #FooterLinks #FooterLink3{
	float:left;
	width:300px;;
	text-align:right;
	
}
/*
*	EVENTS
*/
.event{			
	color:#B40A00;


}
.event:hover{
	text-decoration:underline;
}

#rootContent .event-header{
	padding-bottom:0px;
}

#rootContent .event-time{
	font-size:110%;
}

/*
*	NEWSLETTER PAGE
*/
#newsletter-form{
	padding:0px 0px 20px 13px;
	width:248px;
}

#newsletter-form label{
	clear:both;
	display:block;
	margin:15px 0px 5px 0px;
}

#newsletter-form input{
	clear:both;	
	display:block;
	width:250px;
	height:20px;
	line-height:20px;

}

#newsletter-form .alert{
	color:#F00;
	font-weight:bold;
	text-decoration:blink;
	font-size:14px;
}

#newsletter-form .submit{
	margin-top:15px;
	height:30px;
	line-height:30px;
}
#newsletter-form .mandotory{
	display:block;
	color:#000;
	margin-top:5px;
	font-weight:bold;
}

#newsletter-form .newsletterTerms{
	font-size:11px;
	padding:8px 0px 0px 0px;
}

.newsletterThankYou{
	padding:0px 0px 20px 13px;
}
.newsletterThankYou .header{
	font-size:15px;
	color:#000;
	font-weight:bold;
}

.newsletterThankYou p{
	font-size:14px;
	padding-left:0px!important;
}


/*
	COMMON
*/

#rootContent h1{
	color:#B40A00;
	font-size:16px;
	font-weight:bold;
	padding:0px 0px 16px 13px;
}

#rootContent h2{
	color:#B40A00;
	font-size:12px;
	font-weight:bold;
	padding:10px 0px 5px 13px;
}
#rootContent ul{
	padding:0px 0px 16px 13px;

}
#rootContent ul li{
	list-style:disc;
	margin:0px 0px 3px 13px;
}

#rootContent p{
	padding:0px 22px 16px 13px;

}


.clear{
	clear:both;
	padding:none;
	margin:none;
}

strong{
	font-weight:bold;
}

.float{
	float:left;
}
.red{
	color:#B40A00;
}

.grey{
	color:#252525;
}

.bodyLarge{
	font-size:16px;
	margin-top:10px;
}

.downloadLink{
	color:#B40A00;
	font-weight:bold;
	text-decoration:underline;
}
.list{
	padding-left:13px;
	margin-bottom:15px;
	
	
}

.list li{
	margin:0px;
	padding:0px;
	list-style-type:disc;
	margin-left:13px;

}
