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

/*Main container for the navigation header and logo.  Right now it is centered.*/
.navbar-wrapper .container{
	max-width:960px !important;
    padding: 0 90px !important;
}

/*Highlight 1*/
.navbar-collapse.collapse{
	background-color:#0096D4 !important;
	}
	/* Header 1 and Paragraph Color*/
	h1,h2,p{
	color:#0096D4;
	margin: 40px 40px 40px !important;
	}
	
/*- Controls navigation hover colors.*/
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
color: #fff !important;
background-image: none !important;  
	 
}

/* - Control color of text links*/
.navbar-nav li a{
color:#000 !important;	
}
/*Header 2 Color (matches Highlight 2)*/
h2{
color:#000 !important;	
}

/*Highlight 2-Navigation Active State - Controls navigation active state background and text color*/
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
color: #fff !important;
background-color: #BE1E2D !important;
background-image:none !important;
}

/*Highlight 2-DropDown Active State - Controls navigation drop down state background color*/
a:focus.dropdown-toggle{
 	background-color: #BE1E2D !important;  
}

/*Highlight 2-Controls attributes for drop down items*/
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
	background-color: #BE1E2D !important;
	color: #fff !important;	
	background-image:none !important;
}

/*Logo - Style logo attributes here*/
.navbar-brand{
	background-color:transparent !important;
	float:left !important;
}

/*controls just the navigation field.  Floated right to seperate from the logo.*/
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
border-color: #101010;
float:left; 
margin-top:20px; 
}

/*Main background behind entire nav header.  Change color if you want.*/
.navbar-wrapper .navbar { 
border-radius: 4px;
background-color: transparent !important;
border: transparent !important;
background-image: none !important;  

}

.carousel-caption p, .carousel-caption h1{
 color:#fff; 
}
.carousel img {
	position:absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 500px;
	max-width: none !important;
	}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, 
.col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, 
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, 
.col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, 
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, 
.col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, 
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, 
.col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .featurette-image
{

padding-left: 25px !important;
padding-right: 25px !important;


}

.featurette-heading

{
 margin-top:0 !important;	
}

.row {
 margin:0;	
}











	