* {
	font-size: 1em;
}

body {
	margin: 0 3px;
	text-align:center;
	background-color:#FFFFFF;
	font-size: 80%;
}

A:link,
A:hover,
A:visited,
A:active {
	border:none;
	color:#CC5117;
}


BR.clearAll {
	font: 1px/1px monospace;
	display: block;
	clear: both;
}


/* HEADINGS ------------------------------------------------------ */

.page H1 {
	margin-top: 0;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 110%;
}

.page H2 {
	margin-top: 0;
	font-size: 1.2em;
	font-weight: bold;
}

H5 {
	margin:5px 105px 0 14px;
	padding:0;
	font-size:11px;
	font-weight:normal;
}

H6 {
	margin:0 0 5px 0;
	padding:0;
	font-size:12px;
	font-weight:bold;
}



/* MAIN LAYOUT --------------------------------------------------- */

/* PAGE */
.page {
	width: 770px;
	margin: 3px auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 1.3em;
}




/*	HEADER	*/
.header {
	clear:both;
	/*background:transparent url(/img/page_header_bgr.png) no-repeat scroll left top;
	height:115px;
	margin-bottom:3px;
	overflow:hidden;*/
}




/*	CONTENT	*/
.content {
	width: 100%;
	overflow: hidden;
	padding: 35px 0;
	clear: both;
}

.page_home .content {
	padding: 0 0 35px 0;
}


.content .leftColumn {
	float: left;
	width: 49%;
}
.content .rightColumn {
	float: right;
	padding-left: 30px;
	width: 40%;
	border-left: 3px solid #fde667;
}

.content UL {
	margin-left: 15px;
	padding: 0;
}
.content LI {
	margin: 0 0 15px 0;
	padding: 0;
}

.checkList {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
.checkList LI {
	margin: 0;
	padding: 0 0 15px 35px;
	background: url(/img/checkmark.png) no-repeat left top;
}

.teenDrivingOrderButtonHolder {
	float: left;
	clear: both;
	margin: 20px 0; 
	padding: 105px 18px 10px 20px;
	width: 262px;
	height: 35px;
	background: url(/img/teenDrivingOrderOptions.png) no-repeat;
}
.teenDrivingOrderButtonHolder .buttonOrderNowOne {
	float: left;
}
.teenDrivingOrderButtonHolder .buttonOrderNowTwo {
	float: right;
}


.large {
	font-size: 1.3em;
}




/* BUTTONS */
.button {
	display: block;
	overflow: hidden;
	height: 25px;
	border: none !important;
	text-indent: -200px;
}
.button:hover {
	background-position: left bottom;
}
.buttonOrderNow {
	width: 112px;
	background: url("/img/buttonOrderNow.png") no-repeat left top;
}
* html .buttonOrderNow {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="/img/buttonOrderNow.png");
	cursor: pointer;
}
.teenDrivingOrderButtonHolder {
	float: left;
	clear: both;
	margin: 20px 0; 
	padding: 105px 18px 10px 20px;
	width: 262px;
	height: 35px;
	background: url(/img/teenDrivingOrderOptions.png) no-repeat;
}
.teenDrivingOrderButtonHolder .buttonOrderNowOne {
	float: left;
}
.teenDrivingOrderButtonHolder .buttonOrderNowTwo {
	float: right;
}






/*	FOOTER	*/
.footer {
	clear: both;
	text-align: left;
	font-size: .85em;
}

.powered, .powered * {
	font-size: 10px;
	color: #999999 !important;
}



