/* CSS Document */

.basket strong {
	color:#3399FF;
}

#breadcrumb {
	border-bottom: 1px dotted #1B9AC8;
}

#contentfooter {
	border-top: 1px dotted #1B9AC8;
}

#content h1, #content h3 {
    color: #3399FF;
}

#content h3,#content h4 {
	border-bottom:1px dotted #999;	
}

#content h5 {
    background-color: #3399FF;
}

#content a, #breadcrumb a, #contentfooter a, #subnavpanel a {
    color: #3399FF;
}

#content a:hover, #breadcrumb a:hover, #contentfooter a:hover, #subnavpanel a:hover {
    color: #333333;
}

#content a:visited, #breadcrumb a:visited, #contentfooter a:visited, #subnavpanel a:visited {
    color: #999999;
}

#content h2,#content h4 {
	color:#041620;	
}

#content h6 {
	background-color:#041620;	
}

#home_footer_header {
	background-color:#041620;	
}

#home_footer_status {
	background-color:#e6e6e6;	
}

#home_footer_wrapper {
	background-color:#39F;	
}

.ticker-title span {
	color:#39F;	
}

.subnavpanelheader {
	background-color: #041620;
}

.mgmenu_container,
.mgmenu_fixed,
.mgmenu_footer {
	width:100%;
	height: 44px;
	z-index:10;
    background: #282828;
    background: -webkit-linear-gradient(top, #282828 0%, #1f1f1f 100%);
    background: -moz-linear-gradient(top, #282828 0%, #1f1f1f 100%);
    background: -o-linear-gradient(top, #282828 0%, #1f1f1f 100%);
    background: -ms-linear-gradient(top, #282828 0%, #1f1f1f 100%);
    background: linear-gradient(top, #282828 0%, #1f1f1f 100%);	
}

#home_ticker_wrapper {
	background-color:#3C7593;
	/*background-image: url('../../../images/pixels/041620.png');*/
}

#home_right div#fam,#home_right div#ssform,#home_right div#memform {
	background-image: url('../../../images/pixels/041620.png');	
}

#cookiesWarningActive {
	color: #fff;	
	background-color: #282828;
}

#cookiesWarningActive small {
	color: #fff;
	background: #282828;
}

#readMoreURL  a:link {
	color: #fff;
}

#readMoreURL  a:visited {
	color: #fff;
}

#readMoreURL  a:hover {
	color: #fff;
}

#home_footer_outer {
	background-color:#3C7593;	
}


