#controls {
    margin: 0 0 0 0;
    padding: 0.2em;
}
#controls * {
    margin: 0 0 0 .33em;
    padding: 0;
}
#masthead {
    margin-left: 24%;		/* The background to the right of the logos */
    background: url(images/perspective.jpg) no-repeat;
    /* background: url(images/perspective-48.jpg) no-repeat; */
}
#masthead {
    background-position: 0.6em 0; /* Hide from WinIE */
}
#masthead p {			/* For WinIE only */
    margin: 0 0 0 0;
    width: 24%;
    background: white;
}
#masthead>p {			/* Hide from WinIE */
    margin: 0 0 0 -23.9%;
    width: 31.58%;
}
#masthead p {
    padding: 0 0.6em 0 0;
    border-right: 1px solid #036;
    white-space: nowrap;
    min-height: 48px;		/* Keep height if logos are scaled down */
	background: #005A9C;
	color: #fff;
}
#masthead img {
/*   max-width: 49%;   Scale logos down on narrow screens */
    vertical-align: bottom;	/* Avoid empty space for descenders below */
}
#subhomenav {border-top: 2px solid #036 !important}
#nav-static li {vertical-align: auto}

.sidebar {
    margin: 0 0 0 -27%;	/* For others #nav/#main */
    width: 31.58%;
}
.sidebar {
    clear: left;
    float: left;
    padding: 0 0 0 0.3em;
    font-size: 0.95em;
}
.sidebar h2 {			/* hide visual rendering of h2 */
    position: absolute;
    left: -999px;
    width: 990px;
}
/*
.sidebar a {
    text-decoration: underline !important;
}
.sidebar a:visited {
    color: #603 !important;
}


