/* innerContent */
#innerContent p.Info { font-size: .9em; padding-top: 15px; }
#innerContent dl {
    background: url(../images/bg-shadow-line.gif) repeat-x;
    overflow: hidden;
    padding: 20px 20px 20px 0;
}
* html #innerContent dl { height: 1%; }
#innerContent dl dt, #innerContent dd { float: right; width: 420px; }
#innerContent dl dt { color: #003480; font-size: 1.35em; font-weight: bolder; margin-bottom: 10px; }
#innerContent dl dd.Logo { float: left; text-align: center; width: 190px; }
#innerContent dl dd.Logo img { vertical-align: top; }

/* sitemap */
#innerContent #sitemap li { color: #003480; font-weight: bolder; margin-bottom: 15px; }
#innerContent #sitemap li ul {
    background: url(../images/bg-shadow-line.gif) repeat-x;
    margin-top: 3px;
    padding: 10px 0;
}
#innerContent #sitemap li ul li { color: #000; font-size: .9em; font-weight: normal; margin-bottom: 0px; }
#innerContent #sitemap li a:link, #innerContent #sitemap li a:visited { color: #000; }
#innerContent #sitemap li a:hover { color: #003480; }

/* search */
#innerContent #search { padding-top: 10px; }
#innerContent #search #info { background-color: #b3b3b3; overflow: hidden; margin-bottom: 30px; padding: 5px 10px; }
* html #innerContent #search #info { height: 1%; }
#innerContent #search #info a:link, #innerContent #search #info a:visited { color: #000; }
#innerContent #search #info a:hover { color: #fff; text-decoration: none; }
#innerContent #search #info li { float: left; margin-right: 30px; }
#innerContent #search #info li.Pagings { float: right; letter-spacing: 2px; margin-right: 0px; }
#innerContent #search #info li.Pagings span { color: #fff; font-weight: normal; }
#innerContent #search #results li { margin-bottom: 30px; }
#innerContent #search #results li h4 { color: #003480; font-size: 1.15em; }

/* contact */
#innerContent #contact { width: 400px; }
#innerContent #contact h3 {
    background-color: #003480;
    color: #fff;
    font-size: 1em;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-transform: uppercase;
}
#innerContent #contact fieldset { margin-bottom: 10px; }
#innerContent #contact fieldset select { width: 160px; }
#innerContent #contact #export {
    background: #ccc url(../images/bg-contact-export.gif) no-repeat 50px center;
    margin-bottom: 20px;
    padding: 15px 20px 15px 190px;
}
#innerContent #contact #export h4 { font-size: 1em; margin-bottom: 10px; }
#innerContent #contact #export address { font-style: normal; }
#innerContent #contact #headquarters { background-color: #ccc; overflow: hidden; padding: 15px 20px; }
* html #innerContent #contact #headquarters { height: 1%; }
#innerContent #contact #headquarters h4 { font-size: 1em; margin-bottom: 10px; }
#innerContent #contact #headquarters address { float: left; font-style: normal; }
#innerContent #contact #headquarters p { float: right; margin-bottom: 0px; width: 190px; }
#divLoading {background: url(../images/loading.gif) no-repeat ;}