body {
	margin: 0px auto;
	padding: 0px;
	background-image: url(https://www.drivesmart.us/img/bg.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top left;
	text-align: center;
	font-family: "Source Sans Pro", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

.container {
	background: #fff;
	text-align: left;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
}

h1 {
	font-size: 400%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h2, button {
	font-size: 200%;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 12px;
}

h3 {
	font-size: 160%;
	line-height: 160%;
	font-weight: bold;
	margin: 0;
}

h4, .county_listings, .city_listings {
	font-size: 120%;
	line-height: 160%;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 0;
}

.text_shadow {
    text-shadow: #CCC 1px 1px 2px;
}

.county_listings, .city_listings {
	text-align: left;
}

.footer_text {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #999;
	-webkit-box-shadow: 3px 3px 4px #999;
	box-shadow: 3px 3px 4px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
}

.highlighted {
	background-color: #FFFF66;
	padding-left: 5px;
	padding-right: 5px;
}

#comodo_secure_badge {
	margin-left: 10px;
	float: right;
	clear:both;
}

.steven_img {
	margin-right: 20px;
	display: block;
	vertical-align: text-top;
	overflow: auto;
}

.margin-top-05 { margin-top: 0.5em; }
.margin-top-10 { margin-top: 1.0em; }
.margin-top-15 { margin-top: 1.5em; }
.margin-top-20 { margin-top: 2.0em; }
.margin-top-25 { margin-top: 2.5em; }
.margin-top-30 { margin-top: 3.0em; }

.margin-bottom-10 { margin-bottom: 1.0em; }
.margin-bottom-20 { margin-bottom: 2.0em; }

hr {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0;
	border-top: 1px solid #ccc;
}

.online_box {
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	background-color: #B0E2FF;
	width: 72%;
	margin: 0px auto;
}

.online_box h2 {
	line-height: 140%;
}

.animated_car {
	margin-left: 10px;
	margin-bottom: 10px;
}

.city_listings, .county_listings {
	font-family: Verdana;
	font-size: 13px;
	line-height: 16px;
	padding: 3px;
}

a:link, a:visited, a:hover, a:active { color:#0000FF; text-decoration: underline; }

.empire_img {
	margin: 0 20px 10px 0;
}

.steering_wheel {
	margin-right: auto;
}

.icon_para {
	margin: 0 20px 5px 0;
}

.save_10 {
	margin-top: 10px;
}

#county_section {
	margin: 0 auto;
}

#county_section td { 
	padding: 12px;
}

#city_section {
	margin: 0 auto;
}

#city_section td { 
	padding: 12px;
}

#online_class_button_link {
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

button {
	white-space: normal;
}

.tagline {
	margin: 0 auto;
}

.student_comments {
	line-height: 200%;
}