/* ---------------------------------------------------------------------------
	
	Regeneration Technologies Master Styles
	http://www.rtix.com
	
	author: nGen Works
	http://ngenworks.com
	
--------------------------------------------------------------------------- */

/* RESET! */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* --------------------------------------------------------------------------
	=layout
--------------------------------------------------------------------------- */

body { 
	color: #555555;
	background-color: #153c7a;
	font: small/1.4em Georgia, 'Times New Roman', Times, serif;
}

/* ---------------------------------------------------------------------------
	=links
--------------------------------------------------------------------------- */

a:link { color: #54a4ac; text-decoration: none; }
	
a:visited { color: #54a4ac; }
	
a:hover { color: #54a4ac; text-decoration: underline; }

/* ---------------------------------------------------------------------------
	=typography
--------------------------------------------------------------------------- */

h1 {
	color: #0a1f3e;
	font: 2em Helvetica, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif; 
	font-weight: bold;
	letter-spacing: .02em; 
	margin-bottom: 15px;
}

h2 {
	color: #009999;
	font: 1.71em Helvetica, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif; 
	margin-bottom: 10px;
}

/*
h3 {
	color: #0a1f3e;
	font: 0.79em Helvetica, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif; 
	font-weight: bold;
	margin-bottom: 16px;
	text-transform: uppercase;
}
*/

h3 {
	color: #009999;
	font: 1.54em Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: 100;
	margin-bottom: 16px;
}

h4 {
	background-color: #0a1f3e;
	color: #fff;
	display: inline;	
	font: 0.86em Helvetica, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif; 
	font-weight: bold;
	line-height: 2.5em;	
	padding: 4px;
}

p {
	line-height: 1.6em;	
	margin-bottom: 35px;
}

/* ---------------------------------------------------------------------------
	=lists
--------------------------------------------------------------------------- */

ul, ol {
	margin-left: 15px;
	margin-bottom: 35px;
}

ul {
	list-style: disc;
}

li {
	margin-bottom: 5px; 
}

ul.pdf {
	list-style-image: url(../img/icon-pdf.png);
}

ul.pdf em {
	font-size: 0.86em;
}

ul li ul {
	list-style: square;
	margin: 0.5em 0 1.0em 18px;
}

/* ---------------------------------------------------------------------------
	=header
--------------------------------------------------------------------------- */

#logo {
	background: url(../img/logo-screen_reg.jpg) no-repeat 0px -3px;
	height: 46px;
	margin-bottom: 26px;
	margin-left: 85px;
	width: 335px;
}

#logo a {
	display: block;
	height: 100%;
	width: 100%;
}

#logo img {
	left: -9999px;
	position: absolute;
	top: 0;
}

#header-container {
	background: url(../img/bg-hd.jpg) no-repeat top center;
}

#header {
	background: url(../img/bg-hd.jpg) no-repeat top center;
	margin: 0 auto;
	padding-top: 26px;
	position: relative;
	width: 956px;	
}

/* ---------------------------------------------------------------------------
	=search
--------------------------------------------------------------------------- */

#search-container {
	background: url(../img/bg-search-bottom.gif) no-repeat 8px 100%;
	left: 608px;
	padding-bottom: 23px;
	position: absolute;
	top: 0;
	width: 320px;
}

#search {
	background: url(../img/bg-search.gif) no-repeat 0 0;
	padding-left: 31px;
	padding-top: 13px;
}

#searchform {
	background: url(../img/bg-search-input-bottom.gif) no-repeat bottom left;
}

#keywords {
	color: #9dabac;
	font-size: 1.08em;
	padding: 0 5px 0 4px;
	width: 191px;
	border: 1px solid #fff;
	margin-bottom: 5px;
	margin-left: 2px; 
}

#btn-search {
	background: url(../img/btn-search.png) no-repeat 0 0;
	border: none;
	cursor: pointer;
	height: 30px;
	width: 44px;
	text-indent: -9999px;
}

