body {
    background: #0F4D92;
}


header .navbar .navbar-brand {
/*    background:url("../images/peabody_logo.png") no-repeat scroll left center transparent; */
	background:url("../images/peabody_logo_new-65px.png") no-repeat scroll left center transparent;
	margin-bottom: 10px;
	width: 250px;
}

.btn-primary {
	background-color: #679ac9;
}

.btn-primary:hover {
    border-color: #679ac9;
    color: #679ac9;
    font-weight: bold;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
		background-color: #679ac9;
		border-color: #679ac9;
}

.sidebar .slider-container .slider-handle, 
.slider .slider-track .slider-handle {
	background-color: #679ac9;
}

.divisions {
	display: table;
	width: 90%;
	font-weight: bold;	
}

.divisionrow {
	display: table-row;
}

.division-left {
	display: table-cell;
	padding: 10px;
	text-align: right;
}

.division-right {
	display: table-cell;
	padding: 10px;
	text-align: left;
}

.sidebar .list-group-item.active {
    background: none repeat scroll 0 0 #679ac9;
    border-color: #679ac9;
    color: #fff;
}






/* Google map */
.gmnoprint img, #mapWrap img { 
	max-width: none; 
}

.mapClusterToggle {
  position: relative;
  float: right;
  top: -245px;
  left: -92px;
  height: 19px;
  background-color: #FFF;
  padding: 0px 4px 0px 4px;
  border:1px solid #CDF;
  border-radius:1px;
  box-shadow:2px 2px 3px #788;
  background-image: linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
  background-image: -o-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
  font-size: 11px;
}

.mapClusterToggle label {
	display: block;
    margin-top: -10px;
}

.mapInfoWrapper{
    min-width: 450px;
    max-width: 450px;
    overflow: hidden;
    display: block;
    max-height: 275px;
    line-height: 1em;
}

.mapInfoWrapper{
    line-height: 1em;
}

.mapInfoResult {
    min-width: 440px;
    max-width: 440px;
    background-color:#EEEEEE;
    padding:2px 2px 2px 2px;
}

.mapInfoResult.alt {
    background-color:#FFF;
}

.mapSeeAllDiv{
    font-size:1.2em;
    font-weight: bold;
    text-align:center;
}

.mapInfoResults{
    float: left;
    border:1px solid #EEEEEE;
}

.mapInfoResultThumb {
    float: right;
}

.mapInfoResultThumbImg {
    height: 32px;
    width: 32px;
}

.rTable { 
	display: table; 
}

.rTableRow  { 
	display: table-row; 
}

.rTableHeading { 
	display: table-header-group; 
}

.rTableBody { 
	display: table-row-group; 
}

.rTableFoot { 
	display: table-footer-group; 
}

.rTableCell, .rTableHead { 
	display: table-cell;
	padding: 5px;
	vertical-align: top;
	font-size: 0.9em;
}

.rTableCellDesc {
	width: 40%;
}

.rTableCellPhoto {
	width: 20%;
}

.rTableCellLinks {
	width: 20%;
}

.advancedHelpText {
	margin-top: 20px;
	font-size: 0.8em;
}



@media screen and (max-width: 479px) {
	.divisions, .divisionrow {
		display: block;
		 text-align: center;
	}
	

	.divisionrow div {
		display:inline-block;
	}
	
	.division-left, .division-right {
		text-align: center;
	}
	
	.rTable, .rTableBody, .rTableRow, .rTableCell { 
		display: block;
	}
	
	.rTableRow {
		border-bottom: solid;
		border-width: 1px;
		margin-bottom: 5px;	
	}
	
	.rTableHead { 
		display: none; 
	}
	
	.rTableCellDesc {
		width: 100%;
	}
	

}
