.b
#badgesLinks {
	width: 70%;
	margin: 10px auto;
	background: #FFF;
}
body {
	background: #333; /* Old browsers */
	background: -moz-linear-gradient(top,  #959595 0%, #0d0d0d 46%, #010101 50%, #0a0a0a 53%, #4e4e4e 76%, #383838 87%, #1b1b1b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#959595), color-stop(46%,#0d0d0d), color-stop(50%,#010101), color-stop(53%,#0a0a0a), color-stop(76%,#4e4e4e), color-stop(87%,#383838), color-stop(100%,#1b1b1b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b',GradientType=0 ); /* IE6-9 */
	overflow-y: scroll;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
}
#cert {
	position: absolute;
	width: 130px;
	top: 140px;
	margin-left: 80px;
}
#colLeft {
	float: left;
	width: 34%;
	padding: 1% 2%;
}
	#colLeft li {
		margin-left: 10px;
	}
	#colLeft ul {
		margin-left: 10px;
	}
#colRight {
	float: left;
	width: 55%;
	position: relative;
	padding: 0px 2%;
	border-left: 6px solid #CCC;
}
	#colRight #oak {
		width: 36%;
		border-right: 1px solid #CCC;
		border-left: 1px solid #CCC;
		float: left;
		margin: 0% 2%;
		background: #FFF;
		padding: 20px;
	}
	#colRight #macomb {
		width: 36%;
		border-right: 1px solid #CCC;
		border-left: 1px solid #CCC;
		float: left;		
		background: #FFF;
		padding: 20px;
	}
	#colRight #wayne {
		width: 36%;
		border-right: 1px solid #CCC;
		border-left: 1px solid #CCC;
		float: left;
		background: #FFF;
		padding: 20px;
	}
#complianceHolder {
	position: absolute;
	z-index: 3000;
	float: both;
	width: 350px;
	top: 260px;
	margin-left: 150px;
	background: rgb(252,255,244); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(252,255,244,1) 0%, rgba(223,229,215,1) 40%, rgba(179,190,173,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,255,244,1)), color-stop(40%,rgba(223,229,215,1)), color-stop(100%,rgba(179,190,173,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */
	border: 4px solid #F5F6CE;
	border-radius: 16px;
	box-shadow: 12px 12px 12px rgba(0,0,0,0.8), inset 3px 3px 0px 0px rgba(0,0,0,0.4), inset 0px 0px 1px 1px #999;
	display: none;
	padding: 20px;
}
#container, #containerAbout {
	width: 90%;
	margin: 20px auto;
	background: #CCC;
	position: relative;
}
#footerMain {
	width: 100%;
	position: relative;
}
	#footerMain #caseMgr {
		width: 120px;
		float: right;
		margin: 10px 1%;
		font-size: 1em;
	}
	#footerMain #copy {
		width: 140px;
		float: left;
		margin: 30px 0px 0px 30px;
		font-size: .7em;
	}
	#footerMain #navFoot {
		display: none;
	}
	#footerMain #siteBy {
		float: right;
		margin: 10px 1.5% 10px 1%;
	}
