body {
	margin: 0px 0px 0px 0px;
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. #EEEBE3*/
	background-color:#ffffff;
	overflow:scroll;
}

body, td, span, div, p {
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size:14px;
	color:#555555;
	line-height:20px;
	
}

#body{

}


#containerHome{
	position:relative;
	width:1000px;
	height:620px;
	margin-left: auto ;
 	margin-right: auto ;
	/*border-bottom-color:#EEEEEE;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color:#EEEEEE;
	border-left-style:solid;
	border-left-width:1px;	
	border-right-color:#EEEEEE;
	border-right-style:solid;
	border-right-width:1px;*/
}





#topMenu{
	padding-top:15px;
	width:1000px;
	height:0px;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	z-index:999;
}

#logo{
	float:left;
}

/*#mainMenu{
	float:left;
}*/

#textField{
	font-family:'FrutigerLTW01-55Roman';
	height:20px;
	width:154px;
	/*background: #fff;
	background-image:url(../images/shadow.gif);background-repeat:repeat-x;
	border:solid #D5D5D5 1px;*/
	border:1px solid #D5D5D5; 
	background:#fff url(../images/shadow.png) repeat-x top left;
	padding-left:0.5em; 
	margin-bottom:0.6em;
	color:#666666;
	
}

#searchForm{
	position:relative;
	top:43px;
	left:-5px;
	float:right;
	width:190px;
	vertical-align:top;
	z-index:999;
}

#goButton{
	position:relative;
	top:0px;
	left:0px;
	height:24px;
	width:33px;
}

#homeContainer{
	position:relative;
	top:88px;
	background-image:url(../images/homeBG/1.png);
	background-repeat:no-repeat;
	width:1000px;
	height:528px;
}


#rightMenuContainer{
	position:relative;
	left:177px;
	float:right;
	width:183px;
	margin-top:10px;
	z-index:999;
	
}

#rightMenu{
	font-family:'FrutigerLTW01-77BlackCn';
	/*background:url(../images/rightGreenBox.png);
	background-repeat:no-repeat;
	background-color:#67841E;*/
	background-color:#6A8012;
	padding-top:20px;
	padding-bottom:20px;
	box-shadow:inset 0 0 10px #6D8D23;
	-moz-box-shadow:inset 0 0 10px #6D8D23;	
	-webkit-box-shadow:inset 0 0 10px #6D8D23;
	behavior: url(ie-css3.htc);
	height:95px;
}

#rightMenu a{
	color:#FFFFFF;
	text-decoration:none;
	padding-left:25px;
	
}

#clientLogin{
	font-family:'FrutigerLTW01-55Roman';
	background-color:#BFC1C3;	
	padding-top:12px;
	padding-bottom:25px;
	padding-left:25px;
	box-shadow:inset 0 0 10px #666666;
	-moz-box-shadow:inset 0 0 10px #666666;
	-webkit-box-shadow:inset 0 0 10px #666666;
	behavior: url(ie-css3.htc);
	height:115px;
}

#clientLogin span.header{
	font-family:'FrutigerLTW01-77BlackCn';
}

#clientLogin div.header{
	font-family:'FrutigerLTW01-77BlackCn';
	color:#FFFFFF;
	font-size:13px;
	padding-bottom:8px;
}


#clientLogin a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:10px;
}

#textFieldLogin{
	font-family:'FrutigerLTW01-55Roman';
	height:20px;
	width:128px;
	border:1px solid #D5D5D5; 
	background:#fff url(../images/shadow.png) repeat-x top left; 
	padding-left:0.5em; 
	margin-bottom:0.6em;
	color:#666666;
	
}

#textFieldLogin2 {
	height:20px;
	width:128px;
	border:1px solid #D5D5D5; 
	padding-left:0.5em; 
	margin-bottom:0.6em;
	color:#666666;
}

#socialMedia{
	background-color:#BFC1C3;	
	padding-top:20px;
	padding-bottom:20px;
	padding-left:25px;
	box-shadow:inset 0 0 10px #666666;
	-moz-box-shadow:inset 0 0 10px #666666;
}

#socialMedia a{
	padding-right:15px;
}

#homeBoxContainer{	
	position:relative;
	top:-62px;
	left:9px;
	width:981px;
	height:0px;
	margin:0px;
	padding:0px;
	
}



#homeBoxLeft{
	float:left;
	width:325px;
	height:140px;
	background-color:#fff;
	margin-right:3px;

}

#homeBoxRight{
	float:right;
	background-color:#FFFFFF;
	width:325px;
	height:140px;
	
}

