/*new accordian content*/
.accord-title{ display: block; width: 100%; font-family: 'Montserrat', sans-serif; font-weight: normal; font-size: 1.3em; color: #396F58; margin-bottom: 20px; line-height: 1.4em;}


.accordionButton h5{ font-family: 'Montserrat', sans-serif; color: #593801; font-size: 1.1em; line-height: 24px;  font-weight: 600; margin-right: 60px}

.accordionContent p{ font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; font-size: 1.3em; color: #3B3B3B; line-height: 1.4em;}

.accordionButton { width: 96%; float: left; _float: none;  /* Float works in all browsers but IE6 */ cursor: pointer; border: solid 1px #f5f9eb; padding: 10px; margin-bottom: 10px; -webkit-transition: 300ms linear 0s; -moz-transition: 300ms linear 0s; -o-transition: 300ms linear 0s; transition: 300ms linear 0s; outline: 0 none; text-decoration: none; background-image: url(../imgs/arrows/image1.png); background-position: 100% 50%; background-repeat: no-repeat; border-radius: 5px; text-transform: uppercase; background-color: #f5f9eb;}	




.accordionContent { width: 96%; float: left; _float: none; /* Float works in all browsers but IE6 */ margin-bottom: 10px; padding: 10px; }

.on { background: #dae0cf; border: solid 1px #dae0cf; background-image:url(../imgs/arrows/image3.png);  background-position: 100% 50%; background-repeat: no-repeat; }

/*new accordian content ends*/



.inside-list{ display: block; margin-top: 10px;}
.inside-list ul li{
list-style-image:url(../imgs/arrows/li-img.jpg);
list-style-position: outside; 
margin-left: 20px;
font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; font-size: 1.3em; color: #000; line-height: 1.4em; padding: 10px 0px 0px 10px;}