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(paper.gif); /* this BG tiles the area outside the columns */
	color: #000; 
  font-family: verdana, sans-serif; 
  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 */
}

a:hover { color: white; background: teal; }

#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;
}

#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;
	background: url(images/ca__marg.gif); /* this BG tiles the left column */
  font-size: .9em; /* set global font-size here */
	line-height: 1.5em; 
  border: 0px solid #da5;
  border-width: 0px 0px;
} /* this positioning may be needed for IEwin if page is to contain positioned elements */

#wrapper2 {  
  position: relative; /* extra insurance against bugs in IEwin */
	background: url(images/ca__fade.gif) 100% 0 repeat-y; /* this BG tiles the right column */
}

#masthead { width: 100%;}

/****************** 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 {
  background: url(images/ca__edge.gif) repeat-y white; /* this BG tiles the center column */
  border-left: 0px solid #da5; /*** Critical left divider dimension value ***/
  border-right: 0px solid #da5; /*** Critical right divider dimension value ***/
  margin-left: 150px;    /*** Critical left col width value ***/
  margin-right: 20px;    /*** Critical right col width value ***/
	padding-top: 4em;			 /* for the tabbed navbar to sit in*/
}

.float-wrap {
  float: left;
  width: 100%;
}

.center {
  float: right;
  width: 100%;
}

.left {
  float: left;
  position: relative; /* Needed for IE/win */
  width: 150px;    /*** Critical left col width value ***/
  margin-left: -152px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
}

.right {
  float: right; 
  position: relative; /* Needed for IE/win */
  width: 20px;    /*** Critical right col width value ***/
  margin-right: -22px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
  margin-left: 2px;   /*** Critical right divider dimension value ***/
}

.centerbox {
 text-align: left;
  overflow: visible;
  width: 100%;
}

.container-left {color: white;}

.container-right {color: white; padding-bottom: 80px; padding-top: 70px;} /* makes room for the froggy */


/*************** Header and Footer elements *****************/

.header {
  width: 100%;
  color: white;
  padding: 5px 0;
  background: url(cloghead.jpg) repeat-x;
}

/*\*/
* 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 */

.header span {color: #373;} 

.footer {
  width: 100%;
  font-size: 1em;
  clear: both;
  position: relative;
}

.footer p a{margin: 10px 0 0 10px; color: #00627e;}

.footer hr {
  color: #00627e;
	margin: 0;
	height: 2px;
}

.logo {
position: absolute;
top: -65px;
right: -10px;
}


/************** Spacing Controls for various column contents ***************/

.outer ul {
  text-align: center;
  margin: 10px 0;
}

.textpadder {padding: 28px;}


/************** Generic Rules *************/

a {color: #000; vertical-align: bottom;}

p  {margin: .8em 0;}

h1, h2, h3 {
  color: #00627e;
  background: transparent;
  font-family: "Comic Sans MS", verdana, arial, sans-serif;
}
h1 {margin: 10px 0 10px 10px;}

h2 {
  font-size: 1.2em; 
  text-align: center; 
  padding: 5px 0; 
  margin: 0; 
  border: 0px solid #dcd3c2;
}

h3 {
font-size: 1.4em;
margin: 1em 0 .3em;
}

.alignright {margin: 0 5em 1em 0; text-align: right;}
.alignleft {margin: 1em 0 1em 0; text-align: left; font-style: italic;}
.small {font-size: .8em;}


/************** Fancy Nav Buttons *************/

.sidenav li a {
  display: block; 
  color: white;
	border-bottom: 1px solid white;
	text-align: right;
  text-decoration: none;
  background: transparent;
  padding: 4px 5px 4px 10px;
  font-family: verdana, arial, sans-serif;
  font-size: .9em;
}

.sidenav li a:hover {
  background: white;
	color: #00627e;
  background-position: -1px -1px;
  padding: 3px 6px 5px 9px;
}

.sidenav li a:active {
  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 */

/* \*/
* 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;}
/* */


#navbar {
position: absolute;
margin-top: -4em;
margin-left: 2em;
color: #00627e;
font-family: "Comic Sans MS", verdana, arial, sans-serif;
font-size: 1em;
text-align: center;
padding-top: .5em;
padding-bottom: 0px;
} 

#navbar ul li{
display: block; 
list-style-type: none;
float: left;
margin: 2px 2px 0px 0px;
padding: .5em;
border: 2px solid #80c1d4;
font-size: 1.2em;
text-decoration: none;
}

#navbar li.this {
border-bottom: none;
background: white;
color: #00627e;
}

 
#navbar li a {
  background: white;
	color: #00627e;
	text-decoration: none;
  background-position: -1px -1px;
  padding: 3px 6px 5px 9px;
}

#navbar li a:hover {
  background: #00627e;
	color: white;
  background-position: 1px 1px;
  padding: 3px 6px 5px 9px;
}

#navbar li a:active {
  background-position: 0 0;
  padding: 4px 5px 4px 10px;
}




/**************** 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;
}

.clicker {
  display: block;
  text-align: center; 
  padding: 3px; 
  background: #833; 
  cursor: pointer;   
}

.hide {display: none;}

.masthead {position: absolute; top: 1px; height: 70px; background: url("cloghead.jpg") repeat-x;}
h1.clear {background: transparent; }

h5 {
  color: #bfe0e9;
  background: transparent;
  font-family: "Comic Sans MS", verdana, arial, sans-serif;
	font-size: 1em;
	display: inline;
	text-align: bottom;
	margin-left: 1em;
}

