/** sitelaunch:custom-stylesheet **/
.nav {
	background: url(/images/navbg.jpg?v=4);
}
.nav a {
	background: transparent;
}
.nav-container {
	border-bottom: 5px solid #0a2986;
}
.nav a:hover {
	background: #00000036;
}
.sidebar .buttons .item {
	background: url(/images/navbg.jpg?v=4) repeat-x #0a2986;
}
.sidebar .buttons .item:hover {
	background: #0a2986;
}
.sidebar .buttons .item {
	margin-top: 5px;
}
.header,.header-container {
	background: #000 url(/images/headerbg.jpg) repeat-x !important;
}
.nav-container {
	margin-top: 25px;
}
.footer,.footer-container {
	background: #000;
}
body {
	background-color: #000000;
}
h1,h2,h3,h4,h5,h6,a {
	color: #0a2986;
}
.feature-container {
	position: relative;
	top: 100px;
}
.feature-item:hover .feature-text-container {
	background: #0a2986 !important;
}

.feature-text-container {
	background: #0a2986c2 !important;
	text-transform: uppercase;
}

