﻿
/* Set Background color or image */
body
{
	background: #bdb493 url(/App_Themes/la/images/bkg_body3.jpg) repeat-x left top;
}

/* Define style for call out quotes */
#mainContent .callout {
	color: #e05916;
}

/* =Backgrounds  
(keep margins and layout css in main style sheet, the styles below should only control color/image )
============================================= */

#topNav { background: #6e2603;} /* Enter a background here only if you want to override the default transparency effect */
#regionalNav { background: #d58135 url(/App_Themes/la/images/bkg_nav.jpg) repeat-x left top;}


/* =Header and subHeader Styles 
============================================= */

#mainContent h1 { 
	color: #5d3305;
}

#mainContent h2 
{
	color:#5595A0;
}

#mainContent h3 
{
	color: #4c6880;	
}
 
#secondaryContent h1 {
	background: url(/App_Themes/la/images/bkg_sidePodHeader.gif) no-repeat right top;
	color: #fff;
	/*color: #a24b01; */
}

#secondaryContent .sidePod, #secondaryContent .sidePod p {
	color: #855121;
}



/* =Widgets
============================================ */
/*.sidePod { background: url(/images/bkg_sidePod.gif) repeat-x 0 15px;}*/


/* =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 a:hover 
{
	color: #fae37a;
}

#regionalNav a:link, #regionalNav a:visited { font-weight: bold; color: #6e2603; border-right: 1px solid #b86c28; border-left: 1px solid #fae37a;}
#regionalNav a:hover, #regionalNav a:active, #regionalNav visited:hover { color: #fae37a;}
#regionalNav a.ekflexmenu_button_selected { background: #d58135 url(/App_Themes/la/images/bkg_navBarButton.jpg) no-repeat -400px 0 !important; color: #6e2603;}


#mainContent a:link { color: #5f9cae;}
#mainContent a:visited {color: #3d6875;}
#mainContent a:hoverr { color: #d47a00;}
#mainContent a:active { color: #b04400;}
#mainContent a:visited:hover{color: #d47a00;}

#secondaryContent a:link {}
#secondaryContent a:visited {}
#secondaryContent a:hover {}
#secondaryContent a:active {}
#secondaryContent a:visited:hover {}