#btn-search:hover {
	background-position: 0 -30px;
}

/* ---------------------------------------------------------------------------
	=navigation
--------------------------------------------------------------------------- */

#nav {
	list-style: none;
	margin: 0 0 0 64px;
}

#nav li {
	float: left;
	height: 41px;
	margin: 0;
	text-indent: -9999px;
}

#nav li a {
	display: block;
	height: 100%;
	width: 100%;
}

#nav #nav-home, #nav #nav-home a { 
	background: url(../img/nav-home-2.png) no-repeat 0 0; 
	width: 79px;	
}

#nav #nav-patients, #nav #nav-patients a { 
	background: url(../img/nav-patients-2.png) no-repeat 0 0; 
	width: 98px;	
}

#nav #nav-surgeons, #nav #nav-surgeons a { 
	background: url(../img/nav-surgeons-2.png) no-repeat 0 0; 
	width: 114px;
}

#nav #nav-investors, #nav #nav-investors a { 
	background: url(../img/nav-investors-2.png) no-repeat 0 0; 
	width: 111px;	
}

#nav #nav-tissue, #nav #nav-tissue a { 
	background: url(../img/nav-tissue-2.png) no-repeat 0 0; 
	width: 137px;
}

#nav #nav-careers, #nav #nav-careers a { 
	background: url(../img/nav-careers-2.png) no-repeat 0 0; 
	width: 98px;
}

#nav #nav-about, #nav #nav-about a { 
	background: url(../img/nav-about-2.png) no-repeat 0 0; 
	width: 80px;
}

#nav #nav-contact, #nav #nav-contact a { 
	background: url(../img/nav-contact-2.png) no-repeat 0 0; 
	width: 97px;
}

#nav #nav-home a:hover,
#nav #nav-patients a:hover,
#nav #nav-surgeons a:hover,
#nav #nav-investors a:hover,
#nav #nav-tissue a:hover,
#nav #nav-careers a:hover,
#nav #nav-about a:hover,
#nav #nav-contact a:hover {
	background-position: 0 -41px;
}

body.home #nav #nav-home a,
body.home #nav #nav-home,
body.patients #nav #nav-patients a,
body.patients #nav #nav-patients,
body.surgeons #nav #nav-surgeons a,
body.surgeons #nav #nav-surgeons,
body.investors #nav #nav-investors a,
body.investors #nav #nav-investors,
body.safety #nav #nav-tissue a,
body.safety #nav #nav-tissue,
body.careers #nav #nav-careers a,
body.careers #nav #nav-careers,
body.about #nav #nav-about a,
body.about #nav #nav-about,
body.contact #nav #nav-contact a,
body.contact #nav #nav-contact {
	background-position: 0 -82px !important;
}

/* Sub Navigation */

#nav-sub {
	background: url(../img/bg-nav-sub-dot.png) repeat-x 0 0;
	font: 0.85em Helvetica, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif; 
	font-weight: bold;
	list-style: none;
	margin-bottom: 75px;
	text-transform: uppercase;
}

#nav-sub li {
	background: url(../img/bg-nav-sub-dot.png) repeat-x bottom left;
	margin: 0;
	padding: 0;
}

#nav-sub a,
#nav-sub a:visited {
	background: url(../img/bg-nav-sub-bullet.png) no-repeat 0 15px;
	color: #0a1f3e;
	display: block;
	padding: 11px 10px;
	margin-left: 4px;
	text-decoration: none;
}

#nav-sub li a:hover {
	color: #009999;
	text-decoration: none;
}

#nav-sub li.here {
	background-color: #0a1f3e;
}

#nav-sub li.here a,
#nav-sub li.here a:visited {
	background-color: #0a1f3e;
	background-image: none !important;
	color: #8ed933 !important;
	margin-bottom: 1px;
}

/* ---------------------------------------------------------------------------
	=content
--------------------------------------------------------------------------- */