#homeBoxMiddle{
	float:left;	
	width:325px;
	height:140px;
	background-color:#FFFFFF;
	margin-right:3px;
}

#homeBoxContent{
	font-family:'FrutigerLTW01-55Roman';
	padding:15px;
	color:8C8D8E;
	line-height:17px;
}

#homeBoxContent a{
	color:#6A8012;
	text-decoration:none;
}

.homeBoxHeader{
	font-family:'FrutigerLTW01-77BlackCn';
	font-size:22px;
	line-height:0.9em;
	
}

#homeBoxCopySpecial{
	height:0px;
	padding-top:2px;
	line-height:17px;
}

#footer{
	font-family:'FrutigerLTW01-55Roman';
	position:relative;
	width:1000px;
	height:0px;
	left:0px;
	top:-50px;
	margin-left: auto ;
 	margin-right: auto ;
	text-align:left;
	font-size:10px;
	padding-top:10px;
}





.footer{
	font-size:9px;
}

#containerNewsTicker{
	position:relative;
	top:-53px;
	left:0px;
	height:90px;
	margin-left: auto ;
 	margin-right: auto ;
	width:1000px;
	
}




#containerInt{
	position:relative;
	width:1000px;
	margin-left: auto ;
 	margin-right: auto ;
	z-index:1;
}



#bodyCopyContainer{
	position:relative;
	top:88px;
	width:1000px;	
	z-index:1;

}

#bodyCopy{
	width:715px;
	padding-left:90px;
	padding-top:30px;
}


#subNavMain{
	font-family:'FrutigerLTW01-77BlackCn';
	position:relative;
	top:85px;
	width:1000px;
	float:left;
	height:20px;
	background-image:url(../images/bodyBG2.png);
	background-repeat:repeat-y;
	padding-top:20px;
}

#subNavMain a.on{
	color:#002C5F;
	text-decoration:none;
	padding-right:10px;
}

#subNavMain a{
	font-size:12px;
	color:#4E8ABE;
	text-decoration:none;
	padding-right:10px;
}

#subNavMain a:hover{
	color:#002C5F;
	text-decoration:none;
	padding-right:10px;
}



.subNavContainer{
	padding-left:75px;
}


.divider{
	padding-right:10px;
	color:#ADAFB2;
	font-size:14px;
}



#intTopContainer{
	position:relative;
	top:88px;
	background-image:url(../marketMaking/images/bg1.png);
	background-repeat:no-repeat;
	width:1000px;
	min-height:174px;
	
}

#intTopContainerCareers{
	position:relative;
	top:88px;
	background-image:url(../careers/images/bg1.png);
	background-repeat:no-repeat;
	width:1000px;
	min-height:174px;
	
}

#intTopContainerContact{
	position:relative;
	top:88px;
	background-image:url(../contact/images/bg1.png);
	background-repeat:no-repeat;
	width:1000px;
	min-height:174px;
	
}

#intTopContainerEctronicExecutionServices{
	position:relative;
	top:88px;
	background-image:url(../electronicExecutionServices/images/bg1.png);
	background-repeat:no-repeat;
	width:1000px;
	min-height:174px;
	
}

#intTopContainerInstitutionalSalesAndTrading{
	position:relative;
	top:88px;
	background-image:url(../institutionalSalesAndTrading/images/bg1.png);
	background-repeat:no-repeat;
	width:1000px;
	min-height:174px;
	
}

#intTopContainerInvestorRelations{
	position:relative;
	top:88px;
	background-image:url(../investorRelations/images/bg1.png);
	background-repeat:no-repeat;
	width:1000px;
	min-height:174px;
	
}

#intTopContainerMarketMaking{
	position:relative;
	top:88px;
	background-image:url(../marketMaking/images/bg1.png);
	background-repeat:no-repeat;
	width:1000px;
	min-height:174px;
	text-align:left;
	height:174px;
}

#intTopContainerNewsroom{
	position:relative;
	top:88px;
	background-image:url(../newsroom/images/bg1.png);
	background-repeat:no-repeat;
	width:1000px;
	min-height:174px;
	
}

#intTopContainerOurFirm{
	position:relative;
	top:88px;
	background-image:url(../ourFirm/images/bg1.png);
	background-repeat:no-repeat;
	width:1000px;
	min-height:174px;
	
}

/*#bodyContainer3 {
    float:left;
    width:1000px;
    background:#E8E9EA;
	overflow:hidden;
    position:relative;
}
#bodyContainer2 {
    float:left;
    width:1000px;
    background:#E8E9EA;
	position:relative;
}*/

