html, body, table, form {
    margin: 0;
    padding: 0;
}
body {
    font-family: Arial, Helvetica, Verdana, Sans-serif;
    font-size: 12px;
    color: #515A5A;
    background: #ffffff;
    margin: 0 auto;
    width: 960px;
    background-image: url(Images/general/L1030481-Subtle-re.jpg);
}
textarea {
    font-family: Arial, Helvetica, Verdana, Sans-serif;
    font-size: 12px;
}
#content {
    font-family: Arial, Helvetica, Verdana, Sans-serif;
    margin: auto;
    line-height: 18px;
}
#content .padding {
    padding: 25px
}
#content .error {
    padding: 25px;
    color: #c00;
}
#content h1 {
    font-family: Arial, Helvetica, Verdana, Sans-serif;
    margin: 0;
    padding-left: 25px;
}
#content h2 {
    font-family: Arial, Helvetica, Verdana, Sans-serif;
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
}
#content p {
    font-family: Arial, Helvetica, Verdana, Sans-serif;
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
}
a:link, a:visited {
    text-decoration: none;
    color: #016203;
}
table a:visited {
    text-decoration: none;
    color: #016203;    
}
table a:visited {
    text-decoration: none;
}
#aside {
    width: 280px;
    float: right;
    background-color: #efefef;
    text-align: center;
    padding: 20px;
    margin-left: 20px;
}
#aside a:link, a:visited {
    text-decoration: none;
    color: #016203;
}
nav ul{
    list-style-type:none;
    padding:0;
    display:inline-block;
    vertical-align:top;
    float: right;
}
nav li{
    display:inline-block;
    float:right;
    font-size: 14px;
}
nav a:link, nav a:visited{
    background-color: #efefef;
    color:#515a5a;
    display:block;
    width:160px;
    text-align: center;
    padding: 10px 0;
}
nav a:hover{
    background-color: #cccccc; 
}
.navhead {
    background-color: #352d2f;
    height: 70px;
    width: 100%;
}

#header
{
    height: 140px;
    background-repeat:repeat-x;
    clear: both;
    overflow: auto;
}
#logo
{
    display:inline-block;
    float:left;
}
#menu {
    float:right;
    margin: 43px 20px 20px 20px;
}
#menu ul
{
    display:inline-block;
    list-style-type:none;
    padding: 0px;
    margin:0px;
}
#menu li
{
    display:inline-block;
    font-size: 12px;
    margin:0px;
    padding:0px;
}
#menu ol
{
    display:inline-block;
    list-style-type:none;
    padding: 0px;
    margin:0px;
}
#footer {
    clear: both;
    font-family: Tahoma, Arial, Helvetica, Sans-serif;
    font-size: 10px;
    color: #515A5A;
    border-top: 1px solid #efefef;
    padding: 13px 25px;
    line-height: 18px;
    margin: 40px 0;
}
#footer a {
    color: #515A5A;
    text-decoration: none;
}
#footer a:hover {
    color: #016203;
}
#footer #altnav {
    width: 350px;
    float: right;
    text-align: left;
}
.padding{
    overflow: auto;
}
.padding table {
    font-size: 12px;
    overflow: auto;
}
#menu a:link,a:visited
{
    display:inline-block;
    width:auto;
    padding-left:42px;
    padding-right:42px;
    padding-top:9px;
    padding-bottom:9px;
    text-decoration:none;
    /* color:#515a5a; */
    text-align:center;
    background-color:#efefef;
    font-size: 14px;
}

#menu a:hover,a:active
{
    background-color:#cccccc;
    color: #016203;
}
.hidden {
    display: none;
}
.black_overlay{
        display: none;
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index:1001;
        -moz-opacity: 0.8;
        opacity:.60;
        filter: alpha(opacity=80);
}
.white_content {
        display: none;
        position: absolute;
        top: 10%;
        left: 10%;
        width: 75%;
        height: 77%;
        padding: 16px;
        border: 16px #db6d16;
        background-color: white;
        z-index:1002;
        overflow: auto;
        animation: fadeInScale 0.8s ease-in-out;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5px auto; /* 15% from the top and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    /* Position it in the top right corner outside of the modal */
    position: absolute;
    right: 25px;
    top: 0; 
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

/* Close button on hover */
.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

		





