/* CSS Document */
/* ----- sub ----- */
.sitemap ul { list-style-image: url(../../design/menu/arrow_orange.gif); }

.sitemap {
  font-family: verdana, arial, helvetica;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  text-align: left;  
  vertical-align: top;
}

.sitemap a:link, .sitemap a:visited, .sitemap a:active {
  text-decoration: none;
  font-weight: normal;
  color: #0000CC;
}

.sitemap a:hover {
  text-decoration: underline;
  color: #00CC00;
}
/* ----- sub ----- */
/* ---------------------- MAIN DOCUMENT BODY --------------------*/
BODY {
  background-color: #FFFFFF;
  margin: 0px 0px 0px 0px;
/* ----- Fixes a Centralised Background Image ----- */
   /* background-image: url(../../design/images/bg_alarmwise.gif); 
      background-attachment: fixed; 
      background-repeat: no-repeat; 
      background-position: 50% 50%; */

}
/* ----- sub ----- */
/* Define the appearance of the horizontal rule */
hr {
  background-color: #CCCCCC; /* Firefox colour */
  border: 0;
  clear: both;
  color: #CCCCCC;  /* IE colour */
  height: 1px;
}
/* ----- sub ----- */
.logo_bg {
  height: 145px;
  background-image: url(../../design/images/logo_red_fire.jpg);
  background-repeat: no-repeat;
  background-color: #330000;
}
/* ----- sub ----- */
/* --------------------------------------------------------------*/
/* ------------------------- Navigation -------------------------*/
/* --------------------------------------------------------------*/
#menuline {
  font-family: verdana, tahoma, arial;
  font-size: 12px;
  font-weight: bold;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding-left: 5px;
  padding-top: 0px;
  height: 22px;
  color: #FFFFFF;
  background-color: #000000;
  background-image: url(../../design/images/bg_silver_nav.jpg);
}
/* ----- sub ----- */
/* .navbar not being used yet, using #menuline instead */
.navbar {
  font-family: verdana, arial, helvetica;
  font-size: 12px;
  font-weight: bold;
  text-align: left;  
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  height: 22px;
  color: #FFFFFF;
  background-image: url(../../design/images/bg_silver_nav.jpg);
}

.navbar a:link, .navbar a:visited, .navbar a:active {
  text-decoration: none;
  color: #FFFFFF;
  /* border-left: 1px solid #CCCCCC; */
  border-right: 1px solid #CCCCCC;
  padding-left: 13px;
  padding-right: 16px;
  padding-top: 3px;
  padding-bottom: 3px;
  height: 20px;
}

.navbar a:hover {
  text-decoration: none;
  color: #FFFFFF;
} 
/* ----- sub ----- */
.bottombar {
  font-family: verdana, arial, helvetica;
  font-size: 12px;
  font-weight: bold;
  text-align: center;  
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  height: 22px;
  color: #FFFFFF;
  background-image: url(../../design/images/bg_silver_nav.jpg);
}

.bottombar a:link, .bottombar a:visited, .bottombar a:active {
  text-decoration: none;
  color: #FFFFFF;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 3px;
  padding-bottom: 3px;
  height: 20px;
}

.bottombar a:hover {
  text-decoration: none;
  color: #FFFFFF;
}

/* ---------------------------------------------------------------------*/
/* ------------------------- Text Manipulation -------------------------*/
/* ---------------------------------------------------------------------*/
.headerlarge {
  font-family: verdana, arial, helvetica;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #CCCCCC;
  color: #CC0000;
  background-color: #FFFFFF;
  text-align: center; 
}

.headerlarge a:link, .headerlarge a:visited, .headerlarge a:active {
  text-decoration: none;
  color: #0000CC;
}

.headerlarge a:hover {
  text-decoration: underline;
  color: #CC0000;
}

.headerlarge_reduced {
  font-family: verdana, arial, helvetica;
  font-size: 12px;
  font-weight: bold;
  color: #0000CC;
}
/* ----- sub ----- */
.headerchrome {
  font-family: verdana, arial, helvetica;
  font-size: 12px;
  font-weight: normal;
  /* filter: alpha(opacity=50); opacity:.50;  */  /* causes an opaque background */
  border: 1px solid #CCCCCC;
  padding: 5px;
  color: #0000CC;
  background-color: #FFFFCC;
  text-align: left; 
}

.headerchrome a:link, .headerchrome a:visited, .headerchrome a:active {
  text-decoration: none;
  color: #0000CC;
}

.headerchrome a:hover {
  text-decoration: underline;
  color: #CC0000;
}
/* ----- sub ----- */
.headermedium {
  font-family: verdana, arial, helvetica;
  font-size: 12px;
  font-weight: bold;
  color: #FF0000;
  text-align: left; 
}

