/*
** Version 1.1 - 06 February 2007
*/

/*-------------------------------------------------
Border below Global Navigation
-------------------------------------------------*/
		#globalNav ul     {
		border-bottom: 5px solid #9A4239;
		}
/*-------------------------------------------------
Side Content / Section Navigation / Left Column
-------------------------------------------------*/
#sideContent {
		background: #9A4239; /*url(../img/04g_sideContentBg.gif) no-repeat bottom;*/
		color: #fff; 
		}
		
#sideContent a:link, #sideContent  a:visited {
		color: #fff; /*color*/
		}	
/*-------------------------------------------------
Breadcrumbs
-------------------------------------------------*/
#mainContent 	div#breadCrumb h1	{
		color: #343C6D;
		}
/*-------------------------------------------------
 Main Content !!-Image No. Should match Color No.-!!
-------------------------------------------------*/
#mainContent  {
		background: url(../_img/roundCorner.gif) no-repeat;
		}
/*-------------------------------------------------
Main Content / Article
-------------------------------------------------*/	
#mainContent a:link, #mainContent a:visited  {
		color: #9A4239;
		}
		
/*#mainContent a:visited {
		color: #858585;
		}*/
		
#mainContent a:hover, #mainContent a:active {
		color: #9A4239; 
		}
/*-------------------------------------------------
Sub Content / Right Column
-------------------------------------------------*/
#mainContent  div#subContent h3	{
		color:#595959;
		}
/*-----------------------------------------------------
Main Content Footer/ !!-Image No. Should match Color No.-!!
------------------------------------------------------*/
#mainFoot a.top {
		background:url(../_img/returnTopBg.gif) no-repeat left;
		color: #9A4239; 	
		}
		
#mainFoot a:hover.top {
		border-bottom: 1px solid #9A4239;
		background:url(../../_img/04g_returnTopBg.gif) no-repeat left;
		color: #9A4239; 	
		}