@charset "UTF-8";
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: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	background-image: url(../images/pink-fade-background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	line-height: 18px;
}

.style2 {color: #99CCFF}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
.style1 {
	color: #006633;
	font-weight: bold;
}


.style3 {
	color: #FFFFFF;
	font-size: x-small;
}
a:hover {
	color: #00CC99;
}





.twoColFixLtHdr #container1 {
	width: 700px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #000000;
} 

.twoColFixLtHdr #containersplat {
	width: 981px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: none;
	background-repeat: no-repeat;
}

.twoColFixLtHdr #container2 {
	width: 720px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: none;
	background-repeat: repeat;
	background-color: #000000;
} 
.twoColFixLtHdr #container {
	width: 700px;  /* 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;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thin;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #083B6E;
	border-right-color: #083B6E;
	border-bottom-color: #083B6E;
	border-left-color: #083B6E;
} 
.twoColFixLtHdr #header {
	background-image: url(../images/header-background.jpg);
	background-repeat: no-repeat;
	height: 176px;
	width: 700px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0;
}
#home-slideshow {
	background-color: #88add4;
	height: 285px;
	width: 100%;
	padding-top: 20px;
}
#contact-box {
	background-color: #FFFFFF;
	height: 285px;
	width: 99%;
	padding-top: 20px;
	border: thin solid #CCCCCC;
}
  
#contenttext {
	padding-right: 20px;
	padding-left: 20px;
	margin: 0;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* 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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #mainContent {
	margin: 0;
	background-image: none;
	background-repeat: no-repeat;
	float: left;
	padding: 0;
	width: 700px;
} 

.twoColFixLtHdr #mainContenthome {
	margin: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/curve-background-home.jpg);
	background-repeat: no-repeat;
	float: left;
}



.twoColFixLtHdr #contactbox {
	border: thin solid #999999;
	padding: 10px;
	width: 342px;
	z-index: auto;
	background-color: #CCCCCC;
}

.Content_Text_Bold_LtBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #B5D5FF;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#spacer {
	height: 70px;
	width: 50px;
}
.spacerdiv {
	height: 70px;
	width: 50px;
	float: right;
}


/* pasted from schriver1 */

/* Elements */



h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	colour: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

/* Header */



#header a {
	text-decoration: none;
	color: #FFFFFF;
	margin: 0;
}

/* Menu */


#menu {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 82px;
	padding-left: 5px;
	padding-right: 15px;
	padding-bottom: 3px;
	background-image: url(../images/header-background.jpg);
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
	margin: 0;
}

#menu a {
	color: #225DA0
	display: block;
	float: none;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
	font-size: 12px;
	margin: 0;
}

#menu a:hover {
	color: #B5D8F2;
	margin: 0;
}





#menu2 {
	margin: 0;
	padding-top: 0px;
	padding-left: 30px;
	padding-right: 10px;
}

#menu2 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu2 li {
	display: inline;
	margin: 0;
	
}

#menu2 a {
	color: #225DA0
	display: block;
	float: none;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFFFFF;
	font-size: 11px;
	margin: 0;
}

#menu2 a:hover {
	color: #A371C1;
	margin: 0;
}




/* FooterMenu */

#footer {
	color: #660000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	background-color: #40BD51;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footer li {
	display: inline;
}

#footer a {
	color: #225DA0
	display: block;
	float: none;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
	font-size: 10px;
}

#footer a:hover {
	color: #666666;
}


#footer-address {
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 2px;
	font-size: 10px;
	background-color: #000000;
	height: 20px;
}

#foote-addressr ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footer-address li {
	display: inline;
}

#footer-address a {
	color: #225DA0
	display: block;
	float: none;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
	font-size: 10px;
}

#footer-address a:hover {
	color: #666666;
}



#footermenu {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: none;
	background-repeat: repeat-x;
}

#footermenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footermenu li {
	display: inline;
	
}

#footermenu a {
	color: #225DA0
	display: block;
	float: none;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
	font-size: 11px;
}

#footermenu a:hover {
	color: #FFFFFF;
}

/* Content */


