* {
    margin: 0;
    padding: 0;
}

/*body{
	font-size:13px;
	color:#eee;
	font-family:Arial, Helvetica, sans-serif;
	background:url('img/bg.jpg') repeat-x #2b3743;
	font-family:Corbel,'Myriad Pro',Arial, Helvetica, sans-serif;
}*/

/*#page{
	width:753px;
	margin:50px auto;
}*/

#headingSection {
    background-color: rgb(119, 16, 17);
    padding: 40px;
    padding-left: 60px;
    position: relative;
    border: 1px solid #8b9ba7;
    border-bottom: none;
}

#faqSection {
    /*background:url('/images/faq_bg.jpg') repeat-y #fff;*/
    padding: 20px 90px 60px 60px;
    /*border:1px solid white;*/
    text-shadow: 1px 1px 0 white;
}

h1 {
    color: #fff;
}

/* The expand / collapse button */

a.button {
    background: url('../img/buttons.png') no-repeat;
    width: 80px;
    height: 38px;
    position: absolute;
    right: 50px;
    top: 45px;
    text-indent: -9999px;
    overflow: hidden;
    border: none !important;
}

    a.button.expand:hover {
        background-position: 0 -38px;
    }

    a.button.collapse {
        background-position: 0 -76px;
    }

        a.button.collapse:hover {
            background-position: 0 bottom;
        }

/* Definition Lists */

dt {
    color: #8F9AA3;
    margin-top: 30px;
    padding-left: 25px;
    position: relative;
    cursor: pointer;
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
      font-family: 'Lato', sans-serif;

}

    dt:hover {
        color: #5f6a73;
    }

    dt .icon {
        background: url('../img/bullets.png') no-repeat;
        height: 12px;
        left: 0;
        position: absolute;
        top: 5px;
        width: 12px;
    }


    dt.opened .icon {
        background-position: left bottom;
    }

dd {
    color: #717f89;
    line-height: 1.5;
    padding: 20px 0 0 25px;
    display: none;
    font-size: 14px;
    font-weight: 200;
    line-height: 28px;
  font-family: 'Lato', sans-serif;

}


/* Only Needed For The Demo Page */


p.createdBy {
    font-size: 15px;
    font-weight: normal;
    margin: 50px;
    text-align: center;
    text-shadow: none;
}

a, a:visited {
    text-decoration: none;
    outline: none;
    border-bottom: 1px dotted #97cae6;
    color: #97cae6;
}

    a:hover {
        border-bottom: 1px dashed transparent;
    }
