/* General elements */
body {background-color: #fff;}

/* Containers */
#container {width: 100%; background-image: none; background-color: #fff;}
#containerInner {width: 100%; margin: 3px; background-image: none;}
#heading {z-index: 1; width: 100%; height: auto; background-image: none;}
#logo {padding-left: 0; padding-top: 0; float: none;}
#mastheadAltMedia {display: block; margin-left: 0;}
#skipTo {position: static; width: 100%; margin: 1em 0 0 0; padding: 0; list-style-type: none;}
#navPrimary {display: block; position: static; z-index: 1; width: 100%; margin-top: 1em;}
#content {width: 100%;}
#navSecondary {display: block; width: 100%; height: auto; margin: 0; float: none; background-image: none; background-color: #fff;}
#contentPrimary {display: block; width: 100%; padding-left: 0; margin-top: 2em; float: none;}
#contentSecondary {display: block; width: 100%; margin: 0; float: none; background-color: #fff}
#footer {width: 100%; margin-left: 0; padding-bottom: 0;}

/* General Content Appearance Refinements */
#mastheadAltMedia ul {margin-left: 0; padding-left: 0;}
#mastheadAltMedia li {list-style-type: none;}
#skipTo li {margin-bottom: .3em;}
#skipTo a {text-decoration: underline; color: #c4927e;}
#skipTo a:focus, #skipTo a:hover, #skipTo a:active {text-decoration: underline; color: #559cbe;}
#contentSecondary h2, #contentSecondary h3, #contentSecondary p {margin-left: 0; margin-right: 0;}
#contentPrimary ul, #contentPrimary ol, #contentSecondary ul, #contentSecondary ol {margin-left: 1em; margin-right: 0; padding-left: 1em;}

/* Primary Menu */
#navPrimary ul {margin-bottom: 2em; float: none;}
#navPrimary li {margin-bottom: .3em; padding: 0; border-left: none; float: none;}
#navPrimary a {text-decoration: underline; color: #c4927e;}
#navPrimary li.current a {text-decoration: none; color: #559cbe;}

/* Secondary Menu */
#navSecondary ul {margin: 0; background-color: #fff;}
#navSecondary ul ul {margin: .5em 0 0 10px;}
#navSecondary li {margin-bottom: .4em;}
#navSecondary a {padding-right: 0; text-decoration: underline; color: #c4927e;}
#navSecondary a:focus, #navSecondary a:hover, #navSecondary a:active {text-decoration: underline; color: #559cbe;}
#navSecondary li.current a:focus, #navSecondary li.current  a:hover, #navSecondary  li.current a:active {text-decoration: none; color: #559cbe;}
#navSecondary li.current li a:focus, #navSecondary li.current li a:hover, #navSecondary  li.current li a:active {text-decoration: underline; color: #559cbe;}
#navSecondary li.current a {cursor: default; text-decoration: none; color: #559cbe; font-variant: normal; font-style: normal; font-weight: normal;}
#navSecondary li.current li a {cursor: pointer; color: #c4927e; text-decoration: underline;}

/* Home Page Specific */
#home #containerInner {background-image: none;}
#home #content {height: auto; overflow: visible;}
#home #contentPrimary {width: 100%; margin: 0; color: #559cbe;}
#home #footer {width: 100%; margin: 0; text-align: left;}
#home #footer .contactInfo li {display: block; border: none; padding: 0;}
