/* General CSS */
body { font-family: georgia, arial, sans-serif; font-size: 10px;}
.ltblue { color: #2c90ce; }
.ltblueHeader { font-size: 14pt; font-weight: bold; color: #2c90ce; }
.blue { color: #2b3087; }
.boldTxt { color: black; font-size: 15px; font-weight:bold;}
.ltBlueBack { background-color: #2c90ce;  }
.blueBack { background-color: #2b3087; color: white; font-size: 14px; padding: 3px;}
.menuTxt { font-weight: bold; font-size: 12px; }
.greenTxt { color: #009900; }
.greenHeader { font-size: 14pt; font-weight: bold; color: #009900; }
.redHeader { font-size: 14pt; font-weight: bold; color: #ff0000; }

h1 { color: #2b3087; font-size: 18px; width: 500px; margin: 1px;}

h2 { color: black; font-size: 15px; margin: 1px; width: 550px;}
h3 { margin: 1px;}
h4 { margin: 1px;}
p{ width: 570px;}

.bigTxt { font-weight: bold; font-size: 14px; }
.bigTxtBlue { font-weight: bold; font-size: 14px; color: #2b3087; }
.bigTxtRed { font-weight: bold; font-size: 14px; color: red; }
.green { color: #AAD037; }
.bigTxtHl { text-transform: uppercase; color: #2c90ce; }
.normal { font-family: georgia, arial, sans-serif; font-size: 13px;}
table.blueBorder { border: solid 1px #2b3087; }
td.blueBorder { border: solid 1px #2b3087; text-align: center;}
td.blueCellBorder { border: solid 1px #2b3087; cursor: pointer;}
div.blueCell { 
  color: white;
  font-size: 20px; text-align: center; background-color: #2b3087;}
div.indent { margin-left: 50px; width: 475px;}
table.blue { background-color: #2b3087; }

a{ color: #2b3087; text-decoration: none; }
a:hover { color: black; text-decoration: underline; }
a.menu { color: white; text-decoration: none;}
a.white{ color: white; text-decoration: underline;}
a.white:hover { color: #427CB8;}
a.cust { color: black; text-decoration: none;}
a.cust:hover { color: #427CB8; text-decoration: underline;}
a.quote { color:#2C90CE; font-size: 12pt; font-weight:bold; text-decoration: none;}
a.quote:hover { text-decoration: underline;}
a.ltblue { color: #2c90ce; text-decoration: none;}
a.ltblue:hover { color: #2c90ce; text-decoration: underline;}

/* CSS FOR THE Header */
table#main { padding: 0px; margin: 0px; }
td#bottomBanner { 
  background-image: url('images/banner-bottom.gif'); width: 100%;
  background-repeat: repeat-x; background-position: top left;}
td#blueHeader { background-color: #2b3087; }
.titleTxt { font-weight: bold; color: white; font-size: 16px; text-align: right; text-decoration:underline; vertical-align: middle; }
td.topInnerBox { background-image:url('images/top.gif'); width:590px;}
td.botInnerBox { background-image:url('images/bottom.gif'); }
td.rtInnerBox { background-image:url('images/right.gif');
  background-position: top left; background-repeat: repeat-y;}
td.ltInnerBox { background-image:url('images/left.gif');
  background-position: top left; background-repeat: repeat-y;}
td.menuButton {
  cursor: pointer;
  width: 180px;
  background-image: url('images/button-off.gif'); 
  background-repeat: no-repeat; background-position: top left;
  height: 35px;
  color: white;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
td.quoteButton {
  cursor: pointer;
  width: 221px;
  background-image: url('images/FreeQuickQuote.jpg'); 
  background-repeat: no-repeat; 
  height: 49px;
}
td {
  font-size: 10pt;
}
.blueBG {
background-color: #2C90CE;
}

a.FAQ {
color: #FFFFFF;
font-size: 9pt;
font-weight:normal;
text-decoration: none;
}
a.FAQ:hover {
text-decoration: underline;
}
a.FAQC {
color: #FFFFFF;
font-size: 9pt;
font-weight:bold;
text-decoration: none;
}
.footer {
color: #000000;
font-size: 8pt;
}
.greyBG {
background-color: #E4E4E7;
}

.header {
color: #2b3087;
font-size:12pt;
font-weight:bold;
}
.header2 {
color: #2b3087;
font-size:11pt;
font-weight:bold;
}
.header3 {
color: #2b3087;
font-size:10pt;
font-weight:bold;
}

TABLE.redTB {
border-color: #FF0000;
border-width: 2px;
border-style: solid;
}

.red {
color: #FF0000;
}
.resourceB {
background-image: url(images/purpleBdr.gif);
background-repeat: repeat-x;
background-position: bottom;
}

.resourceT {
background-image: url(images/purpleBdr.gif);
background-repeat: repeat-x;
}

.resourceL {
background-image: url(images/purpleBdr.gif);
background-repeat: repeat-y;
}
.resourceR {
background-image: url(images/purpleBdr.gif);
background-repeat: repeat-y;
background-position: right;
}
.whiteBG {
background-color: #FFFFFF;
}
.yellowBG {
background-color: #EAB422;
}

