@charset "UTF-8";
/* CSS Document
Averitt Express Trade Ad Pages
Common CSS
© 2008 Averitt Express
Created 1/17/08 11:17AM
Updated 1/22/08 7:54AM
Validated 1/22/08 7:54AM
*/
	
/* Global Layout Elements */	
	
div#wrapperdiv {
	position: relative;
	width: 810px;
	height: 614px;
	margin: 3px auto 0 auto;
	background: #a8202b url(../images/home02e.jpg) top left no-repeat;
	z-index: 0;
	border: 1px solid #555;
	}
	
div#insidetopdiv {
	width: 730px;
	height: 349px;
	position: absolute;
	top: 79px;
	left: 40px;
	visibility: visible;
	z-index: 10;
	background: #eee url(../images/globec.jpg) bottom right no-repeat;
	border: 1px solid #fff;
	}
	
div#insidebottomdiv {
	width: 730px;
	height: 52px;
	position: absolute;
	top: 438px;
	left: 40px;
	visibility: visible;
	z-index: 10;
	background: #eee url(../images/signup_20.jpg) 135px 20px no-repeat;
	border: 1px solid #fff;
	}
	
div#navdiv {
	margin: 40px 0 0 57px;
	}
	
div#godiv {
	width: 34px;
	height: 21px;
	position: absolute;
	visibility: visible;
	z-index: 10;
	top: 16px;
	left: 550px;
	}
	
/* Text */

h1 {
	color: #c2202e;
	margin: 19px 60px 0 99px;
	font-size: 100%;
	text-indent: -9999px;
	background: url(../images/headline_03.jpg) top left no-repeat;
	}
	
p.top {
	color: #58595b;
	font-size: 90%;
	margin: 15px 60px 0 99px;
	}
	
p.bottom {
	color: #58595b;
	font-size: 90%;
	margin: 15px 60px 0 99px;
	}
	
p.under {
	color: #58595b;
	font-size: 90%;
	margin: 15px 300px 0 99px;
	}
	
strong {
	font-weight: bold;
	}
	
/* Forms */
	
div#inputdiv1 {
	position: absolute;
	z-index: 20;
	visibility: visible;
	left: 463px;
	top: 16px;
	width: 133px;
	height: 16px;
	}
	
div#inputdiv2 {
	position: absolute;
	z-index: 20;
	visibility: visible;
	left: 603px;
	top: 16px;
	width: 76px;
	height: 16px;
	}

form#subscribeForm input#EmailAddress {
	width: 130px;
	height: 16px;
	color: #000;
	font-size: 70%;
	}
	
form#subscribeForm input#ZipCode{
	width: 73px;
	height: 16px;
	color: #000;
	font-size: 70%;
	}
	
div#buttondiv {
	position: absolute;
	z-index: 20;
	visibility: visible;
	top: 16px;
	left: 688px;
	width: 34px;
	height: 21px;
	float: left;
	}
	
img#submitbutton {
	border: none;
	padding: 0;
	margin: 0;
	}
	
div#creditdiv {
	width: 811px;
	font-size: 70%;
	color: #999;
	padding: 10px 0 0 0;
	margin: auto;
	}
	
div#linksdiv {
	width: 270px;
	float: left;
	text-align: left;
	padding: 0;
	}
	
div#copyrightdiv {
	width: 470px;
	float: right;
	text-align: right;
	padding: 0;
	}
	
/* Links */
	
div#creditdiv a {
	color: #999;
	text-decoration: none;
	}
	
div#creditdiv a:hover {
	color: #c2202e;
	text-decoration: underline;
	}

