/* main colours
      blue: #00518E
      yellow: #FCC101
*/

/***** sitewide settings *****/

html {
  background: #3366FF; //#EAEAEA;
}

div.outer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  background-image: url('../graphics/sidepanel_background.jpg');
  background-repeat: repeat-x;
}

div.container-background_home {
  position: relative;
  left: 0px;
  top: 0px;
  width: 1000px;
  height: 1300px;
  text-align: center;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

div.container-background_sub {
  position: relative;
  left: 0px;
  top: 0px;
  width: 1000px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

div.container_home {
  position: relative;
  left: 0px;
  top: 10px;
  width: 900px;
  height: 1200px; /* this value specifies the height of the bordered section */
  text-align: left;
  border-top: 2px solid #22F;
  border-left: 2px solid #22F;
  border-right: 2px solid #22F;
  border-bottom: 2px solid #22F;
  background: #FFFFFF; /* <- background colour for page*/
  margin-left: auto;
  margin-right: auto;
}

div.container_sub {
  position: relative;
  left: 0px;
  top: 10px;
  width: 900px;
  text-align: left;
  border-top: 2px solid #22F;
  border-left: 2px solid #22F;
  border-right: 2px solid #22F;
  border-bottom: 2px solid #22F;
  background: #FFFFFF; /* <- background colour for page*/
  margin-left: auto;
  margin-right: auto;
}

div.menu_panel {
  position: absolute;
  left: 100px;
  top: 263px;
  width: 754px;
  height: 29px;
  border: 0px solid #FF0000;
}

div.menu_item_background {
  position: absolute;
  top: 0px;
  width: 88px;
  height: 36px;
  border: 0px solid #0F0;
}

div.menu_item_foreground {
  position: absolute;
  top: 9px;
  left: 3px;
  width: 80px;
  height: 19px;
  font-family: verdana, arial, tahoma;
  font-size: 13px;
  text-align: center;
}

div.menu_home {
  position: absolute;
  left: 15px;
  top: 152px;
  width: 860px;
  height: 38px;
  border: 0px solid #F00;
}

div.menu_sub {
  position: absolute;
  left: 17px;
  top: 152px;
  width: 860px;
  height: 35px;
  border: 0px solid #F00;
}

div.menu_item {
  width: 84px;
  height: 16px;
  color: #FFF;
  font-family: verdana, arial, tahoma;
  font-size: 15px;
  text-align: center;
  border: 0px solid #F00;
  vertical-align: bottom;
  }

div.menu_item_text {
  position: absolute;
  left: 0px;
  top: 9px;
  width: 84px;
  height: 12px;
  text-align: center;
}
  
div.banner {
  position: absolute;
  left: 0px;
  top: 1px;
  width: 900px;
  height: 150px;
  border: 0px solid #F00;

}

div.foreground_layer_sub {
  position: relative;
  left: 0px;
  width: 900px;
  font-family: verdana, arial, tahoma;
  font-size: 14px;
  color: #000;
  border: 0px solid #FF0000;
  text-align: justify;
  padding 10px;
}

div.sub_content {
  padding: 10px;
}

div.text_links_sub {
  position: relative;
  left: 0px;
  width: 900px;
  font-family: verdana, arial, tahoma;
  font-size: 12px;
  color: #FFF;
  text-align: center;
  background: #DABC44;
}

div.footer_sub {
  position: relative;
  left: -2px;
  width: 898px;
  font-family: verdana, arial, tahoma;
  font-size: 10px;
  color: #FFFFFF;
  border: 0px solid #888888;
  background: #22F;
  padding: 3px;
  text-align: center;
}

div.top_email_link {
  position: absolute;
  left: 240px;
  top: 230px;
  width: 220px;
  height: 20px;
  border: 0px solid #F00;
}

div.beach_house_link {
  position: absolute;
  left: 620px;
  top: 200px;
  width: 218px;
  height: 43px;
  border: 0px solid #F00;
}

div.starfish {
  position: absolute;
  right: 0px;
  top: 2px;
  width: 24px;
  height: 15px;
  text-align: right;
  padding: 0px;
  border: 0px solid #000;
}


a.top_links:link {color: #FFFFFF; text-decoration: none;}
a.top_links:visited {color: #FFFFFF; text-decoration: none;}
a.top_links:hover {color: #FFF000; text-decoration: underline;}
a.top_links:active {color: #FFFFFF; text-decoration: none;}

a.main_menu:link {color: #FFFFFF; text-decoration: none;}
a.main_menu:visited {color: #FFFFFF; text-decoration: none;}
a.main_menu:hover {color: #FFDD00; text-decoration: none;}
a.main_menu:active {color: #FFFFFF; text-decoration: none;}

a.main_menu_selected:link {color: #FFDD00; text-decoration: underline; border: 0px solid #FF9900;}
a.main_menu_selected:visited {color: #FFDD00; text-decoration: underline; border: 0px solid #FF9900;}
a.main_menu_selected:hover {color: #FFDD00; text-decoration: underline; border: 0px solid #FF9900;}
a.main_menu_selected:active {color: #FFDD00; text-decoration: underline; border: 0px solid #FF9900;}

a.footer_link:link {color: #AAAAFF; text-decoration: underline;}
a.footer_link:visited {color: #AAAAFF; text-decoration: underline;}
a.footer_link:hover {color: #FFFFFF; text-decoration: underline;}
a.footer_link:active {color: #AAAAFF; text-decoration: underline;}

a.navbar_home:link {color: #FCC101; text-decoration: none;}
a.navbar_home:visited {color: #FCC101; text-decoration: none;}
a.navbar_home:hover {color: #AAAAFF; text-decoration: none;}
a.navbar_home:active {color: #FCC101; text-decoration: none;}

a.std_link:link {color: #FFF000; text-decoration: underline;}
a.std_link:visited {color: #FFF000; text-decoration: underline;}
a.std_link:hover {color: #FFF000; text-decoration: underline;}
a.std_link:active {color: #FFF000; text-decoration: underline;}

a.starfish:link {color: #AAAAFF; text-decoration: none;}
a.starfish:visited {color: #AAAAFF; text-decoration: none;}
a.starfish:hover {color: #FFFFFF; text-decoration: underline;}
a.starfish:active {color: #AAAAFF; text-decoration: none;}

a.mail_link:link {color: #FFFFFF; text-decoration: underline;}
a.mail_link:visited {color: #FFFFFF; text-decoration: underline;}
a.mail_link:hover {color: #FCC101; text-decoration: underline;}
a.mail_link:active {color: #FFFFFF; text-decoration: underline;}

a.mail_link2:link {color: #333333; text-decoration: underline;}
a.mail_link2:visited {color: #333333; text-decoration: underline;}
a.mail_link2:hover {color: #0000FF; text-decoration: underline;}
a.mail_link2:active {color: #333333; text-decoration: underline;}


