@charset "UTF-8";
/* CSS Document */

/* HOME FLASH CONTENT - BEGIN */
#homemiddle {
	width: 955px;
	height: 375px;
	float: left;
}
#flashcontent {
	width: 955px;
	height: 375px;
	z-index: 1;
}
#globe {
	width: 527px;
	height: 285px;
	background: url("http://biostorage.com/images/bak-globe.png") top left no-repeat;
	font-size: 1.1em;
	color: #ffffff;
	margin-top: -284px;
	z-index: 2;
	padding: 55px 0 0 15px;
}
#globe h1 {
	font-size: 1.3em;
	margin-bottom: 15px;
	width: 280px;	
}
#globe p {
	font-size: 1.1em;
	width: 300px;	
}
#globe ul {
	list-style-type: disc;
	margin: 5px 0 25px 15px;	
}
#globe a, #globe a.visited {
	color: #ffffff;
	text-decoration: none;
	outline: none;
	border: none;
}
#globe a:hover, #globe a.visited:hover
{
	color: #ffffff;
	text-decoration: none;
	outline: none;
	border-bottom: 1px solid #ffffff;
}
#globe p img {
	margin: 0 10px;
	vertical-align: middle;
}
/* HOME FLASH CONTENT - END */

/* HOME UPDATE BAR - BEGIN */
#updatebar {
	width: 955px;
	height: 125px;
	float: left;
	background: url("http://biostorage.com/images/bak-updatebar.gif") top left no-repeat #ced1d4;
	border-top: 1px solid #a6a7a8;
	z-index: 100;
}

#updatesection {
	width: 180px;
	//color: #757b7f;
	color: #003d79;
	font-size: 1.1em;
	float: left;
	margin-left: 70px;
	z-index: 100;
}
#updatesection.first {
	margin-left: 15px;
}

#updatesection a, #updatesection a.visited{
	//color: #757b7f;
	color: #003d79;
	text-decoration: none;
	border: none;
	outline: none;
}
#updatesection a:hover, #updatesection a:hover.visited {
	//color: #757b7f;
	color: #003d79;
	text-decoration: none;
	border-bottom: 1px solid #003d79;
	outline: none;
}

#updatesection #sectionheader {
	background: url("http://biostorage.com/images/updatesheader.gif") top left no-repeat #ced1d4;
	/*background: url("http://biostorage.com/images/updatesheader-white.gif") top left no-repeat #ced1d4;*/
	width: 150px;
	height: 28px;
	margin: -12px 0 10px 0;
	color: #003d79;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.8em;
	z-index: 100;
}

#updatesection #sectionheader a, #updatesection #sectionheader a.visited, #updatesection #sectionheader a:hover, #updatesection #sectionheader a:hover.visited {
	color: #003d79;
	text-decoration: none;
	border: none;
	outline: none;
}

ul#socialicons {
	display: inline;
	margin-bottom: 5px;
}
ul#socialicons li {
	display: inline;
	margin-right: 2px;
}
ul#socialicons li a {
	text-decoration: none;
	border: 0;
	outline: none;
}

p.readmorehome {
	text-align: right;
}
/* HOME UPDATE BAR - END */

/* HOME BLUE BAR SYTLES - BEGIN */
#bluebars {
	width: 955px;
	min-height: 96px;
	background: url("http://biostorage.com/images/bak-blueboxes.gif") top left repeat-y #003d79;
	float: left;
}
#darkbluebox {
	width: 453px;
	float: left;
	text-align: left;
	margin: 15px 0 15px 25px;
}
#lightbluebox {
	width: 452px;
	float: right;
	text-align: left;
	margin: 15px 0 15px 0;
}
p.headlines {
	width: 390px;
	font-size: 1.65em;
	color: #ffffff;
}
p.boxcontents {
	width: 415px;
	font-size: 1.1em;
	color: #ffffff;
	margin-top: 3px;
}
#bluebars a, #bluebars a.visited {
	color: #ffffff;
	text-decoration: none;
	//border-bottom: 1px solid #ffffff;
	border: none;
	outline: none;
}
#bluebars a:hover, #bluebars a.visited:hover
{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
	outline: none;	
}
/* HOME BLUE BAR STYLES - END */