@charset "utf-8";
/* CSS Document */

/*===  RESET  ===*/
html
{
    color: #000;
    background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img
{
    border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var
{
    font-style: normal;
    font-weight: normal;
}
li
{
    list-style: none;
}
caption, th
{
    text-align: left;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: normal;
}
q:before, q:after
{
    content: '';
}
abbr, acronym
{
    border: 0;
    font-variant: normal;
}
sup
{
    vertical-align: text-top;
}
sub
{
    vertical-align: text-bottom;
}
input, textarea, select
{
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
input, textarea, select
{ 
    font-size:100%;
}
legend
{
    color: #000;
}


/*===  GLOBAL  ===*/
body
{
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
}
html > body
{
    height: auto;
}
a, a:visited
{
    color: #0077D4;
}

strong
{
    font-weight: bold;
}
em
{
    font-style: italic;
}

.clear
{
    clear: both;
}
.forPrint
{
    display: none;
}

embed, object
{
    outline: none;
}

#siteWrap
{
    position: absolute;
    width: 1024px;
    height: 100%;
    min-height: 100%;
    z-index: 55;
}
html > body #siteWrap
{
    height: auto;
}

/*=== SA BAR ===*/
#saBar { left: 0; position: absolute; height:33px; top: 0; width: 100%; z-index:1;}
	#saBar table { width: 100%;}
	#saBar td { vertical-align: top;}
	#saBar .sanofiLeft { background: url(../Images/saBar_bg.gif) repeat-x; height: 33px;}
	#saBar .sanofiRight { background: url(../Images/saBar_bg.gif) repeat-x top; height:33px;}
	#saBar .sanofiCenter {width:1004px; }	
	#saBar .sanofiCenter {width:1004px;}

/*=== SITE HEAD ===*/
#siteHead
{
    background: url(../images/sa_logo.png) no-repeat left top;
    _background: url(../images/sa_logo.gif) no-repeat left top;
    height: 175px;
    position: relative;
    width: 1024px;
    z-index: 50;
}
#siteHead .siteLogo
{
    color: #0077be;
    font-size: 14px;
    font-weight: bold;
    height: 57px;
    left: 22px;
    overflow: hidden;
    position: absolute;
    top: 60px;
    width: 176px;
    z-index: 50;
}
#siteHead .siteLogo img
{
    left: 0;
    position: absolute;
    top: 0;
}
#siteHead .forUS
{
    color: #e51937;
    font-size: 14px;
    font-weight: bold;
    left: 715px;
    line-height: 18px;
    position: absolute;
    top: 95px;
}
#siteHead .copy
{
    width: 410px;
    left: 242px;
    position: absolute;
    top: 57px;
}
#siteHead .copy p
{
    color: #000;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
}

#saLink
{
    height: 82px;
    left: 700px;
    position: absolute;
    top: 0;
    width: 250px;
}
#saLink a
{
    height: 82px;
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    text-indent: -2000px;
    width: 250px;
}
#saLink a img
{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#siteUtil
{
    color: #007DC3;
    font-size: 11px;
    height: 10px;
    left: 535px;
    line-height: 11px;
    position: absolute;
    top: 153px;
    width: 200px;
}
#siteUtil ul
{
}
#siteUtil li
{
    display: inline;
    float: left;
}
#siteUtil a
{
    color: #007DC3;
    display: block;
    float: left;
    text-decoration: none;
    vertical-align: bottom;
}
#siteUtil a:hover
{
    text-decoration: underline;
}
#siteUtil #txtSize
{
    background: none;
    margin: 1px 0 0 8px;
}
#siteUtil #txtSize span
{
    cursor: pointer;
    position: relative;
}
#siteUtil #txtSize .label
{
    cursor: default;
}
#siteUtil #txtSize .selected
{
    text-decoration: underline;
}
#siteUtil #txtSize #txt_small
{
    font-size: 11px;
    font-weight: bold;
}
#siteUtil #txtSize #txt_med
{
    font-size: 12px;
    padding-right: 2px;
    font-weight: bold;
}
#siteUtil #txtSize #txt_large
{
    font-size: 13px;
    padding-right: 2px;
    line-height: 0px;
    font-weight: bold;
}
#siteUtil #printPage a
{
    background: url(../images/print_icon.gif) no-repeat right;
    padding: 1px 15px 0 0;
    margin-right: 8px;
}
#siteUtil #emailPage a
{
    background: url(../images/email_icon.gif) no-repeat right;
    padding: 1px 15px 0 0;
}
#siteSearch
{
    background: url(../images/bg_siteSearch_1.gif) no-repeat;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    left: 717px;
    line-height: 32px;
    padding: 0 0 0 8px;
    position: absolute;
    top: 120px;
    width: 196px;
}
#siteSearch .label
{
    float: left;
}
#siteSearch .searchWrap
{
    display: inline;
    float: right;
    margin: 0 0 0 0;
    width: 196px;
}
#siteSearch .searchField
{
    background: #FFF;
    border: none;
    color: #000;
    font-size: 12px;
    font-weight: normal;
    float: left;
    padding: 2px;
    width: 160px;
    margin-top: 6px;
}
#siteSearch .searchBtn
{
    float: right;
    border: none;
    width: 32px;
    height: 32px;
}

/*=== NAV ===*/
#siteNav
{
    bottom: 0;
    height: 32px;
    left: 22px;
    position: absolute;
    width: 483px;
}
#siteNav ul
{
}
#siteNav li
{
    float: left;
    height: 32px;
    position: relative;
}
#siteNav a
{
    color: #000;
    font-size: 12px;
    display: block;
    float: left;
    height: 32px;
    position: relative;
    text-decoration: none;
}
#siteNav a:hover
{
    background: none;
}

#siteNav .nav1
{
    width: 105px;
}
#siteNav .nav1 a, #siteNav .nav1_on a
{
    width: 105px;
    background-position: 0 0;
}
#siteNav .nav1 .over
{
    background-position: 0 0;
}
#siteNav .nav1 a:hover .over, #siteNav .nav1:hover .over
{
    background-position: 0 -64px;
}
#siteNav .nav1_on .over
{
    background-position: 0 -64px;
}
#siteNav .nav1_on a:hover .over, #siteNav .nav1_on:hover .over
{
    background-position: 0 -64px;
}
#siteNav .nav2, #siteNav .nav2_on
{
    width: 131px;
}
#siteNav .nav2 a, #siteNav .nav2_on a
{
    width: 131px;
}
#siteNav .nav2 .over
{
    background-position: -105px 0;
}
#siteNav .nav2 a:hover .over, #siteNav .nav2:hover .over
{
    background-position: -105px -32px;
}
#siteNav .nav2_on .over
{
    background-position: -105px -64px;
}
#siteNav .nav2_on a:hover .over, #siteNav .nav2_on:hover .over
{
    background-position: -105px -32px;
}
#siteNav .nav3
{
    width: 136px;
}
#siteNav .nav3 a, #siteNav .nav3_on a
{
    width: 136px;
}
#siteNav .nav3 .over
{
    background-position: -237px 0;
}
#siteNav .nav3 a:hover .over, #siteNav .nav3:hover .over
{
    background-position: -237px -32px;
}
#siteNav .nav3_on .over
{
    background-position: -237px -64px;
}
#siteNav .nav3_on a:hover .over, #siteNav .nav3_on:hover .over
{
    background-position: -237px -32px;
}
#siteNav .nav4
{
    width: 111px;
}
#siteNav .nav4 a, #siteNav .nav4_on a
{
    width: 111px;
}
#siteNav .nav4 .over
{
    background-position: -373px 0;
}
#siteNav .nav4 a:hover .over, #siteNav .nav4:hover .over
{
    background-position: -373px -32px;
}
#siteNav .nav4_on .over
{
    background-position: -373px -64px;
}
#siteNav .nav4_on a:hover .over, #siteNav .nav4_on:hover .over
{
    background-position: -373px -32px;
}

#siteNav .over
{
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#siteNav a .over
{
    background-image: url(../images/bg_nav_1.gif);
    background-repeat: no-repeat;
    cursor: pointer;
}

#siteNav table
{
    position: absolute;
    top: 0;
    left: 0;
}

/*-- sub --*/
#siteNav ul ul
{
    left: 0;
    position: absolute;
    top: 32px;
    visibility: hidden;
    z-index: 9999;
    height: 16px;
    width: 192px;
}
/*#siteNav ul ul li
{
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/bg_siteNavLI_1.png,sizingMethod='scale');
    background-repeat: repeat-y;
    float: left;
    height: auto;
    margin: 0;
    padding: 0 0 0 20px;
    text-align: left;
    width: 100%;
    cursor: pointer;
}
html > body #siteNav ul ul li
{
    background: url(../images/bg_siteNavLI_1.png);
    background-repeat: repeat-y;
    float: left;
    height: auto;
    margin: 0;
    padding: 0 0 0 20px;
    text-align: left;
    width: 100%;
}*/
#siteNav ul ul li
{
    background: url(../images/bg_siteNavLI_1.png);
    background-repeat: repeat-y;
    float: left;
    height: auto;
    margin: 0;
    padding: 0 0 0 20px;
    text-align: left;
    width: 100%;
}
#siteNav ul ul li.first
{
    background: url(../images/bg_siteNavLI_first.png) no-repeat;
    list-style: none;
    float: left;
    height: auto;
    margin: 0;
    padding: 0 10px 0 20px;
    text-align: left;
    width: 100%;
    cursor: pointer;
}
#siteNav ul ul li.last
{
    background: url(../images/bg_siteNavLI_last.png) no-repeat;
    list-style: none;
    float: left;
    height: auto;
    margin: 0;
    padding: 0 10px 0 20px;
    text-align: left;
    width: 100%;
    cursor: pointer;
}
#siteNav ul ul li a, #siteNav ul ul li.first a, #siteNav ul ul li.last a
{
    display: inline;
    font-size: 12px;
    font-weight: bold;
    height: 100%;
    line-height: 15px;
    padding: 10px 0;
    margin: 0;
    text-decoration: none;
    width: 158px !important;
    cursor: pointer;
}
#siteNav ul ul li.first
{
    background: url(../images/bg_siteNavLI_first.png) no-repeat;
    list-style: none;
    float: left;
    height: auto;
    margin: 0;
    padding: 0 10px 0 20px;
    text-align: left;
    width: 100%;
    cursor: pointer;
}
#siteNav ul ul li a:hover, #siteNav ul ul li.first a:hover, #siteNav ul ul li.last a:hover
{
    color: #015e96;
}
/*-- sub sub --*/
#siteNav ul ul ul
{
    left: 165px;
    top: 0;
    z-index: 9999;
}
#siteNav ul ul .subbed .sub
{
    cursor: pointer;
    display: inline;
    float: left;
    padding: 0 20px 0 0;
}
#siteNav ul ul li:hover ul, #siteNav ul ul a:hover ul
{
    visibility: visible !important;
}

/*-- hovers --*/
#siteNav ul li:hover ul, #siteNav ul a:hover ul
{
    visibility: visible;
}

/*=== SITE BODY ===*/
#siteBody
{
    margin: 10px 0 195px;
}
#masthead
{
    margin: 0 0 10px;
    padding: 0 0 0 22px;
    text-transform: uppercase;
}

#contentColumn .breadcrumbs
{
    color: #000;
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 28px;
}
#contentColumn .breadcrumbs a
{
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
#contentColumn .breadcrumbs a:hover
{
    text-decoration: underline;
}

/*-- content --*/
#contentColumn
{
    color: #000;
    display: inline;
    float: left;
    font-size: 0.75em;
    margin: 0 0 0 37px;
    width: 632px;
}
.ferrlecit_img { float:right }
.space { padding-bottom:30px;}
.drive_findings { padding:10px 0}
.home #contentColumn
{
    width: 645px;
}

#contentColumn h1
{
    color: #ed1e24;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 1.0em;
}
#contentColumn h2
{
    color: #0077D4;
    font-size: 1.17em;
    font-weight: bold;
    margin: 1.0em 0;
}
#contentColumn p
{
    margin: 1.0em 0;
}
#contentColumn ul
{
    margin: 1.0em 0;
}
#contentColumn li
{
    background: url(../images/bg_redBullet.gif) no-repeat left 0.35em;
    margin: 3px 0 3px 0;
    line-height:1.25em;
    padding: 0 0 0 15px;
}
#contentColumn ul ul
{
    margin: 0.25em 0 0;
}
#contentColumn li li
{
    background: url(../images/bg_blueDash.gif) no-repeat left 0.35em;
}
#contentColumn li li li
{
    background: url(../images/bg_redBullet.gif) no-repeat left 0.35em;
    margin: 3px 0 3px 0;
    padding: 0 0 0 15px;
}
.chart_left, .chart_right
{
    width: 273px;
    float: left;
}
.chart_left ul, .chart_right ul
{
    width: 250px;
}

#contentColumn ul.arrowed
{
    margin: 1.0em 0;
}
#contentColumn .arrowed li
{
    background: url(../images/arrow_red.gif) no-repeat left 0.1em;
    list-style-type: none;
    margin: 0 0 0 15px;
    padding: 0 0 0 15px;
}
#contentColumn h1 sup a
{
    font-size: 1.0em;
    position: relative;
    top: -0.2em;
    color: #ed1e24;
    font-weight:bold;
    text-decoration:none;
}
#contentColumn h2 sup a
{
    font-size: 1.0em;
    position: relative;
    top: -0.3em;
    color: #0077D4;
    font-weight:bold;
    text-decoration:none;
}
#contentColumn p sup a
{
    font-size: 1.17em;
    position: relative;
    top: -0.3em;
    color: #000000;
    text-decoration:none;
}

#contentColumn ul li sup a
{
    position: relative;
    top: -0.3em;
    text-decoration:none;
    color: #000000;
}

#contentColumn table.table_1
{
    border: 1px solid #9fb249;
}
#contentColumn table.table_1 th
{
    padding: 4px 8px;
    background: #d6e29a;
    font-weight: bold;
}
#contentColumn table.table_1 td
{
    padding: 4px 8px;
}
/*-- send to friend --*/
.sendFriend
{
    margin: 1.0em 0;
}
.sendFriend td, .sendFriend th
{
    padding-bottom: 10px;
}
.sendFriend th
{
    padding-right: 20px;
    text-align: right;
    width: 200px;
}
.sendCopy, .sendAction
{
    padding: 0 0 0 220px;
}
.sendCopy input
{
    height: 15px;
    margin: 0 7px 0 0;
    vertical-align: middle;
    width: 15px;
}

/*-- site map --*/
.siteMapWrap
{
    margin: 1.0em 0;
}
.siteMapWrap a
{
    text-decoration: none;
}
.siteMapWrap a:hover
{
    text-decoration: underline;
}
.siteMapItem
{
    margin: 0.25em 0;
}
.siteMapItem_sub
{
    margin: 0.25em 0;
    padding: 0 0 0 15px;
}
.siteMapItem_subsub
{
    margin: 0.25em 0;
    padding: 0 0 0 30px;
}

/*-- isi --*/
#contentColumn .isi
{
    margin: 40px 0 0;
}
#contentColumn .isi h5
{
    color: #000;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 -0.75em;
}
#contentColumn .isi p
{
    margin: 1.0em 0;
}
#contentColumn .isi ul
{
    margin: 1.0em 0;
}
#contentColumn .isi li
{
    color: #fe030f;
    margin: 3px 0 3px 0;
}
#contentColumn .isi li span
{
    color: #000;
}
.img_right { float:right; padding:0 0 0 10px}
.chartItem
{
    margin: 1.0em 0;
}
.bodyCallout
{
    background: #e6e7e8;
    font-weight: bold;
    margin: 1.0em 0;
    padding: 10px 15px;
}
#contentColumn p.home_tagline
{
    color: #0077D4;
    margin-top: 20px;
    font-weight: bold;
}
#contentColumn .pagetracker
{
    background: #d6ebfc;
    border: 1px solid #60AAE4;
    line-height: 1.0em;
    width: 645px;
}
#contentColumn .pagetracker a
{
    color: #000;
    display: block;
    font-weight: bold;
    text-decoration: none;
}
#contentColumn .pagetracker a:hover
{
    text-decoration: underline;
}
.pagetracker table
{
    width: 645px;
}
.pagetracker table td
{
    padding: 4px 0;
    width: 322px;
}
.pagetracker table .prev
{
    padding: 0 15px 0 10px;
}
#contentColumn .pagetracker .prev a
{
    background: url(../images/btn_previous_onBlue.gif) no-repeat left center;
    float: left;
    padding: 6px 0 6px 85px;
}
.pagetracker table .next
{
    padding: 0 10px 0 15px;
    text-align: right;
}
#contentColumn .pagetracker .next a
{
    background: url(../images/btn_next_onBlue.gif) no-repeat right center;
    float: right;
    padding: 6px 62px 6px 0;
}
.support_img { float:right; margin:0 10px 0 0;}
.pagetracker td img
{
    vertical-align: middle;
}

#contentColumn .divided
{
    background: url(../images/bg_contentDivider.gif) no-repeat left bottom;
    padding: 0 0 1.0em;
}
#contentColumn li sup a.blue { color:#0077D4 !important }
/*-- sidebar --*/
#sidebar
{
    display: inline;
    float: right;
    font-size: 12px;
    width: 276px;
    margin-right: 36px;
    margin-bottom: 25px;
}
.home #sidebar
{
    width: 276px;
    margin-right: 36px;
}
/*
#sidebar ul
{
    text-align:left;    
}

#sidebar li
{
    background: url(../images/bg_redBullet.gif) no-repeat left 0.35em;
    margin: 3px 0 3px 0;
    line-height:1.25em;
    padding: 0 0 0 15px;
}
*/
/*-- CTA style* --*/
#sidebar .callout
{
    width: 270px;
    font-size: 14px;
    margin-bottom:44px;
}
#sidebar .callout_body
{
    background: url(../images/callout_bcg.gif) repeat-y;
    padding: 2px 20px 2px 17px;
    text-align: center;
}
#sidebar .callout_body_red
{
    background: url(../images/callout_bcg_red.gif) repeat-y;
    padding: 2px 20px 2px 17px;
    text-align: center;
}
#sidebar .callout_body a, #sidebar .callout_body_red a
{
    color: #5d7300;
    font-weight: bold;
}

#sidebar .callout_download_body
{
    padding: 2px 20px 2px 17px;
    font-size:11px;
}

#sidebar .callout_download_body a
{
    color: #5d7300;
    font-weight: bold;
}

#sidebar .video_clt { background: url(../images/callout_video.gif) no-repeat; width:220px; height:79px; padding:152px 26px 0 30px; }
	#sidebar .video_clt a, #sidebar .pdf_clt a { color:#5d7100; font-weight:bold}
#sidebar .pdf_clt { background: url(../images/callout_pdf.gif) no-repeat; width:224px; height:108px; padding:48px 26px 0 26px }

/*-- POLL sitebar --*/
#sidebar .poll_clt
{
    width: 277px;
    margin-top: 16px;
}
#sidebar .poll_clt_body
{
    background: url(../images/poll_clt_bcg.gif) repeat-y;
    padding: 0px 20px 0 17px;
    font-size: 12px;
}
#sidebar .poll_radio
{
    margin-top: 5px;
    padding-left: 0;
    margin-left: 0;
}
#sidebar .poll_clt_body .poll_radio li
{
    list-style: none;
    padding: 2px 0;
    line-height: 15px;
    margin-left: 0;
}
#sidebar .poll_clt_body .poll_radio input
{
    vertical-align: middle;
}
#sidebar .poll_clt_body .poll_radio label
{
    padding-left: 3px;
}
#sidebar .poll_clt_body a
{
    color: #5d7300;
    font-size: 12px;
    float: right;
    font-weight: bold;
}
#sidebar .brochureCta
{
    margin: 16px 0 16px 0;
}
#sidebar .KDOQI_pdf
{
    margin-top: 40px;
    margin-bottom: 20px;
}

#sidebar .pollRes_clt_body
{
    background: url(../images/pollRes_clt_bcg.gif) repeat-y;
    padding: 9px 20px 0 17px;
    font-size: 12px;
}
#sidebar .pollRes_clt_body .progress_container
{
    border: 1px solid #ccc;
    width: 100px;
    margin: 2px 10px 2px 0;
    padding: 1px;
    float: left;
    background: white;
}
#sidebar .pollRes_clt_body .progress
{
    float: left;
    padding: 4px 0 0 0;
}
#sidebar .pollRes_clt_body fieldset
{
    margin: 10px 0 0 0;
}
#sidebar .pollRes_clt_body div.progress_container > div
{
    background-color: #abc544;
    height: 14px;
}
#sidebar .myferrlecit_callout
{
    margin-top: 16px;
}

#sidebar .pollRes_clt_body a
{
    color: #5d7300;
    font-size: 12px;
    float: right;
    font-weight: bold;
}


/*-- ISI sitebar --*/
#sidebar .ISIBox_wrapper
{
    background: url(../images/ISI_box_bcg.gif) no-repeat;
    height: 255px;
    padding: 42px 0 0 24px;
    margin-bottom: 10px;
}
#sidebar .ISIBox_wrapper a
{
    color: #5a7000;
    padding: 3px 34px 0 0;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    float: right;
}
#sidebar .ISIBox_wrapper a:hover
{
    color: #5a7000;
    text-decoration: underline;
}
#sidebar .ISI_scroll_box
{
    height: 219px;
    width: 219px;
    padding: 0;
    border: 1px solid #98b147;
    background: #fff;
    margin-bottom: 4px;
    overflow: -moz-scrollbars-vertical;
    overflow-y: auto;
}
.ISI_copy
{
    padding: 0 2px 0 4px;
    font-size: 12px;
}
.ISI_copy li
{
    margin: 0;
    line-height: 14px;
    font-weight: bold;
    padding: 5px 0 0 0;
    list-style-image: url(../images/isi_bulet.gif);
}

.ISI_copy2 li
{
    margin: 0;
    line-height: 14px;
    font-weight: normal;
    padding: 5px 0 0 0;
    list-style-image: url(../images/isi_bulet.gif);
}
/*=== SITE FOOT ===*/
#siteFoot
{
    background: url(../images/bg_siteFoot.jpg) no-repeat left top;
    bottom: 0;
    color: #000;
    font-size: 12px;
    height: 195px;
    position: absolute;
    width: 1024px;
}
#siteFoot .tenPlus
{
    height: 60px;
    overflow: hidden;
    position: absolute;
    right: 55px;
    top: 0;
    width: 97px;
}
#siteFoot .tenPlus a
{
    color: #000;
    font-size: 14px;
}
#siteFoot .tenPlus img
{
    height: 60px;
    width: 97px;
}
#siteFoot .curve
{
    background: url(../images/bg_siteFoot.jpg) no-repeat -998px 0;
    height: 112px;
    left: 998px;
    position: absolute;
    top: 0;
    width: 102px;
}
#siteFoot .footIn
{
    font-weight: bold;
    padding: 35px 0 0;
}
#siteFoot a
{
    color: #000;
    text-decoration: none;
}
#siteFoot a:hover
{
    text-decoration: underline;
}
#siteFoot .map
{
    text-align: center;
}
#siteFoot .legal
{
    margin: 50px 0 0;
    text-align: center;
}
#siteFoot .legal a
{
    text-decoration: underline;
}

/*=== Pediatric Efficacy and Safety Table ===*/
.tbl_1 { border-collapse:collapse; margin:10px 0; width:505px;}
.tbl_1 th { background: url(../Images/tbl_1_bcg.gif) repeat-x; border-top:1px solid #b1c05e; border-left:1px solid #b1c05e; border-right:1px solid #b1c05e; height:30px; font-weight:bold;  color:#000;   text-align:center; font-size:12px }
.tbl_1 td#bottom_left { height:19px; width:21px;  padding:0;}
.tbl_1 td#bottom_right { height:19px; width:21px; padding:0; }
.tbl_1 td#bottom_middle { background:url(../Images/bottom_middle_bg.gif) repeat-x; height:19px; width:463px;  padding:0; }
.tbl_1 td#content { background:#fff; padding:10px 15px 5px;  text-align:left; color:#333333; border-left:1px solid #b1c05e; border-right:1px solid #b1c05e;}



/*=== NAV ===*/
/*#siteNav { bottom: 0; height: 32px; left: 22px; position: absolute; width: 500px; border:1px solid red;}
#siteNav ul {}
#siteNav li { background: #FFF; float: left; height: 32px; position: relative;}
#siteNav a { background: #FFF; color: #000; font-size: 12px; display: block; float: left; height: 32px; position: relative; text-decoration: none;}
	#siteNav a:hover { background: none;}

	#siteNav .nav1 { width: 122px;}
		#siteNav .nav1 a, #siteNav .nav1_on a { width: 122px;}
		
		#siteNav .nav1 .over { background-position: 0 0;}
		
		#siteNav .nav1_on .over { background-position: 0 -64px;}
	
		
	#siteNav .nav2, #siteNav .nav2_on { width: 122px;}
		#siteNav .nav2 a, #siteNav .nav2_on a { width: 122px;}
		
		#siteNav .nav2 .over { background-position: -122px 0;}
		#siteNav .nav2 a:hover .over, #siteNav .nav2:hover .over { background-position: -122px -32px;}
		#siteNav .nav2_on .over { background-position: -122px -64px;}
		#siteNav .nav2_on a:hover .over, #siteNav .nav2_on:hover .over { background-position: -122px -96px;}	
		
		
	#siteNav .nav3 { width: 120px;}
		#siteNav .nav3 a, #siteNav .nav3_on a { width: 120px;}
		
		#siteNav .nav3 .over { background-position: -244px 0;}
		#siteNav .nav3 a:hover .over, #siteNav .nav3:hover .over { background-position: -244px -32px;}
		#siteNav .nav3_on .over { background-position: -244px -64px;}
		#siteNav .nav3_on a:hover .over, #siteNav .nav3_on:hover .over { background-position: -244px -96px;}		
		
	#siteNav .nav4 { width: 122px;}
		#siteNav .nav4 a, #siteNav .nav4_on a { width: 122px;}
		
		#siteNav .nav4 .over { background-position: -364px 0;}
		#siteNav .nav4 a:hover .over, #siteNav .nav4:hover .over { background-position: -364px -32px;}
		#siteNav .nav4_on .over { background-position: -364px -64px;}
		#siteNav .nav4_on a:hover .over, #siteNav .nav4_on:hover .over { background-position: -364px -96px;}		

	#siteNav .over { display: block; height: 100%; left: 0; position: absolute; top: 0; width: 100%;}
		#siteNav a .over {background-color: #FFF; background-image: url(../images/bg_nav.gif); background-repeat: no-repeat; cursor: pointer;}
		
	#siteNav table { position: absolute; top: 0; left: 0;}
	

	#siteNav ul ul { left: 0; position: absolute; top: 32px; visibility: hidden; width: 165px; z-index: 9999;}
	#siteNav ul ul li { background: #c7c8ca; border-top: 1px solid #9fa0a3; float: left; height: auto; margin: 0; padding: 0; text-align: left; width: 100%;}
		html>body #siteNav ul ul li { background: transparent url(../images/bg_siteNavLI.png) repeat;}
	#siteNav ul ul li a { background: transparent; display: inline; font-size: 12px; height: 100%; line-height: 15px; padding: 10px 5px; margin: 0; text-decoration: none; width: 155px !important;}		
		#siteNav ul ul li a:hover { background: #999;}*/
