.content { 
float: left; 
height: 118px; 
} 
  
.header a{
    display: block;
    width: 20px;
    height: 120px;
	margin: 0px;
	padding: 0px;
}
  
.header { 
float: left; 
width: 24px; 
cursor: pointer; 
height: 120px; 
} 
.haccordion {
	clear: left;
	padding-top: 6px;
	height: 130px;
}
.haccordion .content{
	display: none;
	width: 0px;
	overflow: auto;
	font-size: 0.7em;
	color: #003F64;
	margin: 0px;
	padding: 0px;
} 
.C1{
	border: 1px solid #3E6E8A;
} 
.C3{
	border: 1px solid #003F64;
} 
.haccordion .content.visible{
	display: block;
	width: 272px;
	border: 1px solid #205777;
}  

.haccordion .content p{ 
margin: 5px; 
} 
 
.haccordion .pullTab_4{
width: 216px; 
} 

.haccordion h4{
	background-image: url(images/pullTab_4_top.gif);
	background-repeat:no-repeat;
	background-position: right top;
	width: 150px;
	color: #ffffff;
	height: 53px;
	padding: 4px 0px 0px 4px;
	margin: 0px;
	font-weight: normal;
	font-size: .9em;
} 


#pt1 {
	background-image: url(images/pullTab_faqs.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
}
#pt2 {
	background-image: url(images/pullTab_market.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;

}
#pt3 {
	background-image: url(images/pullTab_didyouknow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;

}
#pt4 {
    width: 155px; 
	float: left;
	background-image: url(images/pullTab_4_bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 120px; 
}
