@charset "utf-8";

/* --- base structure ---  */
html {
	height: 101%
}
body {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-color: #B2C0CF;
}
.outerContainer {
	width: 864px;
	margin: 0 auto;
}



/* --- header ---  */
.header {
	width: 864px;
	height: 142px;
	background-color: #002F5F;
	background-image: url(../images/headerLines.png);
	background-repeat: no-repeat;
}
.logoScheme	{
	width: 264px;
	height: 75px;
	background-image: url(../images/logoScheme.png);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	margin-left: 58px;
}
.logoLiberty {
	width: 117px;
	height: 117px;
	background-image: url(../images/logoLiberty.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: 718px;
}



/* --- header base holder ---  */
.headerBaseHolder {
	width: 864px;
	height: 42px;
	background-color: #CCD5DF;
}
.strapLine {
	width: 301px;
	height: 42px;
	background-image: url(../images/strapline.png);
	background-repeat: no-repeat;
	float: left;
}
.triggerHolder {
	width: 170px;
	height: 42px;
	float: left;
	margin-left: 390px;
}
/* --- button --- */
.gButton {
	width: 75px;
	height: 26px;
	margin-top: 8px;
	margin-right: 6px;
	background-image: url(../images/gButton.png);
	background-repeat: no-repeat;
	float: left;
	cursor: pointer; /* hand-shaped cursor */
    /*cursor: hand; /* IE 5.x */
	 border: none;
}
.gButton:hover {
    background-position: 0 -26px;
}
.gButtonText {
	font: 95% Arial, Verdana, Helvetica, sans-serif;
	line-height: 26px;
	color: #000000;
	text-align: center;
}


/* --- white space holder ---  */
.whiteSpaceHolder {
	width: 864px;
	background-color: #FFFFFF;
	float: left;
	padding-bottom: 20px;
}



/* --- navigation holder ---  */
.navigationHolder {
	width: 824px;
	height: 30px;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 5px;
	float: left;
}
#tabHolder { 
	width: 824px;
	height: 30px;
	margin: 0;
	padding: 0;
	z-index: 1;
}
ul#tabnav {
	width: 824px;	
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;	
}
ul#tabnav li {	
	float: left;
	margin: 0;
	padding: 0;
}
ul#tabnav a {
	height: 30px;
	display: block;	
	float: left;
}
ul#tabnav a:hover {
	background-position: left -30px;
}
ul#tabnav li.home a {
	background-image: url(../images/nhome.gif);
	width: 57px;
}
ul#tabnav li.aboutus a {
	background-image: url(../images/naboutus.gif);
	width: 78px;
}
ul#tabnav li.products a {
	background-image: url(../images/nproducts.gif);
	width: 75px;
}
ul#tabnav li.members a {
	background-image: url(../images/nmembers.gif);
	width: 77px;
}
ul#tabnav li.employers a {
	background-image: url(../images/nemployers.gif);
	width: 85px;
}
ul#tabnav li.providers a {
	background-image: url(../images/nproviders.gif);
	width: 148px;
}
ul#tabnav li.advisers a {
	background-image: url(../images/nadvisers.gif);
	width: 133px;
}
ul#tabnav li.CSI a {
	background-image: url(../images/nCSI.gif);
	width: 44px;
}
ul#tabnav li.media a {
	background-image: url(../images/nmedia.gif);
	width: 58px;
}
ul#tabnav li.contact a {
	background-image: url(../images/ncontact.gif);
	width: 69px;
}
#home li.home a, #aboutus li.aboutus a, #products li.products a, #members li.members a, #employers li.employers a, #providers li.providers a, #advisers li.advisers a, #CSI li.CSI a, #media li.media a, #contact li.contact a {
	background-position: left bottom;
}



/* --- image block holder --- */
.imageBlockHolder {
	width: 824px;
	height: 180px;
	margin-left: 20px;
	margin-bottom: 5px;
	float: left;
}
.imageHolder {
	width: 519px;
	height: 180px;
	margin-right: 5px;
	float: left;
}
.blockHolder {
	width: 300px;
	height: 180px;
	float: left;
}



