@charset "UTF-8";
/* CSS Document */

div#about-banner
{
	width: 1200px;
	height: 170px;
	background-image: url(/images/pages/about/header.jpg);
	background-repeat: no-repeat;
}

ul.text
{
	color: #005BA1;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	margin: 0 1.5em 1.5em 0;
	padding-left: 3.33em;
	list-style: none;
}

	ul.text li
	{
		background-position: 0px 3px;
		margin: 10px 0;
		padding-left: 30px;
		background-image: url(/images/site/bullet.gif);
		background-repeat: no-repeat;
		list-style: none;
	}

