@charset "UTF-8";
/* CSS Document */

#wrapper {width:826px;height:auto;margin:0 auto 0 auto;}
#header {width:826px;height:112px;clear:both;}
.maincontent {width:826px;height:auto;position:relative;clear:both;}
.rightcol {width:676px;min-height:454px;clear:right;position:relative;margin:0 0 12px 150px;}
#leftbannercol {position:absolute;left:0;top:0;border-style:none;}
#leftbannercol a {border-style:none;border-width:0;border-color:#FFF;}
#leftbannercol a img {border-width:0;}
img a, img a {border:0;}

h1 {margin:6px 0 8px 0;font-size:20px;color:#333;}
h2 {margin:6px 0 4px 0;font-size:16px;color:#333;}
body {margin: 0px 0px 5px 0px;background-color: #FFF;font-family: "Lucida Grande", "Helvetica Neue Light", "Helvetica Neue", Verdana, Arial;font-size: 8pt;}

.maincontent a:link, .maincontent a:visited {font-weight: normal;color: #f37a31;text-decoration: underline;}
.maincontent a:hover {font-weight: normal;color: #000;text-decoration: none;}

p {margin:8px 0 6px 0;}

.t676 {background: #FFF url(../images/dot.gif) repeat-x;width: 676px;float: left;}
.t {background: url(../images/dot.gif) repeat-x 0px 0px; width: 20em}
.b {background: url(../images/dot.gif) repeat-x 0px 100%}
.l {background: url(../images/dot.gif) repeat-y 0px 0px;}
.r {background: url(../images/dot.gif) repeat-y 100% 0px}
.bl {background: url(../images/bl.gif) no-repeat 0px 100%}
.br {background: url(../images/br.gif) no-repeat 100% 100%}
.tl {background: url(../images/tl.gif) no-repeat 0px 0px}
.tr {background: url(../images/tr.gif) no-repeat 100% 0px; padding:10px}

.rightal {text-align:right;display:block;height:26px;}

#footer {width:826px;clear:both;padding-top:12px;text-align:center;}
#footer a {padding:0 4px 0 4px;}

#navigation {width:822px;margin:0px 2px 8px 2px;min-height:27px;text-align:center;}

/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 display: none;
 position: absolute;
 top: 2.3em; margin-top: 0px; /* I'm using ems and px to allow people to zoom their font */
 left: -1px;
 width: 130px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 128px;
}


/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;width:116px;
 display: block;
 position: relative;
 background:url(../images/navback.jpg) no-repeat #9F9F9F; 
 border-left: 1px solid #FFF;border-right: 1px solid #FFF;border-top: 1px solid #FFF;border-bottom: 1px solid #FFF;
 margin-right: -1px;
}

.menulist li a {font-size:11px;padding:5px 2px 7px 2px;}
.menulist li li a {font-size:9px;padding: 1px 5px 1px 5px;}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin: 0;
 margin-bottom: -1px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist a {
 display: block;
 color: #000;
 text-decoration: none;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 background:url(../images/navbackover2.jpg) no-repeat #F90;
 }
.menulist a.highlighted {
 color: #FFF;
 background:url(../images/navbackover.jpg) no-repeat #333;
}

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}

/* End Hacks */