/* Fonts & Generals Styles
============================================================================*/
body {
  background: #deecf7 url('../images/background.png') repeat-x;
}
body, h3 {
  color: #333;
  font-size: 16px;
  line-height: 22px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a, h1, h2 {
  color: #0060AE;
}
#page {
  margin-left: auto;
  margin-right: auto;
  width: 792px;
}
#page_name, .header {
  margin-top: 3px;
  margin-bottom: 0;
  padding: 0 44px;
  line-height: 61px;
  background: #d4e7fb url('../images/pagename_background.png') repeat-x bottom center;
  border-bottom: #9AC9F5 solid 2px;
  border-left: #C6DFF6 solid 1px;
  border-right: #C6DFF6 solid 1px;
}
.content {
  background-color: #ECF6FF;
  padding: 22px 44px;
  border-left: #D5E8F7 solid 1px;
  border-right: #D5E8F7 solid 1px;
}
/* Header & Nav
============================================================================*/
#header {
  background: #0072D1;
  height: 88px;
  position: relative;
}
#header .logo {
  left: -4px;
  position: absolute;
  top: 11px;
}
#header .login {
  top: 11px;
  position: absolute;
  right: 0;
  color: #D1E6F7;
}
#header .login a {
  color: #D1E6F7;
}
ul#nav {
  position: relative;
  top: 59px;
  float: left;
}
#nav li {
  font-family: Helvetica;
  float: left;
  list-style: none;
  line-height: 29px;
  font-size: 18px;
  background: transparent url('../images/nav/tab_background.png') repeat;
  margin: 0 3px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#nav li.selected {
  background: transparent url('../images/nav/tab_selected_background.png') repeat;
  border-bottom: 3px solid #DEECF7;
}
#nav li.selected a {
  color: #216DA8;
}
#nav li a {
  line-height: 29px;
  display: inline;
  padding: 0 13px;
  text-decoration: none;
  color: #D1E6F7;
}
/* Footer
============================================================================*/
.footer {
  text-align: right;
  font-size: 14px;
  padding: 22px;
  background-color: #0072D0;
}
.footer .copyright {
  float: left;
}
.footer, .footer a {
  color: #e0e0f5;
}
.footer .creditcardlogos {
  float: right;
  margin-top: -8px;
  margin-left: 5px;
}
/* Text Styles
============================================================================*/
p,
h1,
h2,
ul,
ol {
  margin-bottom: 22px;
}
h1 {
  font-size: 24px;
  line-height: 44px;
}
h2 {
  font-size: 18px;
  line-height: 22px;
}
ul {
  list-style-type: disc;
  margin-left: 22px;
}
ol {
  list-style-type: decimal;
  margin-left: 21px;
}
*:first-child + html ol {
  margin-left: 23px;
}
* html ol {
  margin-left: 23px;
}
ul, ol {
  list-style-position: outside;
}
blockquote {
  margin: 0 22px;
}
