/* -- General Style -- */
body {font-size: 8px; vertical-align: baseline; }
p {margin: 0; padding: 0; } 
.fb {font-weight: bold; } .fi {font-style: italic; } .fu {text-decoration: underline; } 
ul.imBullet {margin: 0 0 0 20px; padding: 0; text-align: left; } ul.imBullet li {vertical-align: middle; }
.imTD {padding: 3px; line-height: 16px; }
.imInput_0 {width: 95%}
.imInput_1 {width: 65%}
.imInput_2 {width: 45%}
.imInput_3 {width: 25%}
.imInput_4 {width: 10%}
.imCRNoPrev {background: #FFFFFF url('imcartprev.gif') no-repeat center; border: 1px solid #AAAAAA; text-align: center; overflow: hidden; font: 8pt Tahoma; }
form, fieldset {margin: 0; padding: 0; border: none; }
fieldset legend {visibility: hidden; }
.imAlign_left {text-align: left; }
.imAlign_center {text-align: center; }
.imAlign_right {text-align: right; }
.imAlign_justify {text-align: justify; }
img.imImage {border: 0px; vertical-align: baseline; }
.imInvisible, h1 {position: absolute; top: -10000px; left: -10000px; }
.imHidden {display: none; }
.imClear {clear: left; }
.imError {padding: 5px; margin: 10px; border: 1px solid #000000; background-color: #FFFFFF; font: 11px Tahoma; text-align: center; line-height: 16pt; overflow: hidden; }
#imWebSiteX5Adv {position: absolute; top: 0; right: 0; z-index: 1500; overflow: hidden; }
#imWebSiteX5AdvObj {position: relative; }
#imToolTip {position:absolute; z-index: 1001; }
#imShowBoxBG {position: fixed; z-index: 2000; top: 0; left: 0; width: 100%; height: 100%; background-color: #000000; opacity: 0; filter: alpha(opacity=0); }
#imShowBoxContainer {position: absolute; z-index: 2001; top: 0; left: 0; width: 100%; font: 8pt Tahoma; color: #000000; }
#imShowBox {position: relative; margin: 0 auto; padding: 10px; background: #FFFFFF url('imloading.gif') no-repeat center center; border: 1px solid #000000; overflow: hidden; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#imShowBoxContent {opacity: 0; filter: alpha(opacity=0); }
#imShowBoxDescription {padding: 8px 5px 0 5px; }
#imLockTxt {margin-left: 10px; font: 11px Tahoma; color: #000000; min-height: 300px; height: auto !important; height: 300px; }
#imLockForm {margin: 5px auto; text-align: left; padding: 5px; width: 200px; }
#imLockAlert {background-color: red; color: white; padding: 0 5px 0 5px; }
.imLockLabel {display: block; margin-top: 6px; }
.imLockBtn {font: 11px Tahoma; color: #000000; background-color: #C0C0C0; border: 1px solid #222222; margin: 5px; }
.imLockFld {font: 11px Tahoma; color: #000000; background-color: #FFFFFF; border: 1px solid #222222; margin: 4px 0; vertical-align: middle; }

/* -- Menu Main Settings -- */
#imMnMn {padding-top: 2px; }
#imMnMn ul, #imMnMn ul li {margin: 0; padding: 0; list-style: none; z-index: 1000; cursor: pointer; }
#imMnMn ul li {position: relative; float: left; padding-right: 0px; }
#imMnMn ul a {display: block; text-decoration: none; height: 26px; width: auto; padding: 4px 14px; float: none !important; float: left; color: #041A54; font-weight: bold; font-size:14px; }
#imMnMn ul a:hover {display: block; text-decoration: underline; height: 26px; width: auto; float: none !important; float: left; }

/* -- Menu Main Images -- */
span.imMnLv {display: block; width: 98%; background: url('imiconmenu.gif') no-repeat center right; }


/* -- Menu Sub -- */
#imPageSub {float: left; width: 636px; margin: 0px 0px 0px 20px; }
#imPageSubDx {float: right; width: 814px; margin: 0; padding:0;}
#imMenuSub {float: left; width: 181px; background: url('mcontent.jpg'); background-repeat:repeat-y; }


.makeMenu a:link, .makeMenu a:active, .makeMenu a:visited { text-decoration: none; color: #FFFFFF;  text-transform:Uppercase;}
.makeMenu a:hover, .makeMenu a:focus, .makeMenu a.selected { color: #F2851f; text-decoration: none;  text-transform:Uppercase;}

.makeMenu {
  border-bottom: dashed 1px white;
}

ul.makeMenu, ul.makeMenu ul {
  width: 168px;                 /* sets the size of the menu blocks */
  color: #fff;   
  background-color: transparent;    /* makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
  padding: 0px 0px 0px 0px;           /* stops the usual indent from ul */
  cursor: default;             /* gives an arrow cursor */
  margin: 2px 0px 2px 6px;            /* Opera 7 final's margin and margin-box model cause problems */

}
ul.makeMenu li {

  list-style-type: none;       /* removes the bullet points */
  margin: 0px;                 /* Opera 7 puts large spacings between li elements */
  position: relative;  z-index: 1000;        /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
  color: #fff;                 /* sets the default font colour to white */
}
ul.makeMenu li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  position: absolute;          /* make child blocks hover without leaving space for them */
  top: -15px;                    /* position slightly lower than the parent menu item */
  left: 132px; 					/* this must not be more than the width of the parent block, or the mouse will have to move off the element to move between blocks, and the menu will close */
  padding-left: 25px;  							
                                  
}
ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
  background-color: transparent;      /* gives the active menu items a yellow background */
  color: #fff;                 /* makes the active menu item text black */ 
}
ul.makeMenu ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}
ul.makeMenu li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}

.makeMenu ul a {   
display: inline-block;
}
.submenuTop{
  background-color: transparent; 
  background: url('subtop.png');
  background-repeat:no-repeat;   
  height:5px;
  width: 236px;
}
.submenuBottom{
  background-color: transparent; 
  background: url('subbottom.png');
  background-repeat:no-repeat; 
  height: 5px;
  width: 236px;  
}
.submenuContent{
  padding-left:16px;
  width:220px;
  background: url('subcontent.png');
  background-repeat:repeat-y; 
}

.submenuContent a{
  width:215px;
  border-bottom: dashed 1px white;
}

#sitlogin {
padding: 5px 0 5px 0; font: bold 14px Trebuchet MS; color: #FFFFFF; 
}
#sitlogin a {
font: bold 12px Trebuchet MS; color: #FFFFFF; text-decoration:none;
}
#imMenuTop { width: 181px; height:30px; background: url('mtop.jpg'); background-repeat:repeat-y;  padding: 0px 0px 0px 10px; font: bold 16px Trebuchet MS; color: #FFFFFF; text-align: left;}
#imMenuDxTop { width: 141px; height:30px; background: url('dtop.jpg'); background-repeat:repeat-y;  padding: 0px 0px 0px 10px; font: bold 16px Trebuchet MS; color: #FFFFFF; text-align: left;}
#imMenuBottom { width: 181px; height:6px; background: url('mbottom.jpg'); }
#imMenuDxBottom { width: 141px; height:6px; background: url('dbottom.jpg'); }

