@charset "UTF-8";
/*Siimplify width and height calculations*/
html{
	box-sizing: border-box;
}
*, *:before,
*:after {
	box-sizing: inherit;
}
body {
    color: #4B4B4B;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1em;
    background-color: #FFFFFF;
}
#wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
    background-color: white;
}
h1, h2 {
    font-style: normal;
    font-weight: 400;
}
h1 {
    margin-top: 10px;
    margin-bottom: 0px;
    top: 20px;
    bottom: 20px;
    font-size: 1em;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
}
h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 1em;
    text-transform: uppercase;
}
h3 {
    color: #0067B2;
    font-size: 1em;
    font-weight: 600;
    padding-right: 2px;
    padding-left: 6px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
h4 {
    font-weight: 600;
}
table thead {
    font-weight: 600;
}
table tr td {
    text-align: center;
}
.fall_shaded {
    background-color: #CEDCCB;
}
.ferry_shaded {
    background-color: #83EEF9;
}
.textlink {
    text-decoration: underline;
    display: inline;
    border-top-width: 0px;
    border-top-style: none;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-bottom-width: 1px;
    border-bottom-style: none;
    font-weight: 400;
    font-size: 1em;
}
.asidelink {
    border-style: none;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: block;
}
figure {
    margin-left: 0px;
}
ul {
    list-style-type: none;
    width: 180px;
    padding-left: 4px;
    margin-top: 3px;
}
a {
    text-decoration: none;
    display: block;
    padding-top: 5px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 5px;
	border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: none;
    font-weight: 400;
    font-size: 1em;
}
a:link {
    color: #306C91;
}
a:visited {
    color: #306c91;
}
a:hover {
    background-color: #DDDDDD;
}
a:active, a:focus {
    color: #306C91;
}
main .mainlist a {
    border-style: none;
}
#service_alert {
    background-color: rgba(252,67,70,1.00);
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}
#menulink {
    margin: 0;
    text-align: right;
    background-color: #1E1E1E;
    height: 40px;
    padding-right: 25px;
}
#menulink a {
    color: white;
    font-size: 0.73m;
    text-decoration: none;
    text-transform: none;
    font-weight: 400;
    /* [disabled]display: block;
*/
    padding-top: 0.6em;
    padding-bottom: 0.1em;
}
#menulink a:hover {
    background-color: #1E1E1E;
}
#navlinks {
    position: absolute;
    background-color: rgba(252,251,251,1.00);
	-webkit-transition: all ease-out 0.5s;
	transition: all ease-out 0.5s;
}
#navlinks.displayed {
    top: 135px;
    z-index: 1;
	opacity: 1;
}
#navlinks.start {
    display: none;
}
#navlinks.collapsed {
    top: -20em;
	opacity: 0;
}
header h2 a {
    text-align: center;
	border-top: none;
}
aside h3 {
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
aside h1 {
    margin-left: 25px;
    margin-right: 25px;
    display: block;
    text-align: center;
}
aside figure img {
    margin-left: 5px;
    margin-right: 5px;
    display: block;
}
#satellite {
    border-style: none;
    border-color: #4EA3F5;
    margin-top: 35px;
}
#satellite a {
    color: white;
    border-top-style: none;
    display: block;
    font-weight: 700;
    text-align: center;
}
#satellite h1 {
    display: block;
    background-color: #4EA3F5;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 200px;
}
#satellite h3 {
    top: 5px;
    bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #4EA3F5;
}
aside #llbean a {
    border-top-style: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
footer {
    padding-left: 25px;
    padding-right: 20px;
    text-align: left;
    padding-top: 25px;
}
footer a {
    border: none;
}
main img {
    max-width: 100%;
    display: block;
}

@media (min-width : 800px ){
#menulink {
    display: none;
}
#navlinks {
    max-width: 1000px;
    position: static;
    background-color: transparent;
}
#navlinks a {
    border-top-width: 1pt;
    border-top-style: solid;
}
#navlinks.collapsed {
    opacity: 1;
}
nav {
    width: 25%;
    border-top-style: none;
}
main {
    width: 50%;
}
aside {
    width: 21%;
    text-align: center;
    float: right;
    padding-right: 20px;
}
aside h1 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 50px;
}
aside h3 {
    margin-top: 25px;
}
aside img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
aside figure img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
nav, main {
    margin-top: 30px;
    margin-bottom: 30px;
    float: left;
}
footer {
    clear: left;
}
