body {
	/* background: #eeeeee; */
	margin: 0;
	padding: 0;
	background: #999 url('/HQ/images/background.gif') repeat-x;
	
}

h1,h2,h3,h4,h5,h6
{
	color: #006699;	
}

a[href]:hover {
	color:#495057;
}

#header
{
	width:  100%;
	height: 60px;
	background: url("/images/white_elks_header.png") no-repeat; 
	background-size:  3.5%;
	background-color: #000000;
	background-position-x: 1rem;
	background-position-y: center;
}

@media (min-width: 1px) and (max-width: 1199px) {
 #header
	{
		background: url('/images/elksmobile.png') no-repeat !important; 
		width: 100% !important;
		height: 80px !important;
		display: block !important; 
		vertical-align:middle !important; 
		margin: 0 auto !important;
		background-color: #000000 !important;
		background-position-x: .75rem !important;
		background-position-y: center !important;
	}	

	#userLinks .label {
		display: none !important;
}
}	


.news_stories a {
	text-decoration: underline;
}

.linkBar {
	margin-top: 1em;
	background-color: green !important;
}

.linkBar a {
	text-decoration: underline;
	margin-right: 1em;
	margin-left: 1em;
}

.linkBar .currentPage {
	margin-right: 1em;	
	margin-left: 1em;
}


.container {
	background: white;
	padding-bottom: 5px;
	
}


/**/

.leftmenu {
	background:#b4c2d2;
}

#userLinks {
	float: right;
	text-align: right; 
	background: transparent !important;
	color: white;
	width: auto;
}	

#userLinks a {
	color: yellow;
	text-decoration: underline !important;
}

#userLinks li a.login {
	background-color: transparent !important;
	color: #fff;
	font-weight: bold;
}


#userLinks li a:hover {
	color: #D5E7F6 !important;
}

#userLinks .label {
	color: #e1e1e1;
	display: inline-block;
}

#footer {
	padding-top: 12px;
	padding-bottom: 12px;
	background: #006699;
	color: white;
	border-top: none;
}

#footer a {
	color: #e1e1e1;
	text-decoration: underline;
	}

#footer a[href]:hover {
	color: #D5E7F6;
}

#wrapper {
	background: white;
}

.breadcrumb {
	background: white;
}

.loggedInAs {
	text-align: right;
	/* font-size: .9em; */
	margin-top: 6px;
	
}

.loggedInAs strong {
	font-weight: 500 !important;
}

.loggedInAs .item {
	margin-right: 15px !important;
}

.section-header {
	padding: 6px;
	padding-left: 9px;
	background:  #05699B;
	color: white;
	text-align: left;
}

.submenu {
	background: lightblue;
	padding: 5px;
}

.departmentButtons {
	margin-bottom: 1em;
}

.departmentButtons .btn {
	margin: 3px
}

.departmentButtons a, .appButtons a {
	text-decoration: none;
}

.departmentButtons a[href]:hover, .appButtons a[href]:hover {
	color: white;
}

.newsBox {
	padding-top: 0px;
}

.navbar {
	height: 30px;
	/* background: url('/images/navbg.jpg') repeat-x; */
	background: #e1e1e1 !important;
}

.navbar .nav-link {
	color: #006699 !important;
}

@media (min-width: 1px) and (max-width: 992px) {
	.navbar {
		height: inherit;
		background: inherit;
	}
}	

.leftmenu .nav-link  {
	background: #05699b;
	color: white !important;
}

/*.dataLabel {
	background: #e1e1e1;
	font-weight: bold;
	margin-bottom: .5em;
}*/


