@charset "UTF-8";
/* CSS Document */

/*new accordian content*/


.accordionButton h5{ font-family: 'Montserrat', sans-serif; font-weight: 700; color: #593801; font-size: 17px;}

.accordionContent p{ font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif; color: #666; font-size: 19px; line-height: 24px; margin: 0px 10px 0px 10px;}

.accordionButton { width: 100%; float: left; _float: none;  /* Float works in all browsers but IE6 */ cursor: pointer; padding: 15px 0px; margin-bottom: 0px; -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; text-align: center; background: #c8e8e8;}	


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

.on { background-color: #c8e8e8;}
.over { background-color: #c8e8e8;}


.accor-button{float: left; width: 100%; margin-top: 20px;}
.spacerhp{float: left; width: 100%; margin: 5px 0px;}


.accor-button a{ display: block; color: #593801; font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 700; margin-bottom: 10px; line-height: 22px; padding: 15px 20px; background-color: #d3ebe5; background-image: url("../imgs/arrows/is-nav-on.png"); background-repeat: no-repeat; background-position: 95% 45%;}

.accor-button a:hover{background-color: #dae0cf;}
/*new accordian content ends*/

