@charset "UTF-8";
/*****************************************/
/** Foster Clark's Grey Layout CSS      **/
/** Author Alan Agius                   **/
/** Last Updated: 15th April 09         **/
/** Copyright 2009 Alert Communications **/
/*****************************************/
@import url("fosterGeneralStyles.css");
@import url("fosterTypoStyles.css");

#rightContentSection h1, #rightContentSection h2{
	color:#bcb9c4;
}

a{
	text-decoration:none;
	color:#7e7c81;
}

a:hover{
	text-decoration:underline;
}

/** First Level Menu                    **/
#leftMenuSection dl dt{
	color:#242225;
	background:url(../pics/nav_icon_big_grey.gif) no-repeat top center;
}

/** Second Level Menu                   **/
#leftMenuSection dl dd ul li{
	background:url(../pics/nav_icon_dark_grey.gif) left top no-repeat; 
}

/** Third Level Menu                   **/
#leftMenuSection dl dd ul li ul li{
	background:url(../pics/nav_icon_light_grey.gif) left top no-repeat; 
}

