@import url('reset.css');

/* general CSS */
html, body 
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #8CB07C;
	background-image: url('../images/bg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	min-height: 100%;
}

#wrapper
{
	width: 1024px;
	background-color: #FFFFFF;
	margin: 0 auto;	
}

a
{
	color: #9BCD7C;
	font-weight: bold;
}

strong
{
	font-weight: bold;
}

p
{
	margin: 0.75em 0px 0.75em 0px;
}

.clr
{
	clear: both;
	width: 0px;
	height: 0px;
}

/* CSS for header */
#header 
{
	background-image: url('../images/bg_header.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px 15px 6px 15px;
	overflow: hidden;
} 

#logo
{
	float: left;
	width: 142px;
	height: 86px;	
}

#header_menu
{
	float: left;
	list-style-type: none;
	overflow: hidden;
	margin-top: 33px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 79px;
} 

#header_menu li
{
	float: left;
	display: block;
	text-align: center;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #669650;
}

#header_menu li.last
{
	border-right: 0;
}

#header_menu li a
{
	color: #669650;
	font-weight: bold;
	text-decoration: none;
}

#header_menu li a:hover
{
	color: #000000;
}

/* CSS for menu */
#menu
{
	list-style-type: none;
	overflow: hidden;
	background-color: #333333;
	padding: 0px 0px 0px 95px;
} 

#menu li
{
	float: left;
	display: block;
	text-align: center;
	border-left: 1px solid #669650;
}

#menu li.last
{
	border-right: 1px solid #669650;
}

#menu li a
{
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 10px 10px 10px;
}

#menu li a:hover
{
	color: #000000;
}

/* CSS for footer */
#footer
{
	background-image: url('../images/bg_footer.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 48px 20px 0px 20px;
	overflow: hidden;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	height: 52px;
	border-top: 5px solid #000000;
} 

#footer_menu
{
	float: right;
	list-style-type: none;
	overflow: hidden;
} 

#footer_menu li
{
	float: left;
	display: block;
	text-align: center;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #669650;
}

#footer_menu li.last
{
	border-right: 0;
}

#footer_menu li a
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#footer_menu li a:hover
{
	color: #505050;
}

/* CSS for slideshow */
#slideshow
{
	background-image: url('../images/slideshow.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	width: 974px;
	height: 274px;
	color: #727272;
	font-size: 25px;
	margin-top: -22px;
	margin-right: 0px;
	margin-bottom: 22px;
	margin-left: -20px;
	padding-top: 48px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}

#slideshow_temp
{
	background-image: url('../images/slideshow.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	width: 974px;
	height: 274px;
	margin: -22px 0px 22px -22px;
	padding: 48px 25px 25px 25px;
	color: #727272;
	font-size: 18px;
}

#slideshow h1
{
	font-size: 40px;
}

#slideshow_temp h1
{
	font-size: 35px;
}

#slideshow p
{
	width: 707px;
}

#slideshow_temp p
{
	width: 707px;
}

#slideshow a
{
	font-size: 19px;
}

/* CSS for breadcrumbs */
#breadcrumbs
{
	list-style-type: none;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
} 

#breadcrumbs li
{
	float: left;
	padding: 20px 0px 20px 0px;
}

#breadcrumbs li h1
{
	font-size: 26px;
	margin: -8px 0px 0px 0px;
}

#breadcrumbs li a
{
	color: #669650;
	font-weight: bold;
	text-decoration: none;
}

#breadcrumbs li a:hover
{
	color: #000000;
}

#breadcrumbs2
{
	list-style-type: none;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
} 

#breadcrumbs2 li
{
	float: left;
	padding: 20px 0px 20px 0px;
}

#breadcrumbs2 li h1
{
	font-size: 19px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#breadcrumbs2 li a
{
	color: #669650;
	font-weight: bold;
	text-decoration: none;
}

#breadcrumbs2 li a:hover
{
	color: #000000;
}

#breadcrumbs3
{
	list-style-type: none;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
} 

#breadcrumbs3 li
{
	float: left;
	padding: 20px 0px 20px 0px;
}

#breadcrumbs3 li h1
{
	font-size: 16px;
	margin-top: -2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#breadcrumbs3 li a
{
	color: #669650;
	font-weight: bold;
	text-decoration: none;
}

#breadcrumbs3 li a:hover
{
	color: #000000;
}

/* CSS for content */
#content
{
	border-top: 5px solid #669650;
	border-bottom: 5px solid #669650;
	padding: 20px 20px 20px 20px;
	overflow: hidden;
}

#inner_content
{
	float: left;
	width: 620px;
	margin: 0px 20px 0px 30px;
}

#inner_content  h2
{
	color: #669650;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}

#inner_content2
{
	float: left;
	width: 620px;
	margin: 0px 20px 0px 30px;
	line-height: 1.75;
}

#inner_content2 ul
{
	margin: 0 0 0 13px;
}

#inner_content2  h2
{
	color: #669650;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}

#inner_content3
{
	float: left;
	width: 620px;
	margin: 0px 20px 0px 30px;
	line-height: 1.75;
}

#inner_content3 ul
{
	margin: 0 0 0 13px;
}

#inner_content3 p
{	font-size: 12px;	
	line-height: 17px;
}

#inner_content3 hr
{	
	margin: 10px 0 20px 0;
}

#inner_content3  h2
{
	color: #336666;
	font-weight: bold;
	margin: 0 0 -5px 0;
	line-height:16px;
}

#inner_content3  h2 a
{
	color: #336666;
	font-weight: bold;
	margin: 0 0 -5px 0;
	text-decoration: none;
	line-height:16px;
}

#inner_content3 #timestamp
{	
	font-size: 12px;	
	color: #727272;
	line-height: 27px;
}

#inner_content4
{
	float: left;
	width: 620px;
	margin: 0px 20px 0px 30px;
}


#inner_content4 ul
{
	margin: 0 0 0 13px;
}

#inner_content4 li
{
	line-height: 17px;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#inner_content4 p
{	font-size: 12px;	
	line-height: 17px;
}

#inner_content4 hr
{	
	margin: 10px 0 20px 0;
}

#inner_content4  h2
{
	color: #336666;
	font-weight: bold;
	margin: 0 0 -5px 0;
	line-height:16px;
}

#inner_content4  h2 a
{
	color: #336666;
	font-weight: bold;
	margin: 0 0 -5px 0;
	text-decoration: none;
	line-height:16px;
}

#inner_content4 #timestamp
{	
	font-size: 12px;	
	color: #727272;
	line-height: 27px;
}

#sidebar
{
	float: right;
	width: 270px;
	min-height: 674px;
	background-image: url('../images/bg_sidebar.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 29px;
}

.column, .column_last
{
	float: left;
	width: 290px;
	min-height: 220px;
	background-image: url('../images/bg_column.png');
	background-position: center right;
	background-repeat: no-repeat;
	padding: 0px 40px 0px 0px;
}

.column_last
{
	background-image: none;
	padding: 0px 20px 0px 0px;
}

.column_item
{
	height: 310px;
	overflow: hidden;
	margin: 0px;
}

.sidebar_item, .sidebar_item_last
{
	padding: 0px 0px 22px 0px;
	border-bottom: 1px solid #B8B8B8;
	margin: 0px 0px 22px 0px;
	overflow: hidden;
}

.sidebar_item_last
{
	border-bottom: 0;
	padding: 0px 0px 0px 0px;
}

.column_item h2, .sidebar_item h2, .sidebar_item_last h2
{
	font-weight: bold;
}

.column_item img, .sidebar_item img, .sidebar_item_last img
{
	float: left;
	margin: 0px 12px 12px 0px;
}

blockquote
{
	margin-left:20px;
	line-height: 21px;
	margin-bottom: 0px;
}

#inner_content ul
{
	margin-left:20px;
}

#inner_content ol
{
	margin-left:20px;
}

#bgregencells
{
	background-image:url('../images/regenerative-cells.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom: 189px;
	margin-bottom: 30px;
}

#bgclinicaltrials
{
	background-image:url('../images/clinical-bg.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom: 220px;
	margin-bottom: 10px;
}

#blockquote1
{
	line-height: 30px;
	font-size: 17px;
}

#blockquote2
{
	font-size: 13px;
}

#under_blockquote1
{   
	font-size:13px;
	line-height:normal;
	margin: 0 0 20px 0;
}

#under_blockquote2
{   
	font-size:13px;
	line-height:normal;
	margin: 0 0 20px 0;
}

#supasize
{
	font-size: 17px;
}

/* CSS for contact form */
#contact
{
	width: 580px;
	overflow: hidden;
	margin: 20px 0px 20px 0px;
}

#contact legend
{
	display: none;
}

#contact label, #contact input, #contact textarea
{
	float: left;
	width: 378px;
	padding: 2px 5px 2px 5px;
	margin: 0px 0px 2px 0px;
	border: 1px solid #000000;
}

#contact label
{
	width: 190px;
	padding: 2px 0px 2px 0px;
	border: 0;
	font-weight: bold;
}

#contact textarea
{
	height: 100px;
}

#contact br
{
	clear: both;
}

#contact .button
{
	display: block;
	float: right;
	width: 150px;
	height: 31px;
	border: 1px solid #000000;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 17px;
	margin: 10px 0px 0px 0px;
	text-align: center;
	background-color: #669650;
}
