
/*********************************************/
/* Filename: ardglass_style.css              */
/* Author:   Brian Smith, Rory Smith         */
/* Date Created: Mar/Apr/May/Jun 2003        */
/* Style sheet created for Ardglass Web Site */
/*********************************************/


/* ******************  General  ************** */

html, body {
   color:       #fff;  /* definitely works */
   background:  #040;
   font-family: Verdana, Arial, Helvetica,  Verdana,  sans-serif;

   /* Controls the colour of the scroll bars */
   SCROLLBAR-FACE-COLOR:       #226622;
   SCROLLBAR-3DLIGHT-COLOR:    #226622;
   SCROLLBAR-HIGHLIGHT-COLOR:  #bbddbb;
   SCROLLBAR-ARROW-COLOR:      #bbddbb;
   SCROLLBAR-TRACK-COLOR:      #bbddbb;
   SCROLLBAR-SHADOW-COLOR:     #000000;
   SCROLLBAR-DARKSHADOW-COLOR: #000000;
}


/* ******************  navigation bar horizontal Main Menu  ************** */

.navBlockH{
   text-align:      center;
   color:           #000;
   font-weight:     bold;
   font-size:       12px;
   margin-top:      0px;
   text-indent:     0px;
   padding-top:     0px;
   padding-bottom:  0px solid #fff;
   padding-right:   0px;
   padding-left:    0px;
   border-bottom:   0px solid #000;
}


/* next three rules for acronyms in Mac IE 4.01 and 4.5 */

.navBlockH a:visited {
   color: #fff;
   text-decoration: none;
}

.navBlockH a:link {
   color: #fff;
   text-decoration: none;
}

.navBlockH a:active {
   color: #f00;
   text-decoration: underline;
}

.navBlockH a:hover {
   color: #f00;
   text-decoration: underline;
}


.navBlockSubMenu {
   color:         #ff8;
   font-weight:   bold;
   font-size:     10px;
   padding-top:   0px;
   width:         100%;
   text-align:    left;
}

.navBlockSubMenu a:visited {
   color: #ff8;
   background: #040;
   text-decoration: none;
}

.navBlockSubMenu a:link {
   color: #ff8;
   background: #040;
   text-decoration: none;
}

.navBlockSubMenu a:active {
   color: #ff8;
   background: #040;
   text-decoration: none;
}

.navBlockSubMenu a:hover {
   color: #f00;
   background: #040;
   text-decoration: underline;
}

