@charset "UTF-8";
/* CSS Document */
body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    line-height: 1.42857;
    color: #666666;
}

a {
    color: #666666;
	text-decoration: none;
}

a:hover {
    color: #999999;
	text-decoration: none;
}

a:hover, a:focus {
    color: #999999;
	text-decoration: none;
}

a:visited {
    text-decoration: none;
}

h1 {
	color:#039;
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 10px;
	font-weight: 600;
}
	
h2 {
	color:#039;
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 20px;
}
	
h3 {
	color: #039;
	font-size: 24px;
	line-height: 18px;
	margin-bottom: 6px;
	font-weight: 600;
}

h4 {
	color: #666666;
	font-size: 16px;
	line-height: 1.42857;
	margin: 0px;
	font-weight: 600;
}

hr {
	margin:0px 0px;
	
}

.btn-primary {
    color: #FFF;
    background-color: #039;
    border-color: #036;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    color: #FFF;
    background-color: #002b80;
    border-color: #002b80;
}

.navbar-inverse {
    background-color: #FFF;
}

.navbar {
    position: relative;
    min-height: 100px;
    margin-bottom: 10px;
    border: none;
}
.jumbotron {
    padding: 0px 0px;
    margin-bottom: 0px;
    color: inherit;
    background-color: #FFF;
}

.col-md-6 {
    padding:0px 40px 0px 15px;
}

.col-md-4 {
    padding:0px 15px;
}


.col-md-12 {
	background-color:#e7e7e7;
}

footer {
	position: relative;
	bottom: 0px;
  	padding: 25px 0px;
  	background: #333333;
  	color: #666666;
	z-index: 100;
}

#background-carousel{
	position:relative;
	width:100%;
	height:275px;
	z-index:-1;
}
.carousel,
.carousel-inner {
	width:100%;
	height:285px;
	z-index:0;
	overflow:hidden;
	background-position:center bottom;
    background-repeat: no-repeat;
}
.item {
	width:100%;
	height:100%;
	background-position:center bottom;
    background-repeat: no-repeat;
	z-index:1;
}

#content-wrapper {
	position:absolute;
	z-index:2 !important;
	min-width:100%;
	min-height:275px;
	margin-top:-280px;
}