
body{
}

#header{
    height: 140px;
    position: relative;
}

#header img{
    height: 140px;
    float: left;
}

#header h1{
    color: #007D4A;
    text-align: center;
}

#rootLayout {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

#footer{
    background-color: #007D4A;
}

#footer_content{
    font-size: smaller;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff;
}

#footer_content ul{
    list-style-type: none;
    margin-left: -40px;
}

a.accent,
a.accent:link,
a.accent:visited,
a.accent:hover,
a.accent:active,
#footer_content a,
#footer_content a:link,
#footer_content a:visited,
#footer_content a:hover,
#footer_content a:active
{
    color:#ffffff;
}

#footer_content h2{
    text-decoration: underline;
    font-size: larger;
}

#tbl_members{
    font-size: smaller;
}

#map-canvas{
    width:100%;
    height:280px;
}

span.highlight{
    font-weight: bold;
    font-size: larger;
}

ul.simple{
    list-style-type: none;
}
ul.simple li{
    margin-left: 20px;
}

ul.documents{
    list-style-type: none;
    margin-left: -25px;
}

#fixed-panel {
    position: fixed;
    background-color: #007D4A;
    top: 0px;
    right: 0px;
    color: #ffffff;
}

.form-group.has-error .field-validation-error{
    color: #a94442;
}

.narrative p::first-letter,
.narrative article::first-letter{
    font-weight: bold;
}

.narrative p,
.narrative article {
    text-align: justify;
}

.narrative article{
    margin-bottom: 10px;
}

.narrative ul{
    margin-bottom: 0px;
    padding-left: 30px;
}