body {
    text-align: center;
    font: 76% Arial, Verdana, sans-serif;
    line-height: 1;
    padding-bottom: 20px;
    background: #ebebeb url(../img/body-bg.png) repeat-x;
    border-top: 5px solid #67920D;
} * {
    margin: 0;
    padding: 0;
} .ital {
    font-style: italic;
}

img, form fieldset {
    border: none;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}:focus {
    outline: 0;
} .both {
    clear: both;
}

/*
 ////////  LAYOUT  ////////*/ #wrapper {
    width: 960px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: left;
    background: url(../img/wrapper-bg.png) 0 195px no-repeat;
} #header {
    height: 130px;
    position: relative;
    padding-left: 10px;
    background: #485558 url(../img/header-bg.png);
    border-bottom: 3px solid #67920D;
} #contentArea {
    clear: both;
    float: left;
    padding: 20px 30px 40px 20px;
    width: 908px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #fff url(../img/contentArea-bg.png) 50% 1px no-repeat;
} #home #contentArea {
    width: 920px;
    padding: 19px;
} #primaryContent {
    float: right;
    width: 560px;
} #contentArea h5 {
    font-family: Impact, Arial, serif;
    font-size: 28px;
    text-transform: uppercase;
    color: #0D2F54;
    margin: 6px 0 6px 0;
    font-weight: 100;
    letter-spacing: 1px;
} #contentArea h6 {
    font-family: Impact, Arial, serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #CCCCCC;
    font-weight: 100;
    letter-spacing: 1px;
} #primaryContent p {
    margin: 12px 0 12px 0;
}

h6 a {
    color: #0D2F54;
    text-decoration: underline;
} .blue {
    color: #0D2F54 !important;
} #secondaryContent {
    float: left;
    width: 290px;
    padding: 10px 33px 40px 10px;
    background: #fff url(../img/secondaryContent-bg.png) 100% 0 no-repeat;
} #footerContent {
    clear: both;
    width: 920px;
    padding: 20px 20px 8px 20px;
    background: #0F3149 url(../img/footerContent-bg.png) no-repeat;
    border-top: 3px solid #67920D;
    border-bottom: 3px solid #67920D;
} .footerColumn {
    float: left;
    width: 280px;
    margin: 0 40px 30px 0;
} .footerColumn.last {
    float: right;
    margin: 0 0 30px 0;
}

/*
 ////////  TYPOGRAPHY  ////////*/
h1 {
    float: left;
    font: 2.8em Calibri, Verdana, sans-serif;
    margin-top: 60px;
    line-height: 1em;
}

h1 a {
    color: #7BAF0A;
}

h1 a strong {
    color: #fff;
}

p.tagline {
    float: left;
    clear: both;
    margin-left: 1px;
    font-size: .9em;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

h2 {
    clear: both;
    font: 2.1em Calibri, Arial, Verdana, sans-serif;
    margin-bottom: 6px;
    letter-spacing: -1px;
}

h3 {
    clear: both;
    font-size: 1.4em;
    color: #333;
} #secondaryContent h3 {
    font-size: 1.2em;
    color: #333;
    margin-bottom: 6px;
} #secondaryContent h4 {
    font-size: 1.1em;
    color: #1B3C52;
    padding: 0 0 12px 6px;
} #footerContent h4 {
    color: #eee;
    margin-bottom: 6px;
    clear: both;
    font-size: 1.2em;
    color: #fff;
} #footerContent h5 {
    font-size: .9em;
    color: #67920D;
    font-weight: normal;
} #contentArea p {
    clear: both;
    font-size: 1.1em;
    line-height: 1.4em;
    margin-bottom: 12px;
    color: #333333;
} #contentArea p a {
    font-weight: bold;
    color: #67920D;
} #contentArea p a:hover {
    text-decoration: underline;
} #contentArea blockquote p {
    color: #555;
    padding-left: 28px;
    margin-bottom: 16px;
    background: url(../img/quote-bg.gif) 0 4px no-repeat;
} #secondaryContent p {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 8px;
    color: #333;
} #primaryContent p.breadcrumbs {
    font-size: .9em;
    color: #666;
    padding-bottom: 2px;
    border-bottom: 1px solid white;
} #footerContent p {
    color: #eee;
    line-height: 1.2em;
} #footerContent p a {
    font-weight: bold;
    color: #fff;
} #footerContent p a:hover {
    text-decoration: underline;
}

a.box {
    float: left;
    clear: both;
    color: #fff;
    background: #67920D;
    padding: 4px 6px;
    margin-top: 8px;
} #contentArea a.box {
    margin: 0 0 12px 0;
}

