* {
	margin: 0;
	padding: 0;
    }
body {
	font: 1em Arial;
	text-align:center;
    }
p {
	font-size:1em;
    }
h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: Arial;
	}
img {
	border:0;
	}
a:hover {
	text-decoration:none;
	}

body.lime {background-color:#cccccc;}
.lime #main_wrapper {background-color:#ffffff;}
.lime #header {background-color:transparent;}
.lime #nav {background-color:transparent;}
.lime #content {background-color:transparent;}
.lime #promo {background-color:transparent;}
.lime #footer {background-color:#999999;}

#header_inner, #nav_inner, #content_inner, #promo_inner {
	overflow: hidden;
	}

#main_wrapper {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
    border:1px solid #999999;
	}

.lime h1, .lime h2, .lime h3, .lime h4, .lime h5, .lime h6 {
    color: #FF0000;
	}
.lime p {
	color: #555;
	}
.lime a {
	color: #666666;
	}
.lime a:hover {
	color: #B3B3B3;
	}

#header {
	width: 840px;
	height: 103px;
	}
#header_name {
	float: left;
	width: 350px;
	height: 103px;
	background: url("../images/aa_name.png") no-repeat top left;
	}
#header_logo {
	float: right;
	width: 490px;
	height: 103px;
	background: url("../images/aa_logo.jpg") no-repeat top right;
	}

#nav {
	float: left;
	width: 100%;
	height: 30px;
	border-top: 1px solid #cccccc; 
	border-bottom: 1px solid #cccccc;
	}
#nav li {
	font-size: .8em;
	}
.multi_drop_menus {
	position: absolute;
	margin-top: 1px;
	}
.multi_drop_menus ul .menuitem2nd {
	display: none;
	}
.multi_drop_menus ul .menuitem2nd a {
	text-decoration: none;
	}
.multi_drop_menus ul .menuitem2nd a:hover {
	color: #FF0000;
	}
.multi_drop_menus ul:hover .menuitem2nd {
	display: block;
	padding: 1px 0px 1px 10px;
	margin: 0px;
	background-color: #E5E5E5;
	border: #999999 solid;
	border-width: 0px 1px 1px 1px;
	border-collapse: collapse;
	}
.multi_drop_menus ul {
	float: left;
	padding: 2px;
	list-style: none;
	background-color: #ffffff;
	}
.mainlink a{
	color: #FF0000;
	}
#nav span{
	color: #B3B3B3;
	}
.item1 {
	position: absolute;
    left: 22px;
    top: 0px;
    width:155px;
	}
.item2 {
	position: absolute;
    left: 85px;
    top: 0px;
    width:155px;
	}
.item3 {
	position: absolute;
    left: 185px;
    top: 0px;
    width:155px;
	}
.item4 {
	position: absolute;
    left: 280px;
    top: 0px;
    width:155px;
	}
.item5 {
	position: absolute;
    left: 430px;
    top: 0px;
    width:155px;
	}
.item6 {
	position: absolute;
    left: 545px;
    top: 0px;
    width:155px;
	}
.item7 {
	position: absolute;
    left: 670px;
    top: 0px;
    width:155px;
	}

#content {
	width: 570px;
	float: left;
	}
#content_inner {
	margin: 0em 1em 1em 1.5em;
    padding: 1em 0px; 
	}
#content img {
	float: left; 
	margin: 0 10px 5px 0;
	}
#content p {
	font-size: .70em;
	line-height: 140%;
	margin-bottom: .75em;
 	}
#content h4  {
	font-size: .8em;
	line-height: 140%;
	margin-bottom: .75em;
 	}
#content li {
	margin-left: 3em; 
	font-size: .70em;
	line-height: 140%;
	color: #555;
	}
#content ol.lidec {
	list-style-type: decimal; 
	}
#content ol.lilet {
	list-style-type: lower-alpha; 
	}

#promo {
	width: 245px;
	float: right;
    margin-bottom: 20px;
	}
.promo_quote {
	float:left;
	width: 100%;
	height: 33px;
	}
.promo_header {
	margin-top: 20px;
	float: left;
	width: 245px;
	background-color: transparent;
	background: url("../images/promo-header.gif") no-repeat top left;
	padding: 3px 10px;
	font-size: .9em;
    font-weight: bold;
	color: #ffffff;
	}
.promo_header a{
	color: #FFFFFF;
	}
.promo_header a:hover{
	color: #FFFFFF;
	}
.promo_list {
	float: left;
	width: 100%;
	background-color: #f0f0f0;
    padding-bottom: 3px;
	}
#promo li { 
	float: left;
	width: 105px;
	list-style-type: none;
	font-size: .75em;
	line-height: 80%;
	padding: .1em 0;
	margin: 3px 8px;
	}
#promo p.txt1  {
	font-size: .75em;
	margin: 3px;
 	}
#promo p.txt2  {
	font-size: .70em;
    font-style: italic;
	margin: 3px;
 	}
.promo_logos {
	float: left;
	padding: 0px;
	margin: 0px;
	border: solid #999999;
	border-width: 0px 0px 1px 1px;
	font-size: .1em;
	}

#footer {
	width:100%;
	clear:both;
	}
#footer_inner {
	padding:.5em 10em;
	text-align:center;
	}
#footer p {
	font-size: .75em;
	color: #FFF;
	}