#bodyContainer{
	float:left;
	width:1000px;
	background-image:url(../images/bodyBG2.png);
	background-repeat:repeat-y;
	position:relative;
	top:85px;
}



#columnLeft{
	float:left;
	width:228px;
	padding-top:24px;
	/*background-image:url(../images/bodyBG.png);
	background-repeat:repeat-y;*/
}

#columnCenter{
	float:left;
	width:575px;
	padding-top:24px;
	padding-bottom:0px;
	
	
	/*background-image:url(../images/bodyBG.png);
	background-repeat:repeat-y;*/
}

#columnRight{
	float:right;
	width:196px;
	position:relative;
	top:-210px;
	margin-bottom:-100px;
}

#columnRightNoSubNav{
	float:right;
	width:196px;
	position:relative;
	top:-170px;
	margin-bottom:-100px;
}

/*new home items*/

#topContainer{
	position:relative;
	width:1000px;
	min-height:528px;
	margin-top:88px;
	z-index:1;
}

#bodyContainerHome{
	float:left;
	width:1000px;
	position:relative;
	top:85px;
	z-index:1;
}

#columnLeftHome{
	float:left;
	width:1000px;
	padding-top:0px;
	height:0px;
	z-index:1;
}

#columnRightHome{
	float:right;
	width:196px;
	position:relative;
	top:-613px;
	margin-bottom:-100px;
}

#homeBoxContainer2{	
	position:relative;
	top:-235px;
	left:9px;
	width:981px;
	height:0px;
	margin:0px;
	padding:0px;
	z-index:999;
}

#containerNewsTicker2{
	position:relative;
	top:-271px;
	left:0px;
	height:90px;
	margin-left: auto ;
 	margin-right: auto ;
	width:1000px;
	z-index:0;
}


/*
@media screen and (-webkit-min-device-pixel-ratio:0){

#containerNewsTicker2{
	position:relative;
	top:-260px;
	left:0px;
	height:90px;
	margin-left: auto ;
 	margin-right: auto ;
	width:1000px;
} 
}
*/

#footer2{
	font-family:'FrutigerLTW01-55Roman';
	position:relative;
	width:1000px;
	height:0px;
	left:0px;
	top:-265px;
	margin-left: auto ;
 	margin-right: auto ;
	text-align:left;
	font-size:10px;
	line-height:15px;
	margin-bottom:20px;
	z-index:999;
}

/*#topContainer div {
    position:absolute;
    top:88px;
    left:0;
    z-index:1;
    opacity:0.0;
}

#topContainer div.active {
    z-index:10;
    opacity:1.0;
}

#topContainer div.last-active {
    z-index:1;
}

#topContainer div#slide1{
	background-image:url(../images/homeBG/1.jpg);
	background-repeat:no-repeat;
	height:529px;
	width:1000px;
	padding-top:30px;
	padding-left:30px;
	position:relative;
	top:88px;
}

#topContainer div#slide2{
	background-image:url(../images/homeBG/2.jpg);
	background-repeat:no-repeat;
	height:529px;
	width:1000px;
	padding-top:30px;
	padding-left:30px;
}

#topContainer div#slide3{
	background-image:url(../images/homeBG/3.jpg);
	background-repeat:no-repeat;
	height:529px;
	width:1000px;
	padding-top:30px;
	padding-left:30px;
}

#topContainer div#slide4{
	background-image:url(../images/homeBG/4.jpg);
	background-repeat:no-repeat;
	height:529px;
	width:1000px;
	padding-top:30px;
	padding-left:30px;
}

#topContainer div#slide5{
	background-image:url(../images/homeBG/5.jpg);
	background-repeat:no-repeat;
	height:529px;
	width:1000px;
	padding-top:30px;
	padding-left:30px;
}

#topContainer div#slide6{
	background-image:url(../images/homeBG/6.jpg);
	background-repeat:no-repeat;
	height:529px;
	width:1000px;
	padding-top:30px;
	padding-left:30px;
}

#topContainer div#slide7{
	background-image:url(../images/homeBG/7.jpg);
	background-repeat:no-repeat;
	height:529px;
	width:1000px;
	padding-top:30px;
	padding-left:30px;
}

#topContainer div#slide8{
	background-image:url(../images/homeBG/8.jpg);
	background-repeat:no-repeat;
	height:529px;
	width:1000px;
	padding-top:30px;
	padding-left:30px;
}

#topContainer div#slide9{
	background-image:url(../images/homeBG/9.jpg);
	background-repeat:no-repeat;
	height:529px;
	width:1000px;
	padding-top:30px;
	padding-left:30px;
}

#topContainer div#slide10{
	background-image:url(../images/homeBG/10.jpg);
	background-repeat:no-repeat;
	height:529px;
	width:1000px;
	padding-top:30px;
	padding-left:30px;
}

#topContainer div#slide11{
	background-image:url(../images/homeBG/11.jpg);
	background-repeat:no-repeat;
	height:529px;
	width:1000px;
	padding-top:30px;
	padding-left:30px;
}*/

