﻿
/* Set Background color or image */
body
{
	background: #8b9191 url(/App_Themes/asia/images/bkg_body3.jpg) repeat-x left top;
}

/* Define style for call out quotes */
#mainContent .callout {
}


/* =Backgrounds  
(keep margins and layout css in main style sheet, the styles below should only control color/image )
============================================= */

#topNav { } /* Enter a background here only if you want to override the default transparency effect */

/* I didn't want to do it, but I had to. Here is the nasty hack serving up a color background for IE6, instead of the transparent png. */
* html #topNav { background-color: #5b6d54; background-image: none;}

#regionalNav 
{
	background: #a3a3a2 url(/App_Themes/asia/images/bkg_navBar.jpg) repeat-x left top; 
	border-top: 1px solid #999; border-bottom: 1px solid #bbb;
}

/* =Header and subHeader Styles 
============================================= */




#mainContent h1 
{
	color: #5d3305; 
}

#mainContent h2 
{
	color: #5d3305; 
}	

#mainContent h3 
{
	color: #666;
}

#mainContent h4 
{
	color: #000;
}

#secondaryContent h1 {
	background: url(/App_Themes/asia/images/bkg_sidePodHeader.gif) no-repeat right top;
	color: #fff;
	/*color: #666; */
	}

#secondaryContent .sidePod, #secondaryContent .sidePod p {
	color: #5d644c;
}

/* =Widgets
============================================ */
/*.sidePod { background: url(/images/bkg_sidePod.gif) repeat-x;}*/

/* =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 ul a { color: #ddd; }
#topNav ul a:hover { color: #fff;}

#regionalNav a:link, #regionalNav a:visited { font-weight: bold; color: #444; border-right: 1px solid #bbb; border-left: 1px solid #eee; letter-spacing: 0;}
#regionalNav a:hover, #regionalNav a:active, #regionalNav visited:hover { color: #5595a0;}
#regionalNav a.ekflexmenu_button_selected { background: #a3a3a2 url(/App_Themes/asia/images/bkg_navBarButton.jpg) no-repeat -400px 0 !important; color: #444;}


#footer ul a { color: #ddd; font-weight: bold; text-decoration: none;}
#footer ul a:hover { color: #fff; text-decoration: underline;}

#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: #5d3305;}

#secondaryContent a:link { color: #5f9cae;}
#secondaryContent a:visited { color: #314d50;}
#secondaryContent a:hover { color: #5d3305;}
#secondaryContent a:active { color: #5d3305;}
#secondaryContent a:visited:hover {color: #5d3305;}