#content-container {
	background: #d0e9b2 url(../img/bg-content.jpg) no-repeat top center;
	min-width: 956px;
}

#content {
	background: #d0e9b2 url(../img/bg-content.jpg) no-repeat top center;
	padding: 0 29px;
	margin: 0 auto 75px auto;
	position: relative;
	width: 899px;
}

body.home #content {
	margin: 0 auto;
}


#content-intro {
	padding: 0 29px;
}

/* ---------------------------------------------------------------------------
	=content-main
--------------------------------------------------------------------------- */

#content-main {
	float: right;
	padding-top: 50px;
	width: 658px;
}

#content-main #intro {
	font-size: 1.38em;
	line-height: 1.5em;
	margin-bottom: 35px;
}

#content-main #intro.small-p p {
	margin-bottom: 10px;
}

/* main content area */

#copy {
	font-size: 1.08em;
	float: left;
	width: 455px;
}

/* single column content area */

#copy.single {
	width: 100%;
}

/* content callout sidebar */

#content-main .callout {
	float: right;
	width: 190px;
}

/* content typography */

#content-main a {
	color: #1c437f;
	text-decoration: underline;
}

#content-main a:hover {
	color: #1c437f;
	text-decoration: none;
}

/* ---------------------------------------------------------------------------
	=content-extras
--------------------------------------------------------------------------- */

#content-extras {
	background: #fff url(../img/bg-content-extras.png) repeat-y 353px 0;
	margin: 0 auto 35px auto;
	width: 956px;	
}

#content-extras-container {
	background: #fff url(../img/bg-content-extras-container.png) repeat-x top left;
	padding-top: 45px;
	min-width: 956px;	
}

#content-extras h3 {
	color: #729d3e;
	font-size: 1.54em;
	margin-bottom: 20px;
}

#content-extras h4 {
	font-family: Helvetica, "Lucida Grande", Arial, Verdana, sans-serif; 
	color: #000;
	display: block;
	font-weight: normal;
	margin-bottom: 15px;
}

#content-extras h5 {
	font: 0.92em Helvetica, "Lucida Grande", Arial, Verdana, sans-serif; 
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}

/* definitions */

#definitions {
	float: right;
	margin-bottom: 20px;
	width: 575px;
}

#content-extras #definitions h4 {
	background: url(../img/title-tissue-definitions.png) no-repeat 0 0;
	clear: both;
	height: 14px;
	margin-bottom: 23px;
	padding: 0;
	text-indent: -9999px;
	width: auto;
}

#definitions dl {
	float: left;
	padding-right: 25px;
	width: 45%;
}

#definitions dt {
	font: 0.92em Helvetica, "Lucida Grande", Arial, Verdana, sans-serif; 
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}
	
#definitions dd {
	/*color: #aaaaaa;*/
	color: #666;
	font: 0.92em Helvetica, "Lucida Grande", Arial, Verdana, sans-serif; 
}

/* ---------------------------------------------------------------------------
	=secondary pages
--------------------------------------------------------------------------- */

#content-secondary {
	float: left;
	width: 208px;
}

#content-feature {
	background: url(../img/header-couple-run.jpg) no-repeat top center;
	height: 100px;
	margin-bottom: 20px;
}

/* section specific headers */
body.patients #content-feature { background-image: url(../img/header-kayak.jpg); }
body.surgeons #content-feature { background-image: url(../img/header-climber.jpg); }
body.safety #content-feature { background-image: url(../img/header-soccer.jpg); }
body.investors #content-feature { background-image: url(../img/header-cyclist.jpg); }
body.careers #content-feature { background-image: url(../img/header-beach-runner.jpg); }
body.about #content-feature { background-image: url(../img/header-ski.jpg); }
body.contact #content-feature { background-image: url(../img/header-runner-silouhette.jpg); }

/* */

#content-feature p {
	color: #fff;
	font: 2.5em Helvetica, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif; 
	left: 260px;
	line-height: 1.1em;
	margin-bottom: 0;
	position: absolute;
	top: 32px;
	width: 670px;
}

