.none {
    display: none;
}

#header {
    background: #FFF;
    border-bottom: 1px solid #CCC;
    height: 110px;
    width: 100%;
    margin: 0;
    margin-bottom: 3px;
    padding: 0;
    position: relative;
}

#clfbar {
    background: #000;
    height: 40px;
    position: relative;
}

#uw_wordmark {
    width: 120px;
    position: absolute;
    left: 0;
    margin: 0;
}

#searchbox, #wordmark {
    text-align: right;
}

#searchbox {
    color: #FFF;
    position: absolute;
    right: 0px;
    margin: -4px 8px 8px 0px;
    padding: 0;
    width: 320px;
    font-size: 12px;
    height: 24px;
}

#wordmark {
    border: none;
    margin: 15px 0 0;
}

form#search {
    margin-top: 0px;
    margin-bottom: 3px;
    font-size: 12px;
}

.google { /* redundant with following? */
    border: 1px solid #666;
    font-size: 11px;
}
input.google {
    border: 1px solid #666;
    font-size: 11px;
}

#q {
    background: #666;
    color: #FFF;
    height: 18px;
    font-size: 12px;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

#submit {
    border: 0;
    position: relative;
    top: 10px;
}

#header {
	position: absolute;
	left: 0;
	right: 10px;
	width: auto;
	top: 0;
}

body {
	margin-top: 110px;
}

#uw-clf-bottom div.uw-clf-menu {
	top: 111px;
}

div.uw-clf-banner {
	position: inherit;
}
