* {
	margin: 0;
	padding: 0;
}

::selection {
	background: #323232; /* WebKit/Blink Browsers */
	color: white;
}
::-moz-selection {
	background: #323232; /* Gecko Browsers */
	color: white;
}

.pagecontain {
	width: 90%;
	/*min-width: 670px;*/
	max-width: 1100px;
	min-width: 380px;
	min-height: 600px;
	display: block;
	margin: 0 auto;
}

/*
***********************
*********************** NAVIGATION
***********************
*/

.navcontain {
	width: 100%;
	display: block;
}
.topnav {
	width: 100%;
	height: 120px;
	display: block;
}
.topnavlogo {
	width: 20%;
	height: 120px;
	display: inline-block;
	vertical-align: top;
}
.topnavlogo a {
	width: 100%;
	line-height: 120px;
	display: block;
}
.topnavlogo a img { 
	/* putting the anchor tag inside a div and setting the display to block allows us to make the img display inline-block so that the vertical align work */
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.topnavbuttonscontain {
	width: 80%;
	display: inline-block;
	height: 120px;
}
.topnavbutton {
	width: 20%;
	margin-left: 5%;
	margin-top: 35px;
	margin-bottom: -5px;
	line-height: 45px;
	display: inline-block;
	text-align: center;
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
	font-size: 1em;
	font-weight: 900;
	color: black;
	border-bottom: 5px solid #E6E6E6;
	text-decoration: none;
}
.topnavbutton:hover {
	border-bottom-color: #323232;
}
.tnvhighlighted {
	border-bottom-color: #323232;
}
.bottomnav {
	width: 100%;
	height: 35px;
	display: block;
	border-top: solid 1px #E6E6E6;
	border-bottom: solid 1px #E6E6E6;
	font-family: 'Lato', sans-serif;
	font-size: 0.9em;
	font-weight: 400;
	color: #4D4C4D;
}
.bottomnavtextleft,
.bottomnavtextright {
	line-height: 35px;
	display: inline-block;
	vertical-align: top;
}
.bottomnavtextleft {
	width: 55%;
}
.bottomnavtextright {
	min-width: 180px;
	width: 45%;
	text-align: right;
	float: right;
}
.bottomnavfacebookbutton {
	display: inline-block;
	padding-left: 10px;
	height: 35px;
	width: 35px;
	vertical-align: top;
}
.bottomnavfacebookbutton img {
	display: block;
	width: 35px;
}

/*
***********************
*********************** CONTENT CONTAIN
***********************
*/

.contentcontain {
	width: 100%;
	display: block;
  	padding-top: 40px;
  	padding-bottom: 40px;
}
.contentcontain h1 {
	font-family: 'Lato', sans-serif;
	font-size: 2em;
	line-height: 1.5em;
	font-weight: 900;
	color: #323232;
	letter-spacing: 1px;
}
.contentcontain p {
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	line-height: 1.7em;
	font-weight: 400;
	color: #323232;
}

/*
***********************
*********************** FOOTER
***********************
*/

.footer {
	width: 100%;
	height: 35px;
	display: block;
	text-align: center;
	vertical-align: bottom;
	border: 1px solid #E6E6E6;
	background-color: #E6E6E6;
	border-left: none;
	border-right: none;
}
.footer p {
	width: 100%;
	line-height: 35px;
	font-family: 'Lato', sans-serif;
	font-size: 0.9em;
	font-weight: 400;
	color: #4D4C4D;
}
