body {
	background-color: #000;
}

div {
	text-align: center;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 120%;
	color: white;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: whitesmoke;
}

img {
	border-width: 0;
	border-style: none;
}

div.mhm_top {
	margin: auto;
	min-width: 600px;
	max-width: 800px;
	height: 180px;
	background: url(images/mhmlogo-final.png) no-repeat center;
	text-align: right;
	position: relative;
}

div.navbar {
	background: #777 url(images/navbar.png) repeat-x;
	position: absolute;
	right: 0px;
	left: 0px;
	top: 190px;
	min-width: 600px;
	height: 33px;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: black;
	text-align: center;
	line-height: 1;
	white-space: nowrap;
}

div.navbar a {
	position: relative;
	top: -11px;
	padding: 9px 14px;
	text-decoration: none;
	color: black;
}

div.navbar a:hover {
	color: white;
	background-color: #222;
}

div.content {
	position: absolute;
	top: 225px;
	right: 0;
	left: 0;
	margin: auto;
	width: 600px;
	height: 300px;
	max-height: 500px;
	min-height: 300px;
	padding: 12px;
	text-align: center;
}

div.footer {
	position: absolute;
	top: 535px;
	right: 0;
	left: 0;
	margin: auto;
	width: 600px;
	padding: 7px;
	color: silver;
	font-size: 9px;
	text-align: center;
}

div.footer a {
	text-decoration: none;
	color: silver;
}

div.footer a:hover {
	text-decoration: underline;
	color: white;
}

div.icon_row {
	width: 475px;
	height: 107px;
	margin: 1px auto;
	position: relative;
	border-width: 1px;
}

#icon_list {
	margin: 0;
	padding: 0;
	display: inline-block;
}

#icon_list ul {
	height: 105px;
	margin: auto;
	width: 475px;
}

#icon_list li {
	cursor: pointer;
	display: inline;
	position: relative;
	margin: 10px;
	float: left;
	width: 98px;
	height: 0px;
	padding-top: 102px;
	overflow: hidden;
	background-image: url(images/mhm-buttons.png);
	background-repeat: no-repeat;
}

#icon_list li#cp-digital {
	background-position: 0 0;
}

#icon_list li#cp-healthy {
	background-position: -97px 0;
}

#icon_list li#cp-learn {
	background-position: -194px 0;
}

#icon_list li#cp-switch {
	background-position: -291px 0;
}

#icon_list li#cp-digital:hover {
	background-position: 0 -100px;
}

#icon_list li#cp-healthy:hover {
	background-position: -97px -100px;
}

#icon_list li#cp-learn:hover {
	background-position: -194px -100px;
}

#icon_list li#cp-switch:hover {
	background-position: -291px -100px;
}

div.icon_copy {
	margin: auto;
	width: 475px;
	padding: 10px;
	text-align: justify;
}

div.icon_copy h4 {
	position: absolute;
	top: 150px;
	margin: auto;
	text-align: justify;
	vertical-align: middle;
	width: 475px;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: silver;
	overflow: auto;
	height: 170px;
	line-height: 140%;
}

#txt_digital {
	visibility:visible;
}

#txt_healthy {
	visibility:hidden;
}

#txt_learn {
	visibility:hidden;
}

#txt_switch {
	visibility:hidden;
}

div.tinc_content {
	width: 470px;
	margin: auto;
}

div.tinc_content h4 {
	text-align: left;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: whitesmoke;
	overflow: auto;
	margin: auto;
	padding: 7px;
}

div.tinc_content input {
	width: 350px;
	overflow: auto;
	float: right;
	margin: auto;
	padding: 0;
	background-color: whitesmoke;
}

div.tinc_content input.button {
	width: auto;
	float: right;
	background-color: silver;
}

div.tinc_content textarea {
	width: 352px;
	overflow: auto;
	float: right;
	height: 104px;
	vertical-align: top;
	background-color: whitesmoke;
}
