/* MAIN STYLE
--------------------------------------------------------- */
a, .componentheading, .contentheading, div.module a {
	color: #000;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #000;
	text-decoration: underline;
}
div.title h1 span, div.title h2 span { color:#000; }
div.title h1 a:link, div.title h1 a:visited, div.title h2 a:link, div.title h2 a:visited { color:#222; }
div.title h1 a:hover, div.title h1 a:focus, div.title h2 a:hover, div.title h2 a:focus, div.title h2 a span, div.title h2 a:visited span { color:#000; }
div.title h2 a:hover span, div.title h2 a:focus span { color:#222; }
.ju-drop-default > .ju-toggler { color: #e5e8ed; background-color: #000; }
table.lr-padd h3, table.simplerows thead th, #menu-mss ul ul  { background-color: #000; }

h3.title span.color{
    color: #2d3943;
}
.mcolor {
	background-color: #2d3943;
	color: #f1f1f1;
	margin: 0 auto 10px auto;
	padding: 5px 10px;
	border: 1px solid #ddd;

	-webkit-box-shadow: 0px 0px 7px #000;
	-moz-box-shadow: 0px 0px 7px #000;
	box-shadow: 0px 0px 7px #000;
		
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#000), to(#2d3943));
background: -moz-linear-gradient(#000, #2d3943);
-pie-background: linear-gradient(#000, #2d3943);
}
#mx_hor ul li ul li:hover, #mx_hor ul li ul li.active:hover {
background:#2d3943;
}
div.mx-nav-m, div.default div.drop-down dt.toggler {background-color: #000;}
.featureCarousel {
    background-color: #2d3943;
    position: relative;
	z-index: 0;
  	width:900px;
    height: 300px;
}
#toTop {
color: #333;
background:#f1f1f1;
}