body {
	background: #ebedee;
}


/**
 * Header
 */
header#top-bar {background: #828f97;}
	#top-bar .button-link {
		border-radius: 5px;
		border: 1px solid #a1abb1;
		border-width: 0 1px 1px 0;
		box-shadow: 1px 1px 4px 0 #1d1d1d inset;
	}
		#top-bar .button-link:hover {
			border-width: 1px 0 0 1px;
			box-shadow: 1px 1px 4px 0 #1d1d1d;
			cursor: pointer;
			margin-top: -1px;
		}
		#top-bar .button-link.blue {background: #172154;}
		#top-bar .button-link.red {background: #ac1a2f;}

header#top-block {
	background: #fff;
	box-shadow: 3px 3px 5px 0 #d9dcdf;
}
	#top-block img.banner {
		margin-bottom: 10px;
		box-shadow: 3px 3px 5px 0 #d9dcdf;
	}
	#top-block hr {
		border-style: solid;
		border-width: 1px 0 0;
		border-color: #ced4d7;
	}

#latest-tweet {}
	#latest-tweet .icon {background: url('/_/img/twitter_col.png') no-repeat left center;}
	#latest-tweet .tweet-container {background: white; border-radius: 30px;}
		#latest-tweet .tweet-container::after {
			content: "";
			position: absolute;
			bottom: 9px;
			left: -16px;
			border-width: 0 0 10px 26px;
			border-style: solid solid solid outset;
			border-color: #fff transparent;
			display: block;
			width: 0;
		}
		#latest-tweet .follow-link {
		background: #f2f4f4;
		border-radius: 30px;
	}

/**
 * Footer
 */
footer {
	float: left;
	background: #d9dcde;
}

/**
 * Index
 */
.latest-block {background: #fbfbfb;}
.latest-block li {border-top: 1px dotted #838f97;}
#members-blocks section {background: #ac1a2f;}
	#members-blocks p, #local-ied .consultants-directory p, #side-nav ul, #branch-news p, #member-nav ul {border-top: 1px dotted white;}
	#local-ied .branch-directory p { border-top: 1px dotted #000; color: #000;}
	#local-ied .consultants-directory, #branch-news {background: #828f97; }
	#local-ied form ,#side-nav nav {background:#fbfbfb;}
	
	
	#local-ied .branch-directory{ background: #fff;}
	#local-ied  .branch-directory .select { 
		border:1px solid #ccc;
		font-size:12px;
		line-height:1em;
		margin: 10px 0 10px 0;
		width: 115px;}
	
	#local-ied .submit-button { background: #AC1A2F; color:#fff; border:none; padding: 5px;}
	
	#local-ied form p, #side-nav ul {border-top-color: #3c3c3c;}]
		


.one {
    background:#AC1A2F;}

	.one a {
		color: #fff;}

.one a, .two a  {
  text-decoration: none;
}
		