/* ---------------------------------------------------------------------------
	=home
--------------------------------------------------------------------------- */

body.home #content-container {
	background: #d0e9b2 url(../img/bg-content-home.jpg) no-repeat top center;
}

body.home #content {
	background: #d0e9b2 url(../img/bg-content-home.jpg) no-repeat top center;
}

body.home .callout {
	float: left;
	width: 325px;	
}

/* feature image and content */

#home-feature {
	background: url(../img/home-photo.jpg) no-repeat top center;
	min-height: 573px;
	_height: 573px;	
	margin-bottom: 20px;
}

/* positioned text on feature image */

#home-feature h1 {
	color: #0e2036;
	font: 2.5em Helvetica, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif; 
	right: 70px;
	position: absolute;
	text-align: right;
	top: 50px;
	width: 560px;
}

#home-feature-secondary {
	color: #0e2036;
	padding: 340px 50px 0 430px;
	text-align: right;
}

#home-feature-secondary h3 {
	/*color: #29393c;*/
	color: #0e2036;
	font: 2.0em Helvetica, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
	margin-bottom: 10px;
	text-transform: none;
}
#home-feature-secondary h3 a { color: #29393c; text-decoration: none; }
#home-feature-secondary h3 a:hover { text-decoration: underline; }

#home-feature-secondary p {
	/*color: #fff;*/
	font-size: 1.23em;
	line-height: 1.4em; 
}

/* Alternate golfer image and styles */
#home-feature.golfer { background-image: url(../img/home-photo-golfer.jpg); }
#home-feature.golfer h1 { color: #fff; top: 200px; width: 402px; }
#home-feature.golfer #home-feature-secondary { color: #fff; padding-top: 370px; padding-left: 410px; width: 440px; }
#home-feature.golfer #home-feature-secondary h3 a { color: #099; }

#home-feature.surfer { background-image: url(../img/home-photo-surfer.jpg); }
#home-feature.surfer h1 { color: #fff; top: 50px; width: 402px; }
#home-feature.surfer #home-feature-secondary { color: #fff; padding-top: 260px; padding-left: 370px; width: 480px; }
#home-feature.surfer #home-feature-secondary h3 a { color: #E65015; }

#home-feature.soccer { background-image: url(../img/home-photo-soccer.jpg); }
#home-feature.soccer h1 { color: #000; top: 50px; width: 402px; }
#home-feature.soccer #home-feature-secondary { color: #000; padding-top: 260px; padding-left: 370px; width: 480px; }
#home-feature.soccer #home-feature-secondary h3 a { color: #E65015; }

#home-feature.skier { background-image: url(../img/home-photo-skier.jpg); }
#home-feature.skier h1 { color: #fff; top: 50px; width: 402px; }
#home-feature.skier #home-feature-secondary { padding-top: 370px; padding-left: 370px; width: 480px; }
#home-feature.skier #home-feature-secondary h3 a { color: #E65015; }

/*#home-feature.skier #home-feature-secondary { padding-top: 370px;  }
#home-feature.skier #home-feature-secondary h3 a {  }*/
/* */

#home-intro h2 {
	background: url(../img/title-who-are-we.png) no-repeat 0 0;
	float: left;
	height: 30px;
	margin-top: 0.35em;
	text-indent: -9999px;
	width: 176px;
}

#home-intro p {
	font-size: 1.31em;
	line-height: 1.7em;
	margin-left: 240px;
	padding-right: 45px;
}

#home-intro p a {
	font-family: Helvetica, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
}

/* news */

#news-feature {
	float: right;
	padding: 15px 30px 0 0;
	width: 540px;
}

#news-feature h3 {
	/*font: 1.54em Helvetica, "Lucida Grande", Arial, Verdana, sans-serif;*/
	font: 1.35em Helvetica, "Lucida Grande", Arial, Verdana, sans-serif;
	margin-bottom: 10px;
	text-transform: none;
}

