#aboutMobile {
	font-size: .8em;
}
	#aboutMobile h2 {
		font-size: 1.2em;
		margin: 5px;
		text-align: center;
	}
	#aboutMobile li {
		margin-left: 50px;
	}
	#aboutMobile p {
		margin: 10px;
	}
#badgesLinks {
	width: 280px;
	height: 95px;
	margin: 10px auto;
	padding: 5px 20px;
	border-radius: 10px;
	border: 7px double #CCC;
	background: #888;
}
	#badgesLinks .badge {
		width: 100px;
		margin: 0 20px;
		float: left;
	}
		#badgesLinks .badge #servenow {
			margin-left: 22px;
		}
	#badgesLinks .links {
		width: 33%;
		margin-top: 10px;
		float: left;
	}
		#badgesLinks .badge img {
			margin-left: 0;
			max-height: 50px;
		}
		#badgesLinks .links img {
			margin-left: 32%;
			max-height: 30px;
		}
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, #containerAbout {
	width: 100%;
	height: 100%;
	margin: 5px auto;
	border: 1px solid #333;
	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 */
}
#contentRegistration {
	width: calc(80% + 70px);
	background-color: #FFF;
	margin: 20px auto;
	border: 14px double #A4DD99;
	border-radius: 20px;
	padding: 15px;
	font-size: 1.4em;
}
	#contentRegistration h3 {
		font-size: 1em;
		text-align: center;
		margin: 0px 0px 5px;
	}
	#contentRegistration #joinOrSignin {
		width: 570px;
		background-color: #CCC;
		padding: 10px;
		margin: 3px auto 10px;
		font-size: 1.1em;
		text-align: center;
	}
	#contentRegistration #registrationForm input {
		float: left;
	}
	#contentRegistration #signin {
		width: 220px;
		margin: 10px 10%;
	}
		#contentRegistration #signin fieldset {
			border-radius: 7px;
		}
#faxDisplay, #streetDisplay {
	font-size: 1.3em;
}
	#faxDisplay h1, #streetDisplay h1 {
		font-size: 1em;
		text-align: center;
	}
	#faxDisplay h2, #streetDisplay h2 {
		font-size: 1.5em;
		text-align: center;
		margin: 20px 0;
	}
#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;
	top: 600px;
	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: 5px auto;
	}
	#footerMain #navFoot {
		display: none;
	}
	#footerMain #siteBy {
		width: 80px;
		float: right;
		margin: 0;
		margin-right: 10px;
	}
	#containerAbout #footerMain {
		margin-top: 685px;
	}
#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: 170px;
		display: none;
	}
	#headerMain #cert {
		width: 150px;
		position: absolute;
		margin: 0;
		top: 10px;
		left: 4%;
		z-index: 3000;
	}
	#headerMain #complianceHolder {
		position: absolute;
		z-index: 3000;
		float: both;
		top: 20px;
		width: 250px;
		margin-left: 10px;
		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: 10px;
		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: 70%;
		max-width: 220px;
		margin: 0px;
		margin-top: 30px;
		margin-left: calc(50% - 110px);
	}
	#headerMain #headerRight {
		width: 95%;
		overflow: hidden;
		background: #FAFAFA;
		border: 1px solid #333;
		float: none;
		margin: 50px auto 20px;
		padding: 0 2.5%;
		font-size: .76em;
		color: #333;
		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 0px;
	max-height: 650px;
	font-size: .6em;
	background: #CCC;
}
#mainBodyServices {
	width: 98%;
	background: #CCC;
	margin: 20px 1%;
	padding: 20px 0px;
}
#menuHolder {
	position: absolute;
	z-index: 3000;
	float: both;
	width: 150px;
	top: 70px;
	margin-left: calc(100% - 270px);
	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;
	margin-left: 0px;
}
#mobileMediaStyle #footerMain {
	top: 1810px;
}
/*========================================tiny screens iPhone 4 & older=============================*/
@media only screen and (min-width: 270px) and (max-width: 340px) {
	#faxMailHolder {
		position: absolute;
		z-index: 3000;
		float: both;
		width: 240px;
		top: 70px;
		margin-left: 10px;
		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; 
	}
	#headerMain #headerRight {
		width: 270px;
		overflow: hidden;
		background: #FAFAFA;
		border: 1px solid #333;
		float: none;
		margin: 50px auto 20px;
		padding: 0 2.5%;
		font-size: .6em;
		color: #333;
		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;
		}	
}