﻿// Colors
// red for headlines: #ec1228;
// blue for borders: #106cd0;
// light blue for bg: #d2ddea;

html {
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;

	width: 950px;
	margin: 0 auto;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, p, ul, li, img {
	margin: 0;
	padding: 0;
	border: none;
}

p {
    text-align: left;
}

a, a:link, a:visited {
    text-decoration: none;
    color: #106cd0;
}

a:hover, a:active, a:focus {
    text-decoration: underline;
}

ol {
    padding: 15px 15px 15px 25px;
}

h2 {
	background: url('../images/aaagroup-logo.png') no-repeat;
	width: 273px;
	height: 97px;
	float: right;
	text-indent: -5000px;
	margin: 6px 40px 0 0;
	padding-bottom: 16px;
	
}

h1 {
	background: url('../images/georgia-h2.png') no-repeat;
	width: 200px;
	height: 57px;
	float: left;
	text-indent: -5000px;
	margin: 13px 0 0 48px;
	
}

ul#navigation  {
	float: left;
	clear: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #106cd0;
	margin: -35px, 0, 0, 35px;
	margin-top: -35px;
	margin-left: 35px;
}

#navigation li {
	display: inline;
	padding: 0 4px 0 7px;
	border-left: 1px solid #106cd0; 
}

#navigation .first {
	border-left: none;
}

.rounded {
	width: 894px;
	border: 3px solid #14589d;
	margin: 28px auto;
	clear: both;
	background: #d2ddea;
	text-align: center;
}

#course {
	border: 3px solid #106cd0;
	background: #fff url('../images/couple.jpg') bottom left no-repeat;
	width: 855px;
	margin: 11px auto 15px 16px;
	float: left;
}

#course h3 {
	background: url('../images/georgia-h3.png') no-repeat;
	width: 855px;
	height: 62px;
	text-indent: -5000px;
	margin: 0 auto;
}

#course h4 {
	color: #ec1228;
	clear: both;
	margin: 10px auto 0;
	text-align: center;
	font-size: 24px;
}

#course p {
	padding: 15px 40px;
}

#benefits {
	/*border-top: 3px solid #106cd0;
	border-left: 3px solid #106cd0;*/
	float: right;
	width: 475px;
	font-size:18px;
    font-weight:bold;
    padding: 10px 30px 15px 38px;
}

h5 {
	font-size: 24px;
	color: #ec1228;
	margin-bottom: 8px;
	margin-top: 10px;
}

#benefits ul {
	text-align: left;
}

#benefits li {
    margin-bottom: 24px;
}

#benefits img {
    float: right;
    margin: 5px -11px 0 0;
}

.learnmore {
    font-size: 0.6em;
}

#register-now {
    float: left;
    margin-top: 8px;
}

#quote {
    float: left;
    width: 276px;
    border: 2px solid #106cd0;
    margin: 0 0 12px 16px;
    height: 427px;
    background: #fff;
}

#quote h3 {
	background: url('../images/quote-h3.png') no-repeat;
	width: 276px;
	height: 44px;
	text-indent: -5000px;
}

#quote p {
	padding: 15px;
}

#get-auto-quote {
    float: right;
    margin: 20px 15px 0 0;
}

#aaa {
    float: left;
    width: 276px;
    border: 2px solid #106cd0;
    margin: 0 0 12px 10px;
    height: 427px;
    background: #fff;
}

#aaa h3 {
	background: url('../images/join-h3.png') no-repeat;
	width: 276px;
	height: 44px;
	text-indent: -5000px;
}

#aaa p {
	padding: 15px;
}

#join-aaa-today {
    float: right;
    margin: 0 15px 15px 0;
}

#asc {
    float: left;
    width: 277px;
    border: 2px solid #106cd0;
    margin: 0 0 12px 10px;
    height: 427px;
    background: #fff;
}

#asc h3 {
	background: url('../images/asc-h3.png') no-repeat;
	width: 277px;
	height: 44px;
	text-indent: -5000px;
}

#asc p {
	padding: 15px;
}

.column-photo {
    border-bottom: 2px solid #106cd0;
    width: 276px;
}

#subpage {
    border: 3px solid #106cd0;
	background: #fff;
	width: 825px;
	margin: 11px auto 15px 16px;
	padding: 15px;
	float: left;
	text-align: left;
}

#subpage h3 {
    font-size: 1.6em;
    margin: 5px 0 15px;
}

#subpage p {
    margin-bottom: 15px;
}

#footer {
    width: 894px;
    margin: 15px auto 25px;
}

#footer p {
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-align: center;
    line-height: 1.4em;
	margin-bottom: 25px;
}

