SiteStyleSheet {
    padding-bottom: 57px;
    clear: both;
    background-color: #004d44;
    background-position: right top;
    background-repeat: repeat-x;
}
body {
    font-family: Arial,serif;
    background-color: #ffffff;
    margin: 0;
    color: #000;
}
.headerContainer,
.container {
    width: 1000px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
html,
body {
    position: relative;
    height: 100%;
}
header {
    width: 100%;
    height: 74px;
    border-bottom: 1px solid #ececec;
}
.logo {
    height: 100%;
}
.logo img {
    height: 100%;
    float: left;
}
.external {
    line-height: 38px;
    height: 38px;
}
.external a {
    float: right;
    color: #004D44;
    text-decoration: none;
    font-size: 16px;
}
.logo,
.external {
    width: 99%;
}
section {
    padding-bottom: 57px;
    clear: both;
    background-color: #004D44;
    background-position: right top;
    background-repeat: repeat-x;
}
.claim h1 {
    padding: 44px 0 18px;
    margin: 0;
    font-size: 36px;
    color: #fff;
    font-weight: normal;
}
.claim a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}
#MyElement {
    display: none;
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
    font-size: 15px;
    padding: 16px 0;
}
#readLess {
    display: none;
    float: left;
}
#readLess:hover {
    text-decoration: underline;
}
#MyElementHiden {
    opacity: 0;
    clear: both;
    height: 0;
    font-size: 15px;
    overflow: hidden;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -o-transition: all .15s;
    -ms-transition: all .15s;
    transition: all .15s;
}
a#readMore {
    float: left;
}
a#readMore:hover {
    text-decoration: underline;
}
a#readMore:hover+div#MyElementHiden {
    opacity: 1;
    height: auto;
    margin-top: 91px;
    margin-bottom: -55px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 16px;
}
.gallery {
    border-bottom: solid 1px #ccc;
    margin-bottom: 30px;
    overflow: hidden;
    margin-top: 27px;
}
.thumbnail {
    width: 49%;
    display: inline-block;
}
.thumbnail {
    text-align: left;
    vertical-align: top;
}
.thumbnail.right {
    text-align: right;
    vertical-align: top;
}
.thumbnail.right ul,
.second .thumbnail.left ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.thumbnail.right ul li {
    margin: 0;
    padding: 0;
    clear: both;
    font-size: 15px;
}
.thumbnail.right ul li a {
    text-decoration: none;
    color: #000;
}
.thumbnail.right ul li a:hover {
    text-decoration: underline;
}
.thumbnail.right ul li a.opportunities {
    text-decoration: none;
    color: #004D44;
    font-size: 20px;
    font-weight: bold;
}
.thumbnail.right ul li a.register,
.second .thumbnail.right ul li a.logout {
    border: solid 2px #333f48;
    background-color: #004D44;
    color: #fff;
    border-radius: 6px;
    font-size: 18px;
    text-decoration: none;
    padding: 4px 0 5px;
    margin: 20px 0;
    float: right;
    width: 206px;
    text-align: center;
}
.thumbnail.right ul li a.register:hover,
.second .thumbnail.right ul li a.logout:hover {
    background-color: #fff;
    color: #333f48;
}
.thumbnail.right ul li a.system,
a.forget {
    color: #333f48;
    text-decoration: none;
    font-weight: bold;
    display: block;
    font-size: 15px;
}
a.forget {
    margin-top: 35px;
    float: left;
}
.thumbnail.right ul li a.system {
    margin-top: 12px;
    float: right;
}
.clearfix {
    clear: both;
}
form {
    margin: 0;
    padding: 0;
    border: none;
}
input {
    display: block;
    border-radius: 6px;
    border: solid 2px #333f48;
    padding: 10px 8px;
    margin: 0 0 14px;
    width: 190px;
}
input[type="submit"] {
    background-color: #333f48;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    padding: 4px 0 5px;
    width: 210px;
    margin-top: 33px;
}
input[type="submit"]:hover {
    background-color: #fff;
    color: #333f48;
}
p.red {
    color: #f00;
    font-weight: bold;
    margin-top: 0;
}
footer {
    clear: both;
}
.copy,
.warning {
    width: 49%;
    display: inline-block;
}
.warning {
    font-size: 12px;
}
.copy {
    float: right;
    width: 397px;
    height: 60px;
    margin-top: 20px;
}
.copy h1,
.copy h2 {
    font-size: 184%;
    line-height: 114%;
    margin: 0;
    padding: 0;
}
.copy h1 {
    color: #333f48;
}
.copy h2 {
    color: #778692;
}
.second .gallery {
    border-bottom: none;
}
.second .thumbnail.left ul li {
    margin: 0 0 8px;
    padding: 0 0 8px;
    border-bottom: solid 2px #333f48;
}
.second .thumbnail.left ul li a {
    text-decoration: none;
    margin: 0;
    padding: 0;
    clear: both;
    font-size: 16px;
    font-weight: bold;
    color: #333f48;
}
.second .thumbnail.right ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #333f48;
}
.second .thumbnail.right ul li h2 {
    font-size: 16px;
}
.second .thumbnail.right ul li a.logout {
    margin: 4px 0 24px;
}
