/* CSS Document */

	body,
	html {
	margin:0;
	padding:0;
	color:#222222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 1.3em;	
	}
	
	body {
	margin:0;
	padding:0; }

/*-- Green is the defualt bckgd color - alternate colors below --*/
	
	body,
	html #green {
	background-color: #778E0B;
	}
	body,
	html #blue {
	background-color: #606B94;
	}
	body,
	html #rust {
	background-color: #6D3922;
	}
	body,
	html #teal {
	background-color: #002F47;
	}
	body,
	html #prpl {
	background-color: #480725;
	}	
	
	a {
	color:#333333;
	text-decoration: underline;
	}
	a:hover {
	color:#003366;	
	}
	
	#wrap {
	width:860px;
	margin: -10px auto 0px auto;
	background: #FFFFFF url(images/cntnt_bckgd.jpg) repeat-y right top;
	/* overflow: hidden; */

	}
	#wrapWhite {
	width:860px;
	margin: -10px auto 0px auto;
	background: #ffffff;
	}
	
	#header {
	margin: 0 auto;
	text-align: center;
	padding: 0 0 10px 0;
	background:#FFFFFF;
	width: 860px;
	height:70px;
	
	}

	h1 {
	margin:0;
    }
	
	td {
	font-size: 0.95em;
	line-height: 1.3em;
	}
	.small {
	font-size: 0.80em;
	line-height: 1.3em;
	}
	
	#content {
	width:860px;
	background: #FFFFFF url(images/cntnt_bckgd.jpg) repeat-y right top;
	margin: 0px 0px -4px;
	padding: 0px;

	}
	#contentWhite {
	width:850px;
	background: #FFFFFF;
	margin: 0px 0px -4px 10px;
	padding: 0px;

	}
	
/*--  Page columns ----- */

   #sidebarlft {
	float:left;
	width:470px;
	padding:0px;
	margin: 0;
	height:auto;
	background: #fff;
	}
	
	
	#sidebarlft h3 {
	margin: 0px 0px 10px 30px;
	font-size: .95em;
	}
	
	#main {
	float:right;
	width:460px;
	padding:0px 0px 10px 0px;
	background: #FFFFFF url(images/cntnt_bckgd.jpg) repeat-y right top;
	}

	#main h1 {
	margin:0;
	font-size: 120%;
	color: #ffffff;
	font-weight: bold;
	background-image: url(images/subhdr_bckgd_grn.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 22px 0 30px 25px;
	}
	
	#main #bluebar h1 {
	margin:0;
	font-size: 120%;
	color: #ffffff;
	font-weight: bold;
	background-image: url(images/subhdr_bckgd_blu.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 22px 0 30px 25px;
	}
	
	#main #rustbar h1 {
	margin:0;
	font-size: 120%;
	color: #ffffff;
	font-weight: bold;
	background-image: url(images/subhdr_bckgd_rust.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 22px 0 30px 25px;
	}
	#main #tealbar h1 {
	margin:0;
	font-size: 120%;
	color: #ffffff;
	font-weight: bold;
	background-image: url(images/subhdr_bckgd_teal.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 22px 0 30px 25px;
	}
	#main #prplbar h1 {
	margin:0;
	font-size: 120%;
	color: #ffffff;
	font-weight: bold;
	background-image: url(images/subhdr_bckgd_prpl.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 22px 0 30px 25px;
	}
	
	#main h3 {
	margin:0;
	font-size: .95em;
	}
	#main h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-size:110%;
	margin: 5px 0px 0px;
	font-weight: normal;
    }
	
	#main h2 a  {
	    color:#0000CC;
    } 
	
    #main h2 a:hover {
	    color:#000000;

    }
	
	#main p {
	font-size: 0.90em;
	line-height: 1.2em;
	padding: 0px 5px 0px 24px;
	}
	
	#main .small {
	font-size: 0.80em;
	line-height: 1.3em;
	}
	
/* arrow bulleted list no bubble */
	#main ul.bullet {
	margin: 0;
	padding: 0 0 0 45px;
	line-height: 1.4em;
	width: 370px;
	list-style-image: url(images/bullet-arrow.gif);
	font-size: .90em;
}
    #main ul.bullet li {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 0;
}
    #main ul.bullet li a{
	padding: 1px 2px;
	position: relative;
	
}
	
	
/* bubble  pop-up */
	#main ul.bubble {
	margin: 0;
	padding: 0 0 0 45px;
	line-height: 1.4em;
	width: 140px;
	list-style-image: url(images/bullet-arrow.gif);
	font-size: .90em;
}
    #main ul.bubble li {
	position: relative;
	margin: 0;
	padding: 0;
}
    #main ul.bubble li a{
	padding: 1px 2px;
	position: relative;
	z-index: 2;
}

	#main ul.bubble li div {
	display: none;
	position: absolute;
	top: -10px;
	left: 0;
	width: 375px;
	font-size: 0.9em;
	background: url(images/bubble_top.png) no-repeat right top;
}
    #main ul.bubble li div p {
	margin: 10px 0 15px 0;
	line-height: 1.6em;
	padding: 0 12px 15px 40px;
	background: url(images/bubble_btm.png) no-repeat right bottom;
}
/* end bubble */
	
	#main td {
	font-size: 0.90em;
	/*-- margin: 0; ----*/
	/*-- padding: 0; ----*/
	}
	
    #borderleft {
	margin:0 10px 0 0;
	padding: 0 5px 0 10px;
	border-left: 1px dotted #CCCCCC;
	vertical-align: top;
    }
	#bordernone {
    margin:0 5px auto 0;
	vertical-align: top;
	padding: 0 5px 0 o;
    }
	
 
