#badgesLinks {
	width: 500px;
	height: 170px;
	margin: 10px auto;
	padding: 15px 20px;
	border-radius: 20px;
	border: 10px double #CCC;
	background: #888;
}
	#badgesLinks .badge {
		width: 200px;
		margin: 0 25px;
		float: left;
	}
	#badgesLinks .links {
		width: 33%;
		margin-top: 10px;
		float: left;
	}
		#badgesLinks .badge img {
			margin-left: 0;
		}
		#badgesLinks .links img {
			margin-left: 32%;
		}
body {	
	background: #333;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
}
#colLeft {
	float: left;
	width: 49%;
	padding: 1%;
	line-height: 1.3em;
	font-size: .7em;
}
	#colLeft li {
		margin-left: 10px;
	}
	#colLeft ul {
		margin-left: 10px;
	}
#colRight {
	float: left;
	width: 40%;
	position: relative;
	padding: 0px 1%;
	font-size: .7em;
	border-left: 4px solid #333;
}
	#colRight #oak {
		width: 80%;
		float: left;
		margin: 0% 5% 0% 2%;
		background: #FFF;
		padding: 20px;
	}
	#colRight #macomb {
		width: 80%;
		float: left;
		margin: 0% 5% 0% 2%;
		background: #FFF;
		padding: 20px;
	}
	#colRight #wayne {
		width: 80%;
		float: left;
		margin: 0% 5% 0% 2%;
		background: #FFF;
		padding: 20px;
	}
#container {
	width: 100%;
	height: 100%;
	margin: 5px auto;
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(153,153,153,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(153,153,153,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(153,153,153,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(153,153,153,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(153,153,153,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(153,153,153,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}
#faxMailHolder {
	position: absolute;
	z-index: 3000;
	float: both;
	width: 250px;
	top: 70px;
	margin-left: 20px;
	background: rgb(254,255,232); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,255,232,1) 0%, rgba(214,219,191,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,232,1)), color-stop(100%,rgba(214,219,191,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,255,232,1) 0%,rgba(214,219,191,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,255,232,1) 0%,rgba(214,219,191,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,255,232,1) 0%,rgba(214,219,191,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,255,232,1) 0%,rgba(214,219,191,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffe8', endColorstr='#d6dbbf',GradientType=0 ); /* IE6-9 */
	border: 2px solid #DDD;
	border-radius: 7px;
	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; 
}
#footerMain {
	width: 100%;
	margin: 0;
	position: absolute;
	background: #999;
	z-index: 4000;
}
	#footerMain #caseMgr {
		width: 80px;
		float: left;
		margin: 0;
		margin-left: 20px;
	}
	#footerMain #copy {
		width: 120px;
		float: left;
		font-size: .55em;
		margin: 0;
		margin-left: 10px;
		margin-top: 10px;
	}
	#footerMain #paypal {
		width: 80px;
		float: left;
		margin: 0;
		margin-left: 20px;
	}
	#footerMain #navFoot {
		display: none;
	}
	#footerMain #siteBy {
		width: 80px;
		float: right;
		margin: 0;
		margin-right: 10px;
	}
#headerMain {
	width: 100%;
	padding: 0px;
	position: relative;
}
	#headerMain #businessAddress {
		display: none;
	}
	#headerMain #businessFax {
		display: none;
	}
	#headerMain #businessPhone {
		display: none;
	}
	#headerMain #businessTerm h1 {
		font-size: 1.2em;
		display: block;
		width: 100%;
		text-align: center;
		position: absolute;
		top: 190px;
		display: none;
	}
	#headerMain #cert {
		width: 130px;
		position: absolute;
		margin: 0;
		top: 10px;
		left: 4%;
		z-index: 3000;
		//border: 1px solid red;
	}
	#headerMain #complianceHolder {
		position: absolute;
		z-index: 3000;
		float: both;
		top: 20px;
		width: 250px;
		margin-left: 10px;
		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;
		padding: 20px;
	}
		#headerMain #complianceHolder li {
			margin: 3px 10px;
		}
		#headerMain #complianceHolder ul {
			margin: 3px 15px;
		}
	#headerMain #headerLogo{
		position: relative;
		width: 260px;
		margin-top: 0px;
		margin-left: calc(50% - 130px);
	}
	#headerMain #headerRight {
		width: 370px;
		overflow: hidden;
		background: #FAFAFA;
		border: 1px solid #333;
		float: none;
		margin: 0px auto 10px;
		padding: 10px;
		font-size: .78em;
		color: #555;
		text-align: left;
	}
		#headerMain #headerRight .bjqs {
			margin: 3px;
		}
		#headerMain #headerRight h4 {
			margin: 7px;
			font-size: 1.25em;
			color: #333;
			text-align: center;
		}
		#headerMain #headerRight li {
			list-style: none;
		}
		#headerMain #headerRight p {
			margin:  7px 0px;
		}
	#headerMain .signed {
		font-style: italic;
		margin-left: 20px;
	}
.innerli {
	margin-left: 30px;
	font-size: .9em;
}
#navMain {
	display: none;
}
#navMobile {
	position: absolute;
	display: block;
	top: 15px;
	right: 15px;
}
#mainBody {
	margin: 0;
	margin: 3px auto;
	max-height: 650px;
	background: #CCC;
}
#menuHolder {
	position: absolute;
	z-index: 3000;
	float: both;
	width: 120px;
	top: 70px;
	margin-left: calc(100% - 240px);
	background: rgb(254,255,232); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,255,232,1) 0%, rgba(214,219,191,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,232,1)), color-stop(100%,rgba(214,219,191,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,255,232,1) 0%,rgba(214,219,191,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,255,232,1) 0%,rgba(214,219,191,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,255,232,1) 0%,rgba(214,219,191,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,255,232,1) 0%,rgba(214,219,191,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffe8', endColorstr='#d6dbbf',GradientType=0 ); /* IE6-9 */
	border: 2px solid #DDD;
	border-radius: 7px;
	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;
}
#menuMobileList {
	list-style: none;
	font-size: 1.3em;
	line-height: 1.8em;
}