/* $Id: bulletinbase.css 45833 2007-09-27 09:53:28Z markd $ */

body, td, input, a {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
}

body {
    margin-left: 2px;
    margin-top: 4px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #DFE6EA;
    text-align: center;
}

button, input.button, input.submit {
    background-color: #3B5998;
    border-color: #D9DFEA rgb( 14, 31, 91 ) rgb( 14, 31, 91 ) rgb( 217, 223, 234 );
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    text-align: center;
    margin: 2px;
}

#wrapper {
    margin: 10px auto;
    width: 1000px;
}

#content {
    padding-top: 5px;
    vertical-align: top;
    background-color: #FFFFFF;
    text-align: left;
}

div#content>p {
    margin: 10px 0px;
    color: red;
}

#footer {
    color: #666666;
    font-size: 10px;
}

#footer a, #footer a:visited a {
    font-weight: bold;
    color: #1364AC;
    font-size: 10px;
}

#footer a:hover {
    color: #000000;
    text-decoration: underline;
    font-size: 10px;
}

#left_gutter {
    padding-top: 5px;
    vertical-align: top;
    background-color: #FFFFFF;
}

/* CSS Menu styles */

ul.menuList, ul.menuList ul {
    width: 120px;
    margin: 0;
    padding: 0;
    font-size: 100%;
    background-color: #1365ac;
    text-align: left;
}

ul#primary-nav {
    float: left;
    width: 800px;
}

ul.menuList {
}

ul.menuList:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ul.menuList li {
    position: relative;
    list-style: none;
    float: left;
    width: 120px; /* Width of Menu Items */
    background-color: #1365ac;

}

ul.menuList li a,
    ul.menuList li li a {
    display: block;
    text-decoration: none;
    color: white;
    padding: 5px;
    border: none;
}

/* Fix IE. Hide from IE Mac \*/
* html ul.menuList li {
    float: left;
    height: 1%;
}

* html ul.menuList li a {
    height: 1%;
}

/* End */

ul.menuList ul {
    position: absolute;
    display: none;
}

ul.menuList ul ul {
    left: 120px;
    top: 0;
}

ul.menuList li ul li a {
    padding: 2px 5px;
}

/* Sub Menu Styles */

ul.menuList li:hover ul ul,
    ul.menuList li:hover ul ul ul,
    ul.menuList li.over ul ul,
    ul.menuList li.over ul ul ul {
    display: none;
}

/* Hide sub-menus initially */

ul.menuList li:hover ul,
    ul.menuList li li:hover ul,
    ul.menuList li li li:hover ul,
    ul.menuList li.over ul,
    ul.menuList li li.over ul,
    ul.menuList li li li.over ul {
    display: block;
    border: 1px dotted white;
}

/* The magic */

/*ul.menuList li.menubar { background: transparent url(/scripts/menu-dhtml/menu_m1iadw.gif) left center no-repeat; }*/
/*ul.menuList li li.menubar { background: transparent url(images/arrow-right.gif) right center no-repeat; }*/

ul.menuList li:hover,
    ul.menuList li.over {
    background-color: #13569B !important;
    white-space: nowrap;

}

ul.menuList li a:hover, ul.menuList li a:visited {
    color: white;
}

/* END CSS Menu styles */

/* Static content styles */

.box_blu_bot {
    border-bottom-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #5F89D8;
}

.heading_blue {
    color: #1364AC;
    font-weight: bold;
    font-size: 1.2em;
    top: 15px;
    vertical-align: baseline;
    padding: 8px 0px 0px;
}

.sub_heading_yellow {
    color: #CF9D05;
    font-weight: bold;
}

.bodytext {
    color: #000000;
    font-weight: normal;
    bottom: 1px;
    clip: rect( 0px auto 1px auto );
    vertical-align: top;
    background-position: left;
    top: 0px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.table_title_bold_large {
    font-size: 1.2em;
    color: white;
    font-weight: bold;
}

.table_title_normal_large {
    font-size: 1.2em;
    color: white;
}

/* Side menu styles */
.smd-menu-top {
    font-weight: bold;
}

.smd-menu-item {
    text-decoration: none;
}
img.smd-menu {
    border-style: none;
    border-width: 0px
}
a.smd-menu {
    color: #1364AC;
    text-decoration: none;
}
a.smd-menu:visited, a.smd-menu:hover {
    color: #1364AC;
    text-decoration: none;
}