#top {
	background-color: #252577 !important;
}

body.public-mode #top #top_title_full, body.public-mode #top #top_nav_full, body.public-mode #top #top_title, body.public-mode #top #top_nav {
	display: none;
}

body.public-mode #top {
	background-color: white !important;
	/*background-image: url('/css/images/header1x.png');*/
	background-repeat: no-repeat;
	background-position: left;
	color:black;
}

body.public-mode #top_sub_nav {
	border-top-color:#ccc !important;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}

#footer_custom_text {
	float:left;
	width: 40%;
}

/* BRIGHTON SPECIFIC */

body.local.public-mode div#top {
	background-image: none;
}

body.local.public-mode div#top_sub_nav {
	border-top-color: #BBB;
	background-color: #DDD;
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
}

body #custom_logo {
	display: none;
}

body.public-mode #custom_logo {
	display: block;
}

body.public-mode .wrap_full #custom_logo {
	display: block;
	padding-left:14px;
	padding-right:10px;
}

body.public-mode #custom_logo .logo.pull-right {
	float:right;
}

body.public-mode #group-name_full, body.public-mode #group-name {
	display: none;
}

body.public-mode #top_logo_client {
	display: none;
}