html{
	position:relative;
	min-height:100%;
}
body#preauth-body{
	font-family: 'Lato', sans-serif;
	margin:0 0 2.25in; /* <--MUST match footer height */
}
body#auth-body{
	font-family: 'Lato', sans-serif;
	margin:0 0 .5in; /* <--MUST match footer height */
}
main{
	min-height:100%!important;
	/*
	height:auto !important;
	height:100%;
	margin:0 auto -2.25in 0; <--MUST match footer height */
}
#push-the-footer{
	height:2.25in; /* <--MUST match footer height */
}
header{ 
	height:1in;
	line-height:1in;
	background-color:#3b3f4a;
	position:relative;
	z-index:2;
}
header #header-logo{
	height:.5in;
}
header .nav-logo{
	text-align:center;
	background-color:#efc75d;
	/* background-color:#ed2123; */
	overflow:hidden;
}
header .menu-header-mini{
	font-size:18pt;
	color:#fff;
}
header .menu-header-mini a{
	color:#fff;
	text-decoration:none;
}
.mini-menu-item{
	background-color:#4c4f5b;
	padding-left:.125in;
	line-height:.5in;
	font-size:13pt;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
}
.menu-item-b{
	color:#ccc;
	background-color:#5d5f6c;
}
.mini-menu-item:hover{
	background-color:#5d5f6c;
}
.menu-item-b:hover{
	background-color:#6e6f7d;
}
header div.menu-btn-group{
	float:right;
	display:inline-block;
	text-align:right;
}
header a.menu-header-link{
	color:#eeb945;
	font-size:12pt;
	font-weight:bold;
	text-decoration:none;
	margin:0 .25in 0 .125in;
	display:inline-block;
}
header a.menu-header-link:hover{
	color:#fff;
}
header a.menu-header-button{
	color:#eeb945;
}
header a.menu-header-button:hover{
	color:#fff;
}
header span.header-menu{
	float:right;
	margin-right:.125in;
}
header span.header-menu,
header span.header-menu > a,
header span.header-menu > span > a:link,
header span.header-menu > a:visited,
header span.header-menu > a:hover,
header span.header-menu > a:active
{
	color:#eeb945;
	text-decoration:none;
}
footer#preauth-footer{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:2.25in;
	background-color:#555;
	color:#fff;
	font-size:8.5pt;
	/*
	position:relative;
	z-index:3;
	*/
}
footer#auth-footer{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:.5in;
	background-color:#555;
	color:#fff;
	font-size:8.5pt;
	/*
	position:relative;
	z-index:3;
	*/
}
footer#preauth-footer > div:nth-child(1){
	height:1.75in;
	line-height:.3in;
	padding:.125in 0;
}
footer#preauth-footer > div:nth-child(1) > div > a{
	display:block;
}
footer#preauth-footer > div:nth-child(2){
	color:#eee;
	background-color:#363636;
	height:.5in;
	line-height:.5in;
	text-align:center;
}
footer#auth-footer > div{
	color:#eee;
	background-color:#363636;
	height:.5in;
	line-height:.5in;
	text-align:center;
}
footer a,
footer a:link,
footer a:visited,
footer a:hover,
footer a:link{
	color:#eee;
	text-decoration:none;
}
/*Other global stuff below here*/
.navbar-bg{
	background-color:#3b3f4a;
}

.logout{
	cursor:pointer;
}