/*************************** Toggle Box ***************************/

h3.toggle {
background-repeat: no-repeat;
background-position: -15px -16px; 
font-size: 16px;
padding: 0 0 10px 23px;
cursor: pointer;
}
h3.toggle a {
text-decoration: none;
display: block;
}
h3.toggle-active {
background-position: -64px -67px; 
}
.toggle-box {
	display: none;
    padding: 0px 40px 1px 0px;
    color: #444;
    background: #fafafa;
    border-radius: 0px;
    margin-bottom:15px;
    height: 100%;
    position: relative;
    /*float: left;*/
    clear: both;
    width: 100%;
}
h3.toggle {
background-image: url(images/sprite.png);
font-size: 18px;
}

.leftimg-contain {   
     display: block;
    float: left;
    background: #163f51;
    width: 40px;
    position: absolute;
    height: 100%;
	}
.leftimg-contain img{width: 100%;position:relative;top:25px;float: left;margin:0px !important;}
.toggletxt{display: block;    padding: 15px 0px 30px 88px;
    min-height: 105px;
    font-size: 20px;
    font-family: 'Open Sans';}
.toggletxt ul{padding-left:20px;margin:0px !important}
.toggletxt span strong{    width: 103%;float: left;margin-left: -27px;padding-bottom: 7px;}