﻿
/* Set Background color or image */
body
{
	background: #bcb492 url(/App_Themes/africa/images/bkg_body3.jpg) repeat-x left top;
}

/* Define style for call out quotes */
#mainContent .callout 
{
}

/* Custom footer text color */
#footer .copyright { color: #45351f; }

/* =Backgrounds  
(keep margins and layout css in main style sheet, the styles below should only control color/image )
============================================= */

#topNav { 
	background: #3c1704; /* Enter a background here only if you want to override the default transparency effect */
} 

#regionalNav 
{
	background: #822d01 url(/App_Themes/africa/images/bkg_navBar.jpg) repeat-x left top; 
	border-top: 1px solid #ad4f21; border-bottom: 1px solid #ad4f21;
}

/* =Header and subHeader Styles 
============================================= */


#mainContent h1 { 
	color: #5d3305; 
}
	
#secondaryContent h1 {
	background: url(/App_Themes/africa/images/bkg_sidePodHeader.gif) no-repeat right top;
	color: #fff;
	/*color: #a24b01; */

}

#secondaryContent .sidePod, #secondaryContent .sidePod p {
	color: #822d01;
}

#mainContent h2 { 
	color: #5d3305;
}

#mainContent h3 { color: #666;}
#mainContent h4 { color: #000;}

/* =Widgets
============================================ */

.sidePod { background: none;}

/* =Links 
============================================= */

a:link { color: #5f9cae; outline: none;}
a:visited { color: #5f9cae; outline: none;}
a:hover { color: #d47a00;}
a:active { color: #b04400; outline: none;}
a:visited:hover {color: #d47a00;}

/* =topNav link styles */
#topNav ul a { color: #ddd; }
#topNav ul a:hover { color: #fff;}

/* =regionalNav link styles */
#regionalNav a:link, #regionalNav a:visited { font-weight: bold; color: #fff; border-right: 1px solid #6f2702; border-left: 1px solid #a65404; letter-spacing: 0;}
#regionalNav a:hover, #regionalNav a:active, #regionalNav visited:hover { color: #f1e071;}
#regionalNav a.ekflexmenu_button_selected { background: #822d01 url(/App_Themes/africa/images/bkg_navBarButton.jpg) no-repeat -400px 0 !important; color: #f1e071;}

/* =footer link styles */
#footer ul a { color: #5d3305; font-weight: bold; text-decoration: none;}
#footer ul a:hover { color: #fff; text-decoration: underline;}

/* =mainContent link styles */
#mainContent a:link { color: #5f9cae;}
#mainContent a:visited {color: #3d6875;}
#mainContent a:hover { color: #5d3305;}
#mainContent a:active { color: #5d3305;}
#mainContent a:visited:hover {color: #d47a00;}

/* =secondaryContent link styles */
#secondaryContent a:link { color: #5f9cae;}
#secondaryContent a:visited { color: #790000;}
#secondaryContent a:hover { color: #5d3305;}
#secondaryContent a:active { color: #5d3305;}
#secondaryContent a:visited:hover {color: #d47a00;}