/*==============================================================================
 Common
==============================================================================*/
body
{
  background: #eaeaec url(images/bg.jpg);
  border: 0px;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  margin: auto;
  min-width: 950px;
  padding: 0px;
}

h1
{
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  margin-top: 5px;
  line-height: 150%;
}

h2
{
  margin: 0px;
  padding: 0px;
  color: #999999;
  font-size: 9px;
  padding-left: 0px;
}

a:active
{
  color: #001379;
  text-decoration: none;
}

a:link
{
  color: #001379;
  text-decoration: none;
}

a:visited
{
  color: #001379;
  text-decoration: none;
}

a:hover
{
  color: #001379;
  text-decoration: underline;
}

.bodytext
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  text-align: left;
}

.smallprint
{
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 7pt;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

.bold
{
  font-weight: bold;
}

.clear
{
  clear: both;
}

/*==============================================================================
 Header
==============================================================================*/
.header-bar
{
  background: #000 url(images/header-bg.gif) top left repeat-x;
  height: 106px;
  width: 100%
}

.header-links
{
  background: url(images/logo.jpg) top left no-repeat;
  height: 106px;
  position: relative;
  width: 950px;
}

.header-links ul,
.header-links li
{
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

.header-links ul
{
  bottom: 12px;
  position: absolute;
  right: 24px;
  width: 100%;
}

.header-links li
{
  display: inline;
}

.header-links li a:link,
.header-links li a:visited
{
  background: url(/images/header-nav-sep.gif) no-repeat left 50%;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 0 0 0 5px;
  text-decoration: none;
}

.header-links li.first a:link,
.header-links li.first a:visited
{
  background: none;
  padding: 0;
}

.header-links li a:hover
{
  color: #b2c3fc;
  text-decoration: none;
}

/*==============================================================================
 Sidebar
==============================================================================*/
div.sidebar
{
  width: 249px;
  background: #a6b5e8 url(/images/sidebar-bg.png);
  margin: 19px 0 0 48px;
}

div.sidebar-top
{
  background: url(/images/sidebar-top.png) no-repeat;
  height: 16px;
}

div.sidebar-title
{
  background: url(/images/sidebar-top.png) no-repeat;
  color: #fff;
  font-size: 20px;
  font-variant: small-caps;
  font-weight: bold;
  padding: 10px 15px;
}

ul.sidebar-buttons
{
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.sidebar-buttons li
{
  margin: 0 0 5px 15px;
}

ul.sidebar-buttons li a:link,
ul.sidebar-buttons li a:visited
{
  background: url(/images/sidebar-button.png) no-repeat;
  color: #001379;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  height: 32px;
  text-decoration: none;
  width: 219px;
}

ul.sidebar-buttons li span
{
  margin-left: 9px;
}

ul.sidebar-buttons li a:hover
{
  background-position: 0 -32px;
  text-decoration: none;
}

ul.sidebar-buttons li.alt-first
{
  margin-top: 10px;
}

ul.sidebar-buttons li.alt a:link,
ul.sidebar-buttons li.alt a:visited
{
  background-position: 0 -32px;
}

ul.sidebar-buttons li.alt a:hover
{
  background-position: 0 0;
}

div.sidebar-bottom
{
  background: url(/images/sidebar-bottom.png) no-repeat;
  height: 5px;
  overflow: hidden; /* IE7 fix */
  width: 249px;
}

div.sidebar-cards-accepted
{
  margin: 17px 0 2px 48px;
  text-align: center;
}

/*==============================================================================
 Footer
==============================================================================*/
.footer
{
  background: #fff;
  font-size: 11px;
  margin: 20px 0 0 0;
  padding: 12px 0;
}

.footer-copyright
{
  color: #7484bd;
  float: left;
  margin: 0 0 0 48px;
  text-align: center;
  width: 249px;
}

.footer-links
{
  float: left;
  width: 653px;
}

.footer-links ul
{
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

.footer-links ul li
{
  display: inline;
}

.footer-links ul li a:link,
.footer-links ul li a:visited
{
  background: url(/images/footer-sep.gif) no-repeat left 50%;
  padding: 0 2px 0 6px;
}

.footer-links ul li.first a:link,
.footer-links ul li.first a:visited
{
  background: none;
  padding-left: 0;
}

/*==============================================================================
 Content
==============================================================================*/
.content
{
  margin: 20px 0 0 20px;
  width: 633px;
}

.bullet
{
  background: url(/images/bullet.gif) no-repeat left 50%;
  padding-left: 13px;
}

.page-title,
.results-title
{
  color: #001379;
  font-size: 30px;
  font-weight: bold;
}

.results-title
{
  text-align: center;
}

.page-subtitle,
.results-subtitle
{
  color: #001379;
  font-size: 24px;
  font-weight: normal;
}

.results-subtitle
{
  text-align: center;
}

.list-heading
{
  background: #f4545a url(/images/list-heading.png) no-repeat;
  font-size: 18px;
  height: 30px;
  padding: 1px 12px 0 12px;
}

.list-heading a:link,
.list-heading a:visited
{
  color: #fff;
}

.list-content
{
  background: #f7f7f8;
  padding: 7px;
}

/*==============================================================================
 5 Steps...
==============================================================================*/
.fivesteps
{
  color: #001379;
  font-size: 13px;
  margin: 0 55px;
}

.fivesteps-title
{
  color: #cc0235;
  font-size: 20px;
  font-weight: bold;
}

.fivesteps-title span
{
  color: #7484bd;
}

.fivesteps-text
{
  background-position: left top;
  background-repeat: no-repeat;
  _height: 19px;
  min-height: 19px;
  padding-left: 21px;
}

.fivesteps-text span
{
  position: absolute;
  left: -10000px;
  top: -10000px;
}

.fivesteps-number1
{
  background-image: url(images/number1.jpg);
}

.fivesteps-number2
{
  background-image: url(images/number2.jpg);
}

.fivesteps-number3
{
  background-image: url(images/number3.jpg);
}

.fivesteps-number4
{
  background-image: url(images/number4.jpg);
}

.fivesteps-number5
{
  background-image: url(images/number5.jpg);
}

/*==============================================================================
 Home page boxes
==============================================================================*/
.box-text
{
  background: #f7f7f8;
  color: #001379;
  font-size: 9pt;
  line-height: 17px;
  padding: 10px 14px;
  /*text-align: justify;*/
}

.box-text img
{
  margin: 0 0 0 14px;
}

.box-text .next-page
{
  margin-top: 8px;
}

.subtle-border
{
  border: 1px solid #d0d0de;
}

/*==============================================================================
 Home page SEO scroller
==============================================================================*/
#containercc
{
  overflow: hidden;
  text-align: left;
  margin-left: 4px;
  margin-top: 10px;
  position: relative;
  width: 620px;
}

#arrows
{
  height: 28px;
  position: absolute;
  right: 0px;
  top: 8px;
  width: 13px;
}

#scroller
{

  margin: 5px 0 0 0;
  overflow: visible;
  position: relative;
  text-align: left;
  width: 620px;
}

#mainContent
{
  padding: 0 16px 0 0;
}


#mainContent h1
{
  color: #646464;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#mainContent p
{
  color: #646464;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin-top: 2px;
}

.image2 a
{
  background-image: url(/images/bullet.gif);
  background-repeat: no-repeat;
  padding-left: 20px;
}