/*-----Gray bar at bottom -----*/	
	#graybar {
	clear:both;
	padding:0;
	margin: 0 auto;
	width: 860px;
	background: #515350 url(images/graybar_bckgd.gif) no-repeat right top;
	font-size: 0.8em;
	}
				

/*-----footer -----*/	
	#footer {
	clear:both;
	padding:0px;
	margin: 0 auto;
	width: 860px;
	background: #ffffff url(images/footer_bkgd.jpg) no-repeat right top;
	font-size: 0.7em;
	padding-bottom: 10px;
	}
	
	#.footermenu{
	font-weight: normal;
	font-size: .90em;
	width: 100%;
	}

	.footermenu ul{
	padding: 4px 0 3px 0; /*4px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: center; //set value to "left", "center", or "right"*/
	}

	.footermenu ul li{
	display: inline;
	}

	.footermenu ul li a{
	color: #494949;
	padding: 4px 3px 3px 2px; /*top padding is 4px, bottom padding is 3px*/
	margin-right: 6px; /*spacing between each menu link*/
	text-decoration: none;
	}

	.footermenu ul li a:hover, .footermenu ul li a.selected{
	color: #000;
	}

	
	* html #footer {
		height:1px;
	}
	
	#footer .footertext {
    font-size: .90em;
    line-height: normal;
    text-align: left;
    color: #494949; 
    padding-left: 10px;
    padding-top: 10px;
}


/*---------- General image style  ----------*/
    img {
    border: none;
} 
 
	
/*---- Menu Tabs--------------------------- */ 

     #tabs {
      font: 11px Verdana, Arial, Helvetica, sans-serif;
      line-height: normal;
	  height: 43px;
	  white-space: nowrap;
	  width: 880px;
      }
    #tabs ul {
	  margin: 0 0 0 5px;
	  text-align: center;
	  padding:10px 0px 5px 0px;
	  list-style: none;
	  text-align: center;
      }
    #tabs ul li {
      display:inline;
      margin: 0;
      padding: 0;
      }
    #tabs a {
      float:left;
      background:url("images/tableft.gif") no-repeat left top;
      margin: 0 0 12px 0;
      padding:0 0 11px 8px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("images/tabright.gif") no-repeat right top;
      padding:5px 12px 12px 0px;
      color:#fff;
      }
	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {
	float:none;  
	white-space: nowrap;
    }
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#fff;
      }
	 
	 /*  blue tab  */
	 #tabs .blue a {
      float:left;
      background:url("images/tableft-blu.gif") no-repeat left top;
      margin:0;
      padding:0 0 8px 8px;
      text-decoration:none; 
	  }
      
	  #tabs .blue a span{
      float:left;
      display:block;
      background:url("images/tabright-blu.gif") no-repeat right top;
      padding:5px 12px 12px 0px;
      color:#fff;
      }
	  
/*  rust tab  */
	 #tabs .rust a {
      float:left;
      background:url("images/tableft-rust.gif") no-repeat left top;
      margin:0;
      padding:0 0 8px 9px;
      text-decoration:none; 
	  }
      
	  #tabs .rust a span{
      float:left;
      display:block;
      background:url("images/tabright-rust.gif") no-repeat right top;
      padding:5px 12px 12px 0px;
      color:#fff;
      }
	  
  /*  teal tab  */
	 #tabs .teal a {
      float:left;
      background:url("images/tableft-teal.gif") no-repeat left top;
      margin:0;
      padding:0 0 8px 9px;
      text-decoration:none; 
	  }
      
	  #tabs .teal a span{
      float:left;
      display:block;
      background:url("images/tabright-teal.gif") no-repeat right top;
      padding:5px 13px 12px 0px;
      color:#fff;
      }	  
/*  purple tab  */
	 #tabs .purp a {
      float:left;
      background:url("images/tableft-purp.gif") no-repeat left top;
      margin:0;
      padding:0 0 8px 9px;
      text-decoration:none; 
	  }
      
	  #tabs .purp a span{
      float:left;
      display:block;
      background:url("images/tabright-purp.gif") no-repeat right top;
      padding:5px 12px 12px 0px;
      color:#fff;
      }	  
	  
    #tabs a:hover {
      background-position:0% -43px;
}
    #tabs a:hover span {
      background-position:100% -43px;
}


/* Footer copyright */
    #page-bottom {
     clear: both;
     padding: 5px;
     text-align: center;
     background: #333333 url(images/btm_bckgd.jpg) no-repeat center top;
     height: 150px;
}

    #page-bottom a:link,
    #page-bottom a:visited,
    #page-bottom a:hover,
    #page-bottom a:active {
    padding: 0 1.0em 0 1.0em;
    text-transform: uppercase;
    font-size: .8em;
    color: #FFFFFF; 
}

    #page-bottom .footertext {
    font-size: .75em;
    text-align: left;
    color: #ffffff; 
    padding-top: 10px;
}
    #page-bottom .copyright {
    font-size: .60em;
    text-align: center;
    color: #ffffff; 
}



	

