body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.TopRtBG {
	background-image: url(../slices/2/images/ReorgGroup_02.gif);
	height: 86px;
	width: 589px;
}

.mainImageBG {
	background-image: url(../slices/images/ReorgGroup_08.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 178px;
	width: 980px;
}
.mainImageBG-0112 {
	background-image: url(../slices/images/ReorgGroup0111_08.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 178px;
	width: 980px;
}
.TurnaroundStatement {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;
	padding: 6px;
}
.mainHeader {
	color: #333;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 50px;
}


.mainImageTextBG20Gray {
	background-image: url(../images/BG20percentGrayTr.png);
}

.mainImageTextBG40Gray {
	background-image: url(../images/BG20percentGrayTr.png);
}

.mainImageTextBG60Gray {
	background-image: url(../images/BG20percentGrayTr.png);
}

.mainImageTextBG80Gray {
	background-image: url(../images/BG20percentGrayTr.png);
}
.mainImageTextBG90Gray {
	background-image: url(../images/BG90percentGrayTr.png);
}

.mainImageTextBG20White {
	background-image: url(../images/BG20percentWhiteTr.png);
}

.mainImageTextBG40White {
	background-image: url(../images/BG40percentWhiteTr.png);
}

.mainImageTextBG60White {
	background-image: url(../images/BG60percentWhiteTr.png);
}

.mainImageTextBG80White {
	background-image: url(../images/BG80percentWhiteTr.png);
}

.mainImageTextBG90White {
	background-image: url(../images/BG90percentWhiteTr.png);
}
.mainImageBG table tr .mainImageTextBG90White {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	padding: 7px;
	text-align: center;
}
.mainImageBG-0112 table tr .mainImageTextBG90White {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	padding: 7px;
	text-align: center;
}



body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
}
.4ColText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bottomText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 22px;
}
.formFields {
	padding: 5px;
}
.cellUnderAnimatedGif {
	background-image: url(../slices/images/ReorgGroup_11.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.callPadding {
	padding: 7px;
}
.TextWhite12pt {
	color: #FFF;
}
.linkwhite {
	color: #FFF;
}


body {
	margin-bottom:10px;
}
.mainWrapper {
	width: 1000px;
}
.mainMenu {
	background: #477135;
	padding: 0;
	text-align: center;
}
.mainMenu li {
	display: inline-block;
	margin:5px 0;
}
.mainMenu li:nth-child(n+2) a {
	border-left: 2px solid #FFF;
}
.mainMenu li a {
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
}
.mainMenu li.active a, .mainMenu li a:hover {
	color:#CF0;
}
.sideBar {
	padding: 15px 0 0 5px;
}
.textWrapper {
	padding: 0 10px;
}
h3.content_title {
	background: #477135; /* Old browsers */
	background: -moz-linear-gradient(left, #477135 0%, #A3B89A 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#477135), color-stop(100%,#A3B89A)); /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(left, #477135 0%,#A3B89A 100%); /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(left, #477135 0%,#A3B89A 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #477135 0%,#A3B89A 100%); /* IE10+ */
	background: linear-gradient(to right, #477135 0%,#A3B89A 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#477135', endColorstr='#A3B89A',GradientType=1 ); /* IE6-9 */
	padding:6px 15px;
	text-transform:uppercase;
	color:#FFF;
}
.homepageList {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	padding: 0;
}
.homepageList li {
	display: inline-block;
	padding-left: 10px;
}
.partnerList {
	display: table;
	padding: 0;
	width: 100%;
}
.partnerList li {
	display: table-cell;
	text-align: center;
}
.footer {
	padding-left: 10px;
	width: 100%;
}

@media (max-width: 1024px) {
	.mainWrapper {
		width: 100%;
	}
	.logoContainer {
		width: 356px;
		display: inline-block;
	}
	.taglineContainer {
		width: calc(100% - 360px);
		display: inline-block;
	}
	.contactSection {
		display: block;
		width: 100%;
	}
	.tagline {
		max-width: 400px;
		width: 100%;
	}
	.headerImage {
		width: 100%;
	}
	.sideBar {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.mainMenu li a {
		font-size: 14px;
	}
	#Table_01 {
		display: table;
		height: 80px;
		width: 100%;
	}
	#Table_01 > tbody > tr {
		display: table-cell;
	}
	#Table_01 > tbody > tr td {
		display: block;
		text-align: center;
	}
	.contactChat {
		margin: 15px auto 0;
	}
}

@media (min-width: 768px) {
	.menuIcon {
		display: none;
	}
	.mainMenu li {
		display: inline-block !important;
	}
	.horizontalBar {
		display: none;
	}
}

@media (max-width: 767px) {
	.logoContainer {
		width: 100%;
	}
	.logoContainer img {
		height: auto;
		padding: 0 5%;
		width: 90%;
	}
	.taglineContainer {
		display: block;
		width: 100%;
	}
	.taglineContainer img {
		max-width: 100%;
		padding: 0 5%;
		width: 90%;
	}
	.contactSection {
		width: 100%;
	}
	#Table_01 {
		width: 100%;
	}
	.contactPhone, .contactEmail {
		height: auto;
		padding:0 30px 0 22%;
		width: calc(60% - 30px);
	}
	.contactChat {
		margin: 0 auto;
	}
	.menuContainer {
		padding-top: 20px;
		position: relative;
	}
	.menuIcon {
		cursor: pointer;
		left: calc(50% - 25px);
		position: absolute;
		top:5px;
	}
	.mainMenu {
		padding: 30px 0 5px;
		text-align: left;
	}
	.mainMenu li {
		display: none;
	}
	.mainMenu li a {
		border-left: 5px solid #FFF !important;
		font-size: 16px;
		line-height: 20px;
	}
	.blockImage {
		display: block;
		float: none;
		margin: 0 auto;
	}
	.homepageList {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		padding: 0;
	}
	.horizontalBar {
		padding: 0 2%;
		width: 100%;
	}
	.horizontalBar tr:nth-child(n+2) td {
		padding-top: 2%;
	}
	.horizontalBar td > a > img {
		width: 100%;
	}
	.testimonialsWrapper td {
		display: block;
	}
	.testimonialsWrapper td:last-child {
		text-align: center;
	}
	.partnerList {
		display: table;
	}
	.partnerList li {
		display: table-row;
		text-align: center;
	}
	.footer {
		padding-left: 5%;
		text-align: left;
	}
	.footer tr:first-child td {
		display: block;
	}
	.footer tr:first-child td:first-child {
		margin-bottom: 10px;
	}
	.footer .footerMenuItems {
		font-size:14px;
	}
}