a.box:hover {
    background: #7BAF0A;
} .footerColumn.last p {
    font-family: Georgia, serif;
    font-style: italic;
    padding: 0 0 10px 4px;
    font-size: 1.4em;
    color: #fff;
} .footerColumn.last p a {
    color: #fff;
    font-weight: normal;
} #footerLinks {
    clear: both;
    height: 12px;
    border-top: 1px solid #20445d;
    padding-top: 6px;
} #footerLinks p {
    font-size: .9em;
    float: left;
    color: #536A6F;
} #footerLinks p.right {
    float: right;
    color: #eee;
} #footerLinks p a {
    color: #eee;
    font-weight: normal;
} #footerLinks p a:hover {
    text-decoration: underline;
}

/*
 ////////  IMAGES  ////////*/ #about-col {
    margin: 12px 0 32px 0;
} #about-col img {
    float: left;
    width: 130px;
    margin: 12px 7px 0 0;
    border: 4px solid #eee;
} #about-col a img:hover {
    border: 4px solid #ddd;
} #footerContent img {
    border: 1px solid #7B898C;
    margin-bottom: 12px;
}

/*
 ////////  NAVI & LISTS  ////////*/ #header ul {
    position: absolute;
    right: 10px;
    bottom: 0px;
} #header ul li {
    float: left;
    margin-left: 4px;
    text-transform: uppercase;
    background: #1B3C52;
    border-width: 1px 1px 0 1px;
    border-color: #1c3e54;
    border-style: solid;
} #header ul li a {
    display: block;
    font-size: 1.1em;
    font-weight: 900;
    padding: 5px 12px 5px 12px;
    color: #ddd;
} #header ul li a:hover {
    background: #1f4259;
    color: #fff;
} #header ul li.current {
    background: #67920D;
    border-color: #739e19;
} #header ul li.current a {
    color: #fff;
} #header ul li.current a:hover {
    cursor: default;
    background: #67920D;
} .navi-description {
    font-size: .7em;
    color: #eee;
    display: block;
    text-transform: none;
    padding-top: 1px;
} #header ul li.current .navi-description {
    color: #fff;
} #header ul li a:hover .navi-description {
    color: #fff;
}

ul.secondaryNavi {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

ul.secondaryNavi li {
    font-weight: bold;
    padding-left: 14px;
    border-bottom: 1px solid #eee;
    background: url(../img/secondaryNavi1-bg.gif) 2px 50% no-repeat;
}

ul.secondaryNavi li a {
    display: block;
    padding: 6px;
    color: #333;
}

ul.secondaryNavi li:hover {
    border-bottom: 1px solid #ccc;
    background: #fafafa url(../img/secondaryNavi-bg.gif) 3px 50% no-repeat;
} #primaryContent ul, #primaryContent ol {
    margin: 14px 0 14px 0;
    padding-left: 28px;
} #primaryContent ul span, #primaryContent ol span {
    color: black;
    font-weight: normal;
} #primaryContent ul {
    list-style-type: disc;
} #primaryContent ul li, #primaryContent ol li {
    font-size: 1.1em;
    padding-bottom: 3px;
}

ul.secondaryList {
    margin-bottom: 14px;
    padding-left: 14px;
    color: #67920D;
    font-weight: bold;
}

ul.secondaryList span {
    color: black;
    font-weight: normal;
}

ul.secondaryList {
    list-style-type: disc;
}

ul.secondaryList li {
    font-size: 1.1em;
    padding-bottom: 3px;
} #footerContent ul {
    clear: both;
    float: left;
    width: 270px;
} #footerContent ul li {
    font-size: .9em;
    padding: 5px 0 4px 2px;
    border-bottom: 1px solid #1A3B52;
} #footerContent ul li a {
    display: block;
    color: #fff;
} #footerContent ul li:hover {
    border-bottom: 1px solid #4F5E61;
    background: #193A51;
}

/*
 ////////  PORTFOLIO  ////////*/ #primaryContent .portfolioBox {
    width: 472px;
    margin: 0 10px 20px 0;
    padding: 10px 24px 30px 24px;
    background: #eee url(../img/portfolioBox-bg.png) 0 100% no-repeat;
    border: 1px solid white;
} #primaryContent .portfolioBox img {
    width: 136px;
    height: 100px;
    border: 6px solid #CCCCCC;
} #primaryContent .portfolioBox h3 {
    margin: 0 0 6px 0;
} #primaryContent .portfolioBox p {
    color: #444;
} #primaryContent .portfolioBox a {
    display: block;
    float: left;
    width: 148px;
    margin: 0 0 20px 9px;
    color: #333333;
    font-family: Impact, Arial, serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100;
} #primaryContent .portfolioBox a.link {
    width: 268px;
    margin: 0 0 20px 100px;
}#primaryContent .portfolioBox a.link img {
    width: 254px;
    height: 80px;
}

