/*Overall CSS for each Horizontal Accordion.
	Most settings should be kept as it.
	Customize each Accordion by styling each Accordion's ID attribute instead.
*/

#hc1 {
	margin: 10px 0 0 0;
	padding: 0;
	display: block;				/*leave as is*/
	width: 100%;				/*For users with JS disabled: Width of each content*/
	height: 237px;				/*For users with JS disabled: Height of each content*/
	overflow: hidden;			/*leave as is*/
	float: left;				/*leave as is*/
	background: #C8D8E8;
}
#hc1 {
	color: #0000B9;
	font: 17px  helvetica, verdana, sans-serif; 
}
#hc1 p.tx01{
	font-family:"Times New Roman",Georgia,Serif;
	font-size: 19px; 
	line-height:95%;
	margin: 5px;
	padding: 3px 0 3px 0;
	text-align: center;
	font-weight:normal;
	text-align: justify;
}
#hc1 li {
	margin:0 3px 0 0;				/*Spacing between each LI container*/
}
#hc1 li .hpanel {
	padding: 5px;					/*Padding inside each content*/
	background: #C8D8E8;
}
.haccordion{
	padding: 0;
}
.haccordion ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;			/*leave as is*/
}
#hc1 a {
	color: #FFFFFF;
	text-decoration: none;
	height: 18px;
	margin: 0;
	padding: 0;
	font-size: 18px; 
}
#hc1 a:hover {
	text-decoration: underline;
	color: #2B5500;
	height: 16px;
}

.haccordion li{
	margin: 0;
	padding: 0;
	display: block;				/*leave as is*/
	width: 100%;				/*For users with JS disabled: Width of each content*/
	height: 237px;				/*For users with JS disabled: Height of each content*/
	overflow: hidden;			/*leave as is*/
	float: left;				/*leave as is*/
}
.haccordion li .hpanel{
	width: 100%;				/*For users with JS disabled: Width of each content*/
	height: 250px;				/*For users with JS disabled: Height of each content*/
}
#photos {
	margin: 3px 3px 0 0;
	padding: 0;
	display: block;	
	width: 117px;
	overflow: hidden;			
	float: left;				
	background: #C8D8E8;
}
#photos A {
	text-decoration:none;
	background: #C8D8E8;
}
#photos IMG {
	margin: 5px;
	BORDER-BOTTOM: #ffffff 2px solid; 
	BORDER-TOP: #ffffff 2px solid; 
	BORDER-LEFT: #ffffff 2px solid; 
	BORDER-RIGHT: #ffffff 2px solid;
}
#photosLast {
	margin: 3px 0 0 0;
	padding: 0;
	display: block;	
	width: 119px;
	overflow: hidden;			
	float: left;				
	background: #C8D8E8;
}
#photosLast A {
	text-decoration:none;
	background: #C8D8E8;
}
#photosLast IMG {
	margin: 5px;
	BORDER-BOTTOM: #ffffff 2px solid; 
	BORDER-TOP: #ffffff 2px solid; 
	BORDER-LEFT: #ffffff 2px solid; 
	BORDER-RIGHT: #ffffff 2px solid;
}
/*  SHAKE IMAGE */
.shakeimage{
	position:relative
}

#lista01 ul{
	font-family: arial,helvetica,sans-serif;
	font-size: 18px; 
	margin:0;
	padding: 0;
}
#lista01 li {
	font-family: arial,helvetica,sans-serif;
	font-size: 18px; 
	text-align: left;
	padding-left: 20px;
	width: 230px;
	height: auto;
	background-image:url('bullet.gif');
	background-repeat:no-repeat;
	background-position:left top;
}