/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework
   [bjorkoy.com/blueprint]
   
   * Screen & Projection Styles *
      
   This is the main CSS-file for the framework.
   Include this in the <head> of every page. See the
   Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

/* Import stylesheets and hide from IE/Mac \*/
@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/grid.css";
@import "lib/buttons.css";
/* End import/hide */


/* Compressed version: 
   [http://teenage.cz/acidofil/tools/cssformat.php]
   
   Comment out @import statements above, and add this 
   one when your site has launched (Ca 60% compressed):
   @import "lib/compressed.css"; */


/* Uncomment the line below to see the grid and baseline. 
   (Assuming you've wrapped your columns in a container).

  .container { background: url(lib/img/grid.png); }
  .container { background: url(lib/img/baseline.png); } */
div.suckertreemenu {
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
margin-left:10px;
}
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background:url(../images/body/menu-bg.gif) repeat-x #3D0607;
/*background-color: #F3F3F3; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 65px; /*Width of top level menu link items*/
padding: 1px 8px;
border: 1px solid black;
border-left-width: 0;
text-decoration: none;
color: #fff;
font:inherit;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
background-color:#333333;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 179px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 180px; /*width of sub menu levels*/
color: #fff;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #2D0506;
}

.suckertreemenu ul li a:hover{
background-color: #640B0F;
color: #eeb315;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #3D0607 url(../images/body/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #3D0607 url(../images/body/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li ul { background-color:#333333;}
* html .suckertreemenu ul li a { height: 1%; }
* html .suckertreemenu ul li ul li { float: left;}
* html .suckertreemenu ul li ul li a { height: 1%;}/* End */
div.formbox {
background-image:url(../images/body/form-bg-mid.gif);
background-repeat:repeat-y;
width:181px;
}
div.formtop {
background-image:url(../images/body/form-bg-top.gif);
background-repeat:no-repeat;
width:181px;
height:20px;}
div.formmid {
width:181px;
padding:0 11px;
font-family: georgia,serif;
font-size:11px;
font-weight:normal;}
div.formmid label {
font-weight:normal;
}
div.formmid .small {
text-align:center;
padding-right:20px;
}
div.formbot {
background-image:url(../images/body/form-bg-bot.gif);
background-repeat:no-repeat;
width:181px;
height:20px;}
img.nofloat {
float:none;
vertical-align:middle;
}
img.right {
float:right;
padding:5px 0 10px 10px;
}
a.listlink {
font-weight:normal;
text-decoration:underline;
}
ul.subpageul a.listlink {
font-weight:normal;
}
.errFld {
	border-color: red;
}
.errMsg {
	color:red;
}