/*
 ////////  TABLES  ////////*/
table {
    margin-bottom: 20px;
    border-collapse: collapse;
}

table thead th {
    padding: 5px 15px;
}

table tbody th, table tbody td {
    padding: 5px 15px;
}

table thead th {
    background: #67920D;
    color: #fff;
}

table tbody tr.alt {
    background-color: #f2f2f2;
}

/*
 ////////  SEARCH BOX IN HEADER ////////*/ 
 
 #searchbox {
    position: absolute;
    right: 0;
    top: 0;
	padding: 6px;
	background: #67920D;
} 

#text-search{
	position: absolute;
	right: 68px;
    top: 0;
	padding: 8px 6px 6px 6px;
	text-align:right;
	color:#FFF;
	font-weight: bold;
	font-size: 14px;
	font-family:Tahoma;
}

#searchbox a{
	color:white;
	font-weight:900;
	text-decoration:none;
}
#searchbox form#search input {
    font-size: .9em;
    padding: 1px 2px;
    color: #000;
    background: #efefef;
    border: 1px solid #333;
    float: right;
} #searchbox form#search input#searchSubmit {
    font-size: .9em;
    cursor: pointer;
    padding: 1px 6px;
    border: none;
    color: #eee;
    background: #1F4259;
    float: right;
    margin-left: 2px;
} #searchbox form#search input#searchSubmit:hover {
    color: #fff;
    background: #244962;
}

/*
 ////////  NOTE ////////*/ #secondaryContent .note {
    clear: both;
    width: 250px;
    margin-bottom: 18px;
    padding: 14px 20px 20px 20px;
    background: #FFF8CF url(../img/note-bg.png) 0 100% no-repeat;
} #secondaryContent .note h3 {
    font-size: 1.3em;
    color: #67920D;
    border-bottom: 2px solid #ccc;
    padding-bottom: 4px;
} #secondaryContent .note p {
    font-size: 1.1em;
    color: #666;
} #secondaryContent .note a {
    font-size: 1em;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #FF9600;
} #secondaryContent .note a:hover {
    color: #FF9600;
}

/*
 ////////  CONTACT FORM  ////////*/
form#contact fieldset label {
    font-weight: bold;
    display: block;
    padding-bottom: 4px;
    margin-top: 16px;
    color: #333;
}

form#contact fieldset label em {
    font-weight: normal;
    color: #67920D;
    font-size: .9em;
}

form#contact fieldset input, form#contact fieldset select, form#contact fieldset textarea {
    padding: 2px;
    font: 1.1em Arial;
    background: url(../img/bg-input.png) repeat-x top #FFF;
    border: 2px solid #E8E8E8;
    color: #333;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

form#contact fieldset .radio {
    border: none;
    background-color: transparent;
}

form#contact fieldset textarea {
    width: 448px;
    overflow: auto;
}

form#contact fieldset input.button {
    padding: 4px 8px;
    margin-top: 4px;
    border: 0;
    cursor: pointer;
    color: #fff;
    background: #67920D;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

form#contact fieldset input.button:hover {
    background: #7BAF0A;
}

/*
 ////////  HOMEPAGE SLIDER  ////////*/ #intro {
    clear: both;
} #intro #slider li {
    width: 920px;
    height: 321px;
    overflow: hidden;
    text-align: center;
} #intro #slider li h2 {
    clear: both;
    font-size: 2.0em;
    font-style: italic;
    margin-bottom: 12px;
    margin-top: 80px;
} #intro #slider li p {
    width: 380px;
    margin: 0 250px 12px 250px;
} #intro p#controls {
    margin: 0;
    position: relative;
} #intro #prevBtn, #intro #nextBtn {
    display: block;
    margin: 0;
    overflow: hidden;
    position: absolute;
    left: 20px;
    top: -185px;
} #intro #nextBtn {
    left: 852px;
    float: right;
} #intro #prevBtn a {
    display: block;
    padding: 10px 0;
    height: 51px;
    width: 51px;
    background: url(../img/arrow-prev.png) no-repeat;
} #intro #nextBtn a {
    display: block;
    padding: 10px 0;
    height: 51px;
    width: 51px;
    background: url(../img/arrow-next.png) no-repeat;
}

