@charset "utf-8";

/* Base */

body {
  background: #ffffff url(../img/bg_pattern.gif);
  color: #4d4d4d;
  padding: 30px 0;
  text-align: left;
}

h1 {
  color: #7f2f2c;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 1em;
}

h2 {
  color: #174272;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 1em;
}

h3 {
  font-size: 1em;
  font-weight: bold;
}

p {
  line-height: 1.6em;
  margin-bottom: 1em;
} 

strong {
  font-weight: bold;
}

ol {
  margin-left: 12px;
  padding-left: 12px;
}

ol li {
  margin-bottom: 0.5em;
}

img {
  border: 0px;
}
  
a:link {
  color: #003d62;
}
  
a:hover {
  color: #000;
}

.clearfloat {
  clear:both;
  font-size: 1px;
  height:0;
  line-height: 0px;
}

.linklist {
  margin-left: 0;
}

.linklist li {
  background-image: url(../img/aro_grey.gif);
  background-position: 0px 0.6em;
  background-repeat: no-repeat;
  margin-bottom: 0.5em;
  padding-left: .75em;
}
  
.linklist a {
  text-decoration: none;
}
  
.linklist a:hover {
  text-decoration: underline;
}

.right {
  float: right;
  padding-left: 20px;
}


/* Frame */

#container { 
  background-color: #ffffff;
  border-style: solid;
  border-width: 10px 1px 1px 1px;
  border-color: #3e72ae;
  margin-right: auto;
  margin-left: auto;
  width: 618px;
}

#header { 
  background: #dddddd; 
  height: 60px;
  overflow: hidden;
  padding: 0;
}  

#logo {
  float: left;
  margin-right: 1em;
}  

#company {
  font-size: 1.6em;
  font-weight: bold;
}
  
#site_title {
  font-size: 1em;
}

#topbar {
  background-color: #000000;
  color: #ffffff;
  font-size: 0.85em;
  height: auto;
  margin: 0;
  padding: 0;
}

#topbar #topnav {
  background-image: url(../img/nav_banner.jpg);
  background-repeat: no-repeat;
  border-bottom: 1px solid #3e72ae;
  float: none;
  height: 22px;
  margin: 0;
  padding: 0;
}

#topbar #topnav li {
  display: inline;
  float: none;
  margin-right: 1em;
}

#topbar #topnav a {
  background-image: url(../img/navbg.gif);
  display: block;
  float: right;
  height: 22px;
  padding-right: 15px;
  padding-left: 15px;
  text-decoration: none; 
}

#topbar #topnav a:hover {
  background-image: url(../img/navbg_on.gif);
}

#topbar #topnav img {
  position: relative;
  left: 0px;
  top: 7px;
}

#topbar #topnav #benefits a {
  border-left: 1px solid #3e72ae;
}

#topbar #topnav #pricing a {
  border-left: 1px solid #3e72ae;
}

#topbar #topnav2 {
  background-image: url(../img/nav2_banner.gif);
  height: 24px;
  margin: 0;
  padding: 0;
}

#topbar #topnav2 li {
  display: inline;
  float: none;
}

#topbar #topnav2 a {
  background-image: url(../img/nav2bg.gif);
  display: block;
  float: left;
  height: 18px;
  padding-right: 15px;
  padding-left: 15px;
}

#topbar #topnav2 img {
  left: 0px;
  position: relative;
  top: 4px;
}

#topbar #topnav2 a:hover {
  background-image: url(../img/nav2bg_on.gif);
}

#topbar #topnav2 #choose {
  margin-left: 20px;
}

#topbar #topnav2 #choose a {
  border-right: 1px solid #114177;
}

#main_content { 
  background: url(../img/nav2_shadow.gif) no-repeat;
  margin: 0;
  min-height: 0;
  padding: 40px 30px 60px;
	overflow: hidden;
} 

#footer {
  background-color: #3e72ae;
  color: #cccccc;
  margin: 0;
  padding: 0;
}

#footer #bottomnav   {
  background-color: #e5e5e5;	
  font-size: 0.85em;
  padding-top: 0.35em;
  padding-bottom: 0.35em;
  padding-left: 10px;
}

#footer #bottomnav a:link {
  border: none;
  color: #666666;
  text-decoration: none;
}

#footer #bottomnav a:visited {
  border: none;
  color: #666666;
  text-decoration: none;
}

#footer #bottomnav a:hover {
  color: #000000;
}

#footer #copyright {
  margin: 0;
  padding: 10px;
}
