h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: arial, helvetica, sans-serif; 
	color: #3366ff;
}

h2, .h2 {
	font-size: 14pt; 
}
h3, .h3 {
	font-size: 12pt; 
}
p {
	font-family: arial, helvetica, sans-serif; 
	font-size: 10pt;
	margin: 10px 0;
}
.container {

	max-width: 1040px;
}
#header {
	z-index:5;
	-webkit-transform: translate3d(0,0,0);
	position: relative;
	margin-bottom: 15px;
}
.moto {
	padding: 34px 0 0;
	float: left;
	text-align: left;
}
.wraphead {
	position: relative;
	max-width: 980px;
	width: auto;
}
.top-menu {
	-webkit-transform: translate3d(0,0,0);
	list-style-type: none;
	padding: none;
	text-align: right;
}
.top-menu li {
	display: inline-block;
}
.top-menu li a {
	border-right: 1px solid #ffffff;
	padding: 0 10px;
}
.top-menu li:last-child a {
	border-right: none;
}
.navbar-default {
	background-color: transparent;
	border: none;
	border-radius: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	margin: 0;
	margin-top: -44px;
}
.navbar {
	min-height: 43px;

}
.navbar-collapse {

	padding: 0;
	background-color: rgba(30, 53, 84, 0.8);
}
.navbar-toggle {

	margin-top: 5px;
	margin-bottom: 5px;
}
ul.menu21 a {
	-webkit-transform: translate3d(0,0,0);
	font-size: 12;
	line-height: normal;
	font-weight: bold;
	white-space: nowrap;
}

ul.menu21 a, 
ul.menu21 a:visited, 
ul.menu21 a:link,
ul.menu21 a:focus,
ul.menu21 a:active {
	color: #ffffff;
}

footer {
	background: url(../img/bg-footertile.jpg) repeat-x;
	background-color: #304D75;
}
footer > div {
  	background: url(../img/bg-footer.jpg) no-repeat top left;
  	min-height: 102px;
  	padding-top: 25px;
}

footer p {
	color: #6a90c4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

footer a,
footer a:hover,
footer a:active,
footer a:focus {
	color: #ffffff;
}

footer p span {
	font-size: 10px;
}

.important-items {
	border-left: 4px solid #f0f7ff;
}
.important-items h3 {
	color: #1a528d;
	font-weight: bold;
	border-bottom: 1px dashed #aaaaaa;
	padding-bottom: 10px;
}
.important-items p {
	font-size: 12px;
}

.important-items p span {
	font-size: 8pt;
}

.important-items ul {
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.important-items ul img {
	max-width: 100%;
	margin: 15px 0;
}

.important-items .important-links {
	text-align: left;
}

.important-items .important-links a {
	color: #1b3460;
}

.important-items .btn-default {
	padding: 3px 10px;
	font-size: 11px;
	border: 1px solid #adadad;
    background: rgb(234,234,234);
    background: -moz-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(221,221,221,1) 40%, rgba(209,209,209,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(40%,rgba(221,221,221,1)), color-stop(100%,rgba(209,209,209,1)));
    background: -webkit-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(221,221,221,1) 40%,rgba(209,209,209,1) 100%);
    background: -o-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(221,221,221,1) 40%,rgba(209,209,209,1) 100%);
    background: -ms-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(221,221,221,1) 40%,rgba(209,209,209,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#d1d1d1',GradientType=0 );
    background: linear-gradient(top, rgba(234,234,234,1) 0%,rgba(221,221,221,1) 40%,rgba(209,209,209,1) 100%);
}
.important-items .btn-default:hover {
	text-decoration: underline;
}

@media (max-width: 767px) {
	.menu21 {
		-webkit-transform: translate3d(0,0,0);
		height: auto;
	}
	#menu21 {
		-webkit-transform: translate3d(0,0,0);
		width: 100%;
		background-color: rgba(30, 53, 84, 0.8);
	}
	#menu21 .items {
		position: relative;
		-webkit-transform: translate3d(0,0,0);

	}
	#menu21 .items li > ul {
		position: relative;
		left: auto;
	}
	#menu21 .toggle::after {
		top: 21px;
	}

	.important-items {
		-webkit-transform: translate3d(0,0,0);
		border: none;
	}

	.navbar-collapse {
		background: none;
	}
}