/* Small Slider */ #intro-small {
    clear: both;
    border: 6px solid #CCCCCC;
} #intro-small #slider-small ul {
    margin: 0;
    padding: 0;
} #intro-small #slider-small li {
    width: 548px;
    height: 300px;
    overflow: hidden;
    text-align: center;
} #intro-small #slider-small li img {
} #intro-small #slider-small li h2 {
    clear: both;
    font-size: 2.0em;
    font-style: italic;
    margin-bottom: 12px;
    margin-top: 80px;
} #intro-small #slider-small li p {
    width: 380px;
    margin: 0 250px 12px 250px;
} #intro-small p#controls {
    margin: 0;
    position: relative;
} #intro-small #prevBtn, #intro-small #nextBtn {
    display: block;
    margin: 0;
    overflow: hidden;
    position: absolute;
    left: 4px;
    top: -60px;
} #intro-small #nextBtn {
    left: 494px;
    float: right;
} #intro-small #prevBtn a {
    display: block;
    padding: 10px 0;
    height: 51px;
    width: 51px;
    background: url(../img/arrow-prev.png) no-repeat;
} #intro-small #nextBtn a {
    display: block;
    padding: 10px 0;
    height: 51px;
    width: 51px;
    background: url(../img/arrow-next.png) no-repeat;
}

/* End Small Slider */
/* Faqs */ #primaryContent #faqs .faq-quest {
    font-family: Impact, Arial, serif;
    font-size: 20px;
    color: #0D2F55;
    text-transform: uppercase;
    margin: 0 0 8px 0;
} #primaryContent #faqs .faq-quest a {
    color: #0D2F55;
} #primaryContent #faqs .answer {
    font-size: 14px;
    font-family: Arial, serif;
    text-transform: none;
    padding: 8px 0 20px 19px;
}

/* End Faqs */
/* Jetfloat */ #jetfloat-sidebar {
    margin: 12px 0 32px 0;
} #jetfloat-sidebar a {
    display: block;
    text-indent: -9999px;
    width: 195px;
    height: 39px;
    margin: 4px 0 4px 0;
} #jetfloat-sidebar a.jf-docks {
    background: url(../img/jfnav-docks.png) no-repeat;
} #jetfloat-sidebar a.jf-docks:hover {
    background: url(../img/jfnav-docks-over.png) no-repeat;
} #jetfloat-sidebar a.jf-lifts {
    background: url(../img/jfnav-lifts.png) no-repeat;
} #jetfloat-sidebar a.jf-lifts:hover {
    background: url(../img/jfnav-lifts-over.png) no-repeat;
} #jetfloat-sidebar a.jf-breaks {
    background: url(../img/jfnav-wavebreaks.png) no-repeat;
} #jetfloat-sidebar a.jf-breaks:hover {
    background: url(../img/jfnav-wavebreaks-over.png) no-repeat;
} #jetfloat-sidebar a.jf-about {
    background: url(../img/jfnav-about.png) no-repeat;
} #jetfloat-sidebar a.jf-about:hover {
    background: url(../img/jfnav-about-over.png) no-repeat;
}

/* End Jetfloat*/
/*Safe Haven */ #jetfloat-sidebar a.sh-jet {
    background: url(../img/shnav-jet.png) no-repeat;
} #jetfloat-sidebar a.sh-jet:hover {
    background: url(../img/shnav-jet-over.png) no-repeat;
} #jetfloat-sidebar a.sh-hideaway {
    background: url(../img/shnav-hideaway.png) no-repeat;
} #jetfloat-sidebar a.sh-hideaway:hover {
    background: url(../img/shnav-hideaway-over.png) no-repeat;
} #jetfloat-sidebar a.sh-retreat {
    background: url(../img/shnav-retreat.png) no-repeat;
} #jetfloat-sidebar a.sh-retreat:hover {
    background: url(../img/shnav-retreat-over.png) no-repeat;
} #jetfloat-sidebar a.sh-retreat-sh {
    background: url(../img/shnav-retreat-sh.png) no-repeat;
} #jetfloat-sidebar a.sh-retreat-sh:hover {
    background: url(../img/shnav-retreat-sh-over.png) no-repeat;
} #jetfloat-sidebar a.sh-harbor-sh {
    background: url(../img/shnav-harbour-sh.png) no-repeat;
} #jetfloat-sidebar a.sh-harbor-sh:hover {
    background: url(../img/shnav-harbour-sh-over.png) no-repeat;
}

/* End Safe Haven */