/* $Id: 960.css,v 1.1 2009/01/31 21:28:46 dvessel Exp $ */
/*
960 Grid System ~ Core CSS.
Learn more ~ http://960.gs/
Licensed under GPL and MIT.
Modifide for Drupal.
*/
/* `Containers
----------------------------------------------------------------------------------------------------*/


/**
 * Mission page
 */
.mission-page .title-image {
background-position: -220px -240px;
}
.mission-page .page-sub-title .title-image {
background-position: 0 -440px;
height: 130px;
}
.mission-page #items li {
list-style:disc;
list-style-position:inside;
}
.mission-page #items ul {
	margin: 10px; 
}


.mission-page2 #items2 li {
list-style:disc;
list-style-position:outside;
}