/* CSS Document */

/* Add color scheme for site area pages  */
/* This is color2 scheme which is the blue */
/* used on the who we are pages */

/* Setting up the breadcrumb trail  */
  	#breadcrumb {
      background: #551A8B;
    	color: #FFFFFF;
}

    #breadcrumb li a {
  		color: #FFFFFF;
	 }


	/* Side bar link color  */
    .sidecontent {
      border: 1px solid #551A8B;
    }
    
    #subnav ul {
      border-bottom: 1px solid #551A8B;
    }
  
    #subnav li {
      border-top: 1px solid #551A8B;
    }

    #subnav li a {
      border-left: 0.5em solid #E6E6FA;
      background: #E6E6FA;
    }  

    #subnav li a:hover  {
      border-color: #551A8B;
      color: #000000;
      background: #9370DB;
    }	
		
	/* Main content area  */
		
    #contentwrap {
      background: #E6E6FA;
      border: 1px solid #551A8B;
    }

	/* Adding compass image to the sitemap background  */
      
    #content {
      background-image: url(../images/compass.gif);
      background-repeat: no-repeat;
      background-position: bottom right;
 }
 
    #phone, #address {
    background-color: #D3D4F7;
    }
