﻿@charset "UTF-8";
/**********************************
Global sheet
*********************************/

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
p {
	margin-top: 2em;
	line-height: 1.5em;
}
hr{
	clear: both;
}
#wrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#header {
	
}
#content {
	clear:both;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2em;
}
#content ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 2em;
	line-height: 1.5em;
	margin-left: 30px;	
}

a{
	text-decoration: none;
}

table.table-list td{
	padding-top: 10px;
}

table.table-list {
	margin-top: 2em;
}
/**********************************
Logo
*********************************/

#logo {
	width:159px;
	height:59px;
	background-image: url(../img/logo_mimedx.gif);
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	background-position: center bottom;
	background-repeat: no-repeat;
}
#logo h1 a {
	text-indent:-9999px;
	display:block;
	width:159px;
	height:59px;
}
/* Stage Top Slice */
#stage-t {
	background-image: url(../img/bg_stage_t.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
/* Stage Bottom Slice */
#stage-b {
	background-image: url(../img/bg_stage_b.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 10px;
	padding-right: 11px;
	padding-bottom: 21px;
	padding-left: 11px;
}
/* Stage Middle Slice */
#stage-m {
	background-image: url(../img/bg_stage_m.jpg);
}
#stage {
	background-image: url(../img/bg_2.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #F4F4F4;
	min-height: 720px;
}

#error-404{
	padding-top: 25px;
}

/**********************************
Page content
*********************************/
#intro {
	color: #014975;
	text-align: justify;
	padding-top: 1em;
}

h2{
	font-size: 18px;
	color: #014975;
	font-weight: normal;
	padding-top: 1em;
}

/* this is used for the headers with a logo to the left */
#intro h2 {
	position: relative;
	bottom: 5px;
	display: inline;
}
h3 {
	font-weight: normal;
	font-size: 15px;
	color: #014975;
	margin-top: 2em;
}
h4{
	font-weight: normal;
	font-size: 12px;
	color: #014975;
	margin-top: 2em;
}

#intro span {
	display: none;
}

#copy {
	
}

#showcase {
	float: right;
	padding-top: 1em;
	margin-top:1em;
	padding-bottom:1em;
	padding-left:1.5em;
	margin-left:1em;
	border-left: 1px solid #CCC;
}

.col-2{
	float: left;
	width: 315px;
}

/* upcoming event box */
/* added temp center border line via CSS for 2 events JKL */
.large-box {
	width: 640px;
	height: 179px;
	background-image: url(../../img/box_large.gif);
	margin-top: 2em;
}
/* remove after splist presentation to be removed JKL */
.large-box div.left-event {
	padding: 2px;
	width: 370px;
	float: left;
}
.large-box div.right-event {
	padding: 2px;
	width: 310px;
	float: right;
	position: relative;
	bottom: 167px;
}
.col-2 div.adjust-investor {
				position: relative;
				left: 335px;
				bottom: 441px;
}
/*end of to be removed JKL */
.large-box h3 {
    color:#3B6D93;
	margin-left: 15px;
	display: block;
	margin-top: 0px;
	padding-top: 10px;

}

.large-box p {
	margin-left: 15px;	
	margin-right: 15px;
	margin-top: 5px;
	
}

.large-box p.event-date{
	color: #333;
}
.large-box p.event-name{
	color: #014975;
}
.large-box p.event-info{
   font-size: 11px;
   height: 5em;
   
}

.large-box a.click-to-download{
	width: 139px;
	height:30px;
	margin-left: 15px;
	background-image: url(../../img/click_to_download.gif);
	display: block;
	text-indent: -9999px;
}

sup{
	position: relative;
	top: -6px;
}

.list-ul ul {
        position:relative;
        top:-20px;
}


/**********************************
Footer
*********************************/

#footer {
	color:#999999;
	font-size: 9px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #fff;
	height: 110px;
}
#footer p {
	display: block;
	float: left;
	width: 795px;
	margin: 0px;
	padding: 0px;
}
#footer #bw-logo {
	height: 100px;
	width: 100px;
}
#footer #info {
	color:#656565;
	padding-bottom: 10px;
}

#footer #social{
	clear: both;
	float: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 5px;
	padding-top: 5px;
	position: relative;
	bottom: 20px;
}


/**********************************
Press Downloads
*********************************/
#press-rss{
	padding-top: 1.5em;
}

#press-rss a{
		width: 520px;
		display: block;
		float: right;
}

#press-rss p{
	margin: 0px;
}

#press-rss p.item{
	margin: 0px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	height: 3em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}

#press-rss p.item:hover{
	background-color: #F0F0F0;
}

/**********************************
Press Stock Info
*********************************/

table.data{
	border: 1px solid #999;
}

.data td  { border-bottom: 1px solid #8D9194; }

.data td,  .dataTable th { padding: 3px; }

.data th { color: #fff; padding: 3px; background-color: rgb(18, 74, 112); color: rgb(255, 255, 255); font-weight: bold; text-align: left; }

.dataBottom td { border-bottom: 0px;}

.primary, .primary td {
  vertical-align: top;
}

.alternate, .alternate td {
  background-color: #EDEDED;
  vertical-align: top;
}

/**********************************
notice messages
*********************************/

#message-error, #message-success, #message-notice {
	color: #300;
	background-repeat: no-repeat;
	padding-bottom:10px;
	margin-top:15px;
	margin-bottom:15px;
}
#message-error {
	border: 1px solid #600;
	color: #600;
}
#message-success {
	border: 1px solid #360;
	color: #360;
}
#message-notice {
	border: 1px solid #FF0;
	color: #B8B800;
}
#message-error b, #message-success b, #message-notice b {
	display:block;
	font-size: 19px;
	padding-top: 10px;
	margin-left: 25px;
}
#message-error p, #message-success p, #message-notice p {
	margin-top: 15px;
	margin-left: 25px;
}



