
/*********************************************/
/* 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:#000000;
	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;
	background-color: #040;

}


/* ******************  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:#000000;
   text-decoration: none;
}

.navBlockH a:link {
   color:#000000;
   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;
}



/***** Members Area Start *****/

.ma_content h1, h2 {
   font-family:   Verdana, Arial, Helvetica,  sans-serif; 
   color:         #6D6;
   font-size:      16px;
   font-weight:    bold;
}

.ma_content h3 {
   color:         #6D6;
   font-size:      14px;
   font-weight:    bold;
   margin-bottom:  1px;
}

.ma_content p, ul, li {
   color:          #ffffff;
   font-size:      12px;
}

.ma_form_table {
    font-family:   Arial, Helvetica, sans-serif;
    color:         #eee;
    font-size:     12px;
    background:    #050; 
    border-bottom: 0px solid #888;
    border-top:    0px solid #888;
    border-left:   0px solid #888;
    border-right:  0px solid #888;
 }

.ma_news_comps_table {
   font-family:   Arial, Helvetica, sans-serif;
   width:         100%;
   color:         #eee;
   font-size:     12px;
   background:    #050; 
   border-bottom: 0px solid #888;
   border-top:    0px solid #888;
   border-left:   0px solid #888;
   border-right:  0px solid #888;
}

.ma_form_heading {
   color:       #6D6;
   font-size:   14px;
   font-weight: bold;
   background:  #050;

   }

.ma_form_h3 {
   color:       #6D6;
   font-size:   14px;
   font-weight: bold;
}

.ma_form_footer {
   color:       #eee;
   font-size:   12px;
   font-weight: bold;
   background:  #050;
   border-top:    1px ridge #035;
 }

.ma_form_body {
   font-family:   Arial, Helvetica, sans-serif;
   color:         #ffffff;
   font-size:     12px;
   font-weight:   bold;
   padding-left:  3px;
   padding-right: 3px;
   background:    #050;
}

.ma_news_comps_body {
   font-family:   Courier New, Arial, Helvetica, sans-serif;
   color:         #eee;
   font-size:     12px;
   font-weight:   bold;
   padding-left:  3px;
   padding-right: 3px;
   background:    #050;
}

.ma_form_shaded {
   font-family:   Arial, Helvetica, sans-serif;
   color:#ffffff;
   font-size:     12px;
   font-weight:   bold;
   padding-left:  3px;
   padding-right: 3px;
   background:    #050;
}


.ma_content a:link    { color: #0ff; text-decoration: none; }
.ma_content a:visited { color: #0ff; text-decoration: none; }
.ma_content a:active  { color: #0ff; text-decoration: none; }
.ma_content a:hover   { color: #f00; text-decoration: underline; }

.ma_form_body a:link    { color: #0ff; text-decoration: none; }
.ma_form_body a:visited { color: #0ff; text-decoration: none; }
.ma_form_body a:active  { color: #0ff; text-decoration: none; }
.ma_form_body a:hover   { color: #f00; text-decoration: underline; }


#content {
   font-family:   Arial, Helvetica, sans-serif;
   color:#ffffff;
   font-size:     12px;
   font-weight:   normal;

}

#content p{
   font-family:   Arial, Helvetica, sans-serif;
   color:#ffffff;
   font-size:     12px;
   font-weight:   normal;

}

#content h1, h2{
	font-family:   "Times New Roman", Times, serif;
	color:#ffffff;
	font-size:     18px;
	font-weight:   normal;
}

/***** Members Area End *****/

