#header-wrapper,#footer-wrapper,#menubar-wrapper {
	background-image:none;
}
.csHeader {background-color:#f3f3f3;}

.csHeader img.logo {width:60%;margin-top:5px;}

.headerTitle {display:none;}
.headerImg {display:none;} 

.welcome {
	position:absolute;
	top:5px;
	right:10px;
	padding:5px 15px;
	color:#ffffff;
	font-weight:bold;
	border-radius:8px;
}

.welcomeBG {
	position:absolute;
    z-index: -1;
    top:0;
    bottom:0;
    left:0;
    right:0;
	background-color: #000000;
	width:100%;
	height:100%;
	opacity:.20;
	border-radius:8px;
}

.bbb {display:none;}

@media all and (min-width: 700px) {
	.csHeader {padding-top:10px;}
	.csHeader img.logo {display:block;float:left; width:350px;margin-top:0px;}
	.headerTitle {display:block;float:right;text-align:center;
		margin:50px 0px 0px 0px;padding:20px 10px 10px 0px;
		font-family: Impact, Charcoal, sans-serif;
	}
	.headerTitle1 {font-size:1.4em;text-align:right;color:#1276BB;}
	.headerTitle2 {font-size:1.0em;text-align:right;color:#F05428;}
	.headerTitle2 a {font-size:1.0em;text-align:right;color:#1276BB;}

}

@media all and (min-width: 800px) {
	.csHeader img.logo {width:450px;}
	.csHeader {padding-top:10px;}
}

@media all and (min-width: 1100px) {
	.csHeader img.logo {float:left; width:550px;}
	.headerTitle {float:right;text-align:right;margin:50px 60px 0px 5px;}
	.headerTitle1 {font-size:2.2em;}
	.headerTitle2 {font-size:1.6em;}
	.headerImg {display:block;float:right;width:50px;} 
	.headerImg img {display:block;float:right;width:50px;}	
	
}

