body {
	font-family: arial, helvetica, verdana;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	margin: 0 0 50px 0; padding: 0;
	background: #FFF;
	background-image: none;
	}

.clear {
	clear: both;
}

#links_wrap {
	background: #555;
	}
	
#links_container {
	max-width: 1100px;
	min-width: 780px;
	padding: 0 50px; 
	margin: 0 auto;
	}

#hdr {
	background: #333;
	padding: 30px 0;
	}

#hdr-content {
	max-width: 1100px;
	min-width: 780px;
	padding: 0 50px;
	margin: 0 auto;
	text-align: left;
	}

#content_wrapper {
	margin: 0 auto;
	max-width: 1000px;
	padding: 50px;
	line-height: 1.6em;
	text-align: center;
	}

.content_innter_wrapper {
	max-width: 900px;
	margin: 50px auto;
	}

a.ml_logo_pic {
	display: block;
	background: url(/images2015/ml_logo_pic.png);
	width: 70px; height: 70px;
	float: left;
	margin: -5px 15px 0 0;
}

a.hdr1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 30px;
	color: #fff;
	text-decoration: none;
	}

a.hdr2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #888;
	margin-top: 7px;
	text-decoration: none;
	}
	
a.hdr1:hover {
	color: #fff;	
}

a.hdr2:hover {
	color: #888;
}

.member_login {
	display: block; 
	border: 1px solid #656565; 
	border-radius: 20px; 
	line-height: 30px; 
	font-size: 13px; 
	text-decoration: none; 
	color: #959595; 
	padding: 1px 20px;
	}

#nav_links ul {
	list-style-type: none;
	margin: 0; padding: 0;
}

#nav_links ul li {
	list-style-type: none;
	float: left;
}

#nav_links ul li a {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #EEE;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 30px 0 5px;
	height: 50px;
	line-height: 50px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#nav_links ul li a:hover {
	color: #999;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.hero_images {
	max-width: 960px; margin: 60px 0;
}

.pplanzleft {
    float: left;
    width: 48%;
}

.pplanzright {
    float: right;
    width: 48%;
}

.pplanzgroup {
	margin: 60px 0 0 0;
}

.pplanzgroup:after {
    content:"";
    display: table;
    clear: both;
}

.device_image {
    max-width: 100%;
    height: auto;
    margin: 30px 0;
}


#billboard_container {
	background: #444341;
	padding: 80px 50px;
	background-image: url(/images2015/hero_bg.jpg);
	background-position: center center;
	background-size: cover;
	line-height: normal;
}


#main_headline {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 80px;
	text-align: center;
	color: #FFF;

}

#main_subheadline {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 27px;
	text-align: center;
	color: #FFF;
}

a.main_btn {
	display: block; 
	width: 160px; 
	padding: 17px 8px; 
	border-radius: 40px; 
	background: #FFF;
	color: #222; 
	text-decoration: none; 
	text-align: center; 
	margin-top: 15px; 
	font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
}

a.main_btn:hover {
	background: #DDD;
}

@media screen and (max-width: 640px) {

	.hdr1 {
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 300;
		font-size: 30px;
		color: #fff;
		}
	
	.hdr2 {
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 300;
		font-size: 18px;
		color: #888;
		margin-top: 7px;
		}

	.section_hdr1 {
		font-size: 25px;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 400;
		padding-bottom: 20px;
		line-height: 1.3em;
		}

	ul.list_parent {
		margin: 20px 0 0 0;
		}

	.blt_hdr {
		font-size: 20px;
		font-weight: bold;
		font-style: italic;
	}

	.image {
		margin: 10px 0;
	}


	.img_label_container_first {
		margin: 40px auto 0 auto;
		}

	.img_label_container {
		margin: 10px auto 0 auto;
		}

	.img_label {
		font-size: 20px;
		color: #777;
	}

	.hero_images {
		max-width: 960px; margin: 30px 0;
	}

}