/* -- CSS Reset Reloaded - by Eric Meyer - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded -- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{ margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
td { vertical-align: top; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* -- BBDC Design Styles - by Robert J. Secord, B.Sc. - EDge Interactive, Inc. -- */
body
{
    color: #2D2D2D;
    font-size: 100%;
    font-family: Arial, sans-serif;
    background: #6C797F url(../graphics/pagebg.gif) repeat-y center top;
}

/* -- Structural Elements; always exist in Markup -- */
/* -- Page Container -- */
#Page-Container
{
    width: auto;
    height: 551px;
    margin: -1em 0 0 0;
    background: #6C797F url(../graphics/pagebgt.gif) no-repeat center top;
}


/* -- Page Background Fade -- */
#Page-FadeL
{
}
#Page-FadeR
{
}


/* -- Page Body & Contents -- */
#Page-Body
{
    position: absolute;
    top: 0; left: 50%;
    width: 880px;
    margin: 0 0 0 -432px;
    z-index: 100;
}
#Page-Body-Inner
{
}



#Page-Header
{
    position: relative;
    width: 880px;
    height: 205px;
    background: #FFF url(../graphics/header.gif) no-repeat top left;
}
#Page-Header-Inner
{
}
#Page-Header-Inner h1
{
}
#Page-Header-Inner h1 a,
#Page-Header-Inner h1 a:link,
#Page-Header-Inner h1 a:visited,
#Page-Header-Inner h1 a:hover
{
    position: absolute;
    top: 35px; left: 20px;
    padding-top: 60px;
    margin: 0;
    width: 400px;
    cursor: pointer;
    overflow: hidden;
    height: 60px;
    background: transparent;
    text-decoration: none;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 0;
}
#Page-Header-Inner h2
{
}
#Page-Header-Inner h2 a,
#Page-Header-Inner h2 a:link,
#Page-Header-Inner h2 a:visited,
#Page-Header-Inner h2 a:hover
{
    position: absolute;
    top: 130px; left: 60px;
    padding-top: 60px;
    margin: 0;
    width: 500px;
    cursor: pointer;
    overflow: hidden;
    height: 60px;
    background: transparent;
    text-decoration: none;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 0;
}




#Page-TopMenu
{
    height: 1.5em;
    color: #FFF;
    background: #333;
    border: solid #FFF;
    border-width: 1px 0;
}
#Page-TopMenu-Inner
{
}
#Page-TopMenu ul
{
    float: left;
}
#Page-TopMenu ul li
{
    display: inline;
    line-height: 1.5em;
    vertical-align: middle;
}
#Page-TopMenu ul li a,
#Page-TopMenu ul li a:link,
#Page-TopMenu ul li a:visited,
#Page-TopMenu ul li a:hover
{
    color: #FFF;
    margin: 0 0 0 15px;
    font-size: 0.8em;
    text-decoration: none;
}
#Page-TopMenu ul li a:hover
{
    text-decoration: underline;
}
#Page-TopMenu ul li a.Active,
#Page-TopMenu ul li a.Active:link,
#Page-TopMenu ul li a.Active:visited,
#Page-TopMenu ul li a.Active:hover
{
    text-decoration: underline;
}
#Page-TopMenu ul li a.Active:hover
{
}

#Page-TopMenu .SearchArea
{
    float: right;
    width: 200px;
    height: 1.5em;
}
#Page-TopMenu .SearchArea input.iText-Search
{
    float: left;
    width: 135px;
    height: 1.2em;
    font-size: 0.8em;
    color: #555;
    background: #FFF;
    border: 0 none;
    margin: 0.25em 0 0 0;
}
#Page-TopMenu .SearchArea input.iButton-Search
{
    float: left;
    height: 1.7em;
    font-size: 0.8em;
    color: #FFF;
    background: #333;
    border: 0 none;
    cursor: pointer;
}








#Page-Middle
{
    margin: 5px 0;
}
#Page-Middle-Inner
{
}

