body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%; margin: 0px; padding: 0px; }
a { text-decoration: underline; }
#content a { text-decoration: underline; }
table { font-size: 1.0em; }
img { border: 0px; }
.clear { clear: both; line-height: 0%; font-size: 2px; }

acronym { cursor: help; border-bottom: 1px dotted black; }

/* standard link format */
a, a:VISITED, A:HOVER {
  color: #333399;
}


/* Added in to recreate original style, will need to find proper place in document later */
.wrapper {
 position: relative;
 clear: both;
 float: left;
 height: 100%;
 width: 780px; /* this should be the master width of the document */
 padding: 0px 0px 0px 0px;
 margin: 0px auto;
 border-left: 1px solid silver;
 border-right: 1px solid silver;
}

div.topBar {
 width: 780px;
 position: relative;
 float: right;
 text-align: right;
}

div.leftMenu {
 position: relative;
 background: url('images/TEMP_FRAME2.png') top left no-repeat;
 width: 140px;
 float: left;
 padding-bottom: 10px;
 clear: left;
 font-size: 90%;
}

div.leftMenuSection {
  position: relative;
  border-top: 1px solid #CACACA;
  border-bottom: 1px solid #CACACA;
  width: 140px;
  margin-top: 20px;
  padding-bottom: 10px;
}

div.leftMenuSectionHeader {
 position: relative;
 height: 15px;
 width: 105px;
 background: #82ad2a;
 color: white;
 font-weight: bold;
 font-size: 8pt;
 font-weight: bold;
 padding: 6px 10px 4px 25px;
 margin-bottom: 5px;
 background-repeat: no-repeat;
 background-position: 5px 5px;
}

div.greenArrowRight {
  background-image: url("../images/green_arrow_right.gif");
}

div.greenArrowDown {
  background-image: url("../images/green_arrow_down.gif");
}

div.submenuImage {
  padding: 5px 5px 5px 15px;
  font-size: 8pt;
}

a.subMenuActive, a.subMenuInactive {
  text-decoration: none;
}

a.subMenuActive {
  color: #133287;
  font-weight: bold;
}

a.subMenuInactive {
  color: gray;
  font-weight: normal;
}

a.subMenuActive:HOVER, a.subMenuInactive:HOVER {
  /* color: blue; */
}

div.topSpacer {
 position: relative;
 float: left;
 width: 780px;
 height: 103px;
 background: url('../images/TEMP_FRAME1.png') top left no-repeat;
 background-position: 0px -20px;
}

div.header {
 position: relative;
 float: left;
 clear: both;
 padding: 0px;
 margin: 0px;
 width: 639px;
 height: 60px;
 border-bottom: 1px solid #CACACA;
}

SPAN.topBarFill {
  position: relative;
  float: right;
  background-color: #eeeeee;
  height: 20px;
  width: 610px;
  vertical-align:
  middle; line-height: 20px;
  padding: 0px 10px 0px 0px;
}

.fontSizeBar {
 position: relative;
 float: left;
 clear: both;
 background-color: #eeeeee;
 height: 20px;
 width: 780px;
 vertical-align: middle;
 line-height: 20px;
}

.fontBarMenuBlock {
  position: relative;
  /* float: left; */
  height: 100%;
  margin-left: 160px;
}

.fontBarMenuItem {
  position: relative;
  float: left;
  padding-left: 15px;
  width: 110px;
  text-align: left;
  height: 100%;
  margin-right: 25px;
  font-weight: bold;
  color: darkblue;
  font-size: 9pt;
  background-repeat: no-repeat;
  background-position: 0px 2px;
}

.fontBarMenuItem A, .fontBarMenuItem A:VISITED, .fontBarMenuItem A:HOVER {
 text-decoration: none;
 color: darkblue;
}

.titleArea {
 position: relative;
 float: left;
 clear: both;
 left: 10px;
 padding: 30px 0px 3px 0px;
 margin: 0px;
}

.contentWrapper {
 position: relative;
 float: left;
 width: 620px;
 padding: 0px 0px 0px 0px;
 margin: 0px;
 clear: none;
 border-left: 1px dotted #CACACA;
 font-size: 90%;
}

.content {
 position: relative;
 float: left;
 padding-left: 9px;
 padding-right: 9px;
}

.footerText, .footerLinks {
 padding: 5px 10px;
 font-size: 7pt;
}

.footerText, .footerText A, .footerText A:VISITED {
 color: black;
 text-decoration: none;
}

.footerLinks, .footerLinks A, .footerLinks A:VISITED {
  color: black;
  text-decoration: none;
}



hr {
 height: 1px;
 border: 0px;
 border-top: 1px solid #cacaca;
}

