body {
	background-color: #00380C;
	color: #fff;
	margin: 0;
	padding: 0;
	font: normal 13px "Arial", "Helvetica", "sans-serif";
}
a {
	color: #fff;
	font: normal 13px "Arial", "Helvetica", "sans-serif";
}


/*
Home page
*/
div.featured-clients {
	text-align: center;
	padding-top: 50px;
}

	div.featured-clients .title {
		font: bold 14px "Arial", "Helvetica", "sans-serif";
		text-align: center;
		padding-bottom: 8px;
	}
	
	div.featured-clients .frame {
		float: left;
		width: 15px;
		height: 110px;
		background-repeat: no-repeat;
		background-position: center;
	}
	div.featured-clients .left {
		background-image: url(../images/featured_clients/left.gif);
		border-right: 1px solid #00380C;
	}
	div.featured-clients .right {
		background-image: url(../images/featured_clients/right.gif);
		border-left: 1px solid #00380C;
	}
	div.featured-clients .content{
		width: 122px;
		font: normal 10px "Arial", "Helvetica", "sans-serif";
		border-left: 1px solid #00380C;
		border-right: 1px solid #00380C;
		background-color: #fff;
		padding: 3px 1px;
		text-decoration: none;
		text-align: center;
		vertical-align: middle;
		overflow: hidden;
		color: #000;
	}
	div.featured-clients .content a{
		font: normal 10px "Arial", "Helvetica", "sans-serif";
		text-decoration: none;
		color: #000;
	}
/*
Featured Client page
*/
div.featured-client-frame {
	border: 2px solid #b5f500;
	margin: 10px 25px 0 50px;
	padding: 2px;
}
div.featured-client {
	padding: 10px 20px;
	background-color: #fff;
	color: #000;
}

	div.featured-client div.header {
		font-size: 16px;
		font-weight: bold;
	}
	div.featured-client div.subheader {
		font-size: 13px;
		font-weight: bold;
	}
	div.featured-client div.companyinfo {
		clear: both;
		padding-top: 15px;
	}
	div.featured-client hr {
		height: 1px;
		border: 0;
		background-color: #204609;
		color: #204609;
		margin: 10px 0;
	}
	
div.featured-client-footer {
	text-align: center;
	padding: 5px 0 20px;
}



/*
Links
*/
.bh-address {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-align: right;
	padding: 10px 0;
}

.m-w-link {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #93AB97;
	text-align: right;
}
	.m-w-link a {
		font-size: 10px;
		font-family: Arial, Helvetica, sans-serif;
		color: #93AB97;
		text-decoration: none;
	}
	.m-w-link a:hover {
		text-decoration: underline;
	}


