
/* Set body font*/
html, body{
	color: #333;
	font-family: "trebuchet ms", sans-serif;
	height: 100%;
}

.header{
	position: relative;
	height: 180px;
	overflow: visible;
/*	width: 60%;
	margin-left: auto;
	margin-right: auto; */
}
.header hr{
	position: absolute;
	width: 100%;
	height: 1px;
	border: none;
	color: #333;
	background-color: #eee;
	margin-top: 15px;
	margin-bottom: 0px;
}
.banner{
	position: relative;
	width: 1130px;
	margin-left: auto;
	margin-right: auto;
}
#banner-pic{
	margin-bottom: 10px;
}
#banner-pic img{
	height: 120px;
}

.nav{
/*	height: 180px; */
}

#menu{
}
#menu ul{
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	list-style-type: none;
	white-space: nowrap;
}
#menu li{
	display: inline;
	font-size: 14px;
}
#menu li a{
	color: #428bca;
	padding: 13px;
	border-radius: 5px;
	background-color: #FFFFFF;
	text-decoration: none;
}
#menu li a:hover{
	background-color: #eeeeee;
}
#menu li.active a{
	color: #FFFFFF;
	background-color: #428bca;
}

#social{
/*	float: right; */
	position: absolute;
	top: 112px;
	left: 800px;
	color: #428bca;
	white-space: nowrap;
}
#social .fa-size{
	font-size: 42px;
}
#social i{
	margin-left: 25px;
	display: inline;
}
#social a{
	color: #428bca;
	text-decoration: none;
}
#social a:hover{
	color: #2a6496;
}
/* Main page formatting may need to format the overflow of the x axis */
.mainpage{
	position: relative;
	width: 1130px;
	margin-left: auto;
	margin-right: auto;
	min-height: 75%; /* Pushes the footer down */
}

#footer{
	position: relative;
	text-align: center;
	background-color: #FFFFFF;
	height: 50px;
	width: 100%;
	bottom: 0px;
	z-index: 1;
}
#footer hr{
	padding-top: 0px;
	margin-bottom: 20px;
	margin-top: 0px;
	width: 100%;
/*	margin-left: -5px; */
	height: 1px;
	border: none;
	color: #333;
	background-color: #eee;
}
#footer ul{
/*	float: left; */
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	list-style-type: none;
}
#footer li{
	display: inline;
	font-size: 14px;
}
#footer li a{
	color: #428bca;
	background-color: #FFFFFF;
	text-decoration: none;
}



                            