@charset "utf-8";
/* CSS Document */

/* ~~ The header ~~ */
/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
.topheader {
	height: 35px;
	background-color: #eeeeee;
}
.topheader-container {
	margin: 0 auto;
	width: 1000px;
}
.topheader-connectwithus {
	float: left;
	width: 135px;
	margin-top: 7px;
}
.topheader-phonenumebrs {
	float: left;
	width: 150px;
	margin-top: 7px;
}
.topheader-email {
	float: left;
	width: 160px;
	margin-top: 7px;
}
.topheader-social-box {
	float: right;
	width: 565px;
	height: 36px;
	margin-right: 0px;
	color: #3B5998;
	font-size: small;
	font-weight: bold;
}
.topheader-social-icon {
	float:left;
	width:36px;
	height:36px;
}
header {
	height: 125px;
}
.header-container {
	margin: 0 auto;
	width: 1000px;
}
.header-logo {
	float: left;
	margin-top: 5px;
	width: 316px;
	height: 100px;
}
.header-donate {
	float: right;
	margin-top: 65px;
	margin-right: 0px;
}
.header-menu-container {
	height: 35px;
	background-color: #4771c7;
	font-size:large;
}
.header-menu-box {
	margin: 0 auto;
	width: 1000px;
}
.header-menu-btn {
	width: 165px;
	height: 35px;
	color: #FFF;
	text-align: center;
	float: left;
}
.header-menu-btn a:link {
	color: #FFF;
}
.header-menu-btn a:visited {
	color: #FFF;
}
.header-menu-btn a:hover {
	color: #8eb4e7;
}
.header-menu-btn-text {
	margin-top: 5px;
}
