#Header {
    
    margin-bottom: 18px;
}
#Header h1, #Header h2, #Header h3, #Header h4 { color: white;}

#Header a, #Header a:visited { text-decoration: none; color: white;}
#Masthead {
    color: white;
    background-color: #BF311A;
    height: 140px;
    margin-bottom: 9px;
    margin-top: 9px;
    
}
#Rotator {
    
}
#Menu {
    margin-top: 9px;
    background-color: #86D1D6;
    margin-bottom: 9px;
    
}

li.blue { background-color: #24266f; }
li.green { background-color: #33632d; }
li.red { background-color: #a43221; }
li.orange { background-color: #d56538; }
li.yellow { background-color: #e9ae30; }


ul#MainMenu  { margin: 0; padding: 0;}
ul#MainMenu li {
    list-style-type: none;
    height: 42px;
    float: left;
    width: 190px;
    padding-top: 8px;
    text-align: center;
    
}
ul#MainMenu li a {
    font-size: 24px;
    text-decoration: none;
    font-weight: normal;
    font-family: verdana, arial, sans-serif;    
}
ul#MainMenu li a:hover { color: #ffed89; }

#Footer{
    margin-top: 54px;
    background-color: #BF311A;
    color: white;
    margin-bottom: 54px;
    font-size: 1.65em;
    padding-top: 1.25em;
    text-align: center;
}
#Footer a, #Footer a:visited { text-decoration: none; font-weight: bold; color: white; }
#Footer a:hover {color: #ffed89;}

#BodyContent h1, #BodyContent h2, #BodyContent h3, #BodyContent h4 {
    color: #d56538;
}

#SideBar h1, #SideBar h2, #SideBar h3, #SideBar h4 {
    color: #d56538;
    clear: both;
}

#SideBar .review {
    background-color: #33632d;
    color: white;
    padding: 8px 4px;
    text-align: center;
    text-transform: lowercase;
}
#SideBar .review a, #SideBar .review a:visited {
    color: white;
}

#SideBar ul {
    float: left;
    width: 126px;
    
}
#SideBar ul.rightList {
    margin-right: 0px;
}

#SideBar ul li {
    list-style-type: none;
    padding: 2px 0;
    
}

#menuMap { margin-bottom: 18px;}

#SideBar a, #SideBar a:visited {
    text-decoration: none;
    color: #333;
}
#SideBar a:hover {color: #ffed89;}


img#WelcomeSign {
    
}


/* Brochure styles */
div.brochure {
    margin-bottom: 18px;
   
    padding: 8px 4px; 
    text-align: center;
}
#HideFooter { display: none; }


/* Brochure Category page Styles */
.brochure-listing 
{
    clear: both;
}
.brochure-info-table td 
{
    vertical-align: top;
    padding-right: 36px;
    
    
}

a.related-link 
{
    display: block;
    background-color: #33632d;
    color: white;
    padding: 8px 4px;
    text-align: center;
    text-transform: lowercase;
    text-decoration: none;
    font-size: 1.5em;
    width: 250px;
    
}

a.related-link:hover 
{
    color: #ffed89;
}

