body {
  background: white url('images/background.jpg') no-repeat fixed;
  background-position: center top;
}
/*a, a:link
{
	color: #3155ad;
}
*/

a:hover {
  color: #3155ad;
  text-decoration: underline;
}
a:active {
  color: #f5ba28;
}
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.logo {
  position: relative;
  z-index: 100;
}
#main-navigation/* more details under #main-navigation section */ {
  background-color: #0065bd;
}
.nav-account/* more details under #Account section */ {
  background: url('images/search-bg.png') no-repeat scroll -1px 0 transparent;
}
/* BUTTONS
----------------------------------------------------------*/

.button {
  position: relative;
  display: inline-block;
  padding: 6px 15px;
  margin: 0 1em 0 0;
  color: white !important;
  line-height: 1.4em;
  background: #0065bd;
  cursor: pointer;
  border: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
input.button {
  font-size: 11px;
  font-weight: bold;
  line-height: normal !important;
  margin: 0 0 0 1em;
  /*padding: 6px 12px !important;*/
  padding: 5px 15px;
  /*buttons have slightly different sizing */

}
a.button {
  font-size: 11px;
  font-weight: bold;
  line-height: normal !important;
  margin: 0 0 0 1em;
  /*padding: 6px 12px !important;*/
  padding: 5px 15px;
  /*buttons have slightly different sizing */
  background-color: #047acd;
}
.button:hover {
  text-decoration: underline;
}
/* QUICKQUOTE TABS
----------------------------------------------------------*/

#quickquote-tabs li a {
  display: block;
  color: #5b5b5b;
  font-weight: bold;
  width: 459px;
  height: 40px;
  line-height: 40px;
  border-top: 3px solid transparent;
  border-bottom: 1px solid #c9c9c9;
  border-left: none;
  text-align: center;
  background: none;
}
#quickquote-tabs li a.last {
  width: 455px !important;
}
#quickquote-tabs li.active a {
  color: #0065bd;
  border-top: 3px solid #0065bd;
  background: #f1f1f1;
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #f1f1f1;
}
.tab-container {
  clear: both;
  background: #f1f1f1;
  padding: 15px;
  border: 1px solid #c9c9c9;
  border-top: 0px;
}
.tab-content {
  background: white;
  padding: 15px;
  border: 1px solid #dfdfdf;
  -moz-box-shadow: 0px 0px 10px -1px #949494;
  -webkit-box-shadow: 0px 0px 10px -1px #949494;
  box-shadow: 0px 0px 10px -1px #949494;
  /*behavior: url(/scripts/PIE.htc);*/

}
#header .logo {
  float: left;
}
.logOnWelcome {
  float: left;
  margin-top: 52px;
  padding-left: 1em;
}
.logOnButton {
  float: right;
  text-align: right;
  margin-top: 34px;
}
.headerSearchPolicy {
  float: right;
  padding-bottom: 20px;
  padding-top: 16px;
  margin-top: 36px;
}
.headerBar .ui {
  padding-top: 15px;
  /*ie needs 17*/
  padding-bottom: 38px;
}
.headerBar .loggedout {
  height: 62px;
}
header,
#header {
  color: white;
  padding: 0;
  width: 100%;
  height: 90px;
}
/* LogOn Partial
----------------------------------------------------------*/

.logOnButton a {
  color: white;
  padding-right: 10px;
}
#messages {
  padding: 0px;
}
#main-navigation H1 {
  /*background: repeat scroll #005DAA;*/
  color: white;
  float: left;
  font-size: 1.5em;
  padding-top: 14px;
  padding-left: 10px;
  font-weight: bold;
  /*border-radius: 4px;*/

}
#main-navigation UL {
  float: right;
  line-height: 1.6em;
  padding-top: 14px;
  margin-bottom: 0px;
  padding-right: 10px;
}
.section {
  color: white;
  margin-bottom: 0.25em;
  padding: 0.25em 0.5em;
  font-weight: bold;
  background-color: #0065bd;
}
#content {
  clear: both;
  padding: 20px 20px 15px 20px;
  min-height: 450px;
  background-color: white;
}
#welcomeLogon {
  float: left;
  margin-top: 52px;
  padding-left: 1em;
}
.logOnButton {
  float: right;
  text-align: right;
  margin-top: 34px;
}
.loggedout .logOnWelcome {
  margin-top: 76px;
}
.loggedout .logOnButton {
  margin-top: 60px;
}
.planTypeHeader {
  color: white;
}
.planTypeHeader h3 {
  color: white;
}
