@charset "UTF-8";
/* CSS Document */


/*-----------Master Styles---------*/
html, body {
	margin: 10;
	padding: 0;
	font-family: "Trebuchet MS", "Lucida Grande", "MS Sans Serif", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #FFFFFF;
	line-height: 1.4em;
	font-size: 95%;
}

body.popup { margin: 10px; }

html, body a { color: #336699; }
html, body a:link { color:#336699; }
html, body a:visited { color:#6699CC; }
html, body a:hover { color:#FF9933; }
html, body a:active { color: #FF9933; }

html, body.aul {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", "Lucida Grande", "MS Sans Serif", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #FFFFFF;
	line-height: 1.4em;
	font-size: 95%;
}

body.popup { margin: 10px; }

html, body.aul a { color: #CC0000; }
html, body.aul a:link { color:#36f; }
html, body.aul a:visited { color:#6699CC; }
html, body.aul a:hover { color:#FF9933; }
html, body.aul a:active { color: #FF9933; }


h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4 { font-family: "Trebuchet MS", Verdana, Arial; }

h1 { font-size: 2em; }
h2 {
	font-size: 1.8em;
	line-height: 1.2em;
}
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }

p {  }

form {
	margin: 0px;
	padding: 0px;
}

input.inquiry, textarea.inquiry {
	padding: 3px;
	border: 2px solid #336699;
	width: 300px;
	float: left;
	margin-bottom: 4px;
	margin-right: 2px;
}

input.gocodefield {
	padding: 3px;
	border: 2px solid #336699;
	width: 130px;
	float: left;
	margin-bottom: 4px;
	text-transform: capitalize;
}

label {
	font-weight: bold;
	color: #FFCC66;
	width: 130px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 10px;
	margin-left: 8px;
	margin-top: 4px;
}

label.aul {
	font-weight: bold;
	color: #0066CC;
	width: 130px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 10px;
	margin-left: 8px;
	margin-top: 4px;
}



.block {display:block;}

.clear { clear: both; }
.floatleft { float: left; }
.floatright { float: right; }
.numberedbullets {
	float: left;
	margin-right: 10px;
}
.smalltext {
	font-size: 0.9em;
	line-height: 1.2em;
}

.smallertext {
	font-size: 0.8em;
	line-height: 1em;
}

img.headline {
	margin-top: 10px;
	margin-bottom: 10px;
}

hr.dotted {
	clear: both;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px dotted #999999;
	border-left: 1px solid #dcdcdc;
}

/*-------------- Common Colors --------------------*/
.darkgreen { color: #336633; }
.mediumgreen { color: #669900; }
.orange { color: #FF9933; }
.darkorange { color: #C60; }
.lightblue { color: #6699CC; }
.mediumblue { color: #336699; }
.darkblue { color: #003366; }
.darkgray { color: #333; }
.white { color: #fff; }
.white a { color: #FFCC99; }
.white a:link { color: #FFCC99; }
.white a:visited { color: #FFCC99; }
.white a:hover { color: #FFFFFF; }
.white a:hover { color: #fc9; }
.lightorange { color: #FC9; }
.gray_bg { background: #dcdcdc; }
.red { color: #FF0000; }
.aulblue { color:36f;}
.aulred { color:#cc0000}


/*---------Global Layout---------*/

div#page_header, div#page_header_logo {
	margin: 0px auto;
	width: 772px;
}

div#page_container {
	width: 986px;
	width/**/:/**/ 762px;
	margin: 0px auto 10px;
	background: #dcdcdc;
	padding: 0px 5px 5px;
}

div#page_container .inner_normal {
	background: #FFFFFF;
	padding: 8px;
	margin: 0px;
}

div#navigation {
	width: 400px;
	float: right;
	text-align: right;
	padding: 0px 4px 4px;
}

div#mainParagraph {
	background: #6699CC;
	padding: 8px;
}

div#mainParagraphGray {
	background: #dcdcdc;
	padding: 8px;
}

div#topButton {
	background: #6699CC;
	float: left;
	padding-bottom: 8px;
	width: 480px;
}

div#topButtonGray {
	background: #dcdcdc;
	float: left;
	padding-bottom: 8px;
	width: 480px;
}

div#contactForm {
	background: #dcdcdc;
	width: 500px;
	padding: 10px;
	margin-left: 110px;
}

div#contactFormSide {
	background: #dcdcdc;
	width: 300px;
	width/**/:/**/ 270px;
	padding: 10px;
	float: right;
	margin-left: 10px;
}

div#contactFormSide label {
	width: 130px;
	margin-right: 0px;
	margin-top: 4px;
	display: block;
	text-align: left;
	clear: both;
	float: none;
	margin-left: 0px;
}

div#contactFormSide input.inquiry, 
div#contactFormSide textarea.inquiry {
	padding: 3px;
	border: 2px solid #336699;
	width: 260px;
	margin-bottom: 4px;
	margin-right: 2px;
	float: none;
}

div#contactFormSide input.gocodefield {
	padding: 3px;
	border: 2px solid #336699;
	width: 130px;
	float: none;
	margin-bottom: 4px;
	text-transform: capitalize;
	clear: both;
}


div#leftcolumn {
	float: left;
	width: 470px;
	margin-top: 4px;
}
div.rightcolumn {
	float: right;
	width: 260px;
	margin-top: 4px;
}

div.graybox {
	background: #999999;
	padding: 2px;
	font-size: 85%;
	margin-bottom: 5px;
	line-height: 1.3em;
	color: #666666;
}

div.graybox div.inner {
	padding: 6px;
	background: #dcdcdc;
}

div.graybox h5 { margin-bottom: 6px; }

div.bluebox {
	background: #6699CC;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

div.lightorangebox {
	background: #FFCC99;
	width: 126px;
	width/**/:/**/ 116px;
	margin-bottom: 5px;
	padding: 5px;
	text-align: center;
	font-size: 90%;
}

ul.checklist {
	margin: 0px 0px 0px 40px;
	padding: 0px;
	list-style-type: none;
	line-height: 1.2em;
}
ul.checklist li {
	background: url(../images/checkmark_gray.png) no-repeat left top;
	display: block;
	padding-left: 20px;
	margin-bottom: 8px;
}

ul.aulchecklist {
	margin: 0px 20px;
	padding: 0px;
	list-style-type: none;
	line-height: 1.2em;
}
ul.aulchecklist li {
	display: block;
	padding-left: 38px;
	margin-bottom: 8px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
}

ul.aulchecklist li.mhp { background: url(../images/icon_mhp.png) no-repeat left top; }
ul.aulchecklist li.listings { background: url(../images/icon_unlimitedlistings.png) no-repeat left top; }
ul.aulchecklist li.gocode { background: url(../images/icon_gocode.png) no-repeat left top; }
ul.aulchecklist li.distribution { background: url(../images/icon_distribution_car.png) no-repeat left top; }
ul.aulchecklist li.carfax { background: url(../images/icon_carfax.png) no-repeat left top; }
ul.aulchecklist li.datafeed { background: url(../images/icon_datafeed.png) no-repeat left top; }
ul.aulchecklist li.viral { background: url(../images/icon_viralmarketing.png) no-repeat left top; }
ul.aulchecklist li.connections { background: url(../images/icon_multiplemethods.png) no-repeat left top; }

ul.aulchecklist li strong { color: #3366FF; }


div#ctaBlue {
	background: #6699CC;
	width: 245px;
	width/**/:/**/ 205px;
	text-align: center;
	float: right;
	margin-left: 10px;
	padding: 10px;
}



/*---------Global Layout---------*/

div#goCodeExamples { background: url(../images/bg_gocodeexample.png) no-repeat top; }

