html {
    background: #ffffff url(/img/site/bg_body.gif) repeat-x;
}
body {
    margin: 0;
    padding: 0;
    background: #ffffff url(/img/site/bg_body.gif) repeat-x;
    color: #787878;
}

/* Try to get the best looking photos for the homepage slideshow */
img {
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality;
}

/* Standard Elements */
h1, h2, h3 {
    font-family: verdana;
    color: #2b3990;
}
h1.first-of-type, h2.first-of-type, h3.first-of-type {
    margin-top: 0;
}
a {
    color: #2b3990;
}


/* Header */
#hd {
    padding-top: 1em;
    background: transparent url(/img/site/bg_header.gif) repeat-x;
    margin-bottom: 1.5em;
}
#hd h1 {
    height: 102px;
    width: 203px;
    background: transparent url(/img/site/logo_cbpm.png) no-repeat;
    margin: 0;
    padding: 0;
}
#hd h1 a {
    display: block;
    width: 100%;
    height: 100%;
}
#hd h1 span {
    display: none;
}

ul#topNav {
    float: right;
}
ul#topNav li {
    list-style-type: none;
    display: inline;
    float: left;
    padding-left: 1em;
    margin-left: 1em;
    border-left: solid #333333 1px;
}
ul#topNav li.first-of-type {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
}
ul#topNav li a {
    text-decoration: none;
    display: block;
    color: #333333;
}
ul#topNav li a:hover, ul#topNav li a.pageOn {
    text-decoration: underline;
    color: #2b3990;
}

/* Main Body and Header */
.spacer {
    clear: both;
}

/* Navigation */
ul {
    margin: 0;
    font-size: 13px;
}
ul#navigation li {
    list-style-type: none;
    margin-bottom: 10px;
}
ul#navigation li.section a {
    -moz-box-shadow: -1px 1px 5px #888;
    -webkit-box-shadow: -1px 1px 5px #888;
    border: solid 1px #c2c2c2;
    border-right-color: #e6e6e6;
    border-top-color: #e6e6e6;
    background-color: #f0f0f0;
    color: #2b3990;
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    font-weight: normal;
    font-family: Verdana;
    width: 11em;
}
ul#navigation li.sectionOn a, ul#navigation li.section a:hover {
    border-color: #2b3990;
    color: #ffffff;
    background-color: #2b3990;
}


ul#navigation li.section ul {
    margin-left: 11px;
    height: 0;
    overflow: hidden;
}
ul#navigation li.sectionOn ul.subSections {
    height: auto;
}
ul#navigation li.section li.first-of-type a {
    margin-top: 10px;
}
ul#navigation li.section li.last-of-type a {
    margin-bottom: 30px;
}
ul#navigation li.section li.subSection {
    margin: 1px 0;
}
ul#navigation li.subSection a {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    color: #bebebe;
    padding: 0;
    border: none;
    background-color: transparent;
    font-weight: normal;
}
ul#navigation li.subSection a:hover, ul#navigation li.subSectionOn a {
    color: #2b3990;
    border: none;
    background-color: transparent;
}



/* Forms */
form label, form legend {
    display: none;
}
form ol {
    margin: 0;
}
form ol li {
    list-style-type: none;
    margin: .5em 0;
}
input.inputText {
    border: solid 1px #BEBEBE;
    padding: .25em .5em;
    width: 15em; 
}
input.inputSample {
    color: #787878;
}
form li.error input.inputText {
    color: #cc0000;
}
form em.notification {
    display: none;
    color: #cc0000;
    margin-left: .5em;
}
form li.error em.notification {
    display: inline;
}
input.inputSubmit {
    background-color: #2b3990;
    border: none;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    font-size: 115%;
    padding: .25em .5em;
    -moz-border-radius: .35em;
    -webkit-border-radius: .35em;
}

/* Footer */
#ft {
    border-top: solid 1px #787878;
    margin-top: 2.5em;
    padding: .5em 0;
    font-size: 80%;
    text-align: center;
    color: #787878;
}
#ft p {
    width: 930px;
    margin-bottom: 0;
}

/* YUI Issues */
.yui-g .yui-u {
    width: 47.1%;
}

