/* Begin home link */
#menu a, #menu a:visited, #menu a:active {
  position: relative;
  display: block; 
  top: 30px;  
  left: 10px;
  padding-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: bold;   
  color: #777873;     
  text-decoration: none;     
  width: 15em;   
  line-height: normal;    
  }
  
#menu a:hover {
  top: 30px;
  left: 10px;  
  color: #000;  
  }

/* Sets nav menu */

.bold 
{
color: #000;	  	  	  
 }
/* Sets active link in nav menu */
	  
.grey-bold 
{
color:#393A35;	  	  	  
 }
/* Sets active link in nav menu - past projects page */

/* Sets active nav link */

a.redtext:link { 
  				 font-size:1em; 
  		 		 color:#790000;
  		 		 font-family:"arial", helvetica, sans-serif; 
  		 		 text-decoration:none; 
  		 		 }  
  		   
  a.redtext:visited { 
  		    		font-size:1em; 
  		    		color:#890808;
  		    		font-family:"arial", helvetica, sans-serif; 
  		    		text-decoration:none; 
  		    		}

  a.redtext:hover { 
  		  		  font-size:1em; 
  		  		  color:#890808;
  		  		  font-family:"arial", helvetica, sans-serif; 
  		  		  text-decoration:underline; 
  		  		  }
/* Red text link on workshops & future exhibitions pages */

  a.blacktext:link { 
  				 font-size:0.8em; 
  		 		 color:#000;
  		 		 font-weight:bold;
  		 		 padding-right:20px;
  		 		 font-family:"arial", helvetica, sans-serif; 
  		 		 text-decoration:none; 
  		 		 }  
  		   
  a.blacktext:visited { 
  		    		font-size:0.8em; 
  		    		color:#303030;
  		    		font-weight:bold;
  		    		font-family:"arial", helvetica, sans-serif; 
  		    		text-decoration:none; 
  		    		}

  a.blacktext:hover { 
  		  		  font-size:0.8em; 
  		  		  color:#303030;
  		  		  font-weight:bold;
  		  		  font-family:"arial", helvetica, sans-serif; 
  		  		  text-decoration:underline; 
  		  		  }
/* Black text links on workshops page */

a.hidetext {
		   text-decoration:none;
		   }
/* Hide text link on past exhibitions page */

.footer A:link {
			   font-family: Arial, Helvetica, sans-serif;
			   font-size: 100%;
			   font-weight: bold;
			   color:#000;
			   background: #C7C8C3;
			   text-decoration: underline;
			   }

.footer A:active {
				 font-family: Arial, Helvetica, sans-serif;
				 font-size: 100%;
				 font-weight: bold;
				 color:#000;
				 background: #C7C8C3;
				 text-decoration: underline;
				 }

.footer A:hover {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 100%;
				font-weight: bold;
				color:#363636;
				background: #C7C8C3;
				text-decoration: underline;
				}

.footer A:visited {
				  font-family: Arial, Helvetica, sans-serif;
				  font-size: 100%;
				  font-weight: bold;
				  color:#363636;
				  background: #C7C8C3;
				  text-decoration: underline;
				  }
/* Sets footer links */
