/* CSS Stylesheet for Adastra web site v2.2  */
/* June 2005 */
/* Modified 18/05/2007 for site re-brand */

/* Colours:
Dark grey (heading font): #555453
Green (heading font): #9BB0A9
Pale Green (home page news block background): #E1EAE3
Light grey (background): #F1F1F1
Dark blue (links): #003798
Light brown (footer bar): #818174
*/


/************ Master Template Styles ***************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #f1f1f1;
}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

.wBkgd {
	background-color: #FFFFFF;
}

.bdrLine {
/*	background-color: #003798; Commented out for re-brand */
	background-color: #555453
}

/*.aMenu:link, .aMenu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003798;
	text-decoration: none;
	font-weight: bold;
	font-size: xx-small;
}

.aMenu:hover  {
	font-weight: bold;
	text-decoration: underline;
	font-size: xx-small;
	color:#FFFFFF;
	
}
*/
#navlist ul {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/

}

#navlist a {
	display: block;
	height: 26px;  /* Increased size from 25 to 26 when applying re-branding */
	padding-top:5px;
	text-align:center;
	vertical-align:middle;
	background-image:  url(../images/smallBtnBgrd2.gif);
	background-repeat: no-repeat;
}

#navlist a:link, #navlist a:visited {
	font-family: Arial, Helvetica, sans-serif;
/*	color:#FFFFFF; Commented out for re-brand */
 	color: #555453;
	text-decoration: none;
	text-align:center;
	vertical-align:middle;
	font-weight: bold;
	font-size: xx-small;
}

#navlist a:hover {
	background-image: url(../images/smallBtnBgrd.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	text-align:center;
	vertical-align:middle;
	text-decoration: underline;  
	font-size: xx-small;
/* 	color: #003798; Commented out for re-brand */
 	color: #555453; 
}

.aMenuBkOff {
	background-image:url(../images/smallBtnBgrd2.gif);
	background-repeat: no-repeat;
}

.aMenuBkOn {
	background-image:url(../images/smallBtnBgrd.gif);
	background-repeat: no-repeat;
}

.sideBarBkgd {
	background-image: url(../images/sidebar_1.jpg);
	background-repeat: no-repeat;
}

.footer {
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 30px;
	vertical-align: middle;
	text-align: center;
	background-color: #818174; 
}

/*************** Home & News Templates Specific *******/

/******* homepage Title & Logos **********/

.contentTitle {
	font-size: 14pt;
	font-weight: normal;
/*	color: #003798; Commented out for re-brand */
	color: #9BB0A9;
}

.footerLogoText {
/*	color: #003798; Commented out for re-brand */
	color: #555453;	font-size: xx-small;
}

/********** Background Colour for News Block ***********/

.newsBkgd {
/*	background-color: #FDF2D9; Commented out for re-brand */
	background-color: #E1EAE3;
	font-size: x-small;
}

/********* News Titles B is Blue: Y is Yellow **************/
/********* Blue is now grey, yellow is now green ***********/

.newsTitleB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
/*	color: #003798; Commented out for re-brand */
	color: #555453;
}

.newsTitleY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
/*	color: #F1AB00; Commented out for re-brand */
	color: #9BB0A9; 
	text-decoration: none;
}

.newsTitleB2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
/*	color: #003798; Commented out for re-brand */
	color: #555453;
	text-decoration: none;
}

.newsTitleY2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
/*	color: #F1AB00; Commented out for re-brand */
	color: #9BB0A9; 
	text-decoration: none;
}

.newsTitleY3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
/*	color: #F1AB00; Commented out for re-brand */
	color: #9BB0A9; 
}

/******** News Block Footer Text ********/

.newsBkgdFooter {
/*	background-color: #003798; Commented out for re-brand */
	background-color: #55786B; 
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	font-size: xx-small;
	height: 35px;
	vertical-align: middle;
}

/********** News Article  *************/

.newsArticleTitle {
/*	background-color: #FDF2D9; Commented out for re-brand */
	background-color: #E1EAE3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
/*	color: #003798; Commented out for re-brand */
	color: #555453;
}

.newsArticleText {
/*	background-color: #FDF2D9; Commented out for re-brand */
	background-color: #E1EAE3;
	font-size: 10pt;
	text-align: left;
	color: #000000;
}

/*********** News Article Link ************/

.aArticle:link, .aArticle:visited {
/*	color: #F1AB00; Commented out for re-brand */
	color: #9BB0A9; 
	text-decoration: none;
	font-weight: bold;
	font-size: xx-small;
}

.aArticle:hover {
	font-weight: bold;
	text-decoration: underline;
	font-size: xx-small;
}

.titleLink:link, .titleLink:visited, .titleLink:hover {
	text-decoration: none;
}

.newsPaddingRight {
	padding-right: 10px;
}

.newsPaddingTop {
	padding-top: 10px;
}
.czSideBarBkgd {

	background-image: url("../images/czMenuStrip_ORIGINAL.jpg");
	background-repeat: no-repeat;
}