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

@font-face {
    font-family: Amiri;
    font-style: normal;
    font-weight: 400;
    src: local('Amiri'), url(font/Amiri.ttf) format('truetype');
}
@font-face {
    font-family: erasdust;
    font-style: normal;
    font-weight: 400;
    src: local('erasdust'), url(font/erasdust.eot);
    src: url('font/erasdust.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('font/erasdust.ttf')  format('truetype'); /* Safari, Android, iOS */
}

html,body{
    padding:0;
    margin:0;	
    font-family: 'Amiri', verdana, serif!important;
    font-size: 17px;
    color: #555;
}

html{
    height: 100%;

}

ul {
    padding-left: 0px;
    display: table;
}

li {
    list-style: none;
    display: table-row;
}

li:before {
    content:"•";
    padding-right: 5px;
    display: table-cell;
}

#header img{
    float:right;
}

#content {
    clear: both;
    padding: 40px 0;
}

.Accordion {
    padding:30px 0;
    border-bottom:1px solid #eee;
    border-top:1px solid #eee;
    background-color:#fff;
    overflow: hidden;
    outline:none;
}

.AccordionFocused {
    border-right-style: none;
    border-left-style: none;
}

h2 {
    margin:0;
    margin-bottom:15px;
    color:#009900;
    font-family: 'erasdust', verdana, serif!important;
    font-size: 35px;
}

h1 {
    font-family: 'erasdust', verdana, serif!important;
    margin:0;
    margin-bottom:10px;
    margin-top:50px;
    display:block;
    text-transform: uppercase;
    color:#009900;
}

h3 {
    font-size: 17px;
    font-weight: bold;
    min-height: 40px;
}

p {
    color:#555;
}

a, strong {
    color: #009900;
}

.AccordionPanelTab span {
    margin-left:10px;
    padding:6px 0;
    display:block;
    color:#fff;
    font-size:17px;
    font-weight:bold;
}


.box {
    border-right: 1px solid #009900;
    margin: 25px 0px;
    padding-bottom: 50px;
    min-height: 600px;
}

.box img {
    width: 100%;
    height: auto;
}

.box ul {
    margin-top: 21px;
}

.AccordionPanelContent {
    overflow: hidden;
}