/* --- page content holder --- */
.contentHolder {
	width: 824px;
	margin-left: 20px;
	float: left;
	background-repeat: repeat-y;
	background-position: top;
}
.contentHolderAcross {
	width: 824px;
	margin-left: 20px;
	float: left;
	background-repeat: repeat-y;
	background-position: top;
}
.tabbedPanelHolder {
	width: 820px;
	float: left;
}


/* --- options --- */
.optionsHolder {
	width: 645px;
	height: 76px;
	background-color: #FFFFFF;
	float: left;
}
.optNetwork {
	width: 153px;
	height: 30px;
	float: left;
	margin-right: 11px;
	margin-top: 21px;
	background-image: url(../images/bNetwork.png);
	background-repeat: no-repeat;
	cursor: pointer; /* hand-shaped cursor */
    /*cursor: hand; /* IE 5.x */
}
.optNetwork:hover {
    background-position: 0 -30px;
}
.optStandard {
	width: 153px;
	height: 30px;
	float: left;
	margin-right: 11px;
	margin-top: 21px;
	background-image: url(../images/bStandard.png);
	background-repeat: no-repeat;
	cursor: pointer; /* hand-shaped cursor */
    /*cursor: hand; /* IE 5.x */
}
.optStandard:hover {
    background-position: 0 -30px;
}
.optSaver {
	width: 153px;
	height: 30px;
	float: left;
	margin-right: 11px;
	margin-top: 21px;
	background-image: url(../images/bSaver.png);
	background-repeat: no-repeat;
	cursor: pointer; /* hand-shaped cursor */
    /*cursor: hand; /* IE 5.x */
}
.optSaver:hover {
    background-position: 0 -30px;
}
.optComplete {
	width: 153px;
	height: 30px;
	float: left;
	margin-top: 21px;
	background-image: url(../images/bComplete.png);
	background-repeat: no-repeat;
	cursor: pointer; /* hand-shaped cursor */
    /*cursor: hand; /* IE 5.x */
}
.optComplete:hover {
    background-position: 0 -30px;
}
.optionText {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	text-indent: 10px;
	line-height: 30px;
	color: #FFFFFF;
	text-align: left;
	font-weight: normal;
}












.topLine {
	width: 664px;
	height: 2px;
	float: left;
	background-image: url(../images/horLines.png);
	background-repeat: repeat-x;
	background-position: top left;
}
.topExtLine {
	width: 824px;
	height: 10px;
	margin: 0;
	padding: 0;
	float: left;
	background-image: url(../images/horLines.png);
	background-repeat: repeat-x;
	background-position: top left;
}
.baseLine {
	width: 824px;
	height: 10px;
	margin-left: 20px;
	padding: 0;
	float: left;
	background-image: url(../images/horLines.png);
	background-repeat: repeat-x;
	background-position: top left;
}


/* --- footer --- */
.EIlogo {
	width: 824px;
	height: 48px;
	padding: 0;
	background-image: url(../images/EIlogo.gif);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	margin-left: 20px;
	margin-bottom: 15px;
	margin-top: 10px;
	background-color:#FFFFFF;
}
.footerContent {
	margin-left: 20px;
	width: 824px;
	height: 35px;
	background-color:#E5EAEF;
	float: left;
	font-size: 80%;
	color: #33597F;
}
.copy	{
	margin-left: 12px;
	float: left;
	margin-top: 11px;
	width: 250px;
	text-align: left;
}
.footer	{
	margin-left: 482px;
	margin-top: 11px;
	text-align: left;
}

/* --- bullet listings --- */
.arrowGroup {
	margin-left: -33px;
	margin-top: 10px;
	font: 100% Arial, Verdana, Helvetica, sans-serif;
}
ul.arrowList {  
	text-align: left;
	list-style-type: none;
	margin-top: -7px;
	margin-bottom: 0;
}
li.arrowProduct {   
   background:transparent url(../images/arrow.gif) no-repeat;
   background-position: 0 7px;
	padding-left: 13px;
	line-height: 22px;
	color: #3399FF;
	margin-left: 12px;
}
.arrowProductSelected {
	background:transparent url(../images/arrowActive.gif) no-repeat;
   background-position: 0 7px;
	padding-left: 13px;
	line-height: 22px;
	color: #8C8C8C;
	margin-left: 12px;
}

