
body,th,td,p,div,span,a,.main,.pop-main,.date-stamp,.redlink,input,select,textarea,form,ul,ol,dl,h1,h2,h3,h4,h5,h6,li,.myfont{font-family:arial, geneva,helvetica,arial,"lucida sans",sans-serif}
.t1class{ width:300px; height:30px; display:none;}
.blurb1a { width: 100%; display:none;}
/*XXXXXXXXXX Generic page styling rules XXXXXXXXXX*/

html, body, ul, li { padding: 0; margin: 0; list-style: none;}

body {
  margin: 20px 0;
  text-align: center;
  font-family: arial, sans-serif;
  font-size: 100.01%;
  }

#wrapper {
/* Note that this sets the geometry for the nav class div */
  position: absolute;
  left: 283px;			
  top:  170px;
  /* width: 150px; */
  /* margin: 0 auto; */
  width: 645px;
  border: 1px solid #888;
  /* background-color: #fffaee;  CCEEFF*/
  text-align: left;
  background: #000000 url(images/flyoutbanner.gif) no-repeat; 
  }

/* Box model hack \*/
* html #wrapper {
  width: 700px;
  background: #FFFFFF;
  }
/* */



.back {text-align: right; padding: 10px 10px 0 0;}

.alignright {margin: 0 30px 20px 0; text-align: right;}

.small {font-size: .8em;}

h1 {position: absolute; left: -3000px;}

h2 {font-size: 1em;}

p {margin: .8em 1em .8em 1.6em;}


/*XXXXXXXXXXXX Primary top nav rules XXXXXXXXXXX*/

.nav {
/* The bar is within the wrapper and color must be set there */
	position: relative;
	background: #CCEEFF;
	border: 1px solid #888; /* borders the bottom of the top nav */
	border-width: 1px 0;
	width: 100%;
	z-index:100;
	}
	

.button {
        z-index: 100;
	width: 130px;
	float: left;
	}

.parent {position: relative;z-index: 100}
/* this parent div does not provide "sticky hovering", but instead fixes a
strange bug in Op7. When an element serves as a hovered popup "parent" element,
that element must not also be floated or all heck breaks loose in Opera 7.
To prevent this, we have floated the top level list items, while nesting
hoverable parent divs inside that are then hovered to generate the dropdowns.
Thus the ugly (but interesting) Op7 bug is defeated. */

.floatfix {margin-right: -3px;}
/* this fixes the IE 3px bug that is common in this type of float arrangement */

/*XXXXXXXXXXXX Primary dropdown/flyout rules XXXXXXXXXXX*/

.dropdown { /* rules for dropdown div */
        z-index:100;
	width: 250px;
	position: absolute;
	left: -3000px;
	top: auto; /* puts dropdowns directly under top nav */
	text-align: left; /* needed because IE misapplies text centering to boxes */
	background: url(images/bgfix.gif);
	}

.dropdown div {
	width: 220px;
	position: absolute;
	left: -3000px;
	top: 0;
	background: url(images/bgfix.gif);
	text-align: left; /* needed because IE misapplies text centering to boxes */
	}

/* The margins on the UL's replace the div paddings to create "sticky hovering"
zones,  and the margins should "fill" the divs, making the IE BG fix unnecessary.
Unfortunately the BG fix is still needed, altho this method does eliminate
possible box model problems */

.dropdown ul {
  width: 189px; /* tweaked so that dropdowns appear to "line up" with top links */
  margin: 0 30px 30px 30px; /* creates "sticky hovering" zones for dropdowns */
  border: 1px solid #888;
  border-width: 1px 1px 0;
  } /* borders sides and top of the dropdowns and flyouts; links provide the bottom border */

.dropdown div ul {margin: 30px 30px 30px 0;} /* creates "sticky hovering" zones for flyouts */



.nav li {text-align: center;}

.nav a {
  display: block;
  color: #800;
  height: 18px;
	font-weight: bold;
	font-size: .8em;
	text-decoration: none;
	border-right: 1px solid #888;  /* makes the dividers between the top nav links */
	}


.nav ul ul a {
  color: #FFFFFF;
  border-right: 0; /* negates right border for dropdowns and flyouts */
  border-bottom: 1px solid #888;  /* borders the bottoms of the dropdown and flyout links */
  }

.dropdown li {
  position: relative;
  vertical-align: bottom; /* IE5/win bugfix */
  }

.parent:hover {background-image: url(images/bgfix.gif);}

/* this hover calls a transparent GIF only to defeat the IE failed hover bug. Any
background change on hovering div.parent will make IE obey and display the dropdown.
While the call itself will fix the bug, make sure you actually call a real image
file so that your site error logs will not fill with failed image calls. */

.parent:hover div.dropdown {left: -31px;
} /* hover rule for dropdowns */
/* extra pixel makes dropdowns "line up" with top links */





.dropdown li:hover {background: #FF0000;} 
/* hover color effect on dropdown links */

.dropdown div li:hover {background: #0000FF;} /* hover color effect on flyout links */


.button: hover {background: #FF0000;}

/*XXXXXXXXXXX Primary dropdown backgrounds  #d79b00 XXXXXXXXXX*/

.one ul {background: #000000;}
.two ul {background: #000000;}
.three ul {background: #000000;}
.four ul {background: #000000;}
.dropdown div ul {background: #000000;} /* colors BG of flyouts */
.dropdown div ul a {color: #000000 ;} /* colors text of  flyouts */


/*XXXXXXXXXX z-index rules for top nav XXXXXXXXXXX*/
/* triedf removing */

/* this last is a special trick that reverses the stacking order of the rightmost
top link when it or its children are hovered. This, and the previous rules work
together so that when a user is on the top link of any flyout, they can move
vertically to the top link directly above and not have the sticky hoivering zone
on the flyout get in the way of hovering that top link. */


/*XXXXXXXXXXX Special fixes XXXXXXXXXXX*/

/* This is to hide the following from IE/Mac. \*/
* html .button .dropdown li {
height: 1%;
margin-left: -16px;
/* mar\gin-left: 0; */
}