#news-feature h3 a {
	color: #729d3e;
}

#news-feature p.date {
	color: #3d4e51;
	font: bold .92em Helvetica, "Lucida Grande", Arial, Verdana, sans-serif;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#news-feature .excerpt {
	background: url(../img/bg-dot.png) repeat-x bottom left;
	/* font-size: 1.2em; */
	font-size: 1.1em;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#news-feature .excerpt a { font-size: .9em; }

#news-feature .excerpt p { margin-bottom: 0.35em; }

#news-feature h4 {
	background: url(../img/title-company-news.png) no-repeat 0 0;
	height: 14px;
	margin-bottom: 23px;
	width: 94px;
	text-indent: -9999px;
}

#news-feature a:hover {
	text-decoration: underline;
}

#news-feature ul {
	list-style: none;
	margin: 0;
}

#news-feature ul li {
	background: url(../img/bg-dot.png) repeat-x bottom left;
	padding-bottom: 20px;
	margin-bottom: 20px;
	clear: both;
}

#news-feature ul .date {
	color: #3d4e51;
	font: 0.92em Helvetica, "Lucida Grande", Arial, Verdana, sans-serif; 
	font-weight: bold;
	float: left;
	margin-bottom: 15px;
	width: 100px;
}

#news-feature a {
	color: #009999;
	font: 1.08em Helvetica, "Lucida Grande", Arial, Verdana, sans-serif; 
	text-decoration: none;
}

#news-feature p.view-all {
	border-bottom: 3px solid #e5e5e5;
	margin-bottom: 40px;
	padding-bottom: 17px;
}

#news-feature #button-rss {	margin-left: 10px; }
#news-feature #button-rss a { display: inline-block; font-size: 0.75em; line-height: 20px; }

/* ---------------------------------------------------------------------------
	=callouts
--------------------------------------------------------------------------- */

/* generic page callouts */

.callout .callout-item {
	background-color: #c1e3b0;
	color: #009999;
	margin: 0 0 20px 0;
}

.callout .callout-item p {
	padding: 0 10px 20px 10px;
}

.callout .callout-item ul {
	list-style: none;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	padding: 5px 12px;
}

.callout .callout-item li {
	background: url(../img/icon-arrows.png) no-repeat 0 50%;
	padding: 0 0 0 14px;
}

.callout .callout-item li a {
	color: #099;
}

.section-callout-content {
	background-color: #ceebff;
	padding: 20px 0 0 23px;
	margin: 0 14px 0 29px;
}

.section-callout-main .section-callout-content{
	padding-top: 5px;
}

#content-extras .section-callout-content h4 {
	background-color: transparent;
	font-size: 1.5em;
	line-height: 1.1em;
	margin: 0 0 10px 0;
	padding: 0;
}

.section-callout-content p {
	margin-bottom: 10px;
	padding-right: 23px;
}

/* specific page callouts */

#content-main .callout,
#content-secondary .callout {
	font: 0.85em Helvetica, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif; 
	line-height: 1.5em;
}

#content-main .callout-item {
	margin-bottom: 32px;
	padding-bottom: 10px;
}

#content-main .callout-item p {
	margin-bottom: 8px;
	padding-bottom: 0;
}

#content-main .callout-item p em {
	font-weight: bold;
	font-style: normal;
}

#content-main .callout-item h5 {
	background: url(../img/bg-content-callout.png) repeat-x bottom left;
	color: #fff;
	font: 1em Helvetica, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif; 
	font-weight: bold;
	margin-bottom: 0px;
	padding: 10px 10px 20px 10px;
	text-transform: uppercase;
}

/* secondary page callouts */

#content-secondary .callout h5 {
	height: 29px;
	width: 179px;
	padding: 0;
	text-indent: -9999px;
}

#content-secondary .callout p {
	padding-right: 25px;
}

#content-secondary .callout a {
	font-size: 1.18em;
}

