/* Flexible Slide-to-top Accordion Style*/
.wrapper{
	width:90%;
	max-width:660px;
	margin: 20px auto 40px auto;
 bottom: 0;
}
.st-accordion{
    width:100%;
    min-width:270px;
    margin: 0 auto;
}
.st-accordion ul li{
    padding: 0;
    margin-left: -40px;
	margin-top: -10px;
	height: auto;
    overflow: hidden;
	font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px;
	position: relative;
	z-index: 20;
	display: block;
	height: auto;
	color: #777;
	line-height: 18px;
	font-size: 15px;
	background: #ffffff;
	box-shadow: 
		0px 0px 10px 5px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 1px 2px 2px rgba(0,0,0,0.2);
}

.st-accordion ul li:first-child{
    border:none;
}
.st-accordion ul li > a{
	margin: 0px;
	padding: 0px;
	font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
    text-shadow: 0px 1px 1px #aaa;
    font-size: 19px;
    display: block;
	position: relative;
    line-height: 33px;
	outline:none;
    -webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;
}
.st-accordion ul li > a span{
	background: transparent url(../images/down.png) no-repeat center center;
	text-indent:-9000px;
	width: 14px;
	height: 9px;
	position: absolute;
	top: 50%;
	right: -14px;
	margin-top: -7px;
	opacity:0;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}
.st-accordion ul li > a:hover{
    color: #568761;
}
.st-accordion ul li > a:hover span{
	opacity:1;
	right: 10px;
}
.st-accordion ul li.st-open > a{
    color: #568761;
}
.st-accordion ul li.st-open > a span{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:10px;
	opacity:1;
}
.st-content{
	text-align: left;	
    padding: 5px 0px 30px 0px;
	background: rgba(255, 255, 255, 1.0);
	overflow: hidden;
	height: auto;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}
.st-content p{
    font-size:  14px;
    font-family:  Georgia, serif;
    font-style: italic;
    line-height:  20px;
    padding: 0px 4px 15px 4px; 
}
.st-content img{
    width:auto;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
}
@media screen and (max-width: 320px){
	.st-accordion ul li > a{
		font-size:22px;
	}
}

.pat{
	position: relative;
	display: block;
	float:left;
	overflow:hidden;
}
.cno{
	min-width: 235px;
	width:auto;
	max-width: 366px;
    display: block;
	border: 2px solid #d5f5e0;
	padding: 5px;
	font-size: 15px;
	line-height: 18px;
	margin: 5px;
	color: #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;auto
	border-radius: 5px;
	background: #FFF;
	position: relative;
	float:right;
}
.cno, ul li{
	padding: 4px 5px 4px 5px;
	font-size: 13px;
	line-height: 18px;
	margin: 0px;
}


footer{
	position: fixed;
	margin: 0 0 0 -10px;
	width: 100%;
	color:#FFF;
	padding: 10px;
    display: block;
	bottom: 0px;
	height: 30px;
	z-index: 999;
	background: #568761 url(../images/bgnoise_lg.jpg) repeat top left;
	box-shadow: 
		2px -1px 1px 0px rgba(0,0,0,0.2);
}

.klogo{
	margin: 0;
	min-width: 280px;
	width: 100%;
	max-width: 600px;
	text-align: center;	
}

body{
	font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	background: #568761 url(../images/bgnoise_lg.jpg) repeat top left;
	font-weight: 400;
	font-size: 15px;
	color: #393b40;
	text-align: center;	
}
a{
	color: #77bc87;
	text-decoration: none;
}
.container > header{
	padding: 10px 30px 10px 30px;
	margin: 0px 20px 0px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}
.container > header h1{
	font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #3d7489;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}
.container > header h1 span{
	color: #FFF;
	text-shadow: 0px -1px -1px rgba(255,255,255,0.8);
}
.container > header h2{
	font-size: 16px;
	font-style: italic;
	color: #82858e;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
.clr{
	clear:both;
}

.caution{
	color:#b45252;
}