html, body, ol, ul, li, dl, dt, dd, img {
  margin: 0;
  padding: 0;
  border: 0;
  /* list-style: none; */
}

body {
  padding: 0 340px; /* the critical side padding that sets the natural min-width! */
  color: #000;
  font-family: arial, helvetica, sans-serif;
	background: url(../images/bg.jpg) repeat-x 0px 10px;
  font-size: 100.01%; /* this body font-size fixes an IE bug and maintains x-browser uniformity */
  text-align: center; /* centers the #sizer element in IE5.x/win */
}

#sizer {
  margin: 0 auto; /* centers #sizer in standard browsers */
  padding: 0;
  width: 60%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
  text-align: left; /* resets the default text alignment for the page */
  max-width: 120px; /* IE7 supports this property, doesn't need the fancy MS expression */
}

#expander { /* Any % height here causes IE to lose the neg right margin */
	margin: 0 -335px; /* neg side margin values should be < or = to side body padding */
	min-width: 670px; /* This prevents Safari from losing the negative margins in narrow windows */
	position: relative; /* makes #expander visible outside #sizer in IEwin */
	min-height: 1px; /* This harmless declaration gives Layout to IE7, which can't read the star/html hack in the CC below */
}

/* #expander must receive "hasLayout" for IEwin bug fixing; applied in CC */

#wrapper1 {
  position: relative;
  font-size: .75em; /* set global font-size here */
	line-height:1.1;
} /* this positioning may be needed for IEwin if page is to contain positioned elements */

#wrapper2 {
  position: relative; /* extra insurance against bugs in IEwin */
}


/****************** Main Page Structure *****************/

/* To modify the side column widths and the col divider widths, the values that are
marked "critical" and also refer to the desired mod MUST be changed as a group. */


.outer {
  border-left: 2px hidden; /*** Critical left divider dimension value ***/
  border-right: 2px hidden; /*** Critical right divider dimension value ***/
  margin-left: 50px;    /*** Critical left col width value ***/
  margin-right: 50px;    /*** Critical right col width value ***/
}

.float-wrap {
  float: left;
  width: 100%;
}

.center {
  float: right;
  width: 100%;
}

.left {
  float: left;
  position: relative; /* Needed for IE/win */
  width: 50px;    /*** Critical left col width value ***/
  margin-left: -52px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
}

.right {
  float: right;
  position: relative; /* Needed for IE/win */
  width: 50px;    /*** Critical right col width value ***/
  margin-right: -52px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
  margin-left: 2px;   /*** Critical right divider dimension value ***/
}

.centerbox {
  font-weight: bold;
  text-align: justify;
  overflow: visible;
  width: 100%;
}

.container-left {color: #000;}

.container-right {color: #000; padding-bottom: 80px;} /* makes room for the froggy */


/*************** Header and Footer elements *****************/

.header {
  	width: 85%;
  	color: #b33;
  	padding: 5px 0;
	margin: 0 auto;
	font-size: .75em;
	height:110px;
}

.header span {color: #373;}

.footer {
	background-color:#F4F4F4;
	background-image:url("../images/footerback.gif");
	background-position: 0 0;
	background-repeat: repeat;
  	width: 100%;
	height:15px;
  	font-size: .7em;
  	clear: both;
  	padding: 2px;
  	margin:0 0 10px 0;
  	position: relative;
}

.footer p {
	margin: 0 0 0 20px; 
	color: #585c5e;
}

.footer hr {
  	color: #24618E;
	margin: 0;
	background: #24618E;
	height: 5px;
}



/************** Spacing Controls for various column contents ***************/

.outer ul {
  text-align: center;
  margin: 10px 0;
}

.textpadder {padding: 8px;}


/************** Generic Rules *************/

a {color: #24618E; vertical-align: bottom; text-decoration: none;}
a:hover {color: #24618E; vertical-align: bottom; text-decoration: underline;}

p  {
	margin: .8em 0;
	color: #585c5e;
}

li {
	color: #585c5e;
	text-align: left;
	margin: 0 0 0 12px;
}

li.gen {
	color: #585c5e;
	text-align: left;
	margin: 0 0 0 2em;
}

h1 {margin: 70px 0 10px 80px;}

h2 {
  font-size: 1.2em;
  padding: 0 10px;
  margin: 0;
  color: #585c5e;
  font-family: tahoma, arial, sans-serif;
}

h2.main {
	padding:30px 0 0 8px;
}

h2.mainz {
	padding:0 0 0 15px;
	margin:0;
	font-size: 1.4em;
	color: #000;
}

h3 {
margin: 1em 0 .3em;
}

h4 {
	color: #585c5e;
	margin: 1em 0 .3em;
}

h4.client {
	margin:2em 0 .3em;
}

.bold { font-weight: bold;}

.italic { font-style: italic; }

.alignright {margin: 0 10px 10px 0; text-align: right;}

.small {font-size: .8em;}


/************** Fancy Nav Buttons *************/

.sidenav li a {
  display: block;
  border: 2px solid #dcd3c2;
  color: #500;
  text-decoration: none;
  padding: 4px 5px 4px 10px;
  font-family: tahoma, arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
}

.sidenav li a:hover {
  border-color: #fef5e4 #d4cab9 #c2b9a8 #ece3d2;
  background-position: -1px -1px;
  padding: 3px 6px 5px 9px;
}

.sidenav li a:active {
  border-width: 3px 1px 1px 3px;
  border-color: #c2b9a8 #ece3d2 #fef5e4 #d4cab9;
  background-position: 0 0;
  padding: 4px 5px 4px 10px;
}


/************** Special Fixes *************/

.outer {word-wrap: break-word;}
/* Prevents long urls from breaking layout in IE, must
be hidden in a conditional comment for CSS to validate */

img {max-width: 100%;}
/* prevents oversize images from breaking layout in browsers that support max-width */


/**************** Utility Rules *******************/

.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}

.clicker {
  display: block;
  text-align: center;
  padding: 3px;
  background: #833;
  cursor: pointer;
}

.hide {display: none;}

/*- Menu Tabs J--------------------------- */

    #tabsJ {
      float:left;
      width:100%;
      background:#F4F4F4;
      font-size:93%;
      line-height:normal;
	  /* border-bottom:1px solid #24618E; */
      }
    #tabsJ ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("../css/tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }

#tabsJ a span {
      float:left;
      display:block;
      background:url("../css/tabrightJ.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#24618E;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }

 #tabsJ #current a {
      float:left;
      background:url("../css/tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
background-position:0% -42px;
      }

#tabsJ 	#current a span {
      float:left;
      display:block;
      background:url("../css/tabrightJ.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#fff;
	background-position:100% -42px;
      }


/* graphing for logs */

	.barGraph {
		/* border-bottom: 3px solid #333; */
		font: 9px Helvetica, Geneva, sans-serif;
		margin: 1em 0;
		padding: 0;
		position: relative;
		clear:both;
		}

	.barGraph li {
		border: 1px solid #555;
		border-bottom: none;
		bottom: 0; 
		color: #FFF;
		margin: 0; 
		padding: 0 0 0 0;
		position: absolute;
		list-style: none;
		text-align: center;
		width: 59px;
		}

	.barGraph li.p1{ background-color:#666666 }
	.barGraph li.p2{ background-color:#888888 }
	.barGraph li.p3{ background-color:#AAAAAA }
