body {
    background-color: #000000;
    margin: 0;
    padding: 0;
    font-size: 10pt;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Gill Sans MT";
    color: #FFFFFF;
    line-height: 1.4em;
}

table {
    padding: 0;
}

a {
    text-decoration: none;
}

    a:link, a:visited {
        color: #316098;
        font-weight: bold;
    }

    a:hover {
        /*	text-decoration: underline;*/
        border-bottom-color: #AE0030;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        text-decoration: none;
    }

em, i {
    font-style: italic;
}

strong, b {
    font-weight: bold;
}

ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 30px;
}

ul {
    list-style-type: square;
    list-style-position: outside;
    margin-left: 30px;
}

menu, #GlobalNav ul {
    list-style: none;
    white-space: normal;
    margin: 0;
    padding: 0px;
}

    menu li, #GlobalNav li {
        padding: 0px;
        list-style: none;
    }

    menu.horizontal li, #GlobalNav ul.horizontal li {
        display: inline-block; /* if this were simply "inline", then the nowrap of the enclosed links makes the entire list run to one line */
    }

    menu.vertical {
    }

        menu.vertical menu {
            padding-left: 10px;
        }

        menu.vertical li {
            padding-left: 0px;
        }

            menu.vertical li menu li {
                padding-top: 0px;
            }

    menu li a, #GlobalNav ul li a {
        white-space: nowrap;
    }

#PageTitle {
    margin-top: 10px;
    font-size: 16pt;
    font-weight: bold;
    margin-bottom: 1.2em;
    font-family: Georgia, "Times New Roman", Times, serif;
}

#PageBody {
    width: 850px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #FFFFFF;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #002951;
    /*	#013068;*/
}

#Banner {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #CC0000;
    display: block;
}

#BannerText {
    float: right;
    color: #FFFFFF;
    display: block;
    text-align: right;
    padding-right: 10px;
    padding-left: 0px;
    font-size: 10pt;
    font-family: "Times New Roman", Times, serif;
    line-height: 1.1em;
}

#BodyCopy {
    /*	background-color: #F7F7F7;*/
    background-color: #C1C2AF;
    color: #444466;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    clear: both;
    display: block;
    overflow: auto;
}

    #BodyCopy h1 {
        font-family: "Times New Roman", Times, serif;
        font-size: 14pt;
        font-weight: bold;
        margin-top: 1.2em;
    }

    #BodyCopy h2 {
        font-family: "Times New Roman", Times, serif;
        font-size: 12pt;
        font-weight: bold;
        margin-top: 1.2em;
    }

    #BodyCopy h3 {
        font-family: "Times New Roman", Times, serif;
        font-size: 11pt;
        font-weight: bold;
        margin-top: 1.2em;
    }

    #BodyCopy p {
        margin-top: 0.6em;
    }

#GlobalNav {
    color: #FFFFFF;
    display: block;
    text-align: left;
    padding-right: 0px;
    padding-left: 10px;
    font-size: 8pt;
    /*	font-size: 10pt;
	font-family: "Times New Roman", Times, serif;*/
}

    #GlobalNav menu, #GlobalNav ul {
        float: right;
    }

    #GlobalNav li {
        float: left;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-right: 10px;
        padding-left: 10px;
        border-left-color: #990000;
        border-left-style: solid;
        border-left-width: 2px;
    }

        #GlobalNav li:first-child {
            padding-left: 0px;
            border-left-style: none;
            border-left-width: 0px;
        }

    #GlobalNav a {
        color: #FFFFFF;
        font-weight: normal;
    }

        #GlobalNav a:hover {
            color: #FFFFFF;
            border-bottom-color: #FFFFFF;
            border-bottom-style: solid;
            border-bottom-width: 1px;
            text-decoration: none;
        }

#Footer {
    font-size: 8px;
    color: #444466;
    background-color: #C1C2AF;
    text-align: center;
    clear: both;
    /*	padding-top: 20px;*/
    height: 20px;
}

.img_right {
    float: right;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 20px;
    padding: 1px;
    border-color: #002951;
    border-style: solid;
    border-width: 1px;
}

.img_left {
    padding: 1px;
    border-color: #002951;
    border-style: solid;
    border-width: 1px;
    float: left;
    margin-top: 10px;
    margin-left: 0px;
    margin-bottom: 10px;
    margin-right: 20px;
}

#FeaturedBoats, #Subscribe, #PastIssues {
    float: right;
    width: 272px;
    margin-left: 20px;
    font-weight: normal;
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Gill Sans MT";
    margin-bottom: 1.2em;
    background-color: #FFFFFF;
    padding: 15px;
}

.FeaturedBoat {
    margin-bottom: 1.8em;
    text-align: center;
}

.FeaturedBoatTitle {
    font-weight: bold;
}

.FeaturedBoatText {
    line-height: 1.4em;
}

#FeaturedBoats p {
    margin-top: 0px;
    line-height: 1.4em;
}

.FeaturedBoat img, .Article img {
    padding: 1px;
    border-color: #002951;
    border-style: solid;
    border-width: 1px;
}

.FeaturedBoat a {
    margin: 0;
}

    .FeaturedBoat a:hover img {
        margin: 0;
    }

    .FeaturedBoat a:hover {
        border-bottom-width: 0px;
        margin: 0;
    }

.ContentBlock {
    float: left;
    background-color: #FFFFFF;
    padding: 15px;
    margin-bottom: 1.2em;
}

