﻿.allBenefitsBullets{}.allBenefitsBullets ul li{padding: 0px;}.allBenefitsBullets h1{font-size: 18px;}.allBenefits{background-image:url(../images/all-the-benefits.jpg); background-repeat: no-repeat}.allBenefits h1{color:#404040; font-size: 18px; margin-bottom: 30px;}.allBenefits h2{color:#1B96AD; font-size: 18px; margin-bottom: 10px;}.allBenefits a{color:#1B96AD; text-decoration:none;}.allBenefits a:hover{color:#1B96AD; text-decoration:underline;}body{background-image: url(../images/page_bg.gif); background-repeat: repeat-x; margin: 0px; font-family:Arial, Helvetica, sans-serif; font-size: 12px; color:#333333;}h1{font-size: 18px; line-height: 20px; font-weight: normal; margin-top: 0px;}h2{font-size: 14px; line-height: 16px; font-weight: normal; margin-top: 0px;}a{color:#1694ab; text-decoration: underline;}#client-list a{color:#8B8D90;text-decoration: none;}#client-list a:hover{color:#8B8D90;text-decoration: underline;}#partners h3 {font-size: 15px; line-height: 22px; font-weight: normal;}#partners h4{float:left; clear:none; margin: 0px; margin-right: 5px; padding:0px; font-size: 12px;}#partners .logo{width: 150px; padding-right: 10px;}h3{font-size: 14px; font-weight: bold; margin-top: 0px; padding-top: 4px;}h3 a{text-decoration: none; color:#8B8D90}h3 a:hover{text-decoration: underline; color:#8B8D90}h3.over a{text-decoration: none; color:#FFBA00}h3.over a:hover{text-decoration: underline; color:#FFBA00}.homeGrey{background-color:#D4D3D3; padding: 10px 15px; font-size: 14px; line-height: 16px;}#navlist{margin-left: 0;padding-left: 0;list-style: none;}#navlist li {padding-left: 10px;padding-bottom: 5px;background-image: url(../images/bullet-grey.gif);background-repeat: no-repeat;background-position: 0 .5em;}#secondNavlist2{margin-left: 0;padding-left: 0;list-style: none;}#secondNavlist2 li {padding-left: 10px;padding-bottom: 5px;background-image: url(../images/bullet-white.gif);background-repeat: no-repeat;background-position: 0 .5em;}.homeH1{background-color:#525050; padding: 7px;}.homeH1 H1{color:#FFFFFF; font-size: 18px; line-height: 20px;}.home-personalized{background-color:#1694AB; color:#FFFFFF; font-size: 16px; padding: 7px;}.home-personalized .yellow{color:#FFBF00; font-size: 24px;}.home-personalized2{ font-size: 16px;}.home-personalized2 .yellow{color:#FFBF00; font-size: 24px;}/*li {  list-style-image: url('../images/bullet-yellow.jpg');  margin-bottom: 5px; line-height: 14px; }*/#site-map h2 a{}#site-map ul li a{color:#8B8D90;}#site-map ul li ul li a{font-size: 11px; color:#8B8D90;}td{vertical-align:top;}td.title{background-color: #333333; height: 53px;}td.title h1{font-size: 22px; font-weight: normal; padding-left: 5px; padding-top: 5px; color: #FFFFFF; line-height: 20px;}td.content{padding: 16px 0px 10px 10px; font-size: 12px; line-height: 20px;}


td.logo{padding-right:10px; padding-top:15px; font-size: 12px; line-height: 16px;}


td.content-home h1{font-size: 24px; font-weight: normal; margin-top: 5px; padding-top: 5px;}td.content-home h2{font-size: 18px; font-weight: normal; color:#FFBA00; margin-top: 5px; padding-top: 5px;}td.content-home h3{font-size: 14px; font-weight: bold; color:#FFBA00;margin-top: 0px; padding-top: 4px;}td.content-home h3 a{font-size: 14px; font-weight: bold; color:#FFBA00;margin-top: 0px; padding-top: 4px; text-decoration:underline;}td.content-home li {  list-style-image: url('../images/bullet-yellow.jpg');  margin-bottom: 7px; line-height: 14px; font-size:13px;}td.content-home p{padding:0px; margin: 0px;}td.content-home ul {  margin-top: 0px; margin-left: 15px; padding-left: 0px; }/*td.header{vertical-align: middle; text-align: right; padding-right: 10px; font-size: 14px; color:#FFFFFF;}td.header a{color:#FFFFFF; text-decoration: none;}td.header a:hover{color:#FFFFFF; text-decoration: none;}*/div.headernav a:link, div.headernav a:visited
{

	font-size: 14pt;
	text-decoration: none;	
}

div.headernav a:hover
{
	color: #1694ab;
	text-decoration: none;
}

/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin-left: -10px;
 padding: 0;
 list-style: none;
 z-index: 1000;
 margin-top: 0px;
 border: 5px;
 font-size: 18px;
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 1px;
 color: #0EA3CE;
 font-family: Arial, Helvetica, sans-serif;
 text-decoration:  none;
 padding-right: 15px;
 padding-left: 1px;
}



/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
visibility: hidden;
 position: absolute;
 top: 1.5em; /* I'm using ems rather than px to allow people to zoom their font */
 left: 0px;
 width: 200px;
 z-index: 1000;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: 0px;
 left: 155px;
 z-index: 1000;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {

 float: left;
 position: relative;
 border: 0px solid #0EA3CE;
 margin-right: -1px;
 z-index: 1000;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin-right: 0;
 padding: 2px;
 margin-bottom: -1px;
 background: #D9D9D9;
 z-index: 1000;
 padding-left: 10px;
  font-size: 14px;
 /*border-color: #4F8798;
 border-width: 1px; */
}

/* Links inside the sub menu */
.menulist ul li a, .menulist ul li a:visited {

 text-decoration: none;

}
.menulist li ul li a, .menulist li ul li a:visited {

 text-decoration: none;

}


.menulist ul>li:last-child {
 margin-bottom: 1px;
}


/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #000000;
 

}
.menulist  a.highlighted {
 color: #000000;  
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display:  none;
}
.menulist ul a .subind {
 display:  block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */ 

td.footer{padding-top: 0px; font-size: 11px; color:#525050;}
td.footer a{color:#1694ab; text-decoration: none;}
td.footer a:hover{color:#1694ab; text-decoration: underline;}

ul li{padding: 0px; margin-top: 0px; margin-bottom: 0px;}