#whiteCallout{
	font-family:'FrutigerLTW01-77BlackCn';
	color:#ffffff;
	font-size:30px;
	line-height:30px;
	text-align:left;

}

#whiteCalloutSmall{
	font-family:'FrutigerLTW01-77BlackCn';
	color:#ffffff;
	font-size:25px;
	line-height:30px;
	text-align:left;

}

#greenCallout{
	font-family:'FrutigerLTW01-77BlackCn';
	color:#6A8012;
	font-size:100px;
	line-height:100px;
	text-align:left;

}

#greenCalloutSmall{
	font-family:'FrutigerLTW01-77BlackCn';
	color:#6A8012;
	font-size:30px;
	text-align:left;

}

#myslides {
	position: relative;
	background-color:#000000;
	width: 1000px;
	height: 529px;
    padding: 0;  
    margin:  0 auto;
	overflow: hidden;
} 
 
#myslides img {
	display: block;
    width: 1000px;
    height: 529px;
    top:  0; 
    left: 0 
}

#imageCaption{
	position:relative;
	top:-485px;
	left:50px;
	color:#00CC00;
	height:0px;
}

/*#topContainer{
	position:relative;
	width:1000px;
	min-height:528px;
	
}

#bodyContainerHome{
	float:left;
	width:1000px;
	position:relative;
	top:85px;
}

#columnLeftHome{
	float:left;
	width:1000px;
	padding-top:0px;
	height:0px;
}

#columnRightHome{
	float:right;
	width:196px;
	position:relative;
	top:-613px;
	margin-bottom:-100px;
}

#homeBoxContainer2{	
	position:relative;
	top:-235px;
	left:9px;
	width:981px;
	height:0px;
	margin:0px;
	padding:0px;
	
}

#containerNewsTicker2{
	position:relative;
	top:-262px;
	left:0px;
	height:90px;
	margin-left: auto ;
 	margin-right: auto ;
	width:1000px;
}

#footer2{
	position:relative;
	width:1000px;
	height:0px;
	left:0px;
	top:-270px;
	margin-left: auto ;
 	margin-right: auto ;
	text-align:left;
	font-size:10px;
}*/

/*#subNavMain{
	position:relative;
	top:85px;
	width:1000px;
	float:left;
	height:20px;
	background-image:url(../images/bodyBG2.png);
	background-repeat:repeat-y;
	padding-top:30px;
}*/

#rightMenuContainerInt{
	position:relative;
	left:0px;
	width:183px;
	margin-top:10px;
	z-index:999;
	background-image:url(../images/rightMenuBG.png);
	background-repeat:repeat-y;
	
	
}

#leftMenuContainerInt{
	font-family:'FrutigerLTW01-77BlackCn';
	position:relative;
	top:-3px;
	padding-left:75px;
	line-height:1.3em;
}

#leftMenuContainerInt a{
	font-size:11px;
	color:#4E8ABE;
	text-decoration:none;
}

#leftMenuContainerInt a.on{
	color:#002C5F;
	text-decoration:none;
}

#leftMenuContainerInt a:hover{
	color:#002C5F;
	text-decoration:none;
}

#leftMenuContainerInt a#navBreak{
	display:block;
	line-height:1.1em;
	margin-bottom:-16px;
	margin-top:2px;
	
}

/*secondary nav on the side*/
.secondaryNav {
	font-family:'FrutigerLTW01-77BlackCn';
}

#leftMenuContainerInt .secondaryNav{
	border-bottom: #ADAFB2 solid 1px;
	border-top: #ADAFB2 solid 1px;
	margin-top:3px;
	margin-bottom:3px;
	padding-top:4px;
	padding-bottom:2px;
	line-height:1.3em;
}

#leftMenuContainerInt .secondaryNav a{
	font-size:11px;
	color:#4E8ABE;
	text-decoration:none;
}

#leftMenuContainerInt .secondaryNav a:hover{
	font-size:11px;
	color:#002C5F;
	text-decoration:none;
}

#leftMenuContainerInt .secondaryNav a.on{
	font-size:11px;
	color:#002C5F;
	text-decoration:none;
}

