@charset "utf-8";
/* CSS Document */

/* Global Styles */

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #FFF;
  background-color: #2A2929;
}
h1, .h1 {
	font-family: inherit;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	margin: 15px 0 15px 0;
}
h2, .h2 {
	font-family: inherit;
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	margin: 15px 0 15px 0;
}
h3, .h3 {
	font-family: inherit;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0 15px 0;
}
h4, .h4 {
	font-family: inherit;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 15px 0;
}
h5, .h5 {
	font-family: inherit;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0 15px 0;
}
h6, .h6 {
	font-family: inherit;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	margin: 15px 0 15px 0;
}
p {
	font-family: inherit;
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	margin: 15px 0 15px 0;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:visited {
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:focus {
	 outline: thin dotted; 
}
.red {
	color: #E01131;
}
.blue {
	color: #3372B9;
}
.fltlft {
	float: left;
}
.fltrgt {
	float: right;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
	outline: 0;
}
#head .row .col-sm-4 h1 {
	text-align: right;
}

/* Navigation */
.navbar {
	margin-bottom: 0;
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
	border-radius: 0;
	min-height: 30px!important;
}
.navbar.navbar-inverse {
	background-color: #3372B9;
	border: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
.navbar-nav > li > a {
	padding-top:5px !important; 
	padding-bottom:5px !important;
}
.nav.navbar-nav.navbar-right li.active a {
	background-color: #3372B9;
	color: #2A2929;
}
.nav.navbar-nav.navbar-right li.active a:hover {
	color: #2A2929;
}
.nav.navbar-nav.navbar-right li a {
	color: #FFF;
}
.nav.navbar-nav.navbar-right li a:hover {
	color: #2A2929;
}
	

/* Main Content */
#main {
	margin-top: 15px;
}

#contentLeft p a {
	color: #3372B9;
}
#contentLeft p a:hover {
	color: #FFF;
}
#contentCenter p a {
	color: #3372B9;
}
#contentCenter p a:hover {
	color: #FFF;
}
#contentRight p a {
	color: #3372B9;
}
#contentRight p a:hover {
	color: #FFF;
}
#form iframe {
	width: 100%;
	height: 486px;
}

/* Side Content */
#sidebar .col-sm-4 {
	margin-top: 30px;
}
#sidebar .col-sm-4 img {
	margin: 30px auto;
}


/* Footer */
#banner {
	background-color: #3372B9;
}
.col-sm-6.fltlft p {
	font-size: small;
	margin-top: 5px!important;
	margin-bottom: 5px!important;
}
.col-sm-6.fltrgt p {
	font-size: small;
	margin-top: 5px!important;
	margin-bottom: 5px!important;
}
.col-sm-6.fltrgt p a {
	color: #FFF;
}
.col-sm-6.fltrgt p a:hover {
	color: #2A2929;
}

@media (min-width: 768px){
	
.col-sm-6.fltlft p {
	float: left;
}
.col-sm-6.fltrgt p {
	float: right;
}	

}

@media (min-width: 768), (max-width: 991px) {
	.col-sm-6 a .fltrgt.img-responsive {
	margin-top: 50px;
}
}

@media (min-width: 992px){
	
.col-sm-6 a .fltrgt.img-responsive {
	margin-top: 30px;
}
}