#content h3 {
	color: #2F73B8;
}

#border {
	border: 1px solid #999999;
}
/* Footer */

#footer2 {
	width: 700px;
	height: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#footer2 p {
	margin: 0px;
	padding-top: 3px;
	text-align: center;
	font-size: 10px;
	color: #666666;
}

#footer2 a {
	color: #666666;
}

#footer2 a:hover {
	color: #333333;
}

.largeheading01 {
	font-size: 24px;
	font-weight: bold;
	color: #99CC66;
}

#menuNewArrGirls {
	margin: 0;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 10px;
	background-image: none;
	padding-bottom: 5px;
	background-color: #00FF00;
}

#menuNewArrGirls ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menuNewArrGirls li {
	display: inline;
	margin: 0;
	
}

#menuNewArrGirls a {
	color: #225DA0
	display: block;
	float: none;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
	font-size: 11px;
	margin: 0;
}

#menuNewArrGirls a:hover {
	color: #FF00FF;
	margin: 0;
}




.content_text_SMALL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	line-height: 1.25;
}
.content_text_SMALL a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009933;
	text-decoration: none;
	line-height: 1.25;
}
.content_text_SMALL a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009933;
	text-decoration: none;
	line-height: 1.25;
}
.content_text_SMALL a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009933;
	text-decoration: none;
	line-height: 1.25;
}
.content_text_SMALL a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3E9CE6;
	text-decoration: underline;
	line-height: 1.25;
}
.content_text_Bold_Black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.25;
}

.content_text_Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.25;
}
.content_text_Bold a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #993300;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.25;
}
.content_text_Bold a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #993300;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.25;
}
.content_text_Bold a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #993300;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.25;
}
.content_text_Bold a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3E9CE6;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.25;
}



.content_text_Bold_W {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.25;
}
.content_text_Bold_W a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.25;
}
.content_text_Bold_W a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.25;
}
.content_text_Bold_W a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.25;
}
.content_text_Bold_W a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.25;
}


.content_text_Bold02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #000033;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.25;
	letter-spacing: -1px;
}
.content_text_Bold02 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #000033;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: -1px;
}
.content_text_Bold02 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #000033;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: -1px;
}
.content_text_Bold02 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #000033;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: -1px;
}
.content_text_Bold02 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #000033;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: -1px;
}


.content_text_Bold03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000033;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.25;
	letter-spacing: -1px;
}
.content_text_Bold03 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000033;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: -1px;
}
.content_text_Bold03 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #330000;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: -1px;
}
.content_text_Bold03 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #330000;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: -1px;
}
.content_text_Bold03 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: -1px;
}

.content_text_Bold03Yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: -1px;
}
.content_text_Bold04 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: -1px;
}
.content_text_Bold04 a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: -1px;
}
.content_text_Bold04 a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: -1px;
}
.content_text_Bold04 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: -1px;
}
.content_text_Bold04 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: -1px;
}


.footer_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
.footer_links a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
.footer_links a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
.footer_links a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
.footer_links a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099CC;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}

.products_grid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-style: normal;
}
.content_text_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000099;
	text-decoration: none;
	line-height: 1;
	font-weight: normal;
}
.content_text_form02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #354D39;
	text-decoration: none;
	line-height: 2;
	font-weight: bold;
	letter-spacing: 2px;
}
.content_text_Form_BOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #8A86C3;
	text-decoration: none;
	line-height: 1.25;
	font-weight: normal;
	font-style: italic;
}
.content_text_form_fields {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	line-height: 1;
	font-weight: normal;
}
.content_text_form_fields_CARD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	line-height: 1;
	font-weight: normal;
	text-align: center;
}
.content_text_LIST {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/driving_academy_bullet_02.gif);
	background-repeat: no-repeat;
	background-position: 0 .25em;
	margin-left: 0;
	padding-left: 20px;
	list-style: none;
	line-height: 1.5;
}
.form_small {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC6600;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
.content_text_Bold_W_small {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.25;
}
.form_small_Black {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
.form_small_Purple {



	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8E88C6;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
.form_small_Grey {




	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
