/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 0;
  padding-bottom: 20px;
}

#topBlueBar {
	height: 12px;
	background-color: #D00000;
	margin: 0;
	margin-top: 2px;
	border-top: 1px solid #fff;
}

.hideme {
	display:none;
}

.img {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 1px;
	border: 1px solid #8F191B;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

.p-gray {
	color:#898989;
}

.home-job-board {
	background-color:#eeeeee;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:1px;
	padding-right:10px;
	margin-bottom:10px;
	height:85px;
}



 h4.one {
    margin-top: 0;
  }
  
  h4.one:before {
    content: "";
    display: block;
    border-top: solid 3px #d00000;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 50%;
    z-index: 1;
  }
  
  h4.one span {
    background: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 5;
  }
  
   h4 {
    position: relative;
    margin-top: 20px;
	color:#d00000;
  }
  
  
  .home-cal-box {
	  width:60px;
	  height:60px;
	  background-color:#eeeeee;
	  padding-right:10px;
	  padding-left:10px;
	  padding-top:5px;
	  padding-bottom:10px;
	  text-align:center;
	  float:left;
	  margin-right:10px;
  }
  .home-cal-box2 {
	  width:60px;
	  height:80px;
	  background-color:#eeeeee;
	  padding-right:10px;
	  padding-left:10px;
	  padding-top:5px;
	  padding-bottom:10px;
	  text-align:center;
	  float:left;
	  margin-right:10px;
  }
  .home-cal-date{
	  font-weight:bold;
	  color:#d00000;
	  padding:0;
	  margin:0;
	  font-size:20pt;
  }
  
  .home-cal-month{
	  text-transform:uppercase;
	  margin:0;
	  padding:0;
	  margin-top:-10px;
	  font-size:12pt;
	  font-weight:light;
  }
  .home-cal-space{
	  border-top:1px dashed #a6a6a6;
	  margin-bottom:20px;
	  width:100%;
	  
	  
	  
  }
  
  
  .loader {
    background: /images/loading.GIF no-repeat;
    width: 50px;
    height: 50px;
	visibility:hidden;
	text-align:center;
}

#loader {
	width:100px;
	margin-left:auto;
	margin-right:auto;
	top:-40px;
	position:relative;
}


.img-float-left {
	float:left;
	border:1px solid #000;
	padding:1px;
	margin-right:5px;
}