@charset "iso-8859-1";
/* banner: 770000   body: F8F0DE  content:  FDE5B5 highlight text: 3305BE */
/* class "vm" is a link that, when clicked, makes visible/hides a section (div) of text of class "inner" */
a.vm {
	padding-right: 7px;
	background: url(gr_down.png) no-repeat right;
	}
a.moreRow {
	padding-right: 7px;
	background: url(gr_down.png) no-repeat right;
	}
a.inlineref {
	font-weight: bold;
	}
.inner {
	color: #237AB2;
	background-color:#F8F0DE;
	margin-top: 4px;
	margin-left:10px;
	margin-right:10px;
	border: 1px solid #0000ff;
	}
/* Variant for additional text color - currently implemented in global.css
   (may want to move here
.c    {
    color: #237AB2;
	}
b.c {
    color: #237AB2;
	}
*/	
#menuarea {
     font-size: 1.35em;
	 width: 100%;
     background-color: #FBF0A3;
}
#pagetitle {
     padding-top: 5px;
}
dd { font-size:80%; 
     margin-bottom:1em
   }
dt { font-weight:bold } 
p.markup ins {color:red}
#breadcrumbs {
    font-size : 85%;
    color : #000;
    margin-bottom : 5px;
}
#breadcrumbs a {
    color : #f00;
}
#breadcrumbs a:hover { 
    color : #fff;
    background-color : #f00;
}
#blocking {
	float:left;
	width:185px;
	height:185px;
	margin:5px;
}
#slideshow {
    position:relative;
    height:144px;
	float:left;
	clear:both;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}
/* Selected modifications/additions to standard tags */
h4 {
	text-decoration: none;
	color: #0000af;
}
/* Testing to locate correct reference for background file */
#w1 {
	background: url(findit-1-httpdocs.png);
	color: #880000;
	font-size: 150%;
	line-height: 1.0;
}
#w2 {
	background: url(background-box.png) no-repeat 100% 0%;
	color: #008800;
	font-size: 200%;
	line-height: 1.5;
}
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 0 0;
   width:auto;
}

.alignright {
   float: right;
   width:auto;
   margin: 0 0 0 10px;
}
