@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:#0052CA !important;
	}
	/* Header 1 and Paragraph Color*/
	h1,p{
	color:#0052CA;
	}
	
/*- 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:#CCC !important;	
}
/*Header 2 Color (matches Highlight 2)*/
h2{
color:#CCC !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: #F5DA29 !important;
background-image:none !important;
}

/*Highlight 2-DropDown Active State - Controls navigation drop down state background color*/
a:focus.dropdown-toggle{
 	background-color: #F5DA29 !important;  
}

/*Highlight 2-Controls attributes for drop down items*/
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
	background-color: #F5DA29 !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; 
}


}







	