#leftMenuContainerInt .secondaryNav a#subNavBreak{
	display:block;
	line-height:1.1em;
	margin-bottom:-16px;
	margin-top:2px;
}
.tertiaryNav{
	font-family:'Frutiger LT W01 65 Bold';
}

/*tertiary nav on the side*/
#leftMenuContainerInt .tertiaryNav{
	padding-top:0px;
	padding-bottom:0px;
	padding-left:10px;
	line-height:18px;
}

#leftMenuContainerInt .tertiaryNav a{
	font-size:10px;
	color:#4E8ABE;
	text-decoration:none;
}

#leftMenuContainerInt .tertiaryNav a:hover{
	font-size:10px;
	color:#002C5F;
	text-decoration:none;
}

#leftMenuContainerInt .tertiaryNav a.on{
	font-size:10px;
	color:#002C5F;
	text-decoration:none;
}

#leftMenuContainerInt .tertiaryNav a#tertiaryNavBreak{
	/*line-height:1.1em;*/
	display:block;
	line-height:1.1em;
	margin-bottom:-16px;
	margin-top:2px;
}

.tertiaryNav2{
	font-family:'Frutiger LT W01 65 Bold';
}

/*tertiary nav on the side*/
#leftMenuContainerInt .tertiaryNav2{
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	line-height:18px;
}

#leftMenuContainerInt .tertiaryNav2 a{
	font-size:10px;
	color:#4E8ABE;
	text-decoration:none;
}

#leftMenuContainerInt .tertiaryNav2 a:hover{
	font-size:10px;
	color:#002C5F;
	text-decoration:none;
}

#leftMenuContainerInt .tertiaryNav2 a.on{
	font-size:10px;
	color:#002C5F;
	text-decoration:none;
}

#leftMenuContainerInt .tertiaryNav2 a#tertiaryNavBreak{
	/*line-height:1.1em;*/
	display:block;
	line-height:1.1em;
	margin-bottom:-16px;
	margin-top:2px;
}

#mainBodyCopy{
	font-family:'FrutigerLTW01-55Roman';
	padding-left:25px;
	padding-right:40px;
	padding-bottom:20px;
	border-left-color:#ADAFB2;
	border-left-style:solid;
	border-left-width:1px;
	line-height:17px;
	overflow: auto;
	min-height:350px;
	
}

#body_Copy{
	position:relative;
	top:-3px;
}

.bodyHeader{
	font-family:'FrutigerLTW01-77BlackCn';
	color:#002C5F;
	font-size:14px;
}

.bodySubHeader{
	font-family:'FrutigerLTW01-77BlackCn';
	color:#002C5F;
	font-size:14px;
}

.darkHeader{
	font-weight:bold;
	color:#002C5F;
}

#footerInt{
	font-family:'FrutigerLTW01-55Roman';
	background-color:#DEDFDF;
	position:relative;
	top:85px;
	padding-top:8px;
	padding-bottom:8px;
	font-size:10px;
	padding-left:15px;
	line-height:15px;
	margin-bottom:20px;
	/*background-color:#DEDFDF;
	position:relative;
	top:100px;
	width:1000px;
	height:0px;
	left:0px;
	margin-left: auto ;
 	margin-right: auto ;
	text-align:left;
	font-size:10px;
	padding-top:10px;
	float:left;*/
	
}

#pageHeader{
	font-family:'FrutigerLTW01-77BlackCn';
	position:relative;
	left:-75px;
	padding-top:64px;
	float:left;
	font-size:39px;
	color:#FFFFFF;
}

#pageHeader2Line{
	font-family:'FrutigerLTW01-77BlackCn';
	position:relative;
	left:-75px;
	padding-top:64px;
	float:left;
	font-size:39px;
	color:#FFFFFF;
	line-height:33px;
}

sup.trademark{
	font-size:9px;
}

#note{
	font-family:'FrutigerLTW01-55Roman';
	font-style:italic;
	font-size:11px;
}


.tableChart{
	border-top: #ADAFB2 solid 1px;
}

.tableChart td.left_column{
	border-bottom: #ADAFB2 solid 1px;
	border-right: #ADAFB2 solid 1px;
}

.tableChart td.right_column{
	border-bottom: #ADAFB2 solid 1px;
}

.tableChart a{
	text-decoration:none;
}

.tableChart a:hover{
	text-decoration:none;
}


.listTable td.top_row{
	border-top: #ADAFB2 solid 1px;
	padding:0px;
	height:0px;
}

.listTable td.otherRows{
	border-bottom: #ADAFB2 solid 1px;
	padding-bottom:5px;
	padding-top:5px;
}

.listTable{
	width:500px;
}


