
body {
  font-family: Univers, Arial, Helvetica, Sans-serif;
  font-size: 12px;
  line-height: 18px;
  background-image: url(../img/gray_gradient.gif);
  background-repeat: repeat-x;
}

@media print {
body {
  color : #000000;
  background : #ffffff;
  font-size : 12pt;
}
}

h2 {
  color: #64748b;
  font-size: 1.3em;
  margin-bottom: 2px;
}

@media print {
h2 {
  color: #000000;
}}

p {
  margin-top: 0px;
  color: black;
}

#page {
    width: 800px;
    margin-right:auto;
    margin-left:auto;
}

@media screen {
#header {
    width: 800px;
    height: 105px;
}
}

@media print {
#header {
  display: none;
}
}

#header_logo img {
  float: left;
  border: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.nav ul li{
  display: inline;
}

.nav ul li a {
  float: left;
  text-decoration: none;
  padding: 4px;
}

#header_nav_container {
  width: 100%;
  clear: both;
  height: 35px;
}

#header_nav {
  background-color: #FFBD73;
  height: 29px;
  float: right;
  padding: 0;
  margin: 0;
}

#header_nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0px;
}

#header_nav ul li a {
color: #A65800;
  border-right: 1px solid #ffffff;
  font-size: .9em;
  line-height: 2em;
  letter-spacing: -.5px;
}

#header_nav ul li a.withfocus {
  color: white;
  border-right: 1px solid #ffffff;
  font-size: 11px;
  line-height: 2em;
  letter-spacing: -.5px;
  border-bottom: 3px solid #A65800;
}

#header_nav ul li a.lastone {
  border-right: none;
}

#header_nav ul li a:hover{
  background-color: #db6b12;
  color: white;
}

#tagline {
  width: 519px;
  text-align: right;
  line-height: 55px;
  color: #aeaea7;
  font-weight: bold;
  font-size: 1.5em;
  float: right;
  overflow: hidden;
}

.banner {
  width: 800px;
  height: 231px;
  margin-bottom: 15px;
  paddding: 0px;
}
.banner table{
  width: 100%;
  border-spacing: 0px;
  border:1px solid #76797C;
}
.banner table td{
  padding: 0px;
}

#banner_img img{
  float: left;
  margin-right: 2px;
}

td.banner-img {
  width: 349px;
}

td.banner-promo {
width:100%;
text-align:center;
padding:25px;"
}
#banner_promox img {
  height: 231px;
  float: left;
  border: none;
}

#home_content {
  margin-top: 2em;
  display: block;
  width: auto;
}

#separator {
clear:both; height:1px; display:block;
}

#rate_content {
  display: block;
  width: auto;
}

#content1 h2, #content2 h2, #content3 h2 {
  margin-top: 0px ;
}

#content1, #content2, #content3 {
  float: left;
  width: 247px;
  height: 100%;
}

#content2 {
  border-right: 1px solid #AAADB2;
  border-left: 1px solid #AAADB2;
  margin-right: 13px;
  padding-right: 13px;
  margin-left: 13px;
  padding-left: 13px;
}

#atz_logo img {
  float: left;
  border: none;
}

#footer {
  width: 800px;
  border-top: 1px solid #AAADB2;
  margin-top: 20px;
  padding-top: 15px;
}

#footer_legal {
  float: left;
  margin-left: 5px;
  margin-top: 0px;
  padding-top: 0px;
  font-size: 11px;
  color: #AAADB2;
}

@media screen {
#footer_nav {
  float: right;
}
}

@media print {
#footer_nav {
  display: none;
}
}

#footer_nav ul {
  list-style-type: none;
  padding: 0;
  margin: 3px;
}

#footer_nav ul li a {
  color: #64748b;
  border-right: 1px solid #64748b;
  font-size: 11px;
  line-height: 12px;
}

#footer_nav ul li a:hover{
  text-decoration: underline; 
}

#footer_nav ul li a.lastone {
  border-right: none;
}

#subpage_separator {
  background-color: #64748b;
  height: 15px;
  width: 799px; 
}

#subpage_title {
  color: #8ba2c2;
  font-size: 17px;
  line-height: 55px;
}

#rate_t_and_c {
  list-style-type: decimal;
  padding: 0px;
  padding-bottom: 5px;
  margin-left: 22px;
}

#rate_t_and_c li {
  padding-bottom: 10px;
}




ul.directions{
  list-style-type: decimal;
  padding: 0px;
  color: black;
  margin-left: 22px;
}

#gc_errors, .errortext {
  color: red;
  padding: 15px;
}

div#gcRateContainer {
  border: 2px solid black;
  background-color: blue;
}

div.gcRateRow {
  background-color: yellow;
}

div.gcRateLabel {
  color: blue;
  width: 250px;
}
div.gcRateValue {
  color: red;
  display: inline;
  margin-left: 25px;
}

