.link{
	background: #222;
background: -moz-linear-gradient(#252525, #0A0A0A) ;
background: -o-linear-gradient(#252525, #0A0A0A);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0A0A0A));
background: -webkit-linear-gradient(#252525, #0A0A0A);
-webkit-box-shadow: rgb(0, 0, 0, 0.4) 0px 1px 2px;
-moz-box-shadow: rgb(0, 0, 0, 0.4) 0px 1px 2px;
box-shadow: rgb(0, 0, 0, 0.4) 0px 1px 2px;
-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
color:#fff;
padding: 8px 10px;
text-decoration: none;
font-weight: normal;
font-size: 18px;
font-family: Arial,Verdana;
word-spacing: 1px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
}
.link:hover{
background:#62ABD8 !important;
background: -moz-linear-gradient(#80BADE, #62ABD8) ;
background: -o-linear-gradient(#80BADE, #62ABD8);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#80BADE), to(#62ABD8));
background: -webkit-linear-gradient(#80BADE, #62ABD8);
-webkit-box-shadow: rgb(0, 0, 0) 0px 1px 2px;
-moz-box-shadow: rgb(0, 0, 0) 0px 1px 2px;
box-shadow: rgb(0, 0, 0) 0px 1px 2px;
-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
}
.link:active{
background:#62ABD8 !important;
background: -moz-linear-gradient(#80BADE, #62ABD8) ;
background: -o-linear-gradient(#80BADE, #62ABD8);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#80BADE), to(#62ABD8));
background: -webkit-linear-gradient(#80BADE, #62ABD8);
-webkit-box-shadow: inset rgba(0, 0, 0, 0.4) 0px 1px 2px;
-moz-box-shadow: inset rgba(0, 0, 0, 0.4) 0px 1px 2px;
box-shadow: inset rgba(0, 0, 0, 0.4) 0px 1px 2px;
}
.container
{
	display:block;
	width: 100%;
	margin: 0 auto;
	height : auto ;
	padding-top: 1.5em;
	padding-bottom: 40px;
}
.item, .faqitem
{
	display: block;
	height: 50px;
	line-height: 40px;
	background-color: #6BAC60;
	background-image: url("../imgs/accordionback.png");
	background-position: right;
	background-repeat: no-repeat;
	border-top: 1px solid #FFF;
	cursor: pointer;
	color: #FFF;
	padding: 0 1em;
	-webkit-transition: all .2s linear;
 	   -moz-transition: all .2s linear;
	     -o-transition: all .2s linear;
	        transition: all .2s linear;
}
.item:hover, .faqitem:hover, .item:focus, .faqitem:focus {
	background-color:#78AACE;
}


.faqitem {
  color:rgba(34, 32, 32, 0.9);
  border:0;
  padding: 0;
  margin: 0;
  color:#A29061;
}
.faqitem h3 {
  margin:18px 0;
}
.item h4 {
	padding-top: 12px;
	margin: 0;
}
.item-data, .faqitem-data
{
	display : none ; 
	height : auto ;
}
.item-data div {
	border-bottom: 1px solid #000000;
}
.item-data div:last-child {
	border-bottom: 0;
}
.item-data div h4 {
	margin: 0;
}
.item-data div h4 a {
	padding: 1em;
	text-decoration: none;
	color: #000000;
	background-repeat: no-repeat;
	background-position: 233px center;
	display: block;
}
.item-data div h4 a:hover {
	color: #6BAC60;
}
.active {
	color : #000 ;
}