/* css document */
/* links */
A:link	{
color:#888888;
text-decoration:none;
	}
A:hover	{
color:#CC0000;
text-decoration:underline;
	}
A:active	{
color:#888888;
text-decoration:none;
	}
A:visited	{
color:#888888;
text-decoration:none;
	}
	
/* content */	
#content
{
text-align: left;
width: 800px;
}

 #navigation
{
position: relative;
left: 175px;
top:120px
}

 #flash
{
position: relative;
left: 0px;
top: 115px
}

/* left and right conent */
.container2 {
   position: relative;
   height: 50px;
   }

.left-element {
   position: absolute;
   left: 0;
   width: 30%;
   margin: 4;
   white-space: wrap;
   padding: 4;
   }

.right-element {
   position: absolute;
   right: 0;
   width: 65%;
   text-align: left; /* depends on element width */
   margin: 4;
   white-space: wrap;
   padding: 0px;   
   }

html, body {   /* - html - for IE6, keeps fixed image in position */
 /* background-image:url(images/bg.gif); */
   background:#FFFFFF url(images/bg.gif) repeat-x;
   background-repeat:repeat-x;

  font-family: verdana, tahoma, arial, sans-serif;
  font-size: 12pt;
  margin:0;
  border:0;
  padding:0;
                    /* http://www.gunlaug.no/contents/wd_additions_15.html */
  height: 100%;     /* 1) for IE6, keeps scrollbar intact for fixed image position */
  overflow:auto;   /* 2) for IE6, keeps scrollbar intact for fixed image position */
  max-height:100%; /* 3) fix height for other browsers */
}

body {
  margin-left:230px;
}


/* 4) for IE6, allows for image to be in a fixed position on screen */
#fixIA {display:block; position:fixed; bottom:10px; left:30px; text-align:center;}
/* * html #fixIA {position:absolute;} */

/* 5) */
* html #fixIA {position: absolute; padding-bottom: 20px;
top:expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop
+(documentElement.clientHeight-this.clientHeight)
: document.body.scrollTop
+(document.body.clientHeight-this.clientHeight));}




p {
  margin-left: 2px;
}

ul li {
  margin-bottom: 10px;
}

  div.float {
  float: left;
  }

  div.clear {
  clear: both;
  }
  
 /* h1 {
  color: green
  font-weight: bold;
  font-size: 30pt;
  line-height: 14pt;
    font-family: arial;
  font-variant: normal;
  font-style: normal;
}   */

/* styling post */
.thinborder{
  float:left;
  border:solid 1px yellowgreen;
  padding:5px;
  margin-right:5px;
}

.dropcap {
  font: normal 60pt/0.8em georgia,
  helvetica, verdana, arial,
  sans-serif;
  color: yellowgreen;
  margin: 0;
  line-height:80%;
}

.pullout{
  width:30%;
  padding: 10px 10px 10px 20px;
  background-color:yellowgreen;
  color:#f5f5f5;
  float:right;
  font: bold 14pt/1em arial, 
  helvetica, sans-serif;
  text-align: left;
  letter-spacing: 0.05em;
  margin: 1em 0.5em 0.5em 0.5em;
  clear: both;
  border: solid 3px #FFFF99;
}
.pullout[class] {
  width: 25%;
  padding: 10px 10px 10px 25px;
}


/* blockquote styling */
blockquote.withline   {
font-family: arial, courier, monospace;
text-align: justify; padding:5px;
border-left:1px solid yellowgreen;}
  
/* rounded corners */
/* set millions of background images */
.rbroundbox { background: url(images/nt.gif) repeat; }
.rbtop div { background: url(images/tl.gif) no-repeat top left; }
.rbtop { background: url(images/tr.gif) no-repeat top right; }
.rbbot div { background: url(images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; padding: 0 10px; }
.rbroundbox { width: 100%; margin: 1em auto; }

/* navigation listamatic*/
#navcontainer
{
width: 12em;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
color: #333;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #000000;
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 5px 5px 5px 0.5em;
background-color: #ffffff;
color: #888888;
text-decoration: none;
width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
background-color: #C6FF71;
color: #fff;
}
/* Zoom Cloud */

/* Begin Text Shadow */
#cts {
  position: relative;
  width: 45em;
  height: 3.5em;
  padding: 5%;
  margin: 2.3em auto 0;
}
#cts[id] {
  height: 2em;
  margin: 0 auto;
}


/* absolutely position the shadow text Xpx from upper left, depending on shadow depth */
#cts h2 {
  position: absolute;
  font-size: 350%;    /* This huge size is just for this experiment */
  font-family : 'Century Gothic', 'Trebuchet MS', Arial, sans-serif;
  color: #000;
  top : 2px;
  left : 2px;
}

/* absolutely position the top text -Xpx from the shadow text, match the px size */
#cts h2 span {
  position: absolute;
  color: #99CC00;
  top: -2px;
  left: -2px;
}

#ctsb {
  position: relative;
  width: 27.5em;
  height: 5.5em;
  padding: 5%;
  margin-left: 19em;
  text-align: center;

  }
#ctsb[id] {
  width: 23.5em;
  height: 1em;
  margin-left: 35%; /* 18em; */
  text-align: left;
  }
/* absolutely position the shadow text Xpx from upper left, depending on shadow depth */
#ctsb h1 {
  position: absolute;
  font-size: 22pt;    /* This huge size is just for this experiment */
  font-family: 'Century Gothic', 'Trebuchet MS', Arial, sans-serif;
  color: #000;
  top: 2px;
  left: 2px;
}

/* absolutely position the top text -Xpx from the shadow text, match the px size */
#ctsb h1 span {
  position: absolute;
  color: #CC0000;
  top: -2px;
  left: -2px;
}

/* End Text Shadow */

#formbutton[id] {
  margin-top: 25px;
}

.green {
  color:green;
  font-weight:normal;
}


