/*new accordian content*/
.accord-title{ display: block; width: 100%; font-family:'Bookman Old Style W10'; font-weight: normal; font-size: 25px; color: #396F58; margin-bottom: 20px; line-height: 1.4em;}


.accordionButton h6{ font-family:'Bookman Old Style W10'; color: #443d7f; font-size: 17px; line-height: 22px;  font-weight: 500; margin-right: 60px}
.accordionButton { width: 96%; float: left; _float: none;  /* Float works in all browsers but IE6 */ cursor: pointer; border: solid 1px #edefe8; padding: 10px; margin-bottom: 6px; -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(../images/arrows/image1.png); background-position: 100% 50%; background-repeat: no-repeat; border-radius: 5px; text-transform: uppercase;}	
.accordionContent { width: 96%; float: left; _float: none; /* Float works in all browsers but IE6 */ margin-bottom: 10px; padding: 10px; }
.on { background: #F7EFE5; border: solid 1px #F7EFE5; background-image: url(../images/arrows/image3.png);  background-position: 100% 50%; background-repeat: no-repeat; }

.over { background: #F7EFE5; border: solid 1px #F7EFE5; background-image: url(../images/arrows/image1.png);  background-position: 100% 50%; background-repeat: no-repeat; }
/*new accordian content ends*/

/*Accordian left Areas Covered holder Starts*/
.stbleft{ float: left; width: 50%; clear: none;}
.stbright{ float: right; width: 50%; clear: none;}

.list2 li{ font-family: 'Montserrat', sans-serif; font-size: 0.8em; color: #000; display: block; font-weight: 400; font-style: normal;  margin-bottom: 10px; line-height: 1.2em; }

.list2 li a{ font-family: 'Montserrat', sans-serif; color: #666; display: block; font-weight: 400; font-style: normal;  margin-bottom: 10px; line-height: 1.2em; }

.list2 li a:hover{ color: #ff7f19;}
/*Accordian left Areas Covered holder Ends*/