@charset "UTF-8";
/*****************************************/
/** Foster Clark's Orange 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:#d8900e;
}

a{
	text-decoration:none;
	color:#d8900e;
}

a:hover{
	text-decoration:underline;
}

/** First Level Menu                    **/
#leftMenuSection dl dt{
	color:#d8900e;
	background:url(../pics/nav_icon_big_orange.gif) no-repeat top center;
}

/** Second Level Menu                   **/
#leftMenuSection dl dd ul li{
	background:url(../pics/nav_icon_dark_orange.gif) left top no-repeat; 
}

/** Third Level Menu                   **/
#leftMenuSection dl dd ul li ul li{
	background:url(../pics/nav_icon_light_orange.gif) left top no-repeat; 
}

