  	  
	     
	  
/* anchor tag and all its variations*/
	  
	  a{font:normal 12px Arial, Helvetica, sans-serif;color:#706E6D;}
      a:hover{color:red;}
	  
	  a.lists{font:normal 12px/18px Arial, Helvetica, sans-serif;color:#706E6D;}
	  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:#706E6D;text-decoration:none;}
	  a.leftmenu:hover{color:red;}
  

/* Select Dropdown box ---------------------------------------------------------------*/	
.dropdownbox        {font-size:0.9em;text-align:center;margin-left:15px;padding:4px 0px 7px;color:#fff;width:200px;border:1px solid #fff;background:#1C2952 url('/_graphics/css_skin/col_header_bg.gif') repeat-x center bottom;}
.dropdownbox p      {font-weight:bold;margin:0px 10px 7px;}
.dropdownbox span   {display:block;margin:0px auto;}   
.dropdownbox select {padding:0 0 0 2px;border:1px solid #666;}   


/*----------------------------------------------------------------------------------------*/  
/* 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:#000000;color:#000000;}/*the darkest color: dark blue*/


  /*header bar colors - used underneath the main navigation*/
  .hcolor1{background:#706E6D;color:#706E6D;}/*under Graphic - the medium dark color: medium dark blue*/
  .hcolor2{background:#969696;color:#969696;}/*under Home    - the medium light color: medium light blue*/
  .hcolor3{background:#B4B4B4;color:#B4B4B4;}/*under Contact - the medium light color: medium light blue*/
  
  .hcolor5{background:#CBCBCB;color:#CBCBCB;}/*under Search  - the medium light color: medium light blue*/
  .hcolor6{background:#E3E4E4;color:#E3E4E4;}/*under Links   - the medium light color: medium light blue*/
   

  /*colors typically used for the right and left menus*/
  .lightcolor {background:#FAFAFA;color:#FAFAFA;}   /*right column: the 2nd lightest color: light blue*/
  .lightestcolor {background:#FAFAFA;color:#FAFAFA;}/*left menu:    the lightest color: light blue*/
  
/*----------------------------------------------------------------------------------------*/
/* New Roadway Header Colors */ 

  .outline_n{background:#F1F1F1;color:#F1F1F1;}/*color: grey*/  
  .background_n {background:#FFFFFF;color:#FFFFFF;}/*color: white*/

  
  /*main header color and border color*/	  
  .maincolor_n {background:#000000;color:#000000;}/*the darkest color: dark blue*/


  /*header bar colors - used underneath the main navigation*/
  .hcolor1_n{background:#020204;color:#020204;}/*over & under Graphic - the medium dark color: medium dark blue*/
  .hcolor2_n{background:#1a223b;color:#1a223b;}/*over & under Home    - the medium light color: medium light blue*/
  .hcolor3_n{background:#28335a;color:#28335a;}/*over & under Contact - the medium light color: medium light blue*/
  
  .hcolor5_n{background:#344376;color:#344376;}/*over & under Search  - the medium light color: medium light blue*/
  .hcolor6_n{background:#3f508d;color:#3f508d;}/*over & under Links   - the medium light color: medium light blue*/
   

  /*colors typically used for the right and left menus*/
  .lightcolor_n {background:#FAFAFA;color:#FAFAFA;}   /*right column: the 2nd lightest color: light blue*/
  .lightestcolor_n {background:#FAFAFA;color:#FAFAFA;}/*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:darkblue;
	 text-decoration:none;
	}
	div.collapsibleHeader a:hover{background:tranparent;color:darkblue;}
	  
	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;
	}

/*----------------------------------------------------------------------------------------*/  

.f12pink {
	font-size: 12px;
	color: #FF00FF;
	text-decoration: none;
}
.f12blue {
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
}
.f12green {
	font-size: 12px;
	color: #00FF00;
	text-decoration: none;
}
.f12grey {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.f11grey {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.f11darkgrey {
	font-weight:bold;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.f12darkgrey {
	font-weight:bold;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.f14grey {
	font-size: 14px;
	color: #999999;
	text-decoration: none;
}
.f12bdarkblue {
	font-weight:bold;
	font-size: 12px;
	color: #273B7C;
	text-decoration: none;
}
.f11bdarkblue {
	font-weight:bold;
	font-size: 11px;
	color: #273B7C;
	text-decoration: none;
}
.f14bdarkblue {
	font-weight:bold;
	font-size: 14px;
	color: #273B7C;
	text-decoration: none;