#gc_res_notice {
  margin-top: 15px;
  font-style: italic;
}

#gc_res_notice_body {
  border: solid 1px black;
  overflow: auto;
  height: 150px;
  padding: 5px;
  font-style: normal;
}

#gc_res_process_steps {
}

.gc_res_process_step_active {
  display: inline;
  color: black;
  font-weight: bold;
  font-size: 1.25em;
  padding: 10px;
}
.gc_res_process_step_inactive {
  display: inline;
  color: grey;
  display: inline;
  padding: 10px;
}

#gc_res_date {
  clear: both;
  width: 100%;
  margin-top: 20px;
}

.datepicker  {
  float: left;
}

.datapicker {
}

#gc_res_date_restrictions {
  clear: both;
  padding-top: 10px;
  margin-left: 125px;
  letter-spacing: 1px;
}

#gc_res_date_submit {
  float: left;
  margin-top: 1.25em;
  margin-left: 25px;
}

div.taxRow {
  clear: both;
  margin: 0;
  padding: 0;
  height: 2em;
}

div.taxRow span.taxLabel {
  margin-bottom: 3px;
  float: left;
  width: 130px;
  text-align: left;
  }

div.taxRow span.taxValue {
  float: left;
  width: 100px;
  text-align: right;
  }

#rate_promo img {
  margin-top: 15px;
  border: none;
}

div.contactRow {
  clear: both;
  margin: 0;
  padding: 0;
  height: 2em;
}

div.contactRow span.contactLabel {
  margin-bottom: 3px;
  float: left;
  width: 130px;
  text-align: left;
  }

div.contactRow span.contactValue {
  float: left;
  width: 100px;
  text-align: left;
  }

div.contactRow a {
  color: #64748b;
  text-decoration: none;
}

div.contactRow a:hover {
  text-decoration: underline;
  color: black;
}

h3 {
  font-size: 1.1em;
  text-decoration: underline;
  font-weight: normal;
  margin-bottom: 5px;
}

.links_ico img {
  height: 2em;
  width: 2em;
}

.links_ico {
  padding: 2px;
  align: center;
  float: left;
  border: solid 1px black;
  margin-right: 2px;
}

.links_link {
  height: 1.25em;
  overflow: hidden;
}

.links_row {
  margin-bottom: .75em;
  color: black;
  text-decoration: none;
}

.links_title {
  font-weight: bold;
}

.links_row a {
  color: #64748b;
  text-decoration: underline;
}

.links_row a:hover {
  text-decoration: none;
}

div#coupon_content ul {
  padding-left: 15px;
}
div#coupon_content li {
  font-size: 1.1em;
  padding: 5px;
  list-style-type:circle;
}

#gcPointBody {
  border-top: solid 2px #e5e4df;
  border-left: solid 5px #e5e4df;
  border-right: solid 5px #e5e4df;
  border-bottom: solid 10px #e5e4df;
}

#gcPointBody p, td, a {
  font-size: 1.1em;
}

#gcPointMenu ul li{
  display: inline;
}

#gcPointMenu ul li a {
  float: left;
  text-decoration: none;
  font-size: 1.2em;
  padding: 5px;
  color: #64748b;
  border-right: 1px solid #64748b;
  letter-spacing: -.5px;

}

#gcPointMenu ul li a:hover {
  background-color: #64748b;
  color: #e5e4df;
}

#gcPointMenu {
  background-color: #e5e4df;
  height: 30px;
/*  float: right;*/
  padding: 0;
  margin: 0;
}

#gcPointMenu ul {
  list-style-type: none;
  padding: 0;
  margin: 0px;
}


li#gcPointListFocus a{
  color: red;
  border-bottom: 2px solid #64748b;
}

form#gcmakevoucher1 td {
  vertical-align: bottom;
/*  border: 1px solid red;
*/
  padding-left: 3px;
  padding-right: 3px;
}
form#gcmakevoucher1 input[value="Calculate"] {
  margin-left: 15px;
}

table#gcPointLedger th{
  background-color: #64748b;
  color: white;
}

table#gcPointLedger {
  border: 2px solid #64748b;
}

table#gcPointLedger td.oddRow {
  background-color: #e5e4df;
}


table#gcPointLedger td#gcPointTotalRow {
  text-align: right;
  background-color: #64748b;
  color: white;
  font-size: 1.1em;
}

table#gcPointLedger a, a.faq, a.wam, a.wam-anchorlet {
  color: #64748b;
}

div#gcPointBody td.separator-bar, .points-title {
  background-color: #64748b;
  color: white;
  font-weight: bold;
}

#cngLogo {
  float: left;
}

#large_map {
  padding: 0;
  margin: 0;
  border: none;
}

div#large_map img {
  border: none;
}

div#small_map {
  padding: 0;
  margin: 0;
  border: none;
}

div#small_map img {
  border: none;
}
