/*
 * Start Bootstrap - Business Frontpage (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	/*background-color: #e4e2db; */
	
}



.insidecontent {
background-color: #FFF;	
	
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.business-header {
	background-color: #FFF;  /*#7a939c*/
    height: 400px;
    /*background: url('../images/intranet-v2.png') center center no-repeat scroll; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#headerbg {
	
	background-color: lightgray;
	height: 75px;
	outline: lightgray solid thin;
	
}

#bluebar {
	background-color: #041E42;
	height: 15px;
	
	
}

#outlinecontent {
outline: #7a939c solid thin;	
	
}
/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff;
}

.img-center {
    margin: 0 auto;
}

footer {
    margin: 50px 0;
	
}



.navbar-default {
background-color:#28274b;
	
	
}

#compass {
	margin:auto;
position:absolute;
top:0;
left: 0;
bottom: 0;
right: 0;
height: 138px;
width: 115;
z-index: 1;

}

#weeklyquestion {
	margin:auto;
position:absolute;

left: 0;
bottom: 0;
right: 0;
z-index: 1;

}

#NJDPB {

margin:auto;
position:absolute;
left: 0;
bottom: 0;
right: 35%;
z-index: 1;

}

#title {
color:#2f251D;	
}

.no-style-list {
	list-style: none;
	
}

#nav {
padding-left: 10px;	
	
}

#nav li {
display: inline;	
	
}


/* Styles that apply to the lightbox */
.modal-dialog {width:600px;}
.thumbnail {margin-bottom:6px;}

