/*******************************************************************************
	Beocentral Links Style Sheet

	Copyright (C) Nick Jarman 1999-2009. All rights reserved.
*******************************************************************************/
#links h2 {
	margin:						2em 0 0.5em 0;
	padding:					0 0 2px 0;
	font-size:					172%;
	border-bottom:				1px solid #ccc;
	}
#links ul {
	margin:						0 2em 3em 0;
	}
#links ul li {
	list-style-position:		outside;
	list-style-image:			url("../images/graphics/greydot.gif");
	}
@media all and (max-width: 744px) {
#links ul li {
	padding-left:				1em;
	list-style-position:		inside;
	text-indent:				-1.2em;
	}
}