@charset "utf-8";
/* CSS Document */

a           								{ color: #008b8b; }
#contentleft fieldset 						{ border: solid 1px #008b8b; }
#header 									{ background-image: url(images/Glass_logo.gif); background-repeat:no-repeat; }
#navcontainer 								{	
											  background-image: url(images/nav_up3.gif);
											  background-repeat: repeat-x;	
											  background-position:top;	
											  background-color:#008b8b;	
											  border-bottom: #076b4b solid 4px;
}
#navcontainer #mainnav li.active 			{
											  background-image: url(images/nav_over3.gif);
											  background-repeat: repeat-x;
											  background-position: bottom;
}
#navcontainer #mainnav li 					{ border-right: #008b8b 1px solid; }
#navcontainer #mainnav a:focus, #navcontainer #mainnav a:hover     { 
											  color: #CCCCCC; 
											  background-image: url(images/nav_over3.gif);
											  background-repeat: repeat-x;
											  background-position: bottom;
}
#container #contentcontainer 				{
											  background-repeat: repeat-y;
											  background-image:url(images/background3.gif);
											  background-position: 40px 0 ;
}
#contentleft li 							{
											  background-image: url(images/tick3.png);
											  background-position: 0px center;
											  background-repeat: no-repeat;
}
#servicelinks li 							{
											  background-image: url(images/arrow_right3.png);
											  background-position: 0px center;
											  background-repeat: no-repeat;
}
#contentright li 							{ border-bottom: #008b8b dashed 4px; }
span.names 									{ color: #008b8b; }
#footerlist a:focus, #footerlist a:hover   	{ color: #008b8b; }

#footer {
	background-image: url(images/nav_up3.gif);
	background-repeat: repeat-x;	
	background-position:top;	
	background-color:#008b8b;	
	border-bottom: #076b4b solid 4px;
}
#footernav li { 
	border-right: #008b8b 1px solid
}
#footer #footernav li.active {
	background-image: url(images/nav_over3.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#footernav a:focus, #footernav a:hover {  
	color: #cccccc; 
	background-image: url(images/nav_over3.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}