li.arrow {   
   background:transparent url(../images/elIcon.png) no-repeat;
   background-position: 0 4px;
	padding-left: 15px;
	line-height: 20px;
}
li.arrowSpaced {   
   background:transparent url(../images/elIcon.png) no-repeat;
   background-position: 0 5px;
	padding-left: 18px;
	line-height: 24px;
}
ul.bulletListInside {    
	color: #191919;
	text-align: left;
	list-style-type: none;
	margin-top: -7px;
	margin-bottom: 0;
	margin-left: -30px;
	text-align: justify;
}
ul.bulletList {    
	color: #191919;
	text-align: left;
	list-style-type: none;
	margin-top: -7px;
	margin-right: 4px;
	margin-bottom: 0;
	left: -30px;
	position: relative;
	text-align: justify;
}
li.bullet {   
    background:transparent url(../images/bullet.gif) no-repeat;
    background-position: 0 7px;
	padding-left: 15px;
	line-height: 22px;
}



/* --- variety of link types --- */
a:link { text-decoration: none; color: #20A6FF; }
a:visited { text-decoration: none; color: #20A6FF; }
a:active { text-decoration: none; color: #20A6FF; }
a:hover { text-decoration: underline; color: #20A6FF; }

.footer a:link { text-decoration: none; color: #33597F; }
.footer a:visited { text-decoration: none; color: #33597F; }
.footer a:active { text-decoration: none; color: #33597F; }
.footer a:hover { text-decoration: underline; color: #33597F; }




/* --- forms --- */
.inputSearch {
   border: 1px solid #A8B7C8;
   background: #FFFFFF;
	width: 170px;
	margin-top: 7px;
	margin-right: 5px;
	height: 24px;
	float: left;
	display: inline;
	background-image: url(../images/defaultBlend.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	overflow: hidden;
	text-indent: 5px;
}
.inputDefault {
   border: 1px solid #CCD5DF;
   background: #FFFFFF;
	width: 262px;
	margin-top: 15px;
	height: 24px;
	margin-left: 20px;
	float: left;
	display: inline;
	background-image: url(../images/defaultBlend.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	overflow: hidden;
	text-indent: 5px;
}
.submitGo {    
	width: 26px;
   height: 26px;
   margin-top: 15px;
	margin-left: 6px;
   padding: 0;
   border: 0;
   background: transparent url(../images/buttonGo.png) no-repeat 0 0;    
   cursor: pointer; /* hand-shaped cursor */
   /*cursor: hand; /* IE 5.x */
}
.submitGo:hover { 
  background-position: 0 -26px;
}
.submitDGo {    
	width: 26px;
   height: 26px;
   margin-top: 15px;
	margin-left: -6px;
   padding: 0;
   border: 0;
   background: transparent url(../images/buttonGo.png) no-repeat 0 0;    
   cursor: pointer; /* hand-shaped cursor */
   /*cursor: hand; /* IE 5.x */
}
.submitDGo:hover { 
  background-position: 0 -26px;
}

/* --- other going ons --- */
.titleLText {
	font: 130% Arial, Verdana, Helvetica, sans-serif;
	color: #002F5F;
	font-weight: bold;
	text-align: left;
	margin-left: 7px;	
}
.titleRText {
	font: 130% Arial, Verdana, Helvetica, sans-serif;
	color: #002F5F;
	font-weight: bold;
	text-align: left;
	margin-left: 20px;
}
.stdLText {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	text-align: justify;
	line-height: 22px;
	margin-left: 7px;
	margin-right: 20px;
	margin-top: 5px;
}
.stdHText {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	text-align: justify;
	line-height: 22px;
	margin-left: 7px;
	margin-right: 20px;
	margin-top: 15px;
}
.stdRText {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	text-align: justify;
	line-height: 22px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
}
.stdRLText {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	text-align: justify;
	line-height: 22px;
	margin-left: 17px;
	margin-right: 20px;
	margin-top: 5px;
}
.stdText {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	text-align: justify;
	line-height: 22px;
	margin-left: 7px;
	margin-right: 20px;
	margin-top: 5px;
}




.clearfloat { 
	clear: both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}














