/* CSS Document */
body {
	background-color:#000000;
	text-align: center; /* for IE */
	color:#000000;
	background-image:url(../images/bgMain.gif);
}

#container{
	background-image:url(../images/bgMainGrad.gif);
	background-repeat:repeat-x;
}

#content{
	margin: 0 auto;   /* align for good browsers */
	text-align: left;  /*counter the body center */
	width:950px;
	background-color:#FFFFFF;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
}
	#content p{
		text-indent:40px;
	}
	
	#content p, ul, ol, h1, h2, h3, blockquote{
		margin-left:80px;
		margin-right:80px;
	}

	#form1{
		margin: 0 auto;   /* align for good browsers */
		text-align: center; /* counter the body center */
	}
	
#copyright{
	height:25px;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-align:center;
}

h1{
	font-size:28px;
	font-weight:bold;
	text-align: center;
	color: #990000;
	margin-top: 1em;
	text-indent:0px;
}

h2{
	font-size:20px;
	text-align: center;
	color: #000000;
	margin-top: 0px;
	text-indent:0px;
}

h3{
	font-size:18px;
	text-align: left;
	text-indent:0px;
	color: #000000;
	margin-top: 35px;
	text-indent:0px;
	clear:both;
}

/* Standard Elements for All Pages */
.guaranteeBox{
	width:65%;
	padding:30px;
	background-color:#FFFF00;
	border: 2px solid #9D0300;
	margin: 0 auto;
	}
	
	.guaranteeBox h1{
		margin-top:0px;}

blockquote {
	text-indent: 25px;
	font-style:italic; 
	background:url(../images/common_quote1_start.png);
	background-position: 0 2px;
	background-repeat: no-repeat; }

	blockquote p {
		display: inline;
		margin: 0;
		padding-right: 24px;
		background:url(../images/common_quote1_end.png);
		background-position: bottom right;
		background-repeat: no-repeat; }

.quoteAuthor{
	text-align:right;
	font-weight:bold;
	margin-bottom:25px; }
	
	
.rightInstructor{
	float:right;
	width:300px;
	height:300px;
	padding:5px;
	margin:10px 80px 10px 10px;
	border:1px solid #CCCCCC;
}
	
	
.rightVid{
	width:320px;
	height:261px;
	padding:30px;
	float:right;
	text-align:center;
	text-indent:0px;
	margin-right:20px;
	clear:both;
}

.centerVid{
	width:400px;
	height:326px;
	padding:30px;
	margin: 0 auto; 
	text-align:center;
	text-indent:0px;
	clear:both;
}

.leftVid{
	width:320px;
	height:261px;
	padding:30px;
	float:left;
	text-align:center;
	text-indent:0px;
	clear:both;
}

.miniSlideshow{
	width:642px;
	height:351px;
	margin: 0 auto; 
	text-align:center;
	text-indent:0px;
	padding:30px;
	clear:both;
}

/*Phone Call Btn */
	#phonebtn{
		width:81px;
		float:right;
		position:fixed;
		right:25px;
		top:25px;
		z-index:15;
	}
	
	#phonebtn img{
		border:0px;
	}
	
	*html #phonebtn { /* IE6 & Below */
		position:absolute;
		right: expression( ( 25 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  		top: expression( ( 25 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	}
