
/* set the left menus bullets*/ 
	  font.bullet{font:bold 28px Arial, Helvetica, sans-serif;color:#273B7C;}
	    
	  
/* anchor tag and all its variations*/      
      a{font:normal 12px/18px Arial, Helvetica, sans-serif;color:#273B7C;}/* standard anchor style includes 12px size with 18px line height*/
	  a.standard{font:normal 12px Arial, Helvetica, sans-serif;color:#273B7C;}
	  a.standardnoUnder{font:normal 12px Arial, Helvetica, sans-serif;color:#273B7C;text-decoration:none;}
	  a:hover{color:red;}
  
/*----------------------------------------------------------------------------------------*/
/* This section is for displaying Offices, under the Office directory page */
	  
	  /* This section is for defining the style of "OFFICE TYPES" under the Office directory*/
	  .displayoffice{border:1px #273B7C solid;background:#E8F5FF;color:#E8F5FF;}
	  
	  /*These define the layer positions of the FIND OFFICE Button*/    
	  #findButton {position:absolute;left:0px;top:0px;visibility:hidden;}	
	  #coverButton{position:absolute;left:0px;top:0px;}

/*----------------------------------------------------------------------------------------*/  
/* This section is for displaying the colors */

.outline{background:#F1F1F1;color:#F1F1F1;}/*the border color: grey*/
	  
.color1 {background:#FFFFFF;color:#FFFFFF;}/*the background color: white*/
	  
.color2 {background:#273B7C;color:#273B7C;}/*the darkest color: dark blue*/
	  
.color3 {background:#7CACD0;color:#7CACD0;}/*the medium dark color: medium dark blue*/
	  
.color4 {background:#BFD9ED;color:#BFD9ED;}/*the medium light color: medium light blue*/
	  
.color5 {background:#E8F5FF;color:#E8F5FF;}/*the lightest color: light blue*/

.color6 {background:#F3FAFE;color:#F3FAFE;}/*the 2nd lightest color: light blue*/
  
.color7 {background:#FAA500;color:#FAA500;}/*extra color: muted orange*/
	  
.color7 {background:#F97E02;color:#F97E02;}/*extra color: darker orange*/


/*----------------------------------------------------------------------------------------*/

