/* Home Page */

#aqa-container { 
  margin: auto;
  width: 80%;
  border:none;
  background-color: green;
  float: none;
}

#aqa-header-wrapper { padding: 5px 5px 5px 5px; background-color: #074890; font-size: 1.2em; }
#aqa-header-wrapper h1 { float: none; width: 110px; height: 42px; margin: 5px 0px 0px 10px; text-indent: -9999px; background: url(../images/logo.gif) no-repeat 0px 0px; }
#aqa-header-wrapper h1 a { display: block; }

#aqa-header-right { text-align: right; font-size: 1em }
#aqa-header-right ul {  }
#aqa-header-right ul a { color: #fff; text-decoration: none; }
#aqa-header-right ul a:hover { text-decoration: underline; }
#aqa-header-right li { display: inline; padding: 0 0.5em 0 0.75em; border-left: 1px solid #fff; }
#aqa-header-right li.first { border: none; }
#aqa-header-right li.end { border: 0px; }

#aqa-search-box { /*padding: 15px 100px 5px 0px; padding: 25px 5px 5px 0; */ padding-top: 30px; }
#aqa-search-input { padding: 0px 2px 0px 2px; }
#aqa-search-submit { /* padding: 1px 2px 1px 2px; background-color: #6699cc; color: #fff;*/
  background:#6699CC none repeat scroll 0 0;
  border:medium none;
  color:white;
  font-family:verdana;
  font-size:0.9em;
  margin-right:7px;
  padding:0.1em;
} 
/* /Header */

#aqa-home-splash { margin: 1px 0px 1px 0px; }

#aqa-home-bottom { padding: 40px 0px 30px 0px; background: url(../images/BOTTOM-HP-GRADIENT.gif) repeat-x #c3cee6; }

/* Home Tabs */
#aqa-tabs-wrapper { width: 722px; margin: 0px; font-weight: bold; }
#aqa-tabs-wrapper a { outline-width:0; }
a:focus { border: none; }

.aqa-tab { float: none; width: 100%; height: 1,5em; margin: 0; padding: 0; text-align: left; line-height: 1.5em; }
.aqa-tab-off { background: url(../images/tab-off.gif); color: #fff; text-decoration: none; }
.aqa-tab-on { background: url(../images/tab-on.gif);  color: #000; text-decoration: none; cursor: default; }
a.aqa-tab-on, a.aqa-tab-on:visited { text-decoration: none; color: #000; }
a.aqa-tab-off, a.aqa-tab-off:visited { color: #fff; }

#aqa-tabs-content { width: 715px; margin: 0px auto; background-color: #fff; padding: 15px 0px 15px 7px; }

.aqa-tab-col-4 { float: left; width: 10em; padding: 1em; border-right: 0; }
.aqa-tab-col-4.end { border-right: 0px; }

.aqa-tab-col-4 h4 { font-size: 1.1em; padding: 0; }
.aqa-tab-col-4 h4 a { color: black; text-decoration: none; }
.aqa-tab-col-4 h4 a:hover { text-decoration: underline; }
.aqa-tab-col-4 h4 a:visited { text-decoration: underline; color: #719fec; }

.aqa-tab-col-4 ul { margin: 0px 0px 0px 0px; list-style: none; font-size: 1.0em; }
.aqa-tab-col-4 li { padding: 0; background: url(../images/blue_chevron.gif) 0 no-repeat; }
.aqa-tab-col-4 li a { color: black; text-decoration: none; }
.aqa-tab-col-4 li a:hover { text-decoration: underline; }
.aqa-tab-col-4 li a:visited { color: #719fec; }
/* /Home Tabs */
#aqa-home-statement { width: 722px; margin: 0px auto; padding: 10px 0px 0px 0px; color: #003366; font-size: 1.2em; text-align: right; }
/* /Home Page */

