/* $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
 */
.intern-page .title-image {
background-position: -220px -240px;
}
.intern-page .page-sub-title .title-image {
background-position: 0 -440px;
height: 130px;
}
.intern-page #items li {
list-style:disc;
list-style-position:inside;
}
.intern-page #items ul {
	margin: 10px; 
}

 a.button {
background: #255177 url('../images/button.png') repeat-x 0 0;
color: #fff;
padding: 5px 10px 6px 10px;
text-transform: uppercase;
text-align: center;
font-size: 1em;
display: block;
margin: auto;
border: 1px solid #2b5e83;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);
}

 a.button.red {
background-position: 0 -46px;
background-color: #950000;
border-color:#9A0000;
}
