html{font-size:62.5%;}
  body{font-size:1.2em;color:#294f88;}
  
  h1{margin:0 0 20px 0;padding:0;font-size:2em;}
  h2{margin:40px 0 20px 0;padding:0;font-size:1.6em;}
  .easy-accordion h2{margin:0px 0 20px 0;padding:0;font-size:1.6em;}
  p{font-size:1.2em;line-height:170%;margin-bottom:20px;}

iframe {
height:276px;
width: 100%;
overflow: hidden;
border: none;
}

body
{

margin:0;
padding:0;
}
  		  
 
/* UNLESS YOU KNOW WHAT YOU'RE DOING, DO NOT CHANGE THE FOLLOWING RULES */

.easy-accordion{display:block;position:relative;overflow:hidden;padding:0;margin:0;}
.easy-accordion dt,.easy-accordion dd{margin:0;padding:0;}
.easy-accordion dt,.easy-accordion dd{position:absolute;}
.easy-accordion dt{margin-bottom:0;margin-left:0;z-index:5;cursor:pointer;
/* Safari */ -webkit-transform: rotate(-90deg); 
/* Firefox */ -moz-transform: rotate(-90deg);-moz-transform-origin: 20px 0px;  
/* Internet Explorer */ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);  

-ms-transform: rotate(0deg);

/*

-ms-transform: rotate(-90deg);
-ms-transform-origin: 0 0;
*/

}
.easy-accordion dd{z-index:1;opacity:0;overflow:hidden;}
.easy-accordion dd.active{opacity:1;}
.easy-accordion dd.no-more-active{z-index:2;opacity:1;}
.easy-accordion dd.active{z-index:3;}
.easy-accordion dd.plus{z-index:4;}
.easy-accordion .slide-number{position:absolute;bottom:0;left:10px;font-weight:normal;font-size:1.1em;
/* Safari */ -webkit-transform: rotate(90deg); 
/* Firefox */ -moz-transform: rotate(90deg);  
/* Internet Explorer */ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

/* FEEL FREE TO CUSTOMIZE THE FOLLOWING RULES */

dd p{line-height:120%;}

#accordion{width:985px;height:275px;padding:10px;background:url(../images/back.png);}
#accordion dl{width:985px;height:275px;}
#accordion dt{
	height:39px;line-height:35px;text-align:right;
	padding:0 15px 0 0;font-size:1.1em;
	
	font-family:'Conv_gothambold',Verdana, Sans-Serif !important;
	font-weight: normal;
	
	text-transform:uppercase;letter-spacing:1px;
	background: url(../images/slide-title-inactive-1.png) 0 0 no-repeat;
color:#ffffff;

}
#accordion dt.last_item
{
	background: url(../images/slide-title-inactive-1-last.png) 0 0 no-repeat;
}
#accordion dt.active{cursor:pointer;color:#54301a;background: url(../images/slide-title-inactive-1-hover.png) 0 0 no-repeat; }
#accordion dt.hover{color:#54301a;background: url(../images/slide-title-inactive-1-hover.png) 0 0 no-repeat;}
#accordion dt.active.hover{color:#54301;background: url(../images/slide-title-inactive-1-hover.png) 0 0 no-repeat;}
#accordion dd{border-left:0;margin-left: -5px;}
#accordion .slide-number{color:#68889b;left:10px;font-weight:bold;}
#accordion .active .slide-number{color:#fff;}
#accordion a{color:#68889b;}
#accordion dd img{float:right;margin:0 0 0 30px;}
#accordion h2{font-size:2.5em;margin-top:10px;}
#accordion .more{padding-top:10px;display:block;}
#accordion dd:last-child {width:985px;};


dl {
display: block;
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

#accordion dd .arrow {
	width: 12px;
	height: 25px;
	background: url(../images/corner.png);
	display: none;
	position: absolute;
	top: 30px;
	left:-1px;
	z-index: 20000;
	}
	
#accordion dd.active .arrow {
	display: block;
}