h1 {
	font-size: 2em;
	margin: 10px 0px;
}
#headerMain {
	width: 100%;
}
	#headerMain #complianceHolder {
		position: absolute;
		z-index: 3000;
		float: both;
		width: 350px;
		top: 260px;
		font-size: .9em;
		line-height: .9em;
		margin-left: 150px;
		background: rgb(252,255,244); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(252,255,244,1) 0%, rgba(223,229,215,1) 40%, rgba(179,190,173,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,255,244,1)), color-stop(40%,rgba(223,229,215,1)), color-stop(100%,rgba(179,190,173,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */
		border: 4px solid #F5F6CE;
		border-radius: 16px;
		box-shadow: 12px 12px 12px rgba(0,0,0,0.8), inset 3px 3px 0px 0px rgba(0,0,0,0.4), inset 0px 0px 1px 1px #999;
		display: none;
		padding: 20px;
	}
		#headerMain #complianceHolder li {
			margin: 3px 10px;
		}
		#headerMain #complianceHolder p {
			margin: 10px 0px;
		}
		#headerMain #complianceHolder ul {
			margin: 3px 15px;
		}
	#headerMain #headerLeft {
		width: 30%;
		float: left;
		padding: 3% 0% 3% 5%;
		font-size: .8em;
	}
		#headerMain #headerLeft h1 {
			margin-left: -25px;
			margin-bottom: 20px;
			font-size: 1.2em;
		}
	#headerMain #headerLogo {
		width: 30%;
		float: left;
	}
	#headerMain #headerRight {
		width: 30%;
		max-width: 300px;
		padding: 1%;
		float: right;
		overflow: hidden;
		background: #FAFAFA;
		border: 1px solid #333;
		margin: 20px 1%;
		font-size: .8.5em;
		color: #555;
		text-align: left;
	}
		#headerMain #headerRight h4 {
			margin: 7px;
			font-size: 1em;
			color: #333;
			text-align: center;
		}
		#headerMain #headerRight li {
			list-style: none;
		}
		#headerMain #headerRight p {
			margin:  7px 0px;
		}
		#headerMain #complianceHolder {
			position: absolute;
			z-index: 3000;
			float: both;
			width: 350px;
			top: 260px;
			margin-left: 150px;
			background: rgb(252,255,244); /* Old browsers */
			background: -moz-linear-gradient(top,  rgba(252,255,244,1) 0%, rgba(223,229,215,1) 40%, rgba(179,190,173,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,255,244,1)), color-stop(40%,rgba(223,229,215,1)), color-stop(100%,rgba(179,190,173,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* IE10+ */
			background: linear-gradient(to bottom,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */
			border: 4px solid #F5F6CE;
			border-radius: 16px;
			box-shadow: 12px 12px 12px rgba(0,0,0,0.8), inset 3px 3px 0px 0px rgba(0,0,0,0.4), inset 0px 0px 1px 1px #999;
			display: none;
			padding: 20px;
		}
		#headerMain #complianceHolder li {
			margin: 10px 50px;
		}
	#headerMain .signed {
		font-style: italic;
		margin-left: 20px;
	}
#mainBody {
	min-height: 450px;
	max-width: 900px;
	background: #EEE;
	margin: 20px auto;
	overflow: hidden;
}
#mainBodyAbout {
	width: 80%;
	min-height: 450px;
	background: #EEE;
	margin: 20px auto;
	padding: 3% 5%;
	overflow: hidden;
}
	#mainBodyAbout h1, #mainBodyAbout h2, #mainBodyAbout h3, #mainBodyAbout h4, #mainBodyAbout h5 {
		font-size: 1.5em;
		margin: 7px 0px;
	}
	#mainBodyAbout ul {
		margin: 10px 50px;
	}
#mainBodyCompliance {
	width: 90%;
	min-height: 450px;
	background: #EEE;
	margin: 20px auto;
	overflow: hidden;
}
#mainBodyServices {
	width: 94%;
	margin: 20px auto;
	padding: 20px 0px;
}
#navFoot {
	width: 100%;
	font-size: .9em;
	color: #999;
}
	#navFoot li {
		display: inline;
		margin: 0px 2.5%;
	}
	#navFoot li a:hover, #navFoot li a:active {
		color: #F00;
	}
	#navFoot ul {
		list-style-type: none;
	}

#navMain {
	width: 44em;
	margin: 10px auto 3px;
	background: #900;
	font-size: 1em;
	color: #FFF;
}
	#navMain li {
		display: inline;
		margin: 0px 3em;
	}
	#navMain li a:link, #navMain li a:visited {
		color: #FFF;
		text-decoration: none;
	}
	#navMain li a:hover, #navMain li a:active {
		color: #F00;
	}
	#navMain ul {
		list-style: none;
	}
/*====================================between 801px and 1000px=============================*/
@media only screen and (min-width: 801px) and (max-width: 1000px) {
	#headerMain #headerRight {
		width: 30%;
		max-width: 300px;
		padding: 1%;
		float: right;
		overflow: hidden;
		background: #FAFAFA;
		border: 1px solid #333;
		margin: 20px 1%;
		font-size: .6em;
		color: #555;
		text-align: left;
	

}
/*====================================between 1001px and 12630px=============================*/
@media only screen and (min-width: 1001px) and (max-width: 1260px) {
	#headerMain #headerRight {
		width: 30%;
		max-width: 300px;
		padding: 1%;
		float: right;
		overflow: hidden;
		background: #FAFAFA;
		border: 1px solid #333;
		margin: 20px 1%;
		font-size: .8em;
		color: #555;
		text-align: left;
	

}