@charset "utf-8";
/* CSS Document */

html,
body
{
   background: url(/images/en/back_html.jpg);
   background-color: #693;
   color: #fff;
   padding: 0px;
   margin: 0px;
   width: 100%;
   height: 100%;
}
body
{
   background: url(/images/en/back_body.jpg) repeat-x;
   color: #fff;
}
#bodyContent,
#leftNavContent,
#leftNavFooter img,
#footer
{
   behavior: url(/styles/iepngfix.htc);
}
img
{
   border: 0px;
}
a
{
   text-decoration: none;
   color: #09c;
}
a:hover
{
   text-decoration: none;
   color: #0c0;
}
.clearCols
{
   clear: both;
}
hr
{
   background: #ccc;
   color: #ccc;
   border: 0px;
   height: 1px;
   width: 100%;
}
#mainDiv
{
   width: 980px;
   margin: 0px auto;
   font: 1em/1.5em Verdana, Arial, Helvetica, sans-serif;
}
#header
{
   position: relative;
   background: url(/images/en/back_header.jpg) no-repeat;
   height: 192px;
   z-index: 1;
}
#headerLeftNav
{
   position: relative;
   background: url(/images/en/back_headerLeftNav.jpg) no-repeat;
   height: 192px;
}
#globalNav
{
   position: absolute;
   top: 5px;
   right: 30px;
   color: #000;
   font-size: 11px;
   line-height: 16px;
   text-align: right;
}
#globalNav a
{
   text-decoration: none;
   color: #000;
}
#globalNav a:hover
{
   text-decoration: none;
   color: #09c;
   border-bottom: 1px #000 dotted;
}
#logo
{
   position: absolute;
   top: 66px;
   left: 23px;
}
#logoPrint
{
   display: none;
}
#navigation
{
   position: absolute;
   right: 32px;
   bottom: 25px;
   z-index: 1;
}
#navigation #navFloat
{
   float: left;
   padding: 0px;
   margin: 0px;
}
#navigation #navFloat .dividerFloat
{
   float: left;
}
#flashMain
{
	width: 776px;
   float: right;
   margin: 0px 5px 20px 0px;
   height: 225px;
}
#bodyContent
{
   background: url(/images/en/back_page.png) repeat-y;
   color: #000;
   font-size: 0.8em;
}
.pageTitle
{
   text-transform: uppercase;
   color: #0cf;
   font: 14px/18px Georgia, "Times New Roman", Times, serif;
   border-bottom: 1px #0cf solid;
   margin-bottom: 10px;
}
.subTitle
{
   text-transform: uppercase;
   color: #0c0;
   font: 12px/14px Georgia, "Times New Roman", Times, serif;
   border-bottom: 1px #0c0 solid;
   margin-bottom: 5px;
}
#leftNavCol
{
   float: left;
   width: 246px;
   color: #fff;
   font-size: 12px;
   line-height: 14px;
}
#leftNavCol a
{
   text-decoration: none;
   color: #fff;
}
#leftNavCol a:hover
{
   text-decoration: none;
   color: #036;
   border-bottom: 1px #036 dotted;
}
#leftNavContent
{
   background: url(/images/en/leftNav_back.png) repeat-y;
   width: 216px;
   padding: 0px 15px;
}
#leftNavContent ul
{
   padding-top: 10px;
   padding-bottom: 10px;
   margin-top: 0px;
   margin-bottom: 10px;
}
#leftNavContent li
{
   list-style-position: outside;
   list-style: none;
   font: 12px/18px Georgia, "Times New Roman", Times, serif;
   font-weight: normal;
   margin-left: -20px;
   padding: 0px;
   margin-bottom: 10px;
}
#leftNavContent li:hover
{
   list-style-position: outside;
   list-style-image: url(/images/en/pointer.gif);
   font-style: italic;
}
#leftNavFooter
{
   
}
#pageContent,
.content,
#calendarWrap
{
   float: right;
   width: 679px;
   padding: 25px;
   padding-top: 0px;
}
#calendarWrap
{
   margin-right: 25px;
   margin-bottom: 10px;
}
#footer
{
   background: url(/images/en/page_footer.png) no-repeat;
   height: 35px;
   font-size: 11px;
   padding: 0px;
   margin: 0px;
   color: #000;
}
#copyright
{
   padding-left: 245px;
   text-align: center;
}