/* -- Menu Sub Dx -- */
#imMenuSubDx1 {float: right; overflow:hidden; width: 141px;  margin-left: 0px; margin-bottom: 10px;}

#imMenuTop2{ width: 181px; height:30px; background: url('mtop1.jpg'); background-repeat:no-repeat;  padding: 10px 0px 0px 10px; font: bold 16px Trebuchet MS; color: #FFFFFF; text-align: left;}
#imMenuDxTop2{ width: 141px; height:30px; background: url('dtop1.jpg'); background-repeat:no-repeat;  padding: 10px 0px 0px 10px; font: bold 16px Trebuchet MS; color: #FFFFFF; text-align: left;}

/* -- Menu Sub Dx -- */
#imMenuSubDx2 {float: right; overflow:hidden; width: 141px; background: url('dcontent.jpg'); background-repeat:repeat-y; margin-left: 0px; margin-bottom: 10px;}

/* -- Texts Style -- */
h2 {margin: 0px 6px 4px 10px; padding: 2px 0 2px 0; font: bold 19px Trebuchet MS; color: #008797; text-align: left; }
#imPathTitle {margin: 0px 6px 8px 10px; padding: 2px 0 2px 0; font: 9px Tahoma; color: #808080; text-align: left; }
.imDefText {padding: 2px 0 2px 0; font: 13px Trebuchet MS; color: #000000; text-align: left; }
.fc0 {color: #000000; }
#imFooterSiteMap {margin: 8px 6px 0px 10px; padding: 42px 0 2px 0; font: 12px Trebuchet MS; font-weight:bold; color: #008797; text-align: center;  }
#imFooterSiteMap a:link, #imFooterSiteMap a:active, #imFooterSiteMap a:visited, #imFooterSiteMap a:hover {color: #008797; font-weight:bold; text-decoration: none; }
#imFooterSiteMap a:hover {color: #008797; text-decoration: underline; font-weight:bold; }

/* -- Search Page Style -- */
#imSBox {font: 13px Trebuchet MS; color: #000000; text-align: center;}
#imSBox input {font: 13px Trebuchet MS;  color: #000000}
#imSButton {background-color: #B0DAF0; border: 1px #008797 solid}
#imSText {font: 13px Trebuchet MS; color: #000000; text-align: left; margin: 0 10px 10px 10px;}
#imSPageTitle {position: absolute; left: 3px; margin-left: 6px;}
.imSCount {font-size: 80%}
.imSTitle {font-size: 120%; margin-bottom: 4px;}
.imSTitle a {color: #008797; }
.imSLink {margin: 2px 0 16px 0;}
.imSLink a {color: #0000FF; text-decoration: none; }
.imSLink a:hover {text-decoration: underline; }
.imSLabel {position: relative; font: 13px Trebuchet MS; color: #000000; padding: 4px 6px 4px 0; margin: 7px 0; background-color: #B0DAF0; text-align: right; border-top: 1px solid #008797; border-bottom: 1px solid #008797; }

/* -- Links Style -- */
a.ImLink  {text-decoration: underline; }
a.ImLink:link {color: #008797; }
a.ImLink:visited {color: #0000FF; }
a.ImLink:hover {color: #2C8AE2; text-decoration: none; }
a.ImGlossary {text-decoration: none; border-bottom: 1px dashed; cursor: text; }
a.ImGlossary:hover {text-decoration: none; cursor: text; }

