/*******************
Code specific to the Ocean sub-template
********************/

body {
  color: rgb(66, 66, 66);
}

.oneColFixCtr {
  background-image: url('img/Ocean/bg.gif');
}

.border_color_border {
  border-color: hsl(0, 0%, 100%);
}
/*Header*/

.headerWrapper_border {
  border-color: hsl(0, 0%, 100%);
}

.mainWrapper_bg {
  background-image: url('img/Ocean/watermark-sidebar.png');
}

.callToAction_bg_bg {
  background-color: rgb(150, 150, 150);
}

.callToAction_fg_fg {
  color: rgb(255, 255, 255);
}

.callToAction_bg_hover_bg_hover:hover {
  background-color: rgb(160, 160, 160);
}

.actionButton {
  color: inherit;
}

.container_bg_bg {
  background-color: hsl(205, 27%, 81%);
}

.header_bg_bg {
  background-color: rgb(89, 108, 130);
}

.header_fg_fg {
  color: rgb(0, 0, 0);
}
/*Navigation*/

.menu_bg_bg {
  background-color: hsl(0, 0%, 100%);
}

.menu_fg_fg {
  color: rgb(88, 108, 141);
}

.navLink_bg_bg {
/*  background-image: url('img/Ocean/navbutton.png');*/
}

.navLink_bg_hover_bg_hover:hover {
  background-color: hsl(205, 27%, 81%);
}

.navLink_fg_fg {
  color: inherit;
}

.important_active_bg_bg {
  background-color: hsl(0, 0%, 87%);
}
/*Slideshow Section*/

.slideshowGrid_border {
  border-color: hsl(0, 0%, 100%);
}

.slideshowSection_border {
  border-color: hsl(213, 19%, 46%);
}

.sloganGrid_bg_bg {
  /*background-color: hsl(22, 22%, 50%);*/
}

.sloganGrid_border {
  border-color: hsl(0, 0%, 100%);
}

.slogan_fg_fg {
  color: hsl(0, 0%, 100%);
}
/*Main Content*/

.innerMain_bg_bg {
  background-color: hsl(0, 0%, 100%);
}

.innerMain_border {
  border-color: hsl(0, 0%, 100%);
}

.infoBox_bg_bg {
  background-color: hsl(205, 27%, 81%);
}

.infoBox_border {
  border-color: hsl(0, 0%, 69%);
}

.infoBox_title_fg_fg {
  color: hsl(210, 18%, 43%);
}

.clickHere_fg_fg {
  color: hsl(0, 0%, 100%);
}

.clickHere_bg_bg {
  background-color: hsl(22, 30%, 42%);
}

.clickHere_bg_hover_bg_hover:hover {
  background-color: hsl(27, 35%, 47%);
}
/*Sidebar*/

.sidebar_title_fg_fg {
  color: hsl(210, 18%, 43%);
}

.sidebar_fg_fg {
  color: rgb(66, 66, 66);
}

.sidebar_bg_bg {
  background-color: rgb(166, 210, 101);
}

.footer_bg_bg {
  background-color: hsl(213, 19%, 42%);
}

.footer_fg_fg {
  color: hsl(0, 0%, 100%);
}
