/* CSS Document */

/*XXXXXXXXXX Generic page styling rules XXXXXXXXXX*/
		
html, body, ul, li {padding: 0; margin: 0;}

body {
	margin: 20px 0;
	text-align: center;
	font-family: verdana, sans-serif;
	font-size: 100.01%;
	background: #669;



}

#wrapper {
	margin: 0 auto;
	width: 760px;
	width: 860px;  /*  BT-03/14/10  */
	border: 1px solid #000;
	text-align: left;
	font-size: .9em;
	background: #fff;
}

/* Box model hack \*/
* html #wrapper {width: 762px; w\idth: 760px;}
* html #wrapper {width: 862px; w\idth: 860px;}  /*  BT-0314/10  */
* html #wrapper {width: 762px; w\idth: 760px;} /*   BT-7/31/10  */

/* */

.textbox {
	padding: 1px 1em;
	font-size: .9em;
}

h1 {margin: 10px 30px; font-size: 1.5em;}

h2 {font-size: 1em;}

p {margin: .8em 1em .8em 1.6em;}

/*XXXXXXXXXXXX Primary top nav rules XXXXXXXXXXX*/

.nav {
	border: 1px solid #000; /* borders the top and bottom of the top nav */
	border-width: 1px 0;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-size:16px;  /* BT-08/5/10  */
}

.nav li {list-style: none;} /* removes list bullets */

.topnav {
	width: 190px;
	width: 120px;  /* Added BT-03/14/10  */
	width: 168px; /*  BT-7/31/10  */
	width: 205px; /*  BT-08/06/10  */
	width: 170px;  /*  BT-08/06/10 evening */ 
	float: left;
}

.floatfix {margin-right: -3px;}

.parent {position: relative;}
	
/*XXXXXXXXXXXX Primary dropdown rules XXXXXXXXXXX*/

.dropdown { /* rules for dropdown div */
	width: 250px;
	width: 180px;    /* Added BT-03/14/10  */
	width: 240px;    /* BT-7/31/10   */
	width: 300px;    /* BT-08/06/10   */
	width: 250px;  /*  BT-08/06/10 evening */ 
	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 ul { 
	width: 189px; /* tweaked so that dropdowns appear to "line up" with top links */
	width: 119px;   /* Added BT-03/14/10  */
	width: 167px;   /* BT-7/31/10     */
	width: 204px;   /* BT-08/06/10  */
	width: 169px;  /*  BT-08/06/10 evening */ 
	border: 1px solid #000; 
	border-width: 1px 1px 0; /* borders for the sides and top of the dropdowns and flyouts; links 
	provide the bottom border */ 
	margin: 0 30px 30px 30px; /* creates "sticky hovering" zones for dropdowns */
} 
/* Look into below presently .seven is the rightmost nav. button - BT-08/06/2010    */	
/* Comment out .four rules because .seven is the last nav. button now. - BT 08/06/2010  .four .dropdown ul {width: 190px;} /* modifies width for rightmost "visible" dropdown (tweak) */
/* Comment out .four rules because .seven is the last nav. button now. - BT 08/06/2010   .four .dropdown ul {width: 120px;} 	/* Added BT-03/14/10  */	
/* Comment out .four rules because .seven is the last nav. button now. - BT 08/06/2010   .four .dropdown ul {width: 168px;} 	/* BT-7/31/10  */
/* Comment out .four rules because .seven is the last nav. button now. - BT 08/06/2010    .topnav:hover div.dropdown {left: -31px;} /* hover rule for dropdowns: the extra pixel makes 
dropdowns "line up" with top links */   
/* Changed from .four to .seven since .seven is now last nav. button.  BT-08/06/2010   */
.seven .dropdown ul {width: 190px;} /* modifies width for rightmost "visible" dropdown (tweak) */
.seven .dropdown ul {width: 120px;} 	/* Added BT-03/14/10  */	
.seven .dropdown ul {width: 168px;} 	/* BT-7/31/10  */
.topnav:hover div.dropdown {left: -31px;} /* hover rule for dropdowns: the extra pixel makes 
dropdowns "line up" with top links */ 




/*XXXXXXXXXX Secondary dropdown rules XXXXXXXXXXXX*/

.nav a {
/*	color: #008;   BT-8/5/10  */
	color:#FFFFFF;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
	padding: 6px 0 5px 10px; 
	display: block;
	border-right: 1px solid #000; /* makes the dividers between the top nav links; must be negated 
	for later links */ 
} 

/* .four a {border-right: 0;}   */ /* removes right border on last top link */
.seven a {border-right: 0;} /* removes right border on last top link - currently the last nav. asof 08/06/2010  BT */

	
.dropdown li {vertical-align: bottom;} /* IE5/win bugfix */
				
.dropdown li:hover {background: #235;} /* hover color effect on dropdown links */

.nav div div a {
	color: #fff;
	color:#CCCCCC;
	border-right: 0; /* negates right border for dropdowns */
	border-bottom: 1px solid #000;  /* borders the bottoms of the dropdowns */
}
	
/*XXXXXXXXXXX Top nav and dropdown backgrounds XXXXXXXXXX*/
	
.one {background-color: #f7db90;} 
.one {background-color: #F0BC33;}
.one ul {background-color: #d79b00;}

.two {background-color: #def;} 
.two {background-color: #996633;}  /* BT 8/5/10 */
.two {background-color: #C2874B;}  /* BT 8/5/10 */
.two ul {background-color: #69d;}
.two ul {background-color: #604020;} /* BT 8/5/10 */


.three {background-color: #bea;}
.three {background-color: #993300;} /* BT 8/5/10 */
.three ul {background-color: #4a3;}
.three ul {background-color: #551C00;} /* BT 8/5/10 */


.four {background-color: #fcb;}
.four {background-color: #999900;} /* BT 8/5/10 */
.four ul {background-color: #b76;}
.four ul {background-color: #b76;}

.five {
	background-color: #0099FF;
	background-color: #666600; /* BT-8/5/10 */
}   /*  BT-0314/10  */
.five ul {
	background-color: #79CAFF;   
	background-color: #9D9D00;  /* BT-8/5/10 */
}    /*  BT-0314/10  */

.six {
	background-color: #996600;
}   /*  BT-0314/10  */
.six ul {
	background-color: #D79100;
}    /*  BT-0314/10  */

  
.seven {background-color: #669933;}     /*  BT-0314/10  */
.seven {background-color: #663300;}    /* BT-8/5/10 */
.seven ul {background-color: #9DCE6C;}    /*  BT-0314/10  */
.seven ul {background-color: #2F1700;}   /* BT-8/5/10 */



/*XXXXXXXXXXX Special fixes XXXXXXXXXXX*/

/* This is to hide the following from IE/Mac. \*/
* html .topnav .dropdown li {
	height: 1%;
	margin-left: -16px;
	mar\gin-left: 0;
}

* html .nav a {height: 1%;}
/* */
/* The first 2 rules above fix "bullet region" problems in IE5.x/win, and the second is to make 
all links fully clickable. */    

.brclear { /* Use a break with this class to clear float containers */
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}

/* The following shows to IE5/Mac only */
/*\*/ /*/
.nav .dropdown {width: 189px;}
.nav .topnav .dropdown ul {margin: 0px;}
.nav .dropdown {position: static;}
.nav .dropdown ul {border: 0;}
/* this rule block "dumbs down" the nav for IEmac */




/*--------------------------------------------------------------------------------------*/
/*------------------------ This is right after the top CSS of the CSS Flyout Menu BT-10/06/08 --*/









