/* ---( = begin main-nav elements )------------------------------- */

#nav {margin: 0 0 1em 0;
padding: 0;
overflow: hidden;
list-style: none }

#nav li {float: left;
margin: 0;
padding: 0;
font-size: 1.3em; 
text-transform: uppercase;
font-variant: small-caps
}

#nav a, #nav a:visited {display: block;
padding: 0.25em 0.5em 0.25em 1em;
text-decoration: none;
color: #3399cc;
transition: color .3s
}

#nav .first a, #nav .first a:visited {padding-left: 0;
background: transparent; }

#nav a:hover, #nav a:visited:hover {text-decoration: none;
color: #ed1c24; }

#nav .active a, #nav .active a:visited {text-decoration: none;
color: #ed1c24; }

#nav #skip-link {position: absolute;
top: -9999px; }

/* ---( = begin sub-nav elements )------------------------------- */

#subnav ul {margin: 0.5em 0 0.5em 5.5em;
padding: 0;
overflow: hidden; }

#subnav li {float: left;
margin: 0 01em 0 0;
padding: 0;
font-size: 1em; }

#subnav a, #subnav a:visited {display: block;
padding: 0.25em 0.5em 0.25em 1em;
text-decoration: none;
color: #3399cc;
border-left: 1px solid #ddd }

#subnav .first a, #subnav .first a:visited {padding-left: 0;
background: transparent;
border-left: none; }

#subnav a:hover, #subnav a:visited:hover {text-decoration: none;
color: #ed1c24; }

#subnav .active a, #subnav .active a:visited {text-decoration: none;
color: #ed1c24; }

/* ---( = begin footer list elements )-------------------------------*/

#footer li {text-align: right; }

#footer li a {float: left; }