body {
	background:#e7e7e7;
	font-family:"Myriad Pro";
	}
	
#container {
	background:#FFF;
	margin:18px auto;
	width:960px;
	height:100%;
	box-shadow:0 0 5px rgba(0,0,0,0.8);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.8);
  	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.8);
	}

/*-----------------------------------------------------------------------------------*/
/*	FONT-FACE
/*-----------------------------------------------------------------------------------*/

@font-face {
	font-family:'Myriad Pro';
	src: url('font/MyriadPro-Regular.otf');
	src: local('☺'), url('font/MyriadPro-Regular.otf') format('opentype'),;
}

/*-----------------------------------------------------------------------------------*/
/* GENERAL
/*-----------------------------------------------------------------------------------*/
	
p{
	font-size:12.5px;
	line-height:20.5px;
	margin:-5px 5px 25px 50px;
	}

h1{
	color: #666;
	line-height:13.4px;
	}
	
h2{
	color:#666;
	line-height:13.4px;
	}

#mission{
	color:#666;
	font-size:20px;
	}

#heading{
	color:#CCC;
	font-size:20px;
	}

#page {
	background:#FFF;
	width:960px;
	}

/*-----------------------------------------------------------------------------------*/
/* LINKS
/*-----------------------------------------------------------------------------------*/

a:link img{
  	border:none;
	}

a:visited img{
   	border:none;
	}

a.selected img{
   	border:none;
	}

a:hover img{
   	border none;
	resize:both;
	}

/*-----------------------------------------------------------------------------------*/
/* HEADER
/*-----------------------------------------------------------------------------------*/

#header-wrapper {
	min-width: 960px;
	height: 145px;
	}

#header {
	width: 960px;
	height: 135px;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
	}

#logo {
  	float: left;
	position: absolute;
 	display: block;
  	width: 300px;
  	border: none;
	padding: 15px 25px 10px 25px; /* top right bottom left */
	}

#menu-wrapper {
	float: right;
	position: absolute;
	bottom: 10px;
	right: 0;
	}

#title {
	color:#666;
	font-family:"Helvetica";
	font-size:13px;
	}

.title a:link {
	color:#666;
	text-decoration:none;
	}

.title a:visited {
	color:#666;
	text-decoration:none;
	}

.title a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color:#D51D29;
	text-decoration:none;
	}

.title a:hover {
	color:#D51D29;
	text-decoration:none;
	}
	
/*-----------------------------------------------------------------------------------*/
/* Footer
/*-----------------------------------------------------------------------------------*/

#footer{
	padding:50px 0;
	}
	
.footer{
	color:#98989A;
	background-color:#2D2B2B;
	border-top:2px solid #D51D29;
	}
	
.footer a{
	color:#CCCCCC; 
	background-color:#2D2B2B;
	}
	
#copyright{
	padding:15px 15px 30px 15px; /* top right bottom left */
	}

.copyright, .copyright a{
	font-size:12px;
	color:#CCCCCC; 
	background-color:#333333;
	}
	
/*-----------------------------------------------------------------------------------*/
/* IMAGE SLIDER
/*-----------------------------------------------------------------------------------*/

#plugin-wrap { 
	width: 960px; 
	position: relative; 
	height: 380px;
	border-top:2px solid #D51D29; 
	border-bottom:2px solid #D51D29;
	}

.slider-wrap { 
	width: 960px; 
	position: absolute; 
	height: 380px; 
	}
			
.stripViewer .panelContainer .panel ul { 
	text-align: left; 
	margin: 0 15px 0 30px; 
	}

.stripViewer { 
	position: relative; 
	overflow: hidden; 
	width: 960px; 
	height: 380px; 
	}

.stripViewer .panelContainer { 
	position: relative; 
	left: 0; 
	top: 0; 
	}

.stripViewer .panelContainer .panel { 
	float: left; 
	height: 100%; 
	position: relative; 
	width: 960px; 
	}

.stripNavL, .stripNavR, .stripNav { 
	display: none; 
	}

#movers-row	{ 
	margin: -43px 0 0 62px; 
	}

#movers-row div	{ 
	width: 20%; 
	float: left; 
	}
	
/*-----------------------------------------------------------------------------------*/
/* HOMEPAGE IMAGE LINKS
/*-----------------------------------------------------------------------------------*/

#images {
	height: 100%;
	width: 960px;
	float: left;
}

.images a:link img{
  	border: none;
}
.images a:visited img{
   	border: none;
}

.images a.selected img{
   	border: none;
}

.images a:hover img{
   	border: none;
	resize:both;
}