#Page-Middle h1,
#Page-Middle h2,
#Page-Middle h3
{
    color: #DF7028;
    font-size: 1.6em;
    font-weight: bold;
    margin: 0 0 15px 0;
}
#Page-Middle h4
{
    color: #333;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 15px 0;
}
#Page-Middle h5
{
    color: #333;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 15px 0;
}
#Page-Middle h6
{
    color: #333;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 15px 0;
}
#Page-Middle p
{
    color: #222;
    font-size: 0.9em;
    line-height: 1.2em;
    margin-bottom: 15px;
}
#Page-Middle a img
{
    border: 0 none;
}
#Page-Middle a,
#Page-Middle a:link,
#Page-Middle a:visited
#Page-Middle a:hover
{
    color: #DF7028;
    font-size: 0.9em;
    text-decoration: none;
}
#Page-Middle a:hover
{
    text-decoration: underline;
}
#Page-Middle a.Big,
#Page-Middle a.Big:link,
#Page-Middle a.Big:visited
#Page-Middle a.Big:hover
{
    color: #DF7028;
    font-weight: bold;
    text-decoration: none;
}
#Page-Middle a.Big:hover
{
    text-decoration: underline;
}
#Page-Middle a.BigWithArrow,
#Page-Middle a.BigWithArrow:link,
#Page-Middle a.BigWithArrow:visited
#Page-Middle a.BigWithArrow:hover
{
    float: left;
    color: #DF7028;
    font-weight: bold;
    padding: 0 0 0 21px;
    text-decoration: none;
    background: transparent url(../graphics/icon_arrowr.gif) no-repeat left center;
}
#Page-Middle a.BigWithArrow:hover
{
    text-decoration: underline;
}
#Page-Middle ul
{
    line-height: 1.2em;
    list-style-type: disc;
    color: #222;
    margin: 0 0 10px 30px;
}
#Page-Middle ol
{
    line-height: 1.2em;
    list-style-type: decimal;
    color: #222;
    margin: 0 0 10px 30px;
}
#Page-Middle ul ul,
#Page-Middle ol ul
{
    font-size: 1em;
    list-style-type: circle;
    margin: 5px 0 5px 20px;
}
#Page-Middle ol ol,
#Page-Middle ul ol
{
    font-size: 1em;
    list-style-type: decimal;
    margin: 5px 0 5px 20px;
}
#Page-Middle ul li { padding: 2px 0; font-size: 0.9em; }
#Page-Middle ol li { padding: 2px 0; font-size: 0.9em; }
#Page-Middle ul li li { font-size: 1em; }
#Page-Middle ol li li { font-size: 1em; }
#Page-Middle label { cursor: pointer; }
#Page-Middle em { font-style: italic; }
#Page-Middle strong { font-weight: bold; }
#Page-Middle font { line-height: 1.2em; }
#Page-Middle blockquote
{
    color: #666;
    font-size: 0.75em;
    margin: 10px 0 15px 0;
}
#Page-Middle select {}
#Page-Middle option
{
    width: auto;
    padding: 0 1px;
    background: #FFF;
}
#Page-Middle optgroup
{
    color: #FFF;
    background: #333;
    padding: 2px 1px;
}
#Page-Middle optgroup option
{
    color: #333;
    background: #EFEFEF;
    padding: 0 1px;
    margin: 0 0 0 15px;
    cursor: pointer;
}



/* -- Body: Table Style -- */
#Page-Middle .Body-Table
{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #D1D1D1;
    margin: 0 0 15px 0;
}
#Page-Middle .Body-Table thead th,
#Page-Middle .Body-Table thead td
{
    width: auto;
    padding: 5px;
    color: #FFF;
    font-size: 0.8em;
    text-align: center;
    background: #4D6383;
    border: 1px solid #D1D1D1;
}
#Page-Middle .Body-Table tbody td
{
    font-size: 0.8em;
    padding: 5px 8px;
    vertical-align: top;
    border: 1px solid #D1D1D1;
}
#Page-Middle .Body-Table tbody td p
{
    margin: 0 0 2px 0;
}
#Page-Middle .Body-Table table
{
    border-collapse: collapse;
    border: 1px solid #FFF;
    margin: 0;
}
#Page-Middle .Body-Table table tbody td
{
    padding: 2px 3px;
    font-size: 1em;
    border: 1px solid #FFF;
}