.headermedium a:link, .headermedium a:visited, .headermedium a:active {
  text-decoration: none;
  color: #0000CC;
}

.headermedium a:hover {
  text-decoration: underline;
  color: #00CC00;
}
/* ----- sub ----- */
.centertext {
  font-family: verdana, arial, helvetica;
  font-size: 16px;
  color: #FF0000;
  text-align: center;  
}

.centertext a:link, .centertext a:visited, .centertext a:active {
  text-decoration: none;
  color: #000099;
}

.centertext a:hover {
  text-decoration: underline;
  color: #000099;
}
/* ----- sub ----- */
.maintext {
  font-family: verdana, arial, helvetica;
  font-size: 12px;
  color: #000099;
  text-align: left;  
  vertical-align: top;
}

.maintext a:link, .maintext a:visited, .maintext a:active {
  text-decoration: none;
  color: #0000CC;
}

.maintext a:hover {
  text-decoration: underline;
  color: #00CC00;
}
/* ----- sub ----- */
.footertext {
  font-family: verdana, arial, helvetica;
  font-size: 10px;
  color: #FFFFFF;
  text-align: center;
}  
  
.footertext a:link, .footertext a:visited, .footertext a:active {
  text-decoration: none;
  color: #FFFFFF;
}

.footertext a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}

.footer_bg {
  background-color: #990000;
}
/* ----- sub ----- */
.sitedreams {
  font-family: verdana, arial, helvetica;
  font-size: 9px;
  text-align: right;
  padding-right: 15px;
  color: #FF9933;
}

.sitedreams a:link, .sitedreams a:visited, .sitedreams a:active {
  text-decoration: none;
  color: #FF9933;
}

.sitedreams a:hover {
  text-decoration: underline;
  color: #FF9933;
}
/* ----- sub ----- */
.errorpage {
  font-family: verdana, arial, helvetica;
  font-size: 11px;  
  vertical-align: top;
  padding-top: 2px;
  padding-right: 6px;
  padding-bottom: 4px;
  padding-left: 6px;
  color: #000099;
}

.errorpage a:link, .errorpage a:visited, .errorpage a:active {
  text-decoration: underline;
  color: #37496D;
}

.errorpage a:hover {
  text-decoration: underline;
  color: #FF0000;
}
/* ----- sub ----- */
.grey_bg_jl {
  font-family: verdana, arial, helvetica;
  font-size: 12px;
  text-align: left;
  padding: 2px 5px 2px 10px;
  border: 1px solid #CCCCCC;
  color: #000099;
  background-color: #DDDDDD;
}
/* ----- sub ----- */
.grey_bg_jr {
  font-family: verdana, arial, helvetica;
  font-size: 12px;
  text-align: right;
  padding: 2px 10px 2px 5px;
  border: 1px solid #CCCCCC;
  color: #990000;
  background-color: #DDDDDD;
}
/* ----- sub ----- */
.grey_bg_jl_red {
  font-family: verdana, arial, helvetica;
  font-size: 12px;
  text-align: left;
  padding: 2px 10px 2px 5px;
  border: 1px solid #CCCCCC;
  color: #FF0000;
  background-color: #DDDDDD;
}
/* ----- sub ----- */
/* ----------------------------------------------------------------------*/
/* ------------------------- Image Manipulation -------------------------*/
/* ----------------------------------------------------------------------*/

.imageleft_border {
  border: 1px solid #CCCCCC;
  margin-right: 10px;
}
/* ----- sub ----- */
.imageright_border {
  border: 1px solid #CCCCCC;
  margin-left: 10px;
}
/* ----- sub ----- */
.imageleft_noborder {
  margin-right: 10px;
}
/* ----- sub ----- */
.imageright_noborder {
  margin-left: 10px;
}
/* ---------------------------------------------------------------------*/
/* --------------------------- Miscellaneous ---------------------------*/
/* ---------------------------------------------------------------------*/

.border {
  border: 1px solid #CCCCCC;
}
/* ----- sub ----- */
.tilde {
  font-family: arial, helvetica;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  color: #FF0000;
}
/* ----- sub ----- */
.warning {
  font-family: verdana, arial, helvetica;
  font-size: 12px;
  border: 5px solid #FF0000;
  padding: 5px;
  color: #CC0066;
  background-color: #FFFFCC;
}

.warning a:link, .warning a:visited, .warning a:active {
  text-decoration: none;
  color: #FF0000;
}

.warning a:hover {
  text-decoration: underline;
  color: #00CC00;
}

.warning_headline {
  font-family: verdana, arial, helvetica;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #FF0000;
}
/* ----- sub ----- */