/* .pmiPad { background: blue;  float: left; padding-right: 15px; padding-left: 15px; padding-bottom: 0px; padding-top: 0px;} */
.introPmi { font-weight: bold; font-size: 0.7em; width: 620px; color: #29478d; }

A.extremeTopLink { color: #333333; text-decoration: none;}
A.extremeTopLink:VISITED { color: #333333; }
A.extremeTopLink:HOVER { text-decoration: underline; }


/* CSS Tooltip */
a.css_tooltip { outline: 0; cursor: pointer; position: relative; z-index: 24; padding-bottom: 1px; }
a.css_tooltip span { display: none; }
a.css_tooltip img { vertical-align: text-bottom; }
a.css_tooltip:hover { width: auto; z-index: 25; }
a.css_tooltip:hover span { position: absolute; z-index: 26; display: block; top: 25px; left: -200px; width: 280px; padding: 5px; border: 1px solid #A1ADC9; background: #F4F4F4; font-size: 11px; color: #5B5B5B; font-weight: normal; }
#content a.css_tooltip { text-decoration: none; }

/* Headings */
#how_to_choose .header h1 { background: url('../images/title_how_to_choose.gif') top left no-repeat; }
#benefits .header h1 { background: url('../images/title_benefits.gif') top left no-repeat; }
#how_to_claim .header h1 { background: url('../images/title_how_to_claim.gif') top left no-repeat; }
#pmi .header h1 { background: url('../images/title_pmi.gif') top left no-repeat;}
#view_all_products .header h1 { background: url('../images/title_view_all_products.gif') top left no-repeat; }

/* Content styles */
#navLinks {}
#navLinks a:hover { text-decoration: underline; }
.header h1 { font-weight: bold; color: #29478D; font-size: 1.2em; width: 357px; height: 14px; display: block; margin: 10px 0px; padding: 0px;}
.header h1 span { position: absolute; visibility: hidden; }
.header .breadcrumbs { font-size: 1.0em; height: 13px; display: none; }
.header .breadcrumbs .breadcrumb { color: #000000; text-decoration: underline; }
#view_all_products .content { padding-top: 12px; }

.content h2, .content .faux_h2 { font-weight: bold; color: #1F3882; font-size: 1.2em; padding: 12px 0px; margin: 0px; }
.content h3 { font-weight: bold; color: #1F3882; font-size: 1.0em; padding: 5px 0px; margin: 0px; }
.content p { margin: 0px 0px 0px 0px; padding: 5px 0px 5px 0px; font-size: 1.0em; }
.content .questionBox { background: #CFDFFF; color: #000066; margin: 10px 0px; }
.content .questionBox_inner { padding: 3px; }
.content .questionBox_inner .red { color: #CC0000; font-size: 1.5em; font-weight: bold; }
.content .questionBox h3 { font-size: 1.1em; font-weight: bold; margin: 0px 7px; padding: 3px 0px; overflow: auto; line-height: 1.4em; }
.content .answerBox { float: left; width: 284px; border: 1px solid #000066; font-size: 1.0em; }
.content .answerBox label { font-weight: bold; color: #000000; }
.content .answerBox ul { margin: 0px 15px; padding: 0px; }
.content .answerBox li { margin: 3px 0px;  padding: 0px; }
.content .answerBox .answer { padding: 3px 5px; border-bottom: 1px solid #000066; font-size: 1.1em; }
.content .answerBox .description { padding: 5px 10px; }
.content .answerBox .intro { font-weight: bold; color: #333333; }
.content .answerBox .q2NoBoxA { padding: 2px 10px; font-weight: bold; }
.content .answerBox .q2NoBoxB { padding: 2px 10px 7px 10px; }
.content .introP { font-weight: bold; }

/* Answer states - idle | selected | notselected */
.content .answerBox .idle .answer { color: #000000; background: #FFFFFF; }
.content .answerBox .idle .description { color: #000000; background: #FFFFFF; }
.content .answerBox .idle .q2NoBoxA { color: #000000; background: #FFFFFF; }
.content .answerBox .idle .q2NoBoxB { color: #000000; background: #FFFFFF; }
.content .answerBox .selected .answer { color: #1F3882; background: #87AFFF; }
.content .answerBox .selected .q2NoBoxA { color: #1F3882; background: #5C91FB; }
.content .answerBox .selected .q2NoBoxB { color: #1F3882; background: #F3F7FD; }
.content .answerBox .notselected .answer { color: #666666; background: #CCC8C8; }
.content .answerBox .notselected .description { color: #666666; background: url('../images/answerBox_greyBG.gif') top repeat-x #FFFFFF; }
.content .answerBox .notselected .q2NoBoxA { color: #666666; background: #CCC8C8; }
.content .answerBox .notselected .q2NoBoxB { color: #666666; background: #FFFFFF; }

/* The results... */
#cover_level { }
#cover_level1 { display: none; }
#cover_level2 { display: none; }
#results { display: none; }
#results .result_inner {}
#results .getQuote { font-size: 2.0em; font-weight: bold; color: #E5002E; }
#results #extrabit { font-style: normal; color: #CC0000; font-weight: bold; font-size: 0.9em; display: block; padding: 10px 0px 0px 63px; }

/* Shared */
ul.whatnext { padding: 0px; margin: 15px 0px 0px 0px; list-style-type: none; background-color: #EEEEEE; width: 600px; }
ul.whatnext li { border-bottom: 2px solid #FFFFFF; margin: 0px 0px 0px 0px; padding: 10px 0px 10px 15px; }
ul.whatnext li.off { background: url("../images/whatnext_arrow_000000.gif") no-repeat; background-position: 15px 12px; display: block; padding-left: 25px;  }
ul.whatnext li.on { background: url("../images/whatnext_arrow_113284.gif") no-repeat; background-position: 15px 12px; display: block; padding-left: 25px; }

/* Specific to How to choose page */
#how_to_choose { display: none; }
#how_to_choose .nextstep { background: url("../images/nextstep.gif") no-repeat #FFFFFF; background-position: 50% 0%; height: 18px; }

/* Specific to Benefits page */
#benefits table { width: 100%; }
#benefits th { background: #29478D; color: #FFFFFF; font-weight: bold; font-size: 1.2em; text-align: left; padding: 5px 10px; }
#benefits td { padding: 5px 10px; }
#benefits td.left { border-left: 2px solid #E7E7E7; }
#benefits td.right { border-right: 2px solid #E7E7E7; text-align: center; }
#benefits tr.grey { background: #E7E7E7; }

/* Specific to how to claim page */
#how_to_claim table { width: 100%; }
#how_to_claim th { background: #FFFFFF; padding: 5px 0px; color: #003399; font-weight: bold; text-align: left; }
#how_to_claim td { padding: 5px 10px; vertical-align: top; border-bottom: 2px solid #FFFFFF; }
#how_to_claim td.left { background: #DFE4EE; font-weight: bold; }
#how_to_claim td.right { background: #E9ECF3; }
#how_to_claim .nextstep { background: url("../images/nextstep.gif") no-repeat #FFFFFF; background-position: 80px 0px; height: 18px; }
#how_to_claim div.step { padding: 5px 0px; }
#how_to_claim div.step .TL { background: url("../images/box_TL.gif") top left no-repeat #DFE4EE; overflow: hidden; }
#how_to_claim div.step .TR { background: url("../images/box_TR.gif") top right no-repeat; height: auto; }
#how_to_claim div.step .BL { background: url("../images/box_BL.gif") bottom left no-repeat; height: auto; }
#how_to_claim div.step .BR { background: url("../images/box_BR.gif") bottom right no-repeat; height: auto; }
#how_to_claim div.step .box_inner { width: 100%; padding: 5px; }
#how_to_claim div.step .stepImage { padding: 5px 5px 0px 5px; float: left; }
#how_to_claim div.step p.introText { float: left; width: 155px; font-weight: bold; padding-right: 12px; }
#how_to_claim div.step p.descrText { float: left; width: 185px; }

/* Specific to view all products page */
#view_all_products h2 { margin-bottom: 0px; padding-bottom: 0px; }
#view_all_products .indent { margin-left: 15px; }
#view_all_products .indent h3 { margin: 2px 0px 2px 0px; padding: 0px 0px 0px 0px; }
#view_all_products .indent p { padding: 2px 0px; }
#view_all_products .indent p.bottomP { margin-bottom: 15px; }

/* Specific to home page */
#pmi p.intro { font-weight: bold; font-size: 1.1em; color: #29478D; }
#pmi .bigBox { background: url('../images/pmi_bigBox_middle.gif') top left repeat-y; width: 398px; float: left; }
#pmi .bigBox h2 { visibility: hidden; position: absolute; height: 25px; padding: 0px; margin: 0px; }
#pmi .bigBox .top { background: url('../images/pmi_bigBox_top.gif') top left no-repeat; }
#pmi .bigBox .bottom { background: url('../images/pmi_bigBox_bottom.gif') bottom left no-repeat; padding: 0px 10px; }
#pmi .bigBox ul { padding: 30px 0px 5px 0px; margin: 0px 0px 0px 12px; font-size: 1em; list-style-image: url('../images/smallsquarebullet.gif');}
#pmi .bigBox ul li { padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;  }
#pmi .smallBox { background: url('../images/pmi_smallBox_middle.gif') top left repeat-y; width: 194px; float: left; margin-top: 10px; padding: 0px}
#pmi .smallBox h2 { visibility: hidden; position: absolute; height: 25px; padding: 0px; margin: 0px; }
#pmi .smallBox .bottom { background: url('../images/pmi_smallBox_bottom.gif') bottom left no-repeat; padding: 30px 10px 0px 10px; }
#pmi .smallBox ul { padding: 30px 0px 5px 0px; margin: 0px 0px 0px 12px; }
#pmi .smallBox li { padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }


.content img.qmark { padding-left: 1px; vertical-align: top; }
