@charset "UTF-8";
/* CSS Document
Averitt Express Military Landing Page
Common CSS
© 2008 Averitt Express
Built 12/13/07 11:02AM
Updated 12/13/07 11:02AM
Validated 12/13/07 11:02AM

/* Normalize the padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}
	
/* Normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}

/* Remove list-style from lists*/
ol, ul {
	list-style: none;
	}
	
/* Normalize font-style and font-weight */
address, captin, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}
	
/* Collapse table borders */	
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
/* Remove borders from fieldsets and images */
fieldset, img {
	border: 0;
	}
	
/* Left align text in caption and th */
caption, th {
	text-align: left;
	}
		

/* Universal */

html, body {
	color: #000;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	}
	
	
/* Global Layout Elements */	
	
div#wrapperdiv {
	width: 813px;
	margin: auto;
	background: #e9e8e8;
	}
	
div.clearfloats {
	clear: both;
	}