.Article {
    float: left;
    background-color: #FFFFFF;
    border-bottom: 1px solid #ddd;
    width: 458px;
    padding: 15px;
    margin-bottom: 1.2em;
}

    .Article img {
        float: right;
        margin-left: 5px;
        margin-bottom: 5px;
    }

#HomeFooter {
    clear: both;
    text-align: center;
}

#FeaturedBoats h1, #BodyCopy .Article h1, #PastIssues h1, #Subscribe h1 {
    margin-top: 0px;
}

.ArticleContinuation {
    font-size: smaller;
    text-align: right;
}

#LocalNav {
    background-color: #002951;
    /*	background-image:url(../Duffy/images/LocalNavBg.jpg);
	background-position:top;
	background-repeat:repeat-x;*/
    color: #FFFFFF;
    float: right;
    font-size: .8em;
    margin-left: 15px;
    padding: 5px 5px 5px 10px;
    width: 150px;
}

    #LocalNav a {
        color: #FFFFFF;
        font-weight: normal;
    }

.clearBoth {
    clear: both;
}

.clearLeft {
    clear: left;
}

.clearRight {
    clear: right;
}


/*
    Mail Chimp styles
*/
/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    padding: 10px 0 10px 3%
}

#mc_embed_signup h2 {
    font-weight: bold;
    padding: 0;
    margin: 15px 0;
    font-size: 1.4em;
}

#mc_embed_signup input {
    border: 1px solid #ABB0B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    #mc_embed_signup input[type=checkbox] {
        -webkit-appearance: checkbox;
    }

    #mc_embed_signup input[type=radio] {
        -webkit-appearance: radio;
    }

    #mc_embed_signup input:focus {
        border-color: #333;
    }

#mc_embed_signup .button {
    clear: both;
    background-color: #aaa;
    border: 0 none;
    border-radius: 4px;
    transition: all 0.23s ease-in-out 0s;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}

    #mc_embed_signup .button:hover {
        background-color: #777;
    }

#mc_embed_signup .small-meta {
    font-size: 11px;
}

#mc_embed_signup .nowrap {
    white-space: nowrap;
}

#mc_embed_signup .mc-field-group {
    clear: left;
    position: relative;
    width: 96%;
    padding-bottom: 3%;
    min-height: 50px;
}

#mc_embed_signup .size1of2 {
    clear: none;
    float: left;
    display: inline-block;
    width: 46%;
    margin-right: 4%;
}

* html #mc_embed_signup .size1of2 {
    margin-right: 2%; /* Fix for IE6 double margins. */
}

#mc_embed_signup .mc-field-group label {
    display: block;
    margin-bottom: 3px;
}

#mc_embed_signup .mc-field-group input {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-indent: 2%;
}

#mc_embed_signup .mc-field-group select {
    display: inline-block;
    width: 99%;
    padding: 5px 0;
    margin-bottom: 2px;
}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us {
    padding: 5px 0;
}

    #mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input {
        display: inline;
        width: 60px;
        margin: 0 2px;
        letter-spacing: 1px;
        text-align: center;
        padding: 5px 0 2px 0;
    }

    #mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input {
        width: 40px;
    }

    #mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input {
        width: 30px;
    }

    #mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label {
        display: none;
    }

#mc_embed_signup .indicates-required {
    text-align: right;
    font-size: 11px;
    margin-right: 4%;
}

#mc_embed_signup .asterisk {
    color: #e85c41;
    font-size: 150%;
    font-weight: normal;
    position: relative;
    top: 5px;
}

#mc_embed_signup .clear {
    clear: both;
}

#mc_embed_signup .mc-field-group.input-group ul {
    margin: 0;
    padding: 5px 0;
    list-style: none;
}

    #mc_embed_signup .mc-field-group.input-group ul li {
        display: block;
        padding: 3px 0;
        margin: 0;
    }

#mc_embed_signup .mc-field-group.input-group label {
    display: inline;
}

#mc_embed_signup .mc-field-group.input-group input {
    display: inline;
    width: auto;
    border: none;
}

#mc_embed_signup div#mce-responses {
    float: left;
    top: -1.4em;
    padding: 0em .5em 0em .5em;
    overflow: hidden;
    width: 90%;
    margin: 0 5%;
    clear: both;
}

#mc_embed_signup div.response {
    margin: 1em 0;
    padding: 1em .5em .5em 0;
    font-weight: bold;
    float: left;
    top: -1.5em;
    z-index: 1;
    width: 80%;
}

#mc_embed_signup #mce-error-response {
    display: none;
}

#mc_embed_signup #mce-success-response {
    color: #194f84;
    display: none;
}

#mc_embed_signup label.error {
    display: block;
    float: none;
    width: auto;
    margin-left: 1.05em;
    text-align: left;
    padding: .5em 0;
}

#mc-embedded-subscribe {
    clear: both;
    width: auto;
    display: block;
    margin: 1em 0 1em 5%;
}

#mc_embed_signup #num-subscribers {
    font-size: 1.1em;
}

    #mc_embed_signup #num-subscribers span {
        padding: .5em;
        border: 1px solid #ccc;
        margin-right: .5em;
        font-weight: bold;
    }

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    display: inline-block;
    margin: 2px 0 1em 0;
    padding: 5px 10px;
    background-color: rgba(255,255,255,0.85);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    z-index: 1;
    color: #e85c41;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border: 2px solid #e85c41;
}
