body, html{
	width: 100%;
	background-color: #e5e5e5;
	margin: 0;
	border: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.5em;
	text-align: center;
	
}

#disqus_thread{
	margin: 40px 0 0 0;
}

a:hover{
	opacity: 0.8;
}

a{
	color: red;
}

a:hover{
	color: blue;
}

img{
	border: 0
}

.hover:hover{
	opacity: 0.8;
}


#menu{
	width: 100%;
	position: fixed;
	padding: 10px 0 5px 0;
	height: 25px;
	border-bottom: 2px solid white;
	background-color: black;
	text-align: center;
	z-index: 1;
	box-shadow: 2px 2px 1px #000000;background: #6b6b6b;
background: -moz-linear-gradient(top,  #6b6b6b 31%, #212121 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(31%,#6b6b6b), color-stop(100%,#212121));
background: -webkit-linear-gradient(top,  #6b6b6b 31%,#212121 100%);
background: -o-linear-gradient(top,  #6b6b6b 31%,#212121 100%);
background: -ms-linear-gradient(top,  #6b6b6b 31%,#212121 100%);
background: linear-gradient(to bottom,  #6b6b6b 31%,#212121 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6b6b', endColorstr='#212121',GradientType=0 );

}

#menu a{
	color: white;
	text-decoration: none;
}

#menu a:hover{
	color:red;
}

#header{
	position: relative;
	display: block;
	padding: 70px 0 0 0;
	margin: auto;
	height: 125px;
	background-color: black;
	text-align: center;
}

#menu ul, #menu li{
	color: white;
	display: inline;
	padding: 0;
	margin: 0 10px 0 10px;
}

#metacontainer{
	margin:auto;
	width: 100%;
}

#container{
	margin:auto;
	width: 1008px;
	overflow: visible;
	padding: 20px;
}

h1, h2, h3{
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid grey;
	font-weight: normal;
}

.box{
	float: left;
	text-align: left;
	padding: 20px 30px 30px 20px;
	vertical-align: middle;
	border: 1px solid #b8b8b8;
	background-color: white;
	margin: 0 0 20px 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
}

.fullbox{

    display: table;
	width: 1008px;
	clear: both;
}

.halfbox{
	width: 494px;
	height: 400px;
}

.cta{
	margin: 0;
	padding: 0;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100px;
}


.button{
	float: left;
	display: inline;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
	margin: 20px 0 20px 0;
	width: 168px;
	height: 91px;
	color: black;
	background-image: url('images/button_cta.jpg');
}

a:hover{
	
}

iframe{
	
	padding-right: 20px;
}

img{
	float: left;
	padding-right: 10px;
	padding-bottom:  20px;
}

video{
	float: left;
	padding-right: 40px;
	padding-bottom:  20px;
}

#logo{
	float: none;
	margin: auto;
}