#Page-Middle .MainPage-Full
{
    margin: 0;
    padding: 15px 20px 20px 20px;
}
#Page-Middle .MainPage-Left
{
    float: left;
    width: 255px;
    padding: 15px 20px 20px 20px;
}
#Page-Middle .MainPage-Right
{
    margin: 0 0 0 275px;
    padding: 15px 20px 20px 20px;
}





#Page-Navigation
{
    float: left;
    width: 235px;
    margin: 10px 0;
    background: transparent url(../graphics/navfade.gif) repeat-y top right;
}
#Page-Navigation-Inner
{
    width: 235px;
    background: transparent url(../graphics/navfadectr.gif) no-repeat top right;
}
#Page-Navigation .BottomFade
{
    width: 235px;
    height: 8px;
    line-height: 1px;
    font-size: 1px;
    margin: 0;
    background: transparent url(../graphics/navfadebottom.gif) no-repeat top right;
}
#Page-Navigation h3
{
    display: block;
    width: 207px;
    height: 1.7em;
    line-height: 1.7em;
    padding: 0 10px;
    font-size: 0.9em;
    font-weight: bold;
    color: #FFF;
    vertical-align: middle;
    text-transform: uppercase;
    background: #6E86AA url(../graphics/navheaderbg.gif) repeat-x top left;
}
#Page-Navigation p
{
    padding: 0 15px;
    margin: 0 0 5px 0;
    font-size: 0.75em;
    font-weight: bold;
    color: #000;
    vertical-align: middle;
}
#Page-Navigation p a,
#Page-Navigation p a:link,
#Page-Navigation p a:visited,
#Page-Navigation p a:hover
{
    color: #222;
    font-weight: bold;
    text-decoration: none;
}
#Page-Navigation p a:hover
{
    color: #E27E3D;
}
#Page-Navigation p a.Active
{
    color: #E27E3D;
    text-decoration: underline;
}
#Page-Navigation .Level1
{
    color: #222;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0 20px 10px 35px;
    list-style-type: decimal;
}
#Page-Navigation .Level1 li
{
    padding: 5px 0;
}
#Page-Navigation .Level1 li a,
#Page-Navigation .Level1 li a:link,
#Page-Navigation .Level1 li a:visited,
#Page-Navigation .Level1 li a:hover
{
    color: #222;
    font-weight: bold;
    text-decoration: none;
}
#Page-Navigation .Level1 li a:hover
{
    color: #E27E3D;
}
#Page-Navigation .Level1 li a.Active,
#Page-Navigation .Level1 li a.Active:link,
#Page-Navigation .Level1 li a.Active:visited,
#Page-Navigation .Level1 li a.Active:hover
{
    color: #E27E3D;
    text-decoration: underline;
}
#Page-Navigation .Level1 li a.Active:hover
{
}
#Page-Navigation .Level2
{
    font-size: 1.1em;
    margin: 10px 0 5px 15px;
    list-style-type: none;
}
#Page-Navigation .Level2 li
{
    color: #222;
    padding: 2px 0;
}
#Page-Navigation .Level2 li a,
#Page-Navigation .Level2 li a:link,
#Page-Navigation .Level2 li a:visited,
#Page-Navigation .Level2 li a:hover
{
    color: #222;
    font-weight: normal;
    text-decoration: none;
}
#Page-Navigation .Level2 li a:hover
{
    color: #E27E3D;
}
#Page-Navigation .Level2 li a.Active,
#Page-Navigation .Level2 li a.Active:link,
#Page-Navigation .Level2 li a.Active:visited,
#Page-Navigation .Level2 li a.Active:hover
{
    color: #E27E3D;
    text-decoration: underline;
}
#Page-Navigation .Level2 li a.Active:hover
{
}


#Page-Content
{
    width: auto;
    padding: 10px 15px 10px 0;
    margin: 0 0 0 250px;
}