.listTable tr:hover{
	background-color:#dadbdb;
}

.listTable tr:hover #noHover{
	background-color:#e8e9ea;
}

.listTable div.left_col{
	font-weight:bold;
	width:50px;
	float:left;
}

.listTable div.right_col{
	width:400px;
	float:right;
}

.listTable div.left_colLong{
	font-weight:bold;
	width:100px;
	float:left;
}

.listTable div.right_colLong{
	width:350px;
	float:right;
}

.listTable div.center_col{
	width:300px;
	float:right;
}

.listTable div.right_col3{
	width:100px;
	float:right;
}

.listTable a{
	text-decoration: underline;
}

.listTable a:hover{
	text-decoration: underline;
	color:#555555;
}

.chartHeader{
	font-family:'FrutigerLTW01-77BlackCn';
	font-weight:normal;
}

#chairpersonsmall{
	color:#003e7a;
	font-size:10px;
}

#member{
	color:#4f8abe;
}

#chairperson{
	color:#003e7a;
}

#membersmall{
	color:#4f8abe;
	font-size:10px;
}


 /*onMouseOver='this.style.background="#C9CACC"' onMouseOut='this.style.background=""'

.listTable td.left_col{
	font-weight:bold;
}

.listTable td.right_col{
	padding-left:15px;
}*/



/*tabs*/

div.tabscontainer2{
    margin:0px 0px;
	width:500px;
	height:100%;
}

div.tabscontainer2 div.tabs2{
    list-style: none;
    width: 500px;
    cursor: pointer;
    float:left;
    margin-top: 0px;
    left: 0px;
    z-index: 999;
	
}

div.tabscontainer2 div.contentContainer2{
	margin-left: 0px;
	float:left;
	float:left;
	height:100%;
	width:500px;
}

div.tabscontainer2 div.contentContainer2 .tabcontent2{
	display:none;
	vertical-align:middle;
	padding-top:0px;
	height:100%;
}

div.tabs2 div.tab2{
	font-family:'FrutigerLTW01-77BlackCn';
    display: block;
	float:left;
    height: 20px;
	width: 129px;
    border-right: #ADAFB2 solid 1px;
    border-top: none;
	border-left: none;
	border-bottom: #ADAFB2 solid 1px;
    position: relative;
	padding-bottom:10px;
}

div.tabs2 div.tab2.last{
    display: block;
	float:left;
    height: 20px;
	width: 351px;
    border-right: #ADAFB2 solid 1px;
    border-top: none;
	border-left: none;
	border-bottom: #ADAFB2 solid 1px;
    position: relative;

}

div.tabs2 div.link2{
	padding-left: 0px;
	padding-top:0px;
    font-size: 12px;
	color: #4E8ABE;
}


div.tabs2 div.tab2.selected div.link2{
    color: #002C5F;
}

div.tabs2 div.tab2.last{
    border-right:none;
	padding-left:10px;
}

/*end of tabs

start of the accordian*/

#expandContainer{
	padding-top:12px;
	width:490px;
	border-bottom: #ADAFB2 solid 1px;
}

.expandBar{
	width:500px;
	margin-left:0px;
	cursor:pointer;
}

.expandCopy{
	position:relative;
	margin-left:0px;
	padding-top:5px;
	padding-left:0px;
	padding-bottom:10px;
	padding-right:0px;
	width:500px;
}

.plusMinusPlacement{
	position:relative;
	float:right;
	top:10px;
	left:-10px;
	font-weight:bold;
	font-size:16px;
	color:#ADAFB2;
}

.plusMinusPlacement2{
	position:relative;
	float:right;
	top:2px;
	left:-10px;
	font-weight:bold;
	font-size:16px;
	color:#ADAFB2;
}

/*end of the accordian

start of  the cool dropdown boxes*/

.selectME ul{ /* remove unwanted focus outlines from links */
	noFocusLine: expression(this.onFocus=this.blur())
	outline: none;
	}
*.selectME:focus ul, *.selectME:focus .cornerstop{ 
	outline: none; 
	}

