/* Extension Publications Header Styles */

.moss-header {
	background-color: #ffffff;
	border-bottom: 1px solid #3C5B6F;
}

.logo-block {
	top: 11px;
	height: 70px;
	max-width: 215px;
}

.department-name {
	text-transform: inherit;
}

.department-name span a,
.department-name span a:visited,
.department-name span a:hover,
.department-name span a:visited:hover {
	font-size: 1.7em;
	color: #660000;
	font-weight: bold;
}

.vertical-divider {
	border-left: 1px solid #3C5B6F;
}

.moss-search-box,
.moss-search-button {
	border: 1px solid #333333;
}

.moss-search-button {
	background-color: #3C5B6F;
}

/* New Header Style Below Here */

.moss-header {
	background-image: linear-gradient(to bottom, #3C5B6F 35px, transparent 1px);
    height: 122px;
}

.logo-block {
	display: none;
}

.department-name {
	width: 75%;
    display: block;
    height: 122px;
}

.vertical-divider {
	display: none;
}

div#toplinks {
	width: 100%;
    float: left;
    background: #3C5B6F;
    padding: 10px;
    height: 35px;
}

.department-name #toplinks a {
	display: inline;
    font-size: 1.1em;
}

a#logolink {
	float: left;
    padding-top: 8px;
}

span.site-title {
	display: block;
    margin-top: 50px;
    margin-left: 200px;
    height: 57px;
    border-left: 1px solid #3C5B6F;
    padding-left: 15px;
    font-size: 1.3em;
    padding-top: 10px;
}

.moss-search-block {
	margin-left: 0;
    float: left;
    margin-top: 35px;
}