/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/******************************************************************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #000000;
	line-height: 12pt;
	padding-bottom: 100px;
}

#bgImageContainer
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}

#main, th, td
{
	color: #FAA635;
}

#main
{
	border: 1px solid #64697A;
	position: relative;
	z-index: 2;
	width: 590px;
	overflow: hidden;
	top: 40px;
	left: 80px;
	padding-top: 200px;
	background-image: url( /AccessSplash/images/backgroundMain.png );
	_background-image: url( /AccessSplash/images/backgroundMain.gif );
}

p
{
	margin-bottom: 20px;
	overflow: hidden;
}

#content
{
	float: left;
	width: 457px;
	overflow: hidden;
	margin-left: 10px;
	position: relative;
}

#menu
{
	float: left;
	width: 100px;
	text-align:right;
	margin-right: 10px;
	position: relative;
}

#menu a,
#menu a:link,
#menu a:visited,
#menu a:active
{
	display: block;
	color: #D83029;
	text-decoration: none;
	margin-bottom: 10px;
	padding: 5px 5px 5px 0;
}

#menu a:hover
{
	font-weight: bold;
	background-color: #ffffff;
}

#aaLogo
{
	display: block;
	overflow: hidden;
	width: 427px;
	height: 160px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	z-index: 4;
	top: 50px;
	left: 150px;
	background-image: url(/AccessSplash/images/aa_logo.png);
	_background-image: url(/AccessSplash/images/aa_logo_msie.gif);
	background-repeat: no-repeat;
}

iframe
{
	margin-bottom: 20px;
}

.blue-line
{
	z-index: 3;
	overflow:hidden;
	position: absolute;
	background-color: #4982C3;
}

#blueLine_01
{
	left: 190px;
	height: 100%;
	width: 1px;
}

#blueLine_02
{
	height: 1px;
	top: 140px;
	width: 100%;
}

#bgImageMain, #bgImageZipLookup
{
	position: absolute;
	top: 0;
	left: 0;
}

	#ziplookup
	{
		top: 150px;
		left: 700px;
		width: 300px;
		position: absolute;
		z-index: 2;
		color: #FAA635;
		padding: 5px;
		border: 1px solid #64697A;
		background-image: url( /AccessSplash/images/backgroundMain.png );
		_background-image: url( /AccessSplash/images/backgroundMain.gif );
		font-size: 100%;
	}
	#results{
		margin-top: 15px;
		background-color: #E4EABB;
		color: black;
		padding: 2px 5px;
		border: 1px solid white;
		/*text-align: center;*/
	}
	#results h1 { color: #555; margin-bottom: 5px;}
	#results h1 b{ color: black}
	#results .note {
		margin-top: 10px;
		color: #888;
		font-size: 9px;
	}

	#answer, #answer table {color: #5F0808;
			font-weight: bold; line-height: 135%}
	#answer b {color: #BE1010; font-size: 120%; }

	#zip-error{color: orange; font-weight: bold; font-style: italic; margin-top: 20px}
	#zip-error b{color: red;}

	#ziplookup .content-inner
	{
		position: relative;
	}

	#driverRecruitment
	{
		top: 250px;
		left: 700px;
		width: 300px;
		position: absolute;
		z-index: 2;
		color: #FAA635;
		padding: 5px;
		border: 1px solid #64697A;
		background-image: url( /AccessSplash/images/backgroundMain.png );
		_background-image: url( /AccessSplash/images/backgroundMain.gif );
		font-size: 100%;
	}

		#driverRecruitment a,
		#driverRecruitment a:link,
		#driverRecruitment a:visited,
		#driverRecruitment a:active
		{
			text-decoration: underline;
			color: #FFFF00;
			font-weight: bold;
		}