div.clears, span.clears {
	clear: both;
	margin: 0;
	padding: 0;
}
#arrowImg {
	background: transparent url('../images/arrow_down_6x3.gif') no-repeat right center scroll;
	width: 16px;
	_width:13px;
	height:20px;
	_height: 18px;
	z-index: 10000;

	display: inline-block;
	margin:0;
	padding: 0;

	
}
div.selectME a:hover {
	color: #002C5F !important;
}
div.selectME div.cornerstop {
	height: 3px;
	margin: 0;
	background: transparent url('../images/selecttopleft_3x3.gif') top left no-repeat;
	padding: 0px 0px 0px 3px;
}
div.selectME div.cornerstop div {
	height: 3px;
	margin: 0;
	background: transparent url('../images/selecttopright_3x3.gif') top right no-repeat;
	padding: 0px 3px 0px 0px;
}
div.selectME div.cornerstop div div {
	height: 3px;
	margin: 0;
	background: transparent url('../images/selecttop_100x3.gif') top right repeat-x;
 *overflow: hidden;
}
div.selectME div.cornersbottom {
	height: 3px;
	margin:0;
	background: transparent url('../images/selectbottomleft_3x3.gif') top left no-repeat;
	padding: 0px 0px 0px 3px;
}
div.selectME div.cornersbottom div {
	height: 3px;
	margin: 0;
	background: transparent url('../images/selectbottomright_3x3.gif') top right no-repeat;
	padding: 0px 3px 0px 0px;
}
div.selectME div.cornersbottom div div {
	height: 3px;
	margin: 0;
	background: transparent url('../images/selectbottom_100x3.gif') top right repeat-x;
   *overflow: hidden;
}
div.selectME div.middle {
	background: url('../images/selectleft_3x20.gif') top left no-repeat;
	margin: 0;
	padding: 0px 0px 0px 3px;
}
div.selectME div.middle div {
	background: transparent url('../images/selectright_3x20.gif') top right no-repeat;
	margin: 0;
	padding: 0px 3px 0px 0px;
}
div.selectME div.middle div div {
	padding: 0;
	margin:0;
	background: transparent url('../images/selectmiddle_235x20.gif') top right repeat-x;
	

	
}


div.selectME div.first {
	display: block;
	line-height: normal;
	margin: 0;
	padding: 0;
	cursor: pointer;
	position: static;

	height: 18px;
	


 *margin-bottom: -1px;
}
div.selectME div.first span.selectME {
	float: left;
	display:block;
	font: 8pt Arial;
	line-height: 18px;
	color: #8a8a8a;
	border-right: 1px solid #d4d4d4;
	left: 4px;
	position: relative;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	

}



div.selectME div.first a, div.selectME div.first a:visited {
	display:block;
	padding:0;
}



div.selectME ul {
	list-style-type:none;
	line-height: normal;
	padding:0;
	margin: 0 0 0 -3px;
	z-index: 103;

	
	position: absolute;
	float: left;
	clear: none;
}



div.selectME ul li {
	display:none;
	clear:left;
	margin:0;
	padding:0;
	color: #8a8a8a;
	text-align:left;
	
	background: transparent url('../images/selectopenbg_400x40.gif') repeat-x left top;
	position: static;
	float: left;
z-index: 104;
	
}

div.selectME ul li a, div.selectME ul li a:visited {
	qwhite-space: nowrap;
	font: 8pt Arial;
	background: transparent url('../images/selectopenbgr_1x40.gif') no-repeat right top;
	color:#8a8a8a;
	text-decoration:none;
	display:block;

padding: 4px 8px 4px 8px;
	margin: 0;
	qbackground: Red;
}

div.selectME ul li a:hover {
background: #e8e8e8;

}

div.selectME ul li:hover {
	background: transparent url('../images/selectopenhoverbg_400x40.gif') repeat-x left top;
}
div.selectME ul li:hover a, div.selectME ul li:hover a:visited {
	background: transparent url('../images/selectopenbgr_1x40.gif') no-repeat right top;
}

div.selectME ul li.first {
	background: transparent url('../images/selectopenfirstbg_400x40.gif') repeat-x left top;
}
div.selectME ul li.first a:hover {
	background: transparent url('../images/selectopenfirsthoverbg_400x40.gif') repeat-x left top;
}

div.selectME ul li.last {
	margin: 0;

	background: transparent url('../images/selectopenlastbg_400x40.gif') repeat-x left bottom;
}
div.selectME ul li.last a {
	margin: 0;
	
	background: transparent url('../images/selectopenlastbgr_3x40.gif') no-repeat right bottom;
}
div.selectME ul li.last a span{
	margin: 0;
	background: transparent url('../images/selectopensepa_400x1.gif') repeat-x top left;
}
div.selectME ul li.last:hover {
	background: transparent url('../images/selectopenlasthoverbg_400x40.gif') repeat-x left bottom;
}
div.selectME ul li.last:hover a {
	background: transparent url('../images/selectopenlasthoverbgr_3x40.gif') no-repeat right bottom;
}

















td{
	height:auto;
	border-collapse:collapse;
}






