/*** BACKGROUND ***/

body {
 	background-color:#ffffff;
 	margin:0;
	padding:0;
}

/**Positions**/

#PositionContainer {
	position: relative;
	margin:0px 0px 0px 0px;
}
#GlobalContainer {
	height:auto;
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:10px;
	top:0px;
}
#NavBarBG
{
	margin: 0; 
	padding: 0; 
	top:40px; 
	left:0;
	width:100%; 
	height:40px; 
	position:absolute; 
	background-image:url(images/nav_bg.jpg); 
	background-repeat:repeat-x; 
	border-top:2px #00549E solid;
	border-bottom:2px #00549E solid;
	z-index:0;
}
#IntroBG {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top:82px;
	width:100%;
	height:400px;
	position:absolute;
	background-image:url(/images/sky_bg.jpg);
	background-repeat:no-repeat;
	clear: both;
	z-index:-1;	
	border-bottom:2px #00549E solid;
}

#Header {
	height: 60px;
	width: 900px;
	position: relative;
	float: left;
}

#Logo {
	height: 18px;
	width: 365px;
	padding: 20px 0px 0px 0px;
}


#NavBar {
	height: 40px;
	width: 100%;
	position: relative;
	float: left;
	list-style: inline;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: -20px;
}
	#NavBar li {
	 	display: inline;
		padding-right: 10px;
		list-style: none;
	}


#Intro {
	width: 900px;
	height: 365px;
	position: relative;
	float: left;
	margin: 0px 0px 2px 0px;
}
	#Photo {
		width: 206px;
		height: 365px;
		position: relative;
		bottom: -1px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	#Boxes {
		width: 400px;
		height: 200px;
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
		#LeftBox {
			width: 378px;
			height: 345px;	
		}
		#RightBox {
			width: 290;
			height: 345px;
			margin: 10px 10px 10px 0px;	
		}

#Content {
	width: 900px;
	height: auto;
	position: relative;
	float: left;	
}
#coaches {
	padding:0px;
	margin:0px;
	width: 100%;
	text-align:center;
}
	#coaches p{
		padding:10px 0px;
	}
	#coaches a{
		color:#FF3300;
	}
	#coaches .openings{
		font-size:20px;
	}

#Video {
	width: 100%;
	min-height: 20px;
	margin: 0px 0px 0px 0px;
}

#Events {
	width: 680px;
	min-height: 300px;
	border-top:2px #00549E solid;
	border-bottom:2px #00549E solid;
	border-right:2px #00549E solid;
	border-left:2px #00549E solid;	
	margin: 10px 10px 10px 10px;
}
	.EventBox {
		width: 660px;
		min-height: 10px;
		border-top:1px #00549E solid;
		padding: 5px 10px 5px 10px;
	}

#NewVideo {
	width: 200px
	min-height: 300px;
	padding: 5px 5px 5px 5px;
}

/**Divisions**/
/** FONTS **/
a:link { 
	color: #000000;
}
a:visited { 
	color: #000000;
}
a:active { 
	color: #00000;
}
a:hover { 
	color: #0040AB;
}

SPAN.header
{
    font-size: 12pt;
    font-family: "Times New Roman", Times, serif;
    font-variant: small-caps;
    font-weight: bold;
	text-align: center;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: none;
	text-align: center;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0;
}

.motorcycletraining {
 	float:right;
	width:313px;
	height:171px;
	background-image:url('/images/motorcycle-training-discount.png');
	background-repeat:no-repeat;
	background-position:left top;
}
.motorcycletraining p.coupon{
 	padding:125px 0px 0px 0px;
 	margin:0px;
 	text-align: center;
 	line-height : 12px;
}