<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
background: #bf6119;
background-image: url('../img/sitework-bg.jpg');
background-attachment:fixed;
background-size:cover;
background-position: 300px 0px;
width:100%;
height:100%;
margin:0px;
padding:0px;
}

#ASH_left_content, #subnav-container {
background:#f38737;
}

.callout {
background:#bf6119; 
border:20px solid #bf6119;
}

#subnav-container {
position:fixed!important;
}

/* Smartphones ----------- */
@media only screen 
and (max-width : 1000px) {
/* Styles */

#subnav-container {
position:absolute!important;
}</pre></body></html>