a {
	text-decoration:underline;
	color:#555555;
}
a:hover {
	text-decoration:underline;
	color:#3e7fb7;
}
a:visited {
	text-decoration:underline;
}
a:visited:hover {
	text-decoration:underline;
}






.topNavLink {
	outline: 0;
	text-decoration:none;
	color:#ffffff;
}
a.topNavLink, a.topNavLink:visited {
	outline: 0;
	text-decoration:none;
}
a.topNavLink:hover, a.topNavLink:visited:hover {
	outline: 0;
	text-decoration:underline;
	color:#ffffff;
}

#clientMask{
	z-index:999;
	position:relative;
	left:230px;
	top:-17px;
	background-color:#333333;
	height:20px;
	width:225px;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	filter: alpha(opacity=50); 
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5; 
	opacity: 0.5;
	padding-left:3px;
}

.loginBox{
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#FFFFFF;
	border-top-style:solid;
	border-top-width:0px;
	border-left-color:#FFFFFF;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#FFFFFF;
	border-right-style:solid;
	border-right-width:0px;
	width:60px;
	height:13px;
	background-color:transparent;
	color:#ffffff;
	font-size:10px;
}

.searchBox{
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#FFFFFF;
	border-top-style:solid;
	border-top-width:0px;
	border-left-color:#FFFFFF;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#FFFFFF;
	border-right-style:solid;
	border-right-width:0px;
	width:60px;
	height:13px;
	background-color:transparent;
	color:#000000;
	font-size:10px;
}



#homeFacts{
	position:relative;
	top:-470px;
	left:100px;
	height:0px;
	width:0px;
}

#homeLinks{
	position:relative;
	top:-220px;
	left:20px;
	height:0px;
	width:0px;
}

.opaque { 
   opacity: 0.8; 
   filter: alpha(opacity=80); 
   -moz-opacity: 0.8; 
}

.barclassOn{
	padding-top:1px;
	padding-bottom:2px;
	border-left-color:#ffffff;
	border-left-style:solid;
	border-left-width:12px;
	border-bottom-color:#003d79;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.barclassOff{
	padding-top:1px;
	padding-bottom:2px;
	border-left-color:#FFFFFF;
	border-left-style:solid;
	border-left-width:12px;
	border-bottom-color:#bcccdb;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.menuClassOn{
	padding-top:1px;
	padding-bottom:2px;
}


.footerLink {
	font-family:'FrutigerLTW01-55Roman';
	text-decoration:none;
	color:#555555;
	font-size:9px;
}
a.footerLink, a.footerLink:visited {
	text-decoration:none;
}
a.footerLink:hover, a.footerLink:visited:hover {
	text-decoration:underline;
	color:#003d79;
}

.hidden { display: none; }
.unhidden { display: block; }

.borderTable
{
	border-top-color:#ADAFB2;
	border-top-style:solid;
	border-top-width:1px;
	border-left-color:#ADAFB2;
	border-left-style:solid;
	border-left-width:1px;
	border-bottom-color:#ADAFB2;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-right-color:#ADAFB2;
	border-right-style:solid;
	border-right-width:1px;
}

.borderTable2
{
	border-top-color:#ADAFB2;
	border-top-style:solid;
	border-top-width:1px;
	border-left-color:#ADAFB2;
	border-left-style:solid;
	border-left-width:1px;
}

.tCol
{
	border-bottom-color:#ADAFB2;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-right-color:#ADAFB2;
	border-right-style:solid;
	border-right-width:1px;
}

.cssmouseon{
	/*font-family:Verdana, Arial,Geneva, Helvetica, sans-serif;
	font-size:10px;

	background-color:#6A8012;
	margin-left:5px;*/
	background-image:url(../images/nav/rolloverBG.gif);
	background-repeat:no-repeat;
	/*color:#FFFF00;
	text-decoration:none;
	padding:2px;*/
}

.liqText {
	font-family:'Frutiger LT W01 65 Bold';
}

.monthlyImages {
	font-family:'Frutiger LT W01 65 Bold';
}
/*.cssmouseoff{
	font-family:Verdana, Arial,Geneva, Helvetica, sans-serif;
	font-size:10px;

	background-color:#6A8012;
	margin-left:5px;
	color:#FFFFFF;
	text-decoration:none;
	
	padding:2px;
	
	
}*/

#bodySubHeader{
	color:#002C5F;
	font-size:14px;
}

#bodySubHeader a{
	color:#002C5F;
	font-size:14px;
	text-decoration:none;
}

#bodySubHeader a:hover{
	color:#002C5F;
	font-size:14px;
	text-decoration:none;
}
