/* CSS Document */

/* pembroke and perth - different map sizes all this is made to be print friendly */

#imageDisplay{font-family: Verdana, Arial, Helvetica, sans-serif;  font-weight: normal; text-align: left; color:#000000; padding: 2px; width:100%; }

#imageDisplay img{ padding:0; background-color: #ffffff;  border:0; margin:0; }
#imageDisplay table{ margin-top:15px; }



#containerul {
 font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
  text-align:left;
  margin:0; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */ 
  display:table;
  width:600px;
}

#containerul, #containerul ul{
 font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
  text-align:left;
  margin:0; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
}

#containerul li{
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
  margin:5px 5px 5px 10px; /* A left margin to indent the list items and give the menu a sense of structure. */
  padding-left:15px; /* Removes browser default padding applied to the list items. */
  list-style-type:circle; /* Removes the bullet point that usually goes next to each item in a list. */
}


#containerul a {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:500; 
	font-size:12px;
	color: #000000; text-decoration:none;
	}

#containerul a:active {
	color:#006633;text-decoration: underline;
}
#containerul a:hover {
	font-weight: 500; color:#006633; 
	text-decoration: underline; }


