/* anchor tag and all its variations*/
	  
	  a{font:normal 12px Arial, Helvetica, sans-serif;color:#273B7C;}
      a:hover{color:red;}
	  
	  a.lists{font:normal 12px/18px Arial, Helvetica, sans-serif;color:#273B7C;}
	  a.noUnderscore{font-size:12px;color:#273B7C;text-decoration:none;}

	  a.mainmenu{font-size:11px;color:#FFFFFF;text-decoration:none;}
	  a.mainmenu:hover{color:red;}
	  
	  a.middlemenu{font-size:11px;color:#000000;text-decoration:none;}
	  a.middlemenu:hover{color:red;}
	  
	  a.leftmenu{font-size:12px;color:#273B7C;text-decoration:none;}
	  a.leftmenu:hover{color:red;}
  
/*----------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------*/  
/* This section is for displaying the colors */

  .outline{background:#F1F1F1;color:#F1F1F1;}/*color: grey*/  
  .background {background:#FFFFFF;color:#FFFFFF;}/*color: white*/

  
  /*main header color and border color*/	  
  .maincolor {background:#CE8504;color:#CE8504;}/*the darkest color: dark blue*/


  /*header bar colors - used underneath the main navigation*/
  .hcolor1{background:#CE8504;color:#CE8504;}/*under Graphic - the medium dark color: medium dark blue*/
  .hcolor2{background:#E7AC05;color:#E7AC05;}/*under Home    - the medium light color: medium light blue*/
  .hcolor3{background:#E7AC05;color:#E7AC05;}/*under Contact - the medium light color: medium light blue*/
  
  .hcolor5{background:#E7AC05;color:#E7AC05;}/*under Search  - the medium light color: medium light blue*/
  .hcolor6{background:#E7AC05;color:#E7AC05;}/*under Links   - the medium light color: medium light blue*/
   

  /*colors typically used for the right and left menus*/
  .lightcolor {background:#FFC520;color:#FFC520;}   /*right column: the 2nd lightest color: light blue*/
  .lightestcolor {background:#F5F5F5;color:#F5F5F5;}/*left menu:    the lightest color: light blue*/
  


/*----------------------------------------------------------------------------------------*/
/* This section sets the colors for collapsible headers 

   div.collapsibleHeader a{
     font-weight:bold;
	 font-size:16px;
	 background:transparent;
	 color:#F97E02;
	 text-decoration:none;
	}
	div.collapsibleHeader a:hover{background:tranparent;color:red;}
	  
	div.collapsibleHeader hr{
	  height:1px;
	  width:96%;
	  text-align:left;
	  margin:0px 0px 10px 0px;
	  border-top:solid 1px #F97E02;
	  border-bottom:solid 0px #F97E02;
	}
 */
/*----------------------------------------------------------------------------------------*/  


/* Soil and water section */

	/* Background image in HOME ?Soil & Water Section */
	.homeBG {
		background-color:white;
		background-image:url(../graphics/main_bg.jpg);
		background-position:top right;
		background-repeat:no-repeat;
	}
	
	/* Background image of right column in Links*/
	.linksBG {
		background-color:white;
		background-image:url(../graphics/links_right_bg.jpg);
		background-position:top right;
		background-repeat:no-repeat;
	}
	
	/* Background image of right column in erosion */
	.erosionBG {
		background-color:#f5e57e;
		background-image:url(../graphics/erosion_right_bg.jpg);
		background-position:top right;
		background-repeat:no-repeat;
	}
	
	/* Background image of right column in provisions*/
	.provisionsBG {
		background-color:#f2bf74;
		background-image:url(../graphics/provisions_right_bg.jpg);
		background-position:top right;
		background-repeat:no-repeat;
	
	}
	
	/* Title of measures in HOME ?Soil & Water Section ?Erosion and Sedimentation Control: Measures */
	.f16BoldItalic {
		font-size:16px;
		font-weight:bold;
		font-style:Italic;
		background:transparent;
		color:black;
		text-decoration:none;
	}

	/* Links at bottom in HOME ?Soil & Water Section */
	.f14BlackBoldUnderline {
		font-size:14px; 
		font-weight:bold;
		font-style:Arial, Helvetica, sans-serif;
		background:transparent;
		color:black;
		text-decoration:underline;
		line-height:22px;
	}
	
	/* Links in HOME ?Soil & Water Section ?Erosion and Sedimentation Control  */
	.f14BlackBold {
		font-size:14px;
		font-weight:bold;
		font-style:Arial, Helvetica, sans-serif;
		background:transparent;
		color:black;
		text-decoration:none;
		line-height:22px;
	}

	/* CollapsibleHeader&hr in HOME ?Soil & Water Section ?Special Provisions */
	.collapsibleHeader a { 
		font-size:16px; 
		font-weight:bold;
		background:transparent;
		color:#CE8504;
		text-decoration:none;
		line-height:18px;
	}
	.collapsibleHeader a:hover {
		font-size:16px;
		font-weight:bold;
		background:transparent;
		color:red;
	}
	.collapsibleHeader hr {
	  	height:1px;
	  	width:100%;
	  	text-align:left;
	  	margin:0px 0px 10px 0px;
	  	border-top:solid 1px #CE8504;
	  	border-bottom:solid 0px #CE8504;
	}
	/* End CollapsibleHeader&hr in HOME ?Soil & Water Section ?Special Provisions */
	
	
	/* Links(pdf lists) HOME ?Soil & Water Section ?Special Provisions */
	.listsBlack {
		font-size:12px;
		font-style:Arial, Helvetica, sans-serif;
		color:black;
		line-height:18px;
	}
	
	.top {
		font-size:11px;
		color:black;
		text-decoration:none;
		text-align:right;
	}

	
	






