/* Web Colours: #93BFEB = Light Blue, #06C & #39C = Dark Blue, #F60 = Orange*/
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! */ 
	/* background: url(../images/brownlattice2.gif); /* this BG tiles the area outside the columns */
  color: #000;
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size: 100.01%; /* this body font-size fixes an IE bug and maintains x-browser uniformity */ 
  text-align: left; /* use 'center' to center the #sizer element in IE5.x/win. Use 'left' to correct pop-up alignment in DHTML Menu Studio 2.5 */
}

#sizer {
  margin: 0 auto; /* centers #sizer in standard browsers */
  padding: 0;
  width: 12%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
  text-align: left; /* resets the default text alignment for the page */
  max-width: 120px;
}

#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 Holly hack below */
} 

/*\*/
* html #expander {height: 0;} 
/* #expander must have "height: 0" in IEwin bug fixing */

/* The above is a modified Holly hack for #expander, with zero substituted for the 
usual 1% height value. Any % value on this element causes a horrendous IE bug! */ 


.wrapper1 {
  position: relative;
  font-size: 12px; /* set global font-size here */
  border: 1px solid #06C;
  border-width: 1px;
  margin:0 0 3px 0;
} /* this positioning may be needed for IEwin if page is to contain positioned elements */

/****************** 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 {
  margin-left: 262px;    /*** Critical left col width value ***/
  margin-right: 262px;    /*** Critical right col width value ***/
   /* background: url(../images/bluelattice.gif); /* this BG tiles the center column */
  border-left: 1px solid #06c; /*** Critical left divider dimension value ***/
  border-right: 1px solid #06c; /*** Critical right divider dimension value ***/
}

.float-wrap {
  float: left;
  width: 100%;
}

.center {
  float: right;
  width: 100%;
}

.centerbox {
  font-weight: 500;
  color:#666;
  text-align: justify;
  overflow: visible;
  width: 100%;
}

.left {
  width: 262px;    /*** Critical left col width value ***/
  margin-left: -263px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
  float: left;
  position: relative; /* Needed for IE/win */
}

.right {
  width: 262px;    /*** Critical right col width value ***/
  margin-right: -263px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
  float: right; 
  position: relative; /* Needed for IE/win */
  margin-left: 1px;   /*** Critical right divider dimension value ***/
}

.container-left {color: #666; }
.container-right {color: #666; padding-bottom: 0px;} /* 80px makes room for the froggy */


/*************** Header and Footer elements *****************/
.header { padding: 20px 0 3px 0; }
.subheader { padding: 0 0 3px 0;}

.header, .subheader {
  width: 100%;
  color: #06C;
   /* background: url(../images/kcsl_logo_01.gif) no-repeat 10px 50px; */
} /* "jello" BG is made to be in fixed position here */

/*\*/
* html .header {background-position: 10px 3px;}
/* IEwin hack needed because the "jello" BG is in a positioned wrapper and shows
variance. IEwin does not support fixed backgrounds on elements other than the body */

.footer {
  width: 100%;
  font-size: 10px;
  font-weight: 600;
  clear: both;
  padding: 3px 0;
  position: relative;
}

.footer p, .footer a {
  color: #06C;
  text-align:right;
  font-size:10px;
  font-weight:300;
  text-decoration:none;
}
.footer a:hover {
  color: #93BFEB;
}

.footer hr {
  margin: 0;
  background: #06C;
  padding:0;
  border-bottom:none;
  border-right:none;
  border-left:none;
  border-top:1px solid #06C;
  height: 1px;
}

.froggy {
position: absolute;
top: -65px;
right: -10px;
}


/************** Spacing Controls for various column contents ***************/

.outer ul, {
  text-align: center;
  margin: 3px 0;
}

.textpadder {padding: 8px; margin:0; border:0; }


/************** Generic Rules *************/
a {text-decoration: none; font-weight: 300; color: #06C; outline: none; }
a:visited {text-decoration:none; color:#06C;}
a:hover {text-decoration:underline; color:#93BFEB;}
a:active {text-decoration:none; color:#06C;}

p  {margin: 10px 0;}

h1 {
margin: 0;
padding:5px 0;
color:#FFF;
/* background-color:#39C; */
background-color:#6A9BCD;
font-size:16px;
font-weight:600;
text-align:center;
}

h2 {
  font-size: 12px; 
  text-align: center; 
  padding: 3px; 
  margin: 3px 3px 0 3px;
  border: 1px solid #93BFEB;
  color: #333;
}

h3 { font-size:12px; color:#F60; font-weight:600; text-align:center; }

hr {
	border-top:none;
	border-right:none;
	border-bottom:1px dotted #06C;
	border-left:none;
	background:1px dotted #06C;
	height:1px;
}

.alignleft { text-align:left; position:absolute; left:0;}
.aligncentre { text-align:center; position:absolute; left:280px;}
.alignright {margin: 0 10px 10px 0; text-align: right;}

.small {font-size: .8em;}

.tableborderALL { font-size: 10pt; border: 1px solid #93BFEB; vertical-align:text-top;}

/************** Fancy Layout Boxes *************/
.headbox li { padding:3px 6px 3px 6px; margin: 0; border: 1px solid #06C; }
.headnav li { padding:2px; margin: 0; border: 1px solid #93BFEB;}
.sidebox li { padding:0; margin: 0 3px; border: 1px solid #93BFEB;}

.headbox li, .headnav li, .sidebox li {
  display: block;
  color: #666;
  text-decoration: none;
  text-align:justify;
  /* background: url(../images/marble1.jpg); */
  font-size: 12px;
  font-weight: 500;
}

/************** Fancy Nav Buttons *************/

.sidenav li a {
  display: block; 
  border: 1px solid #93BFEB;
  margin: 8px 3px 3px 3px;
  color: #06C;
  text-decoration: none;
  background-color:#FFF;
  background: url(../images/nav_bg.jpg);
  background-repeat: repeat-x;
  padding: 2px;
  text-align:center;
  font-size: 12px;
  font-weight: 500;
  line-height:23px;
  min-height:23px;
}

.sidenav li a:hover {
  border-color: #06C;
  font-weight:500;
  color:#F60;
}

/************** Special Fixes *************/

/* .outer, .outer-twocol { word-wrap: break-word; } removed due to W3C error */
/* 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 */

/* \*/
* html .wrapper1,
* html #wrapper2,
* html .outer a,
* html .container-left, 
* html .container-right,
* html .outer,
* html h2,
* html .sidenav li a 
{height: 1%;}
/* Holly hack */

.wrapper1,
#wrapper2,
.outer a,
.container-left, 
.container-right,
.outer,
h2,
.sidenav li a 
{min-height: 1%;}
/* gives layout for IE7 */

/*** Variance fixes for IEwin ***/

/*\*/
* html .outer p {margin-right: -6px;}
/* */

/**************** Utility Rules *******************/

/*\*/ /*/
.sidenav a:hover {position: relative;}
/* this fixes an IEmac hover bug in the left column, hidden from other browsers */


.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}

.hide {display: none;}

