@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	
	background-image: url(http://www.m2hg.com/mvimg/bg.jpg);
	background-repeat: repeat-x;
}
.left {
	float: left;
	width: 260px;
	height: 65px;
}
.right {
	float: right;
	width: 520px;
	background-repeat: no-repeat;
	height: 65px;
	background-image: url(http://www.m2hg.com/mvimg/nav.jpg);
}
.m2hg #nav {
	text-align: center;
	padding-top: 50px;
	color: #666;
}
	
.m2hg #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.m2hg #content {
} 
.m2hg #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 163px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.m2hg #border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: groove;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	height: 100%;
}

.m2hg #mainContent {
	margin-top: 0;
	margin-right: 185px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
	text-align: justify;
} 
.m2hg #footer {
	color: #333;
	text-align: center;
	height: 20px;
	padding: 0;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 11px;
} 
a.footer:link {
	color: #333;
	text-decoration: none;
	font-size: 11px;
}

.m2hg #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.m2hg #left2 {
	float: left;
	width: 259px;
	height: 205px;
	clear: both;
}
.m2hg #right2 {
	float: right;
	width: 521px;
	height: 205px;
	background-image: url(http://www.m2hg.com/mvimg/expect2.jpg);
	background-repeat: no-repeat;
}
a.footer:visited {
	color: #333;
	text-decoration: none;
	font-size: 11px;
}
a.footer:hover {
	color: #333;
	text-decoration: none;
	font-size: 11px;
}
a.footer:active {
	color: #333;
	text-decoration: none;
	font-size: 11px;
}
a:link {
	color: #333;
	text-decoration: underline;
}
h1 {
	font-size: 12px;
	font-weight: bold;
}

a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:active {
	color: #333;
	text-decoration: underline;
}
.m2hg #integrity {
	float: left;
	width: 180px;
}
.m2hg #development {
	float: left;
	width: 180px;
	margin-left: 15px;
}
.m2hg #solutions {
	float: right;
	width: 180px;
}
.m2hg #clear {
	clear: both;
}
#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
.m2hg #navigation {
	margin-top: 49px;
	background-image: url(http://www.m2hg.com/mvimg/nav.jpg);
	background-repeat: no-repeat;
	margin-left: 12px;
}


	
#navigation li {
	float: left;
	padding: 0;
	margin: 0;
	}
	
#navigation a {
	color: #999;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	}
	
#navigation a:hover {
	color: #BE0000;
	}
	
#navigation #currentpage a {
	color: #BE0000;
	}
.m2hg #content2 {
}
.m2hg #logo {
	float: left;
	width: 275px;
}
.m2hg #print {
	float: left;
	width: 275px;
	margin-left: 20px;
}
.m2hg #seo1 {
	float: left;
	width: 275px;
}
.m2hg #seo2 {
	float: left;
	width: 275px;
	margin-left: 20px;
}
.m2hg #seo3 {
	float: left;
	width: 275px;
}
.m2hg #seo4 {
	float: left;
	width: 275px;
	margin-left: 20px;
}