#galleryTool #galleryCategoryContent
{
   padding-bottom: 10px;
}

#galleryTool #galleryWide
{
   width: 680px;
}

#galleryTool #galleryWide #galleryImageThumbs
{
   width: 150px;
   height: 450px;
   overflow: auto;
}

#galleryTool #galleryWide #galleryImageLg,
#galleryTool #galleryWide #galleryPlaceholder,
#galleryTool #galleryWide #galleryImageLg img
{
   width: 500px;
}

/* DHTML Nav Styles */
      
/* Quick Menu */
/*
 * All.
 */
 
.qmmc
{ 
   background-color: transparent;
   color: #666 !important;
}
/*
 * Main items.
 */
.qmmc a
{
   background-color: #004793 !important;
   color: #fff !important;
   font: 10px/1.5em verdana,arial,helvetica,sans-serif !important;
   font-weight: bold !important;
   text-decoration: none !important;
   line-height: 1.5em;
}

/*
 * Main hover state.
 */
.qmmc a:hover
{ 
   background-color: #02a9d4 !important;
   color: #fff !important;
   line-height: 1.5em;
}

/*
 * Main active state.
 * Note: Add '!important' after each style (per QuickMenu docs).
 */
.qmmc .qmactive
{ 
   background-color: #02a9d4 !important;
   color: #fff !important;
   text-decoration: none !important;
   line-height: 1.5em;
}


/*
 * Main parent items.
 */
.qmmc .qmparent
{
   /*
   background-image: url(/images/en/core/menu_arrow_down.gif);
   background-position: 95%;
   background-repeat: no-repeat;
   */
}


/*
 * Sub containers.
 */
.qmmc div
{
   background-color: transparent;
   margin-top: 2px;
   margin-left: -5px;
   padding: 0px;
   _width: 180px;
   min-width: 180px !important;
   border: none;
   text-align: left;
   /*
   border-bottom: 1px #fff solid;
   */
}

.qmmc div a,
.qmmc div .qmactive
{
   border: 1px #004793 solid !important;
}

/*
 * Sub hover state.
 */
.qmmc div a:hover
{
   /*
   text-decoration: underline;
   */
}


/*
 * Sub active state.
 * Note: Add '!important' after each style (per QuickMenu docs).
 */
.qmmc div .qmactive
{
   background-color: #02a9d4 !important;
   color: #fff !important;
}


/*
 * Sub parent items.
 */
.qmmc div .qmparent 
{
   background: url(/images/en/menu_arrow_right.gif) right no-repeat;
}


/*
 * Sub items.
 */
.qmmc div a
{     
   background-color: #004793;
   min-width: inherit !important;
   /*
   padding: 2px 30px 2px 5px;
   */
}

.qmmc div div
{
   margin-top: -1px;
   min-width: auto !important;
   border-right: 1px #004793 solid !important;
   border-bottom: 1px #004793 solid !important;
   border-left: 1px #004793 solid !important;
}

.qmmc div div a
{
   background-color: #004793 !important;
   color: #666 !important;
}

.qmmc div div a:hover
{
   background-color: #02a9d4 !important;
   color: #fff !important;
}
/*  */
ul#newsList
{
   margin-top: 5px;
   margin-bottom: 0px;
   line-height: 14px;
   font-size: 11px;
}
ul#newsList li
{
   margin: 0px 10px 5px 0px;
   list-style-position: outside;
   list-style-image: url(/images/en/bullet.gif);
}
#newsOther
{
   text-align: right;
}
#homeLeft
{
   float: left;
   width: 65%;
}
#homeRight
{
   float: right;
   width: 32%;
}
