body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #666;
}
h1 {
    color: #036;
    font-weight: 400;
    text-decoration: underline;
}
img {
    max-width: 100%;
}
#menu {
    padding: 20px;
    background: url(images/img04.gif) repeat-x #85C329;
}
#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#menu li {
    padding: 10px 0;
    background: url(images/img05.gif) repeat-x;
}
#menu li.first {
    background: 0 0;
}
#menu a {
    text-decoration: none;
    font-size: 129%;
    color: #FFF;
}
#menu a:hover, .und {
    text-decoration: underline;
}
#menu text {
    font-size: .5em;
}
#login {
    margin-top:5px;
    margin-bottom:5px;
    padding: 20px;
    background: #3799ec;
}
#login ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#login li {
    padding: 10px 0;
    background: url(images/img07.gif) repeat-x;
}
#login li.first {
    background: 0 0;
}
#login a {
    text-decoration: none;
    color: #FFF;
    background-color: #3796ee;
    padding: 4px;
}
a:link {
    color: #333;
}
.wbox {
    background-color: #FFF;
    padding: 4px;
}
.marinas {
    background: url(images/img10.gif) repeat-x #FF9523;
}
.marina-box {
    float: left;
    width: 230px;
    height: 180px;
    border: 1pt solid #fff;
    padding: 5px;
    text-align: center;
}
.wlink {
    color: #999;
}
.route-info {
    border: 1pt solid #DCCCCD;
    padding: 6px;
    margin-bottom: 10px;
}
.map-image {
    float: right;
}
.special {
    color: #E34516;
    font-weight: 500;
}
.login, .login a:link {
    color: #FFF;
}
.logo {
    vertical-align: middle;
}
.myObject {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border: solid black 1px;
}
.myObject object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cbcButton {
       background: #3D94F6;
       background-image: -webkit-linear-gradient(top, #3D94F6, #1E62D0);
       background-image: -moz-linear-gradient(top, #3D94F6, #1E62D0);
       background-image: -ms-linear-gradient(top, #3D94F6, #1E62D0);
       background-image: -o-linear-gradient(top, #3D94F6, #1E62D0);
       background-image: linear-gradient(to bottom, #3D94F6, #1E62D0);
       -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
       border-radius: 20px;
       color: #FFFFFF;
       font-family: Open Sans;
       font-size: 40px;
       font-weight: 100;
       padding: 40px;
       box-shadow: 1px 1px 20px 0px #000000;
       -webkit-box-shadow: 1px 1px 20px 0px #000000;
       -moz-box-shadow: 1px 1px 20px 0px #000000;
       text-shadow: 1px 1px 20px #000000;
       border: solid #337FED 1px;
       text-decoration: none;
       display: inline-block;
       cursor: pointer;
}
.cbcButton:hover {
       background: #1E62D0;
       background-image: -webkit-linear-gradient(top, #1E62D0, #3D94F6);
       background-image: -moz-linear-gradient(top, #1E62D0, #3D94F6);
       background-image: -ms-linear-gradient(top, #1E62D0, #3D94F6);
       background-image: -o-linear-gradient(top, #1E62D0, #3D94F6);
       background-image: linear-gradient(to bottom, #1E62D0, #3D94F6);
       text-decoration: none;
}
.boxed {
    line-height: 180%;
	padding:4px;
}
.boxed, h1 {
    text-align: left;
}
.yellow {
    background: #F0DA47;
    color: #666;
}
.yellow a {
    color: #666;
}
.orange {
    background: #FF9523;
}
.orange, .orange a:link {
    color: #FFF;
}
.orange-bord {  
    border:1pt solid #FF9523;  
}
.tagline {
    font-style: italic;
}
.cbc_field {
    padding: 3px;
}

.pdf {
	color:red;
}
