.not_visible_element
{
	display: none;
}

.visible_element
{
	display: inline;
}

/*mods by Andy for service page*/
#list {float:left; width:200px;}
#list ul {list-style-type:none; text-align:right; margin:10px 5px 0px 10px;padding:0px;}
#list ul li {background:#666; color:#fff; margin-left:0px; margin-right:10px;padding:3px;border-top:1px solid #fff;}
#list ul li:hover {background:#9B2427; color:#fff;}
#services {width:275px; height:500px; float:right;}
/*mods by Steph*/
#sisterLinks a:link{text-decoration: none; color:#666666;} 
#sisterLinks a:visited{text-decoration: none; color:#666666;} 
#sisterLinks a:active{text-decoration: none; color:#666666;} 
#sisterLinks a:hover{text-decoration: underline; color:#666666;}