html, body {
	width: 100%;
}

body {
	text-align:center;
	background-color:#bdc2cf;
}

.container, .footer {
	text-align: left;
	position: relative;
	width:1008px;
	margin-left: auto;
	margin-right: auto;

}

.container {
	background-color:#8b8c8d; 
}

.content_left {
	float:left;
	display: inline-block;
	position: relative;
	z-index: 5;
	width:555px;
}

.content_right {
	text-align: center;
	position: relative;
	z-index: 500;
	float:right;
	width:453px;
}

.mh722 {
	min-height: 722px;
}

.about_content_left {
	font-family: "Times New Roman", Times, serif;
	float:left;
	display: inline-block;
	position: relative;
	z-index: 5;
	width:665px;
	
}

.bold {
	font-weight: bold;
}

.twelve_point {
	font-size: 12pt;
}

.eleven_point {
	font-size: 11pt;
}

.about_content_right {
	text-align: center;
	position: relative;
	z-index: 500;
	float:right;
	width:343px;
}

.inner_border, .outer_border {
	display: inline-block;
	text-align: justify;
	font-style: italic;

	border:1px solid #222;
	margin:3px;

}

.about_bottom {
	position: relative;
	z-index: 9000;
}

.about_clients {
	display: inline-block;
	float:left;
	width:39.2%;
	margin-left:30px;
	font-size: 15px;

}

.about_clients ul {
	margin-left:20px;
}

.about_clients ul li {
	padding-top:10px;
}

.about_comm {
	display: inline-block;
	float:right;
	width:50%;
	font-size: 15px;
	margin-right:20px;
}

.inner_border {
	padding:8px;
	font-size: 22px;
}

.outer_border {
	margin-top:33px;
	width: 85%;
}

.background_left, .about_background_left {
	position:absolute;
	z-index: 1;
	left:0;
	top:0;

	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top:0px;

	/*This is inversely proportionate to how tall the footer is*/
	margin-bottom:-35px;
}

.background_left {
	width:555px;
}

.about_background_left {
	width:665px;
}





.clear {
	clear:both;
}

.white {
	background-color: #fff;
}

.blue {
	background-color: #a5c5e3;
}

.gray {
	background-color:#8b8c8d; 
}

.content {
	position: relative;
	z-index: 5;
	padding-top:10px;
	padding-left:27px;
	padding-right: 10px;
}

.arial {
	font-family: arial;

}
.spacey {
	line-height: 22px;
	padding-right:35px;
}

.content p strong {
	font-weight: bold;
	font-variant: small-caps;
	font-size:17.5px;
}

.left {
	text-align:left;
}

.right {
	text-align: right;
}

.mrc {
	margin-right:20px;
}

.content p {
	padding-bottom:12px;
}

.content ul {
	padding-left:17px;
}

.content ul li {
	padding-bottom:8px;
}

.content h2 {
	font-variant: small-caps;
	font-size: 23px;
	padding-top:10px;
	padding-bottom:10px;
	font-weight: bold;

}

.home_image {
	width:424px;
	height:315px;
	background-color: #000;
	margin-left: auto;
	margin-right:auto;
	margin-top:50px;
	color:#4A4B4C;
}

.home_image_credit {
	text-align:left;
	margin-top:12px;
	margin-left:70px;
	width:150px;
	color:#4A4B4C;
	font-style: italic;
}

.home_image_descr {
	text-align: left;
	margin-top:10px;
	margin-left:180px;
	margin-bottom:30px;
	width:190px;
	color:#4A4B4C;
	font-style: italic;

}

.about_descr {
	font-size: 18px;
	margin-top:10px;
	color: #fff;
	margin-left:35px;
	margin-right:35px;
}

.about_image {
	margin-top:43px;
}



