* {margin: 0; padding: 0; border: 0;}

html { min-height: 100%; margin-bottom: 1px; }

body {
text-align: center;
color: #333;
min-width: 924px;
background: #CAE2F5 url(/images/sitegraphics/bkg.gif) repeat-x 0 0px;
}

body {
font-family: arial, sans-serif;
font-size: 100%;
line-height: 1.3;
}

#iebs {
min-width: 924px;
border: #990000 1px solid;
width:expression(document.body.clientWidth < 925? "925": "auto" );
}

a {color: #317342; padding: 0 2px;}
a:hover {background: #C8DFCC; color: #000;}

#credit a:hover {background: #C8DFCC; color: #000;}

#center a {color: #317342;}


h1, h2, h3, h4, p {clear: left; margin: 0.25em 0;}
ul {margin: 1em 2em;}
ol {margin: 1em 2em;}

/*****************************************************************/
/****************** the Layout CSS begins ****************************/

#wrapper { /* also holds the left "sliding" tab */
background: #EFF7E7 url(/images/sitegraphics/sidebar-l2.gif) repeat-y 0 0;
text-align: left;
width: 93%; /* this can fixed or fluid */
min-width: 924px;
margin: 0 auto; /* NN will put content out of scrollable reach if auto is used unless there's a min-width on body too*/
font-size: 80%;
min-height: 150px;
}

#header, #subnav, #footer {
clear: both;
width: 100%;
}

#header {
background: #9DB9E1;
color: #fff;
text-align: right;
padding: 0px;
height: 96px;
}

#columncaps {
background: #d6aeb5;
color: #000;
}

#cc p {
padding-bottom: 10px;
}

#capper {
text-align: center;
color: #fff;
background: #ffffff url(/images/sitegraphics/tlcap2.gif) no-repeat 0 0px;
height: 20px;
}

#capper div {
padding: 10px 0;
background: url(/images/sitegraphics/trcap2.gif) no-repeat 100% 0px;
}

#subnav {
background: #d6aeb5;
color: #000;
border-width: 1px 0;
border-style: solid;
border-color: #4a1a21;
}

#footer {
height: 49px;
text-align: center;
color: #fff;
background: url(/images/sitegraphics/blfoot2.gif) no-repeat 0 0px;
}
#footer div {
height: 47px;
padding: 1px 0;
background: url(/images/sitegraphics/brfoot2.gif) no-repeat 100% 0px;
}

#contentfloatholder {/* also makes the right "sliding" tab */
background: url(/images/sitegraphics/sidebar-r3.gif) repeat-y 100% 0;
float: left;
width: 100%;
position: relative;
}


#contentfloatholder:after {
 /* this is for NN6 to clear floats */
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

#centerpad {
margin: 0 165px;
padding: 0 80px 0 0;
/* background: #990000 url(/images/sitegraphics/ladsybg.jpg) no-repeat 100% 0; */
}

#center {
  color: #000;
  float:left;
  width: 100%;
  margin-right: -95%;
	/* this needs to be less than 100% for Moz/Mac which thinks
         it's empty otherwise. The difference is made up by putting a
         negative left margin on the left float:
	   Note IE/Mac doesn't like this method ~ it wants the 100% so it can
	   be fed in using IE only CSS below becasue IE/Win also works with the 100% method.
	*/
}

#left {
  float:left;
  width: 170px;
  margin-left: -5%; /* the difference to make the left colum appear flush left */
}

#right {
  float:right;
  width: 225px;
}


/*************       For IE Mac           **************/
/* IE/Win is also using these rules, but it doesn't mind */
* html div#center {margin-right: -100%;}
* html div#left {margin-left: 0;}

#left h3, #left p
{
padding: 0 20px;
}

#right h3, #right p
{
padding: 0 20px;
}

/***** General formatting ****/

#wrapper {
position: relative;
z-index: 500;
}

#rc
{
margin-top: 202px;
}

.genusheader
{
font-weight: normal; font-size: 80%;
}

#photodiv {
  margin-top: 8px;

  background: url() no-repeat 100% 0px;
  width: 511px;
  height: 203px;
}

#photodiv a:hover {
  background-color: transparent;
}

img 
{
 border:0;
}

img.under {
  z-index: 0;
}

img.over {
  z-index: 1;
  position: relative;
  left: 1px;
}
