/* css document */
/* links */

/** seperate link style for nav**/	

/** link style for rest of page, don't use class**/

A:link	{
color: #822123;;
font-weight: bold;
	}
		
A:hover	{
color: black;
text-decoration: none;
	}
A:active	{
color: #822123;
text-decoration: none;
	}
A:visited	{
color: black;
text-decoration:none;
	}
	
/* content */	
#content
{
text-align: left;
width: 800px;
margin: 0 auto
font-family: Verdana, Times New Roman, Arial, Helvetica, Georgia, Lucida;
font-weight: normal;
}

#content a:hover
{
	color: black;
}

#content a:visited {
	color: #822123;
	text-decoration:none;
}

 #navigation
{
position: relative;
left: 175px;
top:120px
}

  #rightbox{
  position: relative;
  float:  right;
  }

 #flash
{
position: relative;
left: 0px;
top: 115px
}

/* left and right content */
.container2 {
   position: relative;
   height: 50px;
   }

.left-element {
   position: absolute;
   left: 0;
   width: 28%;
   margin: 4;
   white-space: wrap;
   padding: 4;
   }

.right-element {
   position: absolute;
   right: 0;
   width: 67%;
   text-align: left; /* depends on element width */
   margin: 4;
   white-space: wrap;
   padding: 0px;   
   }

body {
  background-image:url(images/bg.gif);
  background-repeat:repeat-x;
  }
  
  div.float {
  float: left;
  }
  
  h1 { 
  color: black;
  font-weight: bold; 
  font-size: 22pt;
  line-height: 14pt; 
  font-family: arial; 
  font-variant: normal;
  font-style: normal;
}

/* styling post */
.thinborder{
  float:left;
  border:solid 1px black;
  padding:5px;
  margin-right:5px;
}



.centerborder{
float:left;
border:solid 18px white;
padding:0;
margin-right:0;
}

.dropcap {
  float: left;
  font: normal 60pt/0.8em georgia,
  helvetica, verdana, arial, 
  sans-serif;
  color: burgandy;
  margin-right: 3px;
}

.rightpull{
float:right;
}

.pullout{
  width:30%;
  padding:5px;
  background-color:#fff729;
  color:#black;
  float:right;
 // old font font: bold 14pt/1em arial, 
 // helvetica, sans-serif;
  text-align:center;
  font: normal 8pt/1em verdana;
  letter-spacing: 0.05;
  margin:3px;
  clear: both;
}

.clare_pullout{
  width:30%;
  padding:5px;
  background-color:;
  color:#black;
  float:right;
 // old font font: bold 14pt/1em arial, 
 // helvetica, sans-serif;
  text-align:center;
  font: normal 8pt/1em verdana;
  letter-spacing: 0.05;
  margin:3px;
  clear: both;
}

/* blockquote styling */
blockquote.withline   {
font-family: "arial", courier, monospace;
text-align: justify; padding:5px;
border-left:1px solid black;}
  
/* rounded corners */
/* set millions of background images */
.rbroundbox { background: url(images/ntg.gif) repeat; }
.rbtop div { background: url(images/tlg.gif) no-repeat top left; }
.rbtop { background: url(images/trg.gif) no-repeat top right; }
.rbbot div { background: url(images/blg.gif) no-repeat bottom left; }
.rbbot { background: url(images/brg.gif) no-repeat bottom right; }

/* height and width*/
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 100%; margin: 1em auto; }



#pull a:hover
{
	color: White;
	text-decoration: none;
}



/* navigation list*/
#navcontainer
{
width: 12em;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: Verdana, Arial, Lucida, Geneva, Helvetica, sans-serif;
font-weight: normal;
}

#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: white;
color: indigo;
font-weight: normal;
text-decoration: none;
width: 100%;
}


#navcontainer li a { width: auto; }

#navcontainer li a:hover
{
background-color: #ffffff;
font-weight: normal;
text-decoration: none;
color: white;
}

#navcontainer li a:visited
{
color: indigo;
font-weight: normal;
text-decoration: none;
}
