/*		UTILITY STYLES		*/				  				  
				  				  
.floatLeft { float: left; margin-right: 10px;}
.floatRight	{ float: right; }
.clear 	{ clear: both; }

/*  	PAGE STRUCTURE  	*/
#page-wrap {	width: 399px;margin: 0;position: relative;padding: 0px;height: 331px;font-size: 12px;font-family: arial, sans-serif;}

/*	 SLIDER  */
.slider-wrap{width: 399px;position: relative;height: 331px;}			
.stripViewer .panelContainer 
.panel ul{text-align: left;}
.stripViewer{position: relative;overflow: hidden;width: 399px;height: 331px;}
.stripViewer .panelContainer	{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel{float: left;height: 100%;position: relative;width: 399px;}
.stripNavL, .stripNavR, .stripNav{ display: none; }

/*-----------------------------------------------------*/
#movers-row	{
	font-size: 9px;
	color: #000;
	text-decoration: none;
	height: 100px;
	margin-top: -5px;
	background-color: #900;
}
#movers-row div{width: 78px;float: left;}
#movers-row div a.cross-link {float: right;font-size: 12px;color: #FFFFFF;text-decoration: none;line-height: 12px;}
.photo-meta-data{color: #FFF;background-color: #000;padding: 10px 2px;margin: 0px;}
.cross-link	{display: block;width: 62px;margin-top: -5px;position: relative;padding-top: 15px;z-index: 9999;}
.nav-thumb {border: 1px solid black;}
.active-thumb { background: transparent url(../images/icon-uparrowsmallwhite.png) top center no-repeat; }

/*-----------------------------------------------------*/
.about-bg {
	background-image: url(../images/company.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 331px;
	width: 389px;
	padding-right: 3px;
	padding-left: 7px;
}


.services-bg {
	background-image: url(../images/services.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 331px;
	width: 389px;
	padding-right: 3px;
	padding-left: 7px;
}

.research-bg {
	background-image: url(../images/research.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 331px;
	width: 389px;
	padding-right: 3px;
	padding-left: 7px;
}
/*-----------------------------------------------------*/
.panel-story {text-decoration: none;width: 230px;color: #FFFFFF;padding-top: 12px;}
.panel-story h1 {font-size: 14px;font-weight: bold;color: #000;margin: 1px 0 1px 0;padding:1px 0 1px 0;}
.panel-story p {margin: 0px;padding: 0 0 4px 0;}
.panel-story li{list-style:disc;line-height:230%;}
.panel-story ul{padding-left:10px;margin-left:10px;}
.panel-story a {color: #990000;text-decoration: underline;}
.panel-story a.about{color: #000;text-decoration: underline;}