/* find out more button */

p.find-out-more,
p.download-now {
	height: 32px;
	padding-right: 0;
}

p.find-out-more a {
	background: url(../img/btn-callout-find-out.png) no-repeat top right;
	display: block;
	float: right;
	height: 100%;
	text-indent: -9999px; 
	width: 108px;	
}

p.download-now a {
	background: url(../img/btn-callout-download-now.png) no-repeat top right;
	display: block;
	float: right;
	height: 100%;
	text-indent: -9999px; 
	width: 122px;	
}

p.find-out-more a:hover,
p.download-now a:hover {
	background-position: 0 -32px;
}

/* careers + patients */

body.home .section-callout.careers,
body.home .section-callout.patient-information {
	padding-top: 200px;
	margin-bottom: 0px;
}

body.home .section-callout.careers { background: url(../img/callout-career.jpg) no-repeat top left; }

body.home .section-callout.patient-information { background: url(../img/callout-patients.jpg) no-repeat top left; }

body.home .section-callout.careers h4,
body.home .section-callout.patient-information h4 {
	padding-top: 0px;
}

/* callout items */

#content-extras .callout-item {
	background: url(../img/bg-dot.png) repeat-x top left;
	margin-bottom: 20px;
	margin-left: 30px;
	width: 290px;
	clear: both;
}

#content-extras .section-callout {
	float: left;
	width: 334px;
}

#content-extras .tutogen h5 a {
	background: url(../img/callout-tutogen-03.png) no-repeat 0 0;
	float: left;
	height: 39px;
	margin-top: 20px;
	width: 120px;
	text-indent: -9999px;
}

#content-extras .donor h5 a {
	background: url(../img/callout-donor.png) no-repeat 0 0;
	float: left;
	height: 20px;
	margin-top: 15px;
	width: 120px;
	text-indent: -9999px;
}

	.callout-item dl {
		margin-left: 130px;
		padding: 19px 0 0 0;
	}
	
	.callout-item dt {
		font: 0.92em Helvetica, "Lucida Grande", Arial, Verdana, sans-serif; 
		color: #000;
		font-weight: bold;
		margin-bottom: 5px;
		text-transform: uppercase;
	}
	
	.callout-item dd {
		color: #555555;
	}
		
	.callout-item dd.link {
		font-style: italic;
	}

/* news */

#news-callout {
	float: right;
	padding: 15px 30px 0 0;
	width: 540px;
}

#news-callout h3 {
	font: 1.54em Helvetica, "Lucida Grande", Arial, Verdana, sans-serif; 
}

#news-callout h3 a {
	color: #729d3e;
}

#news-callout h4 {
	background: url(../img/title-company-news.png) no-repeat 0 0;
	height: 14px;
	margin-bottom: 23px;
	width: 94px;
	text-indent: -9999px;
}

#news-callout a:hover {
	text-decoration: underline;
}

#news-callout .date {
	color: #3d4e51;
	font: 0.92em Helvetica, "Lucida Grande", Arial, Verdana, sans-serif; 
	font-weight: bold;
	margin-bottom: 15px;
}

#news-callout .excerpt {
	background: url(../img/bg-dot.png) repeat-x bottom left;
	font-size: 1.23em;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#news-callout .excerpt a {
	font-size: 0.81em;
}

#news-callout ul li {
	background: url(../img/bg-dot.png) repeat-x bottom left;
	padding-bottom: 20px;
	margin-bottom: 20px;
	clear: both;
}

#news-callout ul .date {
	float: left;
	width: 100px;
}

#news-callout ul a {
	margin-left: 0px;
	margin-bottom: 0px;
}

#news-callout a {
	color: #009999;
	font: 1.08em Helvetica, "Lucida Grande", Arial, Verdana, sans-serif; 
	text-decoration: none;
}

#news-callout p.view-all {
	border-bottom: 3px solid #e5e5e5;
	margin-bottom: 15px;
	padding-bottom: 17px;
}

