* { margin: 0; padding:0; border: 0; }

 .headerWrapper {
	margin: 0 auto;
	max-width: 1000px;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e9f5fe), to(#b0bfd0));
    background-image: -webkit-linear-gradient(left, #e9f5fe, #b0bfd0);
    background-image:    -moz-linear-gradient(left, #e9f5fe, #b0bfd0);
    background-image:     -ms-linear-gradient(left, #e9f5fe, #b0bfd0);
    background-image:      -o-linear-gradient(left, #e9f5fe, #b0bfd0);
    border: 1px solid black;
    border-radius: 8px;
}

.headerLogo img {
	float: left;
	height: 120px;
	margin: 10px 0 0 40px;
}

.headerText {
	height: 140px;
	max-width: 1000px;
}

.headerTextTop {
	height: 30px;
/*	border-bottom: 4px solid #73a3ca; */
}

.headerTextMiddle {
	height: 80px;
	margin: 0 40px 0 200px;
	border-left: 1px solid #73a3ca;
	border-right:1px solid #73a3ca;
	border-top: 4px solid #73a3ca;
	border-bottom: 4px solid #73a3ca;
	background: #ffffff;
	border-radius: 12px;
}

.headerTextMiddleLeft {
	float: left;
	width: 30%;
	font-family: serif;
	font-size: 80px;
	font-weight: 500;
	color: #22528d;
	margin: -8px 0 0 16px;
}

.headerTextMiddleRight {
	font-family: serif;
	font-size: 36px;
	color: #22528d;
	margin: 14px 0 0 0;
	background: #ffffff;
}

.headerTextBottom {
	height: 30px;
	padding-top: 4px;
}

@media (max-width: 950px) { .headerTextMiddleLeft { font-size: 68px; margin-left: 0px; margin-top: 0px; } .headerTextMiddleRight { font-size: 30px; margin-top: 16px; }}
@media (max-width: 800px) { .headerTextMiddleLeft { font-size: 52px;  margin-left: 0px; margin-top: 6px; } .headerTextMiddleRight { font-size: 22px; margin-top: 24px; }}
@media (max-width: 642px) { .headerTextMiddleLeft { font-size: 0px;  margin-left: 0px; margin-top: 10px; } .headerTextMiddleRight { font-size: 22px;  margin-left: 0px; }}
@media (max-width: 524px) { .headerTextMiddleRight { margin-top: 10px; } .headerTextBottom { font-size: 0; }}

