﻿/*******************************/
/* COMMON                      */
/*******************************/
html, body
{
    background-color: #ffffff;
    padding: 0px;
    margin: 0px;
}
body, a, div, input, select, label, ul, ol, i, h2, h3, h4, p
{
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
}
a
{
    text-decoration: none;
}
.clear
{
    clear: both;
}
/*******************************/
/* HEADER                      */
/*******************************/
#header
{
    position: relative;
    width: 768px;
    z-index: 30;
}
#header #logo
{
    padding: 11px 21px 8px 0;
    text-align: right;
}
#header #submenu
{
    background: #000066 none repeat scroll 0 0;
    border: 1px none;
    height: 36px;
    position: relative;
    width: 768px;
    z-index: 30;
}
#navigation
{
    float: right;
}
#navigation ul
{
    margin: 20px 21px 0 0;
}
#navigation ul li
{
    float: left;
    list-style-type: none;
    padding-left: 3px;
}
#navigation ul li.separator
{
    color: #ffffff;
    font-size: 10px;
}
#navigation ul li a
{
    color: #ffffff;
    font-size: 10px;
    text-decoration: none;
}
#navigation ul li a.selected
{
    color: #ff0000;
}
#navigation ul li a:hover
{
    color: #ff0000;
}
#functions
{
    clear: both;
    height:3 5px;
    position:relative;
    width: 768px;
}
#functions .search
{
    background: #000066 none repeat scroll 0 0;
    color: #ffffff;
    float: left;
    height: 35px;
    width: 192px
}
#searchBox
{
    padding-top: 7px;
}
#functions .search input[type="text"]
{
    margin: 0 6px 0 11px;
    width: 86px;
}
#functions .search a
{
    background-color: #000099;
    border: 1px solid #ffffff;
    color: #ffffff;    
    padding: 0 4px 0 4px;
    text-align: center;
    text-decoration: none;
}
#functions .search a:hover
{
    background-color: #ffffff;
    border: 1px solid #000000;
    color: #000099;
}
#functionsleft
{
    float: left;
    height: 35px;
    width: 576px;
}
#functionsleft .languages
{
    background: #e7e7e7 none repeat scroll 0 0;
    clear: right;
    height: 18px;
    padding-right: 17px;
}
#functionsleft .languages a
{
    display: block;
    float: right;
    padding-top: 1px;
    padding-right: 3px;
}
#functionsleft .languages a:hover
{
    color: #cc0000;
}
#functionsleft .breadcrumb
{
    height: 17px;
    overflow: hidden;
    padding-left: 4px;
    padding-top: 2px;
    width: 572px;
}
#functionsleft .breadcrumb a.selected
{
    color: #cc0000
}
#functionsleft .breadcrumb a
{
    font-size: 10px;
    padding: 0 6px;
    text-decoration: none;
}
#functionsleft .breadcrumb a:hover
{
    color: #cc0000
}
/*******************************/
/* MAIN MENU                   */
/*******************************/
#mainMenu
{
    clear: both;
    float: left;
}
#mainMenu .whiteLine
{
    border-top: 1px solid #fff;
}
#mainMenu a
{
    text-decoration: none;
}
#noMenu
{
    float: left;
    width: 193px;
}
#mainMenu.grey
{
    border-color: #ccc;
}
#mainMenu.white
{
    border-color: #fff;
}
#menuBox
{
    width: 192px;
}
/* IE5+Mac Fix - START */
*>html #menuBox
{
    border-right: 1px solid;
    float: left;
    width: 193px;
}
*>html #mainMenu
{
    border-right: 0px;
    float: auto;
}
*>html #menuBox.grey
{
    border-color: #ccc;
}
*>html #menuBox.white
{
    border-color: #fff;
}
/* IE5+Mac Fix - END */
#menuBox div
{
    background: #999 url("Images/MainMenuLineDark.gif") no-repeat;
}
#menuBox a, #menuBox span
{
    background: url("Images/MainMenuArrow.gif") 0px 6px no-repeat;
    color: #fff;
    display: block;
    padding: 3px 5px 2px 10px;
}
#menuBox .level1
{
    background-position: 24px 0px;
}
#menuBox .level1 a, #menuBox .level1 span
{
    background-position: 11px 6px;
    font-weight: bold;
    padding-left: 24px;
}
#menuBox .level2
{
    background-position: 37px 0px;
}
#menuBox .first2
{
    background-position: 24px 0px;
}
#menuBox .level2 a, #menuBox .level2 span
{
    background-position: 24px 6px;
    padding-left: 37px;
}
#menuBox .level3
{
    background-position: 50px 0px;
}
#menuBox .first3
{
    background-position: 37px 0px;
}
#menuBox .level3 a, #menuBox .level3 span
{
    background-position: 37px 6px;
    padding-left: 50px;
}
#menuBox .level4
{
    background-position: 63px 0px;
}
#menuBox .first4
{
    background-position: 50px 0px;
}
#menuBox .level4 a, #menuBox .level4 span
{
    background-position: 50px 6px;
    padding-left: 63px;
}
#menuBox .open
{
    background-color: #e7e7e7;
    background-image: url("Images/Empty.gif");
}
#menuBox .open a, #menuBox .open span
{
    background-image: url("Images/MainMenuArrowDark.gif");
    color: #666;
}
#menuBox .end
{
    background-color: #fff;
    background-image: url("Images/MainMenuLineLight.gif");
}
#menuBox .end a, #menuBox .end span
{
    background-image: url("Images/MainMenuArrowDark.gif");
    color: #666;
}
#menuBox .light
{
    background: #e7e7e7 url(Images/MainMenuLineLight.gif) no-repeat 24px 0px;
}
#menuBox .light a,#menuBox .light span
{
    background: url("Images/MainMenuArrowDark.gif") 11px 6px no-repeat;
    color: #666;
    font-weight: bold;
    padding: 3px 5px 2px 24px;
}
#menuBox .act a, #menuBox .act span
{
    background-image: url("Images/MainMenuArrowRed.gif");
    color: #c00;
}
#menuBox .noline
{
    background-image: url("Images/Empty.gif");
}
#menuBox .last
{
    height: 1px;
    overflow: hidden;
    background: 0px;
}
#menuBox a: hover
{
    background-image: url("Images/MainMenuArrowRed.gif");
    color: #c00;
}
#menuBox a: visited {}
#mainMenu .menuEnd
{    
    background: #999 url("Images/MainMenuLineDark.gif") no-repeat;
    background-position: 24px top;
    height: 36px;
    overflow: hidden;
}
#mainMenu .menuEndLight
{
    background: #e7e7e7;
    height: 36px;
    overflow: hidden;
}
#sampleLogo p
{
    margin: 25px;
}
/*******************************/
/* CONTENT                     */
/*******************************/
#maincontent
{
    background-image: url("Images/FlashColumnBackground.gif");
    background-position: 767px;
    background-repeat: repeat-y;
}
#content
{
    float: left;
    margin-top: 1px;
    position: relative;
    width: 576px;
}
#content #startTeaser
{
    background: #e7e7e7 none repeat scroll 0 0;
    border-left: solid 1px #cccccc;
    overflow: hidden;
    position: relative;
}
#content #startTeaser .imageLine
{
    background-color: #ffffff;
    height: 143px;
    left: 383px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 500;
}
#content #startTeaser .imageArea
{
    border-left: solid 1px #ffffff;
    float: right;
    margin-left: 10px;
    position: relative;
}
#content #startTeaser h2
{
    color: #333333;
    font-weight: bold;
    margin: 0;
    padding: 7px 0 0 10px;
}
#content #startTeaser p
{
    margin: 0;
    padding: 0 0 0 10px;
}
#content .overflowLayer
{
    overflow: hidden;
    width: 100%;
}
#content .borderLine
{
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
}
#content .mainBody .emailLink
{
    background: transparent url("Images/EmailLinkNormal.gif") no-repeat scroll 0 2px;
    height: 13px;
    padding-left: 18px;
}
#content .mainBody .emailLink:hover
{
    background: transparent url("Images/EmailLinkHover.gif") no-repeat scroll 0 2px;
}
.bottomLine
{
    background: #ffffff none repeat scroll 0 0;
    border-left: 1px solid #cccccc;
    height: 1px;
    overflow: hidden;
    z-index: 514;
}
/*******************************/
/* LATEST NEWS                 */
/*******************************/
#content #latestNews
{
    border-bottom: solid 1px #ffffff;
    margin-left: 0;
}
#content #latestNews .newsTeaser
{
    border-left: solid 1px #cccccc;
    float: left;
    overflow: hidden;
    position: relative;
    width: 287px;
}
#content #latestNews .newsTeaser h2
{
    background: #cccccc none repeat scroll 0 0;
    color: #000000;
    font-weight: normal;
    padding: 2px 10px;
    margin-top: 0;
    position: relative;
}
#content #latestNews .newsTeaser h3
{
    margin: 0;
    padding: 7px 10px 0;
}
#content #latestNews .newsTeaser h3 a
{
    color: #333333;
    font-weight: bold;
}
#content #latestNews .newsTeaser h3 a:hover
{
    color: #cc0000;
}
#content #latestNews .newsTeaser p
{
    margin: 0;
    padding: 14px 10px 0;
}
#content #latestNews .newsBody
{
    height: 142px;
}
#content #latestNews .newsBorder
{
    background-color: #e7e7e7;    
    height: 142px;
    left: 288px;
    overflow: hidden;
    position: absolute;
    top: 162px;
    width: 1px;
    z-index: 500;
}
#content #latestNews .right
{
    border-left: solid 1px #ffffff;
}
#content #latestNews .link
{
    padding: 1px 10px 4px 0;
    text-align: right;
}
#content #latestNews .link a
{
    background: transparent url(Images/MoreArrow.gif) no-repeat scroll right center;
    color: #333333;
    font-size: 10px;
    height: 11px;
}
#content #latestNews .link a:hover
{
    background: transparent url(Images/MoreArrowRed.gif) no-repeat scroll right center;
    color: #cc0000;
}
#content #latestNews .link a span
{
    margin-right: 15px;
}
#content a:hover
{
    color: #cc0000;
}
/*******************************/
/* PAGE TEASERS                */
/*******************************/
.pageTeaser
{
    float: left;
    padding-bottom: 1px;
    position: relative;
}
#pageTeasers div.left
{
    border-left: 1px solid #cccccc;
}
#pageTeasers div.right
{
    border-left: 1px solid #ffffff;
}
.pageTeaser div.body
{
    background: #e7e7e7 none repeat scroll 0 0;
    height: 54px;
    overflow: hidden;
    width: 287px;
}
.pageTeaser div.body div.imageArea
{
    float:left;
}
.pageTeaser div.body h3
{
    margin: 0;
    margin-left: 90px;
    padding: 5px 10px 0 15px;
}
.pageTeaser div.body h3 a.link
{
    background: transparent url(Images/PageTeaserArrowNormal.gif) no-repeat scroll left center;
    color: #333333;
    font-weight: bold;
    font-size: 11px;
    height: 11px;
    padding-left: 15px;
}
.pageTeaser div.body h3 a.link:hover
{
    background: transparent url(Images/PageTeaserArrowHover.gif) no-repeat scroll left center;
    color: #c00000;
}
.pageTeaser div.body p
{
    font-size: 11px;
    margin: 0;
    padding:0 10px 0 120px;
}
#stopper
{
    clear: both;
    padding-top: 18px;
    position: relative;
}
/*******************************/
/* FLASH BANNER                */
/*******************************/
#flashBanner
{
    float: left;
    margin-left: -1px;
    overflow: hidden;
    position: relative;
    width: 162px;
    z-index: 797;
}
#flashBanner div.inner
{
    border-left: 0 solid #cccccc;
    border-right: 1px solid #cccccc;
    margin-left: 0;
    position: relative;
    z-index: 798;
}
#flashBanner div.inner div.file
{
    border-left: 1px solid #cccccc;
    text-align: center;
}
/*******************************/
/* FOOTER                      */
/*******************************/
#footer
{
    clear: both;
    position: relative;
    top: 0;
    width: 932px;
    z-index: 10;
}
#footer a, #footer div
{
    color: #ffffff;
    font-size: 10px;
}
#footer .footerspacer
{
    background-color: #ffffff;
    clear: both;
    height: 36px;
}
#footer #copyRightBox
{
    background-color: #000066;
    float: left;
    height: 36px;
    width: 577px;
}
#footer #whiteBar
{
    background-color: #ffffff;
    height: 18px;
}
#footer #copyRightBox #copyInfo
{
    background-color: #000066;
    height: 16px;
    padding: 2px 0 0 11px;
}
#footer #legalInfoBox
{
    background: #000066 none repeat scroll 0 0;
    float: left;
    height: 36px;
    width: 190px;
}
#footer #legalInfoBox #topSpace
{
    padding: 7px 0 0 7px;
}
/*******************************/
/* FLASH                       */
/*******************************/
.flashHeader
{
    left: 767px;
    position: absolute;
    top: 0;
    width: 162px;
    z-index: 498;
}
.flashHeadWhite
{
    background-color: #ffffff;
    height: 60px;
}
.flashHeadColored
{
    background-color: #000066;
    border-left: 1px solid #ffffff;
    height: 36px;
}
.flashHeadEnd
{
    border-left: 1px solid #cccccc;
    height: 36px;
    padding-top: 15px;
    text-align: center;
}
.flashFooter
{
    background-color: #000066;
    border-left: 1px solid #ffffff;
    float: left;
    height: 36px;
    position: relative;
    width: 161px;
    z-index: 790;
}
/*******************************/
/* LARGE TEASERS               */
/*******************************/
#largeTeasers
{
    border-right: 1px solid #cccccc;
    position: relative;
    z-index: 516
}
#largeTeasers .lBorder
{
    border: 0;
    border-left: solid 1px #cccccc;
}
#largeTeasers .lBody
{
    height: 125px;
    position: relative;
}
#largeTeasers .lBody h2
{
    background: #cccccc none repeat scroll 0 0;
    margin: 0;
    padding: 2px 10px;
    position: relative;
}
#largeTeasers .lBorder .lBody .teaserHeight
{
    height: 108px;
    overflow: hidden;
    position: relative;
}
.teaserHeight .imageLeft
{
    border: 0 none;
    float: left;
    margin: 0;
    padding: 0;
}
.teaserHeight .textRight
{
    border: 0 none;
    float: left;
    margin: 0;
    padding: 0;
    width: 382px;
}
.teaserHeight .textRight div.header
{
    height: 35px;
    padding: 0 10px;
}
.teaserHeight .textRight div.header h3
{
    margin: 0;
    padding: 0;
    padding-top: 7px;
}
.teaserHeight .textRight div.header h3 a
{
    font-size: 11px;
    font-weight: bold;
}
.teaserHeight .textRight div.body
{
    padding: 0 10px;
}
.teaserHeight .textRight div.body p
{
    margin: 0;
    padding: 0;
}
.teaserHeight .teaserLink
{
    background: #ffffff none repeat scroll 0 0;
    padding-left: 5px;
    position: absolute;
    right: 10px;
    top: 90px;
}
.teaserHeight .teaserLink a
{
    background: transparent url("Images/MoreArrow.gif") no-repeat scroll right center;
    color:#333333;
    font-size:10px;
    height:11px;
}
.teaserHeight .teaserLink a:hover
{
    background: transparent url("Images/MoreArrowRed.gif") no-repeat scroll right center;
}
/*******************************/
/* MEDIUM TEASERS              */
/*******************************/
#mediumTeasers
{
    float: left;
    position: relative;
    width: 385px;
    z-index: 510;
}
#mediumTeasers .mBorder
{
    border-color: #cccccc;
    border-style: solid;
    border-width: 0 1px 1px;
}
#mediumTeasers .mBody
{
    position: relative;
}
#mediumTeasers .mBody h2
{
    background: #cccccc none repeat scroll 0 0;
    margin: 0;
    padding: 2px 10px;
    position: relative;
}
#mediumTeasers .imageHeader .header
{
    float: left;
    width: 96px;
}
#mediumTeasers .imageHeader a
{
    border: 0 none;
    margin: 0;
    padding: 0;
}
#mediumTeasers .imageHeader .title
{
    float: left;
    width: 286px;
}
#mediumTeasers .imageHeader h3
{
    margin: 0;
    padding: 7px 10px 0;
}
#mediumTeasers .imageHeader h3 a
{
    font-size: 11px;
    font-weight: bold;
}
#mediumTeasers .mBody p
{
    margin: 0;
    padding: 4px 10px 0;
}
#mediumTeasers .mBody .teaserLink
{
    margin: 0;
    padding: 1px 10px 4px 0;
    text-align: right;
}
#mediumTeasers .mBody .teaserLink a
{
    background: transparent url("Images/MoreArrow.gif") no-repeat scroll right center;
    color: #333333;
    font-size: 10px;
    height: 11px;
}
#mediumTeasers .mBody .teaserLink a:hover
{
    background: transparent url("Images/MoreArrowRed.gif") no-repeat scroll right center;
    color: #cc0000;
}
/*******************************/
/* SMALL TEASERS               */
/*******************************/
#smallTeasers
{
    float: left;
    margin-left: -1px;
    position: relative;
    width: 192px;
    z-index: 520;
}
#smallTeasers .sBorder
{
    border-color: #cccccc;
    border-style: solid;
    border-width: 0 1px 1px;
}
#smallTeasers .sBody
{
    position: relative;
}
#smallTeasers .sBody h2
{
    background: #cccccc none repeat scroll 0 0;
    margin: 0;
    padding: 2px 10px;
    position: relative;
}
#smallTeasers .sBody h2.first
{
    border-left: 1px solid #ffffff;
    margin-left: -1px
}
#smallTeasers .sBody h3
{
    margin: 0;
    padding:7px 10px 0;
}
#smallTeasers .sBody h3 a
{
    font-size: 11px;
    font-weight: bold;
}
#smallTeasers .sBody p
{
    padding: 0 10px;
}
#smallTeasers .sBody .teaserLink
{
    margin: 0;
    padding: 1px 10px 4px 0;
    text-align: right;
}
#smallTeasers .sBody .teaserLink a
{
    background: transparent url("Images/MoreArrow.gif") no-repeat scroll right center;
    color: #333333;
    font-size: 10px;
    height: 11px;
}
#smallTeasers .sBody .teaserLink a:hover
{
    background: transparent url("Images/MoreArrowRed.gif") no-repeat scroll right center;
    color: #cc0000;
}
/*******************************/
/* NEWSLETTER TEASERS          */
/*******************************/
.newsletterTeaser
{
    padding-top: 14px;
}
.newsletterTeaser p.title
{
    font-weight: bold;
    padding-top: 1px;
}
.newsletterTeaser .linkBox
{
    padding-bottom: 3px;
    padding:7px 0 0;
}
.newsletterTeaser .linkBox a.pdfLink
{
    background: transparent url("Images/PdfLinkNormal.gif") no-repeat scroll 0 0;
    height: 14px;
    padding-left: 18px;
}
.newsletterTeaser .linkBox a.pdfLink:hover
{
    background: transparent url("Images/PdfLinkHover.gif") no-repeat scroll 0 0;
}
/*******************************/
/* LEFT CONTENT COLUMN         */
/*******************************/
#leftContentColumn
{
    float: left;
    position: relative;
    width: 385px;
    z-index: 510;
}
#leftContentColumn #contentBox
{
    margin: 0;
    padding: 7px 10px 10px;
}
#leftContentColumn h2, #leftContentColumn h3, #leftContentColumn p
{
    font-size: 11px;
    margin: 0;
    padding: 0;
}
#contentBox h2, #contentBox h1
{
    clear: both;
    color: #333333;
    font-size: 13px;
    font-weight: bold;
}
#contentBox .mainIntro
{
    font-weight: bold;
    padding-top: 14px;
}
#contentBox #lastUpdated
{
    font-size: 10px;
    padding-top: 14px;
}
/*******************************/
/* SMALL IMAGE TEASER          */
/*******************************/
#smallTeasers .sBody .imageTeaser
{
    border-left: 1px solid #cccccc;
}
/*******************************/
/* RELEVANT CONTACT TEASER     */
/*******************************/
.relContact h2
{
    background: #cccccc none repeat scroll 0 0;
    padding: 2px 10px;
    position: relative;
    margin: 0;
}
.relContact .rcBody.first
{
    border-top: 0 none;
    margin-top: 0;
}
.relContact .rcBody
{
    padding-top: 7px;
}
.relContact p, .relContact .emailLink, .relContact .fonFax, #extRefs .extLink
{
    padding: 0 10px;
}
.relContact p
{
    margin: 0;
}
.relContact .emailLink
{
    background: transparent url("Images/EmailLinkNormal.gif") no-repeat scroll 0 2px;
    height: 13px;
    padding-left: 18px;
}
.relContact .emailLink:hover
{
    background: transparent url("Images/EmailLinkHover.gif") no-repeat scroll 0 2px;
}
.relContact .border
{
    border-top: solid 1px #cccccc;
}
/*******************************/
/* NEWS CONTAINER              */
/*******************************/
#news
{
    margin-top: 3px;
    width: 383px;
}
#news ul
{
    margin: 0;
    padding: 0;
    padding-right: 20px;
    list-style-type: none;
}
#news ul li
{
    padding-bottom: 7px;
    padding-top: 7px;
    text-indent: 0;
}
#news ul li .date
{
    float: left;
    width: 77px;
}
#news ul li .date a
{
    background: transparent url("Images/PageTeaserArrowNormal.gif") no-repeat scroll 0 3px;
    padding-left: 14px;
}
#news ul li .date a:hover
{
    background: transparent url("Images/PageTeaserArrowHover.gif") no-repeat scroll 0 3px;
    color: #cc0000;
}
#news ul li .article
{
    float: left;
    width: 286px;
}
#news ul li .article a
{
    font-weight:bold;
}
#contentBox .textContent
{
    padding-top: 14px;
}
/*******************************/
/* CONTACT FORM                */
/*******************************/
#contentBox #form p
{
    color: #cc0000;
    margin: 0;
    margin-top: 2px;
    margin-bottom: 4px;
}
#contentBox #form ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#contentBox #form ul li.separator
{
    height: 7px;
}
#contentBox #form ul li input[type="text"], textarea
{
    font-size: 11px;
    width: 300px;
}
#contentBox #form ul li select
{
    font-size: 11px;
    width: 305px;
}
#contentBox .buttonBox
{
    margin-top: 7px;
    width: 305px;
}
#contentBox .buttonBox a
{
    background-color:#dedede;
    border: 1px solid #999999;
    color: #333333;
    float: right;
    height: 16px;
    margin: 1px 0;
    padding: 1px 5px;
}
#contentBox .buttonBox a:hover
{
    background-color:#ffffff;
    border: 1px solid #cc0000;
    color: #cc0000;
}
/*******************************/
/* CALCULATOR                  */
/*******************************/
#contentBox #calculator table tr td
{
    padding-bottom: 3px;
    margin: 0;
}
#contentBox #calculator table tr td input[type="text"]
{
    font-size: 11px;
    width: 150px;
}
/*******************************/
/* SEARCH                      */
/*******************************/
#searchBox table tr td
{
    font-size: 11px;
    padding: 5px 0 0 0;
    border: 0 none;
    margin: 0;
}
#searchBox table tr td.left
{
    width: 50%;
}
#searchBox table tr td input[type="text"]
{
    font-size: 11px;
    margin: 0 10px 0 25px;
    padding-left: 3px;
    width: 170px;
}
#searchBox table tr td select
{
    margin: 0 10px 0 25px;
    padding-left: 3px;
    height: 20px;
    width: 178px;
}
#searchBox table tr td .button
{
    margin-top: 7px;
    width: 100%;
}
#searchBox table tr td .button a
{
    background-color:#dedede;
    border: 1px solid #999999;
    color: #333333;
    float: right;
    height: 16px;
    margin: 1px 0;
    margin-right: 10px;
    padding: 1px 5px;
}
#searchBox table tr td .button a:hover
{
    background-color:#ffffff;
    border: 1px solid #cc0000;
    color: #cc0000;
}
#searchBox .line
{
    border-top: 1px solid #cccccc;
    clear: right;
    height: 1px;
    margin: 15px 0 0 0;
}
#searchBox h3
{
    color: #333333;
    font-weight: bold;
    margin:0;
    padding: 14px 10px 0;
    padding-left: 0;
}
#searchBox #searchResults
{
    margin: 0 0 9px 0;
    width: 363px;
}
#searchBox #searchResults ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#searchBox #searchResults table
{
    width: 240px;
}
#searchBox #searchResults table tr td
{
    padding: 0;
}
#searchBox #searchResults table .resultNumber
{
    border: 0 none;
    padding: 14px 5px 0 0;
    vertical-align: top;
    width: 16px;
}
#searchBox #searchResults table .resultsTitle
{
    width: 347px;
}
#searchBox #searchResults table a
{
    background:transparent url("Images/PagerRightNormal.gif") no-repeat scroll 0 3px;
    color: #333333;
    display: block;
    font-weight: bold;
    margin-top: 14px;
    padding: 0 0 0 15px;
}
#searchBox #searchResults table a:hover
{
    background:transparent url("Images/PagerRightHover.gif") no-repeat scroll 0 3px;
    color: #cc0000;
}
#searchBox #searchResults table div.resultContent
{
    margin-left: 15px;
    width: 327px;
}
#searchBox #searchResults table div.resultPosition
{
    color: #666666;
    font-size: 10px;
    margin-left: 15px;
    padding: 5px 0 0;
    width: 333px;
}
#searchBox .pager
{
    float: right;
}
#searchBox .pager ul.searchPager
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#searchBox .pager ul.searchPager li
{
    float: left;
    padding-top: 7px;
}
#searchBox .pager ul.searchPager li a
{
    padding: 0 2px 0 2px;
}
#searchBox .pager ul.searchPager li a.pageSelected
{
    color: #ff0000;
    font-weight: bold;
}
#searchBox .pager ul.searchPager li a.pageLeftUnselected
{
    background: transparent url("Images/PagerLeftNormal.gif") no-repeat scroll 0 4px;
    padding-left: 14px;
}
#searchBox .pager ul.searchPager li a.pageLeftUnselected:hover
{
    background: transparent url("Images/PagerLeftHover.gif") no-repeat scroll 0 4px;
    padding-left: 14px;
}
#searchBox .pager ul.searchPager li a.pageLeftDisabled
{
    background: transparent url("Images/PagerLeftInactive.gif") no-repeat scroll 0 4px;
    color: #999999;
    padding-left: 14px;
}
#searchBox .pager ul.searchPager li a.pageRightUnselected
{
    background: transparent url("Images/PagerRightNormal.gif") no-repeat scroll right center;
    padding-right: 13px;
}
#searchBox .pager ul.searchPager li a.pageRightUnselected:hover
{
    background: transparent url("Images/PagerRightHover.gif") no-repeat scroll right center;
    padding-right: 13px;
}
#searchBox .pager ul.searchPager li a.pageRightDisabled
{
    background: transparent url("Images/PagerRightInactive.gif") no-repeat scroll right center;
    color: #999999;
    padding-right: 13px;
}
/*******************************/
/* SITEMAP                     */
/*******************************/
#borderAll
{
    background: transparent url("Images/1pixelccc.gif") repeat-y scroll right center;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    width: 768px;
}
#sitemap
{
    position: relative;
    width: 766px;
}
#sitemap h2
{
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    padding: 7px 5px 9px 9px;
    margin: 0;
}
#sitemap .col
{
    display: inline;
    float: left;
    margin: 0 0 10px 10px;
    position: relative;
    width: 179px;
}
#sitemap h3
{
    background: #e7e7e7 none repeat scroll 0 0;
    margin: 0;
    padding: 2px 5px;
}
#sitemap table, #sitemap table td
{
    border: 0 none;
    margin: 0;
    padding: 0;
}
#sitemap table.h4, #sitemap table.h3
{
    margin-left: 0;
}
#sitemap h3 table
{
    width: 169px;
}
#sitemap h4.first
{
    margin-top: 7px;
}
#sitemap h4
{
    margin: 14px 0 0 5px;
    padding: 0;
}
#sitemap h3 td a, #sitemap h4 td a
{
    font-weight: bold;
}
#sitemap a
{
    background: transparent url("Images/ArrowBlackRight.gif") no-repeat scroll 0 4px;
    color: #333333;
    display: block;
    padding-left: 13px;
    position: relative;
}
#sitemap table
{
    margin-left:18px;
}