/* ---------------------------------------------------------------------------
	=foot
--------------------------------------------------------------------------- */

#foot-container {
	background: url(../img/bg-foot.jpg) repeat-x 0 0;
	min-width: 956px;
}

#foot {
	background: url(../img/logo-foot_reg.png) no-repeat 100% 2.0em;
	font-family: Helvetica, "Lucida Grande", Arial, Verdana, sans-serif;
	padding: 2.0em 0 55px 0;
	margin: 0 auto;
	width: 899px;
}

#foot ul {
	color: #00ffff;
	list-style: none;
	list-style-image: none;
	margin-left: 0;
	text-align: left;
}

	#foot ul li {
		background: url(../img/bg-nav-foot.png) no-repeat 0.17em right;
		display: inline;
		font-size: 0.92em;
		line-height: 0.92em;
		margin-right: 2px;
		margin-bottom: 0px;
		padding-right: 7px;
		padding-bottom: 0px;
	}
		
	#foot ul li a {
		color: #00ffff;
		text-decoration: none;
	}
	
	#foot ul li a:hover {
		color: #00ffff;
		text-decoration: underline;
	}

#foot .copyright {
	color: #426999;
	margin-bottom: 11px;
}

#foot .copyright a {
	color: #426999;
	text-decoration: none;
}

#foot .copyright a:hover {
	text-decoration: underline;
}


/* ---------------------------------------------------------------------------
	=forms
--------------------------------------------------------------------------- */

.required-message {
	color: #0a1f3e;
	font-style: italic;
}

/* ---------------------------------------------------------------------------
	=patients
--------------------------------------------------------------------------- */

/* callout */
.button-patient-brochure {
	background: url(../img/button-patient-brochure.png) no-repeat 0 0;
	display: block;
	margin: 0 auto;
	text-indent: -9999px;
	
	width: 158px;
	height: 95px;
}
.button-patient-brochure:hover { background-position: 0 -95px; }

/* FAQ */

.faq-container {
	margin-bottom: 30px;
}

.faq {
	margin-bottom: 10px;
	padding-top: 10px;
	/* margin-left: 10px; */
	border-top: 1px dashed #9fb68c;
}

.faq h3 {
	color: #0a1f3e;
	font: 0.79em Helvetica, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif; 
	font-weight: bold;
	text-transform: uppercase;
	
	margin-bottom: 0.5em;
	margin-left: 10px;
}


	#content-main .faq h3 a {
		display: block;
		text-decoration: none;
	}
	
	#content-main .faq h3 a:hover {
		text-decoration: underline;
	}
	
.faq div {
	background-color: #c0e6a0;
	padding: 10px;
	margin-bottom: 15px;
}

.faq p {
	margin-bottom: 1.2em;
}

/* ---------------------------------------------------------------------------
	=tissue safety
--------------------------------------------------------------------------- */

/* callout */
.button-patient-safety,
.button-donor-criteria {
	display: block;
	margin: 0 auto 10px;
	text-indent: -9999px;
	
	width: 158px;
	height: 95px;
}
.button-patient-safety:hover,
.button-donor-criteria:hover { background-position: 0 -95px; }

.button-patient-safety { background: url(../img/button-patient-safety.png) no-repeat 0 0; }
.button-donor-criteria { background: url(../img/button-donor-criteria.png) no-repeat 0 0; }

/* ---------------------------------------------------------------------------
	=Contact
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
	=pagination
--------------------------------------------------------------------------- */

/*ul.pagination { 
	margin-left: 0;
	padding: 15px 0 30px 15px; 
	font-size: 80%;
	text-transform: uppercase;
	
}

ul.pagination li { 
	display: inline; 
	margin-right: 3px;
}

ul.pagination a {
	padding: 4px 6px;
}

ul.pagination a:link, ul.pagination a:visited {
	color: #c89342;
	border: 3px solid #fdedbe;
	text-decoration: none;
}

ul.pagination a:hover {
	color: #fff;
	border: 3px solid #b93400;
	background-color: #b93400;
	text-decoration: none;
}

ul.pagination li.here a:link, li.here ul.pagination a:visited, li.here ul.pagination a:hover {
	color: #fff;
	border: 3px solid #b93400;
	background-color: #b93400;
	text-decoration: none;
}
*/