#Page-Content .Page-TopNav
{
    height: 1.5em;
}
#Page-Content .Page-TopNav a,
#Page-Content .Page-TopNav a:link,
#Page-Content .Page-TopNav a:visited,
#Page-Content .Page-TopNav a:hover
{
    color: #505050;
    font-size: 0.7em;
    line-height: 1.3em;
    font-weight: bold;
    margin: 0 25px 0 0;
    text-transform: uppercase;
}
#Page-Content .Page-TopNav a:hover
{
}
#Page-Content .Page-TopNav a.ChapterPrev
{
    float: left;
    padding: 0 0 0 20px;
    background: transparent url(../graphics/icon_arrowl.gif) no-repeat left center;
}
#Page-Content .Page-TopNav a.ChapterNext
{
    float: left;
    padding: 0 21px 0 0;
    background: transparent url(../graphics/icon_arrowr.gif) no-repeat right center;
}
#Page-Content .Page-TopNav a.ChapterPrint
{
    float: right;
    margin: 0;
    padding: 0 23px 0 0;
    background: transparent url(../graphics/icon_print.gif) no-repeat right center;
}



#Page-Content .TitleRow
{
    margin: 0 0 10px 0;
    border-bottom: 1px solid #D9D9D9;
}
#Page-Content .TitleRow h3
{
    color: #DF7028;
    font-size: 1.6em;
    font-weight: bold;
    margin: 0 0 5px 0;
}
#Page-Content .TitleRow h4
{
    color: #DF7028;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 5px 0;
}
#Page-Content .TitleRow h5
{
    color: #DF7028;
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 5px 0;
}
#Page-Content .TitleRow span
{
    float: right;
    color: #DF7028;
    line-height: 1em;
    font-size: 1.2em;
    font-weight: bold;
    margin: -1.3em 0 0 0;

    *line-height: 1.1em;    /* Target IE */
    *margin: -1.5em 0 0 0;
}
#Page-Content .TitleRow span.DoubleLine
{
    float: right;
    color: #DF7028;
    line-height: 1em;
    font-size: 1.2em;
    font-weight: bold;
    margin: -2.2em 0 0 0;

    *line-height: 1.1em;    /* Target IE */
    *margin: -2.8em 0 0 0;
}
#Page-Content .TitleRow a,
#Page-Content .TitleRow a:link,
#Page-Content .TitleRow a:visited,
#Page-Content .TitleRow a:hover
{
    float: right;
    color: #505050;
    line-height: 1em;
    font-size: 0.7em;
    margin: -1.3em 0 0 0;

    *line-height: 1.1em;    /* Target IE */
    *margin: -1.5em 0 0 0;
}
#Page-Content .TitleRow a.TopOfPage
{
    padding: 0 23px 0 0;
    background: transparent url(../graphics/icon_arrowu.gif) no-repeat right center;
}






#Page-Footer
{
    color: #707070;
    background: #FFF;
    border-top: 1.5em solid #333;
}
#Page-Footer-Inner
{
    padding: 10px;
}
#Page-Footer p
{
    color: #707070;
    font-size: 0.75em;
    line-height: 1.2em;
}









/* -- Page Extended Design Elements -- */
#Page-ExDiv1 { display: none; }
#Page-ExDiv2 { display: none; }
#Page-ExDiv3 { display: none; }
#Page-ExDiv4 { display: none; }
#Page-ExDiv5 { display: none; }
#Page-ExDiv6 { display: none; }
#Page-ExDiv7 { display: none; }
#Page-ExDiv8 { display: none; }
#Page-ExDiv9 { display: none; }
#Page-ExDiv1 span {}
#Page-ExDiv2 span {}
#Page-ExDiv3 span {}
#Page-ExDiv4 span {}
#Page-ExDiv5 span {}
#Page-ExDiv6 span {}
#Page-ExDiv7 span {}
#Page-ExDiv8 span {}
#Page-ExDiv9 span {}


.Clear { clear: both; font-size: 1px; line-height: 1px; }

div.hr { height: 1px; line-height: 1px; font-size: 1px; border-bottom: 1px solid #D9D9D9; margin: 0 0 10px 0; }
div.hr hr { display: none; }