/*******************************/
/* PAGE LIST                   */
/*******************************/
#contentBox .pageList
{
    background-color: #cccccc;
    margin: 18px 0;
    padding: 1px 0;
    width: 100%;
}
#contentBox .pageList h3
{
    background-color: #e7e7e7;
    color: #666666;
    margin: 0 1px;
    padding: 2px 10px 3px;
}
#contentBox .pageList ul
{
    background-color: #ffffff;
    list-style-type: none;
    margin: 0 1px;
    padding: 0;
}
#contentBox .pageList ul li
{
    padding: 7px 10px 0;
}
#contentBox .pageList ul li h4
{
    font-size: 11px;
    margin: 0;
    padding: 0;
}
#contentBox .pageList ul li div.description
{
    border-bottom: 1px solid #cccccc;
    padding: 0 0 4px;
}
#contentBox .pageList ul li div.description p
{
    margin:0;
}
#content .pageList p
{
    font-size: 11px;
    margin: 0;
    padding: 0;
}
#contentBox .pageList ul li div.description p.link
{
    margin: 5px 0 0;
    text-align: right;
}
#contentBox .pageList ul li div.description p.link a
{
    background: transparent url("Images/DiagonalArrow.gif") no-repeat scroll 0 3px;
    padding: 0 0 0 15px;
}
#contentBox .pageList ul li div.description p.link a:hover
{
    background: transparent url("Images/DiagonalArrowRed.gif") no-repeat scroll 0 3px;
}
#contentBox .pageList ul li div.last
{
    border-bottom: 0;
}
