﻿/* =Basic HTML
--------------------------------------------------------------------------------*/
body
{
	color:#333333;
}


hr
{
	border-color: #67D3F7;
}
h3 
{
    color: #20A6D2;
}

.picbar
{
background-image:url(../images/sl_homebanner.jpg);
}

.picbar p{
    color: #20A6D2;
}

/*SL overrides for the homeboxes on the subFooter*/
#homebox1 h2, #homebox2 h2, #homebox3 h2
{
color: #20A6D2;
}


a:link, a:visited, a:active
{
    color: #017298;	
    text-decoration: none;
}

a:hover 
{
	color: #610183;
}
#homebox1, #homebox2, #homebox3{
background-image:url(../images/homboxbg_mainSL.jpg);}

#divFooterBody{border-top: 2px solid #67D3F7;}

/* =text overrides
--------------------------------------------------------------------------------*/
.maintextboldcolor{color:#049BCE;}
.quoteStyle2 {color:#049BCE;}
h1, h2 {color:#049BCE;}
	
/* SL Menu - overrides of topMenu.css for color and background
--------------------------------------------------------------------------------*/
#navbar{background-image:url(../images/navbarbg2.gif);}
/* style the links for the top level */
.menu a, .menu a:visited {color:#000000;}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#843A9E no-repeat 130px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#67D3F7 no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#67D3F7 no-repeat 130px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#34B6E2;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#67D3F7;}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#34B6E2; color:#000000;}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000000; background:#67D3F7;}
.menu :hover > a, .menu ul ul :hover > a {color:#000000; background:#67D3F7;}