/* ---------------------------------------------------------------------------
	=tables
--------------------------------------------------------------------------- */

body.patients table,
body.careers table,
body.news table {
	border-collapse: collapse;
	margin-bottom: 35px;
	table-layout: fixed;
	width: 100%;
}

body.patients table td,
body.careers table td,
body.news table td {
	border-bottom: 1px solid #bed5a0;
	padding: 0.5em;
}

body.patients table tr:first-child td,
body.careers table tr:first-child td,
body.news table tr:first-child td {
	background-color: #c1d8a4;
	border-bottom: 1px solid #a0b388;
	color: #0a1f3e;
	font: 0.79em Helvetica, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif; 
	font-weight: bold;
	text-transform: uppercase;
}

/* ---------------------------------------------------------------------------
	=misc
--------------------------------------------------------------------------- */

#foot li.last {
	background-image: none;
	border: none;
}

#video_player { display: block; margin: 0 0 40px; }

.video-js-box.inline { margin: 0 0 40px; }
.video-js-box.lightbox { position: absolute; left: -9999px; margin-bottom: 4px; }

/* Hidden fields for forms */

#email_confirm { display: none; }

/* download buttons */

p.download {
	background: url(../img/icon-pdf.png) no-repeat 0 6px;
	color: #555;
	font-style: italic;
	padding: 0 0 0 14px;
}

p.download a {
	font-size: 120%;
	font-style: normal;
}

/* detail page "back" links */

p.back,
p.print {
	font: .92em Helvetica, "Lucida Grande", Arial, Verdana, sans-serif;
	position: absolute;
	top: 120px;
	right: 30px;
	text-align: right;
}

p.back a {
	background: url(../img/icon-arrow-back.png) no-repeat 0 50%;
	padding-left: 14px;
}

p.print a {
	background: url(../img/printer.png) no-repeat 0 50%;
	padding-left: 20px;
}

#copy p.back a:link, #copy p.back a:visited {
	color: #099;
	text-decoration: none;
}

#copy p.back a:hover {
	color: #0a1f3e;
	text-decoration: underline;
}

p.back em,
p.print em {
	font-style: normal;
	font-weight: bold;
}

/* detail page social sharing links */
.social-block {
  height: 16px;
  
  position: absolute;
    top: 145px;
    right: 25px;
}

/* confirmation + errors */

div.message {
	background-color: #fffcc1;
	color: #000;
	font: 105% "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
	font-style: italic;
	margin-bottom: 25px;
	padding: 20px 30px 15px 30px;
}
div.message.error { background-color: #ffb1b2; }

div.message h3 {
	color: black;
	font-style: normal;	
	font-weight: bold;
	margin-bottom: 15px;
}

div.message p, div.message ul {
	margin-bottom: 5px;
}

/* XBRL link for news posts */
.xbrl{
  font:bold .92em Helvetica, "Lucida Grande", Arial, Verdana, sans-serif;
  padding-left:2px;
  margin-right:4px;
}

/* ---------------------------------------------------------------------------
	=word wrapping
--------------------------------------------------------------------------- */
.callout-item p {
	/*white-space: pre-wrap;*/ /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

/* ---------------------------------------------------------------------------
	=clearing
--------------------------------------------------------------------------- */

#nav:after,
#content:after,
#content-main:after,
#content-container:after,
#content-secondary:after,
#content-extras:after,
#content-extras-container:after,
#content-extras .callout-item:after,
#definitions:after,
#company-contacts:after,
#search-results li div:after,
div.staff:after,
.collapsible-block:after  {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}


