body {
    color: #333333;
}

* {
    outline: none;
}

#navwrap {
    background: #550051;
    border-top: 4px solid #Ad7611;
}

#css_navigation li.toplevel {
    background-color: #550051;
}

#css_navigation li.hover a:hover, #css_navigation li.hover a {
    background: #550051;
}

#css_navigation li.toplevel ul li a {
    background: #550051;
}

#css_navigation li.toplevel ul li a:hover {
    background: #91008a;
}

a:link, a:visited {
    color: #Ad7611;
}

a:hover, a:active {
    color: #550051;
}

.fsizer a.fsactive, .fsizer a:hover {
    color: #Ad7611;
}

#footer {
    background-color: #550051;
    border-top: 4px solid #Ad7611;
    color: #FfFfFf;
}

#nav_left ul li a:link, #nav_left ul li a:visited {
    color: #Ad7611;
}

#nav_left ul li a:hover, #nav_left ul li a:active, #nav_left ul li.selected a:link, #nav_left ul li.selected a:visited {
    color: #666666;
}

.formtitle, .form_title, h5.form_title, div.form_row_submit {
    background: #550051;
    border: 1px solid #Ad7611;
    color: #FfFfFf;
}

#masthead_text h1, #masthead_text h2, #masthead_text h3, #masthead_text h4, #masthead_text h5, #masthead_text h6 {
    color: #Ad7611;
}

#spotlight_text h1, #spotlight_text h2, #spotlight_text h3, #spotlight_text h4, #spotlight_text h5, #spotlight_text h6 {
    color: #Ad7611;
}

#spotlight p {
    color: #000000;
}

#masthead_image {
    display: none;
}


/**
 * New Nav Rendering styles
 */

#css_navigation li.fdpc_level_0 {
    background-color: #550051;
}

#css_navigation nav ul li:hover {
    background: #550051;
}

#css_navigation li.fdpc_level_0 ul li a {
    background: #550051;
}

#css_navigation li.fdpc_level_0 ul li a:hover {
    background: #91008a;
}

#css_navigation>nav>ul>li:hover {
    background: #Ad7611;
}


/* nav flyout */

#css_navigation li.fdpc_level_0 ul ul {
    display: none;
}

#css_navigation li.fdpc_level_0 li:hover>ul {
    display: block;
}

#css_navigation li.fdpc_level_0:hover ul ul {
    left: 100%;
    top: 0;
}

#css_navigation li.fdpc_level_0:hover ul ul {
    display: none;
}

#css_navigation li.fdpc_level_0:hover ul li:hover>ul {
    display: block;
}


/*

ul ul {
 display: none;
}

li:hover > ul {
 display: block;
}

*/
