﻿body {
    font-size:100%;
    line-height:1.125em; /* 16×1.125=18 */
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #FFFFFF;
    text-decoration: none;
}

#container {
    width: 90%;
    margin: 1em auto;
    background-color: #C5224E;
    border: 1px solid #C5224E;
}
#top
{
    background-color: #FFFFFF;
    border-bottom: 1px solid #C5224E;
}

#masthead {
    width: 100%;
    float: left;
    background-color: #FFFFFF;   
    border-bottom: 2px solid #C5224E;
}
#masthead img {
    height: 5em;
    border: 0;
}
.mh-left {
    width: 49%;
    float: left;
}

.mh-right {
    width: 49%;
    float: right;
    text-align: right;
}

h1  {
    position: absolute;
    top: 1em;
    left: 12em;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing:-1px;
    color: #C5224E;
    padding: 1em;
    margin: auto;
    text-align: center;
}
h2  {
    font-size: 1.25em;
    font-weight: bold;
    letter-spacing:-1px;
}
h3  {
    font-size: 1.2em;
    letter-spacing:-1px;
}

p  {
    font-size: .75em;
}

#pageContent ul  {
    font-size: .75em;
}

ul  {
    list-style: square outside url("/images/tri.gif");
}
ul  li {
    margin-bottom:5px;
}

ul li  a{
    font-weight: bold; 
    margin-bottom:5px;
}

#topNav  {
    width: 100%;
    float: left;
    background-image: url("/images/nav_bgnd.gif");
    background-color: #FFFFFF;   
    text-align: right;
}

#topNavList
{
    float: right;
    width: 100%;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    list-style-type: none;
}

#topNavList li { display: inline; }
#topNavList a {
    font-size: .75em;
    background-color: #C9C9C9;
    color: #000000;
    font-weight: bold;
    display: inline;
    float: right;
    padding: 0.2em 1em;
    border: 1px solid #fff;
}
#topNavList a:hover{
    background-color: #999999;
    color: #FFFFFF;
    text-decoration: underline;
}

#meat {
    width: 100%;
    float: left;
    background-color: #C5224E;   
    border-bottom: 2px solid #C5224E;
}

#leftNav {
    width: 10em; 
    float:left
}
#pageContent {
    margin-left: 10em;
    padding: 1em;    
}

img.slug {
    margin: 1em;
    float: right;
    border: 1px;
    width: 8em;
}

#footerBar {
    background-image: url("/images/pulse_bgnd.gif");
    width: 100%;
    clear: both;
    vertical-align: bottom;
    overflow: hidden;
}
#footerBar img {
    margin-right:1em; 
    margin-top:1em;
    float: right;
    text-align:right; 
    border: 0;
}
#footerText {
    font-size: .6875em;
    padding:1em; 
    text-align:justify;
}
#footerText  img {
    border: 0;
    padding: .5em;
    width: 88px;
    height: 31px;
    float: left;
    clear: left;
}    
a, a:Hover  {
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: underline;
}

/* Menu */

ul.navList {
    position: relative;
    top: 0;
    left: 0;
    vertical-align: top;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;    
    width: 10em; /* Width of Menu Items */
    border-bottom: 1px solid #E497AC;
    
    }

li.navItem {
    position: relative;
    margin-bottom: 0;
}
li.navItem img {
    float: right;
    border: 0;
}
    
li.navItem ul {
    position: absolute;
    left: 9.95em; /* Set 1px less than menu width */
    top: 0;
    display: none;
    }

/* Styles for Menu Items */
li.navItem a {
    display: block;
    text-decoration: none;
    font-size: .6875em;
    /*font-weight: normal;
    color: #FFFFFF;*/
    background: #C5224E; /* IE6 Bug */
    padding: 3px;
    border: 1px solid #E497AC;
    border-bottom: 0;
    margin-bottom: 0;
    }

li.eyeCatching a{
    color: #C5224E; 
    background: #FFFFFF;
    }
    
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

.navItem a:hover { color: #FFFFFF; background: #bd445e; } /* Hover Styles */
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
        
li:hover ul, li.over ul { display: block; } /* The magic */


