@charset "UTF-8";
@charset "utf-8";


/* 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;
	/* Safari */
	-webkit-transform: rotate(-90deg); 
	/* Firefox */ 
	-moz-transform: rotate(-90deg);
	-moz-transform-origin: 20px 0px;  
	/* Internet Explorer */ 
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	cursor:pointer;
	}
.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);
	}
	
#accordion-2 {
	width:840px;
	height:250px;
	padding:0px;
	float: right;
	-moz-box-shadow: 0px 0px 10px #555;
	-webkit-box-shadow: 0px 0px 10px #555;
	box-shadow: 0px 0px 10px #555;
	}
#accordion-2 h2 {
	font-size:2.5em;
	margin-top:10px;
	}
#accordion-2 dl {
	width:840px;
	height:250px;
	}	
#accordion-2 dt {
	height:26px;
	line-height:14px;
	text-align:right;
	padding:10px 15px 0 0;
	font-size:12px;
	font-weight:bold;
	font-family: Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	background:#d3e4b5;
	color:#095a3d;
	-moz-box-shadow: 0px 0px 10px #555;
	-webkit-box-shadow: 0px 0px 10px #555;
	box-shadow: 0px 0px 10px #555;
	}
#accordion-2 dt.active {
	cursor:pointer;
	color:#fff;
	background:#90bc45;
	}
#accordion-2 dt.hover {
	color:#90bc45;
	}
#accordion-2 dt.active.hover {
	color:#fff;
	}
#accordion-2 dd {
	padding:25px;

	border-left:0;
	margin-right:0px;
	background-image: url(3gSrjS9acp73XzvMCgouW9QOf4vtWr5cI7xSrcst1gX.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: rgba(255,255,255,0.8);
	}
#accordion-2 .slide-number{
	color:#90bc45;
	left:10px;
	font-weight:bold;
	}
#accordion-2 .active .slide-number {
	color:#fff;
	}
#accordion-2 a {
	color:#68889b;
	}
#accordion-2 dd img {
	float:right;
	margin:0 0 0 30px;
	position:relative;
	top:-20px;
	}


