html,
body,
ul,
ol,
li,
form,
fieldset,
legend {
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
}

html,
body {
    height: 100%;
    font-family: Verdana, Arial, sans-serif;
}

textarea:focus,
input:focus {
    outline: none;
}

img {
    border: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
}
fieldset,
img {
    border: 0;
}
legend {
    color: #000;
}
li {
    list-style: none;
}
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}

caption,
th,
td {
    text-align: left;
    vertical-align: top;
    font-weight: normal;
}

input,
textarea,
select {
    font-size: 110%;
    line-height: 1.1;
}

abbr,
acronym {
    border-bottom: 0.1em dotted;
    cursor: help;
}

label {
    font-family: helvetica;
    width: 160px;
    padding: 7px;
    font-size: 18px;
    font-weight: bold;
    float: left;
}

input,
textarea {
    width: 390px;
    background: #cccccc;
    border: 1px solid #666666;
    border-radius: 10px;
    font-size: 16px;
    color: #000000;
    font-family: helvetica;
    padding: 5px;
    resize: none;
    overflow: auto;
}

textarea {
    height: 200px;
}

#submitContact {
    border: none;
    border-radius: 0;
    padding: 0;
    background: none;
    width: 224px;
    height: 40px;
    float: right;
    color: #ffffff;
    font-size: 14px;
    font-family: helvetica;
    font-weight: bold;
    margin-right: 10px;
}

#submitContact:hover {
    cursor: pointer;
}

body {
    background-image: url('images/homeBG.webp');
    background-repeat: no-repeat;
    background-color: #d3d4d6;
    background-position: center top;
}

#main-container {
    width: 1000px;
    margin: 0 auto;
}

#content-wrap {
    width: 1000px;
    margin: 0 auto;
}

#background-container {
    background-repeat: no-repeat;
    background-position: center top;
}

#nav {
    background-image: url('images/navBG.webp');
    height: 124px;
    width: 896px;
    margin: 0 auto 10px auto;
}

#nav ul {
    height: 102px;
}

#nav ul li {
    float: left;
}

#nav ul li a {
    float: left;
    display: inline-block;
    vertical-align: center;
    margin: 0;
    border-left: 1px solid #94a9d6;
    height: 104px;
    background-repeat: no-repeat;
    background-position: center top;
}

#nav ul li a:hover {
    background-position: center bottom;
}

#subLogo {
    margin: 380px 40px 0 0;
    margin-left: 330px;
}

#showContent {
    margin: 20px 0 20px 0;
}

#content-container {
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #ffffff;
    width: 100%;
    padding: 30px 0 0 0;
    text-align: left;
    float: left;
    font-family: Helvetica;
    font-size: 14px;
}

#content-container a {
    text-decoration: underline;
    font-weight: bold;
    color: #1040ad;
}

#content-container a:hover {
    color: #000000;
}

#content {
    margin-right: 20px;
    float: left;
    width: 680px;
    padding-bottom: 50px;
    line-height: 1.5em;
}

#sidebar {
    width: 300px;
    float: right;
    text-align: left;
    padding-bottom: 50px;
}

#error {
    color: red;
    font-size: 18px;
    font-weight: bold;
}

#success {
    color: #0045ac;
    font-size: 18px;
    font-weight: bold;
}

.title {
    border-bottom: 1px solid #0045ac;
    padding-bottom: 10px;
    margin-bottom: 20px;
    width: 100%;
    line-height: 1em;
}

.caption {
    font-size: 10px;
    font-weight: bold;
    padding: 10px 0 20px 0;
}

#tabs {
    width: 80%;
    margin: 0 auto;
}

.tabBody {
    height: 253px;
    background: #c0c9ce;
    padding: 20px 10px 0 40px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    font-family: Helvetica;
    font-size: 14px;
    line-height: 1.4em;
    width: 80%;
    margin: 0 auto;
}

.tab {
    padding: 8px 15px 8px 15px;
    float: left;
    font-weight: bold;
    font-size: 26px;
    width: 250px;
    text-align: center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.tab:hover {
    cursor: pointer;
}

.tabBody a {
    border-bottom: 1px solid #606467;
}

a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

h2 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    font-family: Helvetica;
    text-align: center;
}

h3 {
    padding: 0 20px 25px 20px;
    border-bottom: 1px solid #b29664;
    font-size: 14px;
}

.socialIcon {
    width: 32px;
    max-width: 32px;
    height: 32px;
    max-height: 32px;
    padding-left: 50px;
    font-size: 10px;
    margin-left: 50px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: left top;
}

.socialIcon:hover {
    background-position: left bottom;
}

#copyright {
    margin-top: 30px;
}

#footer {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0 20px 0;
    font-family: Helvetica;
    color: #b29664;
}

#footer-container {
    background: #423d34;
}

#footer td {
    padding: 10px 20px 30px 20px;
    text-align: center;
}

#footer td a {
    color: #d2d2d6;
    font-size: 12px;
    font-weight: normal;
    line-height: 2em;
}

#footer td a:hover {
    color: #b29664;
}

#footer h3 {
    color: white;
}
