@charset "UTF-8";
.clearfloat {
	clear: both;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #c0c0c0;
	background-image: url(/images/page_gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.ApolloOneCol #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
.ApolloOneCol #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #DDDDDD;
	background-image: url(/images/detour.jpg);
}
h1   {
	margin: 0 0 0 15; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 10px 15; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #999999;
	font-weight: normal;
}
.ApolloOneCol #mainContent {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top;
}
#navbar  {
	margin-right: 0px;
	list-style-type: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	text-align: center;
}
#navbar  li {
	background-color: #FFFFFF;
	display: inline;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#navbar   a {
	background-color: #FAE400;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	list-style-type: none;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#navbar    a:hover {
	background-color: #FFFFFF;
	display: inline;
	list-style-type: none;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-style: italic;
	line-height: 16px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999933;
	width: 300px;
	text-align: justify;
}
.beginnerPrice   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #B2CD8D;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.roadtestPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #66CCFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.seniorsPrograms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #FF99FF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.subItem     {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	padding-left: 15px;
	padding-right: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.price {
	font-size: 16px;
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.ApolloOneCol #pricing {
	width: 400px;
	margin-top: 0px;
	border: 1px solid #999999;
	padding-bottom: 20px;
	margin-left: 10px;
	float: right;
	margin-right: 10px;
	margin-bottom: 15px;
	clear: both;
}
.ApolloOneCol #pricing p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 15px;
	padding-right: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.ApolloOneCol #pricing table {
	margin-right: 10px;
	margin-left: 15px;
	width: 250px;
	padding: 0px;
}
.ApolloOneCol #pricing table td {
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.ApolloOneCol #footer {
	background-color: #FFE700;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 200px;
	background-image: url(/images/footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 20px;
}
.footerAddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.ApolloOneCol #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.courseDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	margin-left: 15px;
}
.courseDescTitle  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #333333;
	background-color: #FFFFCC;
	padding: 5px;
	width: 320px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.courseDesc p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.bulletRight {
	width: 280px;
	list-style-position: outside;
	list-style-type: decimal;
}
.bulletRIght li {
	margin-bottom: 5px;
}
.enroll {
	color: #990000;
}
.ApolloOneCol #imageRotate {
	width: 400px;
	margin-top: 0px;
	margin-left: 10px;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	clear: both;
}
#imageRotate img {
	margin-bottom: 10px;
}
#enroll {
	width: 400px;
	margin-top: 0px;
	margin-left: 10px;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	clear: both;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #990000;
	padding-top: 8px;
	padding-bottom: 8px;
}
.fullPricelist {
	border: 1px solid #333333;
	margin-left: 15px;
	margin-right: 10px;
}
.fullPricelist    td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.fullPricelist li {
	list-style-type: square;
}
.blue {
	color: #004B96;
	background-color: #D9E9FF;
}
.red {
	color: #990000;
	background-color: #E4DAD5;
}
.underline {
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}
.pricelistPrice {
	font-size: 14px;
}
.borderBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.pickup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.compare {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	margin-left: 15px;
	width: 330px;
	font-style: italic;
	font-weight: bold;
	border: 1px solid #F2E706;
	background-color: #FFFDDD;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.compare td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	padding-left: 2px;
	padding-top: 2px;
}
.inlineApollo {
	display: inline;
	vertical-align: text-bottom;
}
