﻿/***************************************************************************
 Main styles
***************************************************************************/

hr {
	background-color:transparent;
	height:1px;
	border:none;
	border-bottom:1px solid #bbb
}
div.clear, div.clear_height {
	height:0px;
	font-size:0px;
	line-height:0px;
	clear:both;
	margin:0;
	padding:0;
	overflow:hidden;
	background-color:transparent;
}
div.clear_height {
	height:10px;
}



/* Header Menu */
ul.jd_menu {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
ul.jd_menu ul {
	display:none;
}
ul.jd_menu li {
	float:left;
}
/* -- Sub-Menus -- */
ul.jd_menu ul {
	position:absolute;
	display:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
	z-index:10000;
}
ul.jd_menu ul li {
	float:none;
	margin:0px;
}
ul.jd_menu, ul.jd_menu ul {
	background-color:#369;
	border:1px solid #036;
	border-top:1px solid #69C;
	border-left:1px solid #69C;
	height:20px;
}
ul.jd_menu ul {
	height:auto;
}
* html ul.jd_menu ul {
	width:1%;
}
ul.jd_menu li {
	font-family:sans-serif;
	font-size:12px;
	color:#FFF;
	line-height:14px;
	margin:0px;
	padding:4px 6px 3px 7px;
	height:13px;
	cursor:pointer;
	white-space:nowrap;
}
ul.jd_menu li li {
	width:200px;
}
ul.jd_menu li a {
	color:#FFF;
	text-decoration:none;
}
/* Left nav menu */
div#left_nav_inner ul li {
	margin-left:15px;
}
div#left_nav_inner ul li a.sel {
	font-weight:bold;
}

/* Use these if needed by the menu */
/* ul.jd_menu li.jdm_hover, ul.jd_menu li.jdm_active {
	background-color:#69C;
	color:#FFF;
	padding:3px 6px 2px 6px;
	border:1px solid #369;
	border-left:1px solid #9CF;
	border-top:1px solid #9CF;
}
*/

/***************************************************************************
 Template common styles
***************************************************************************/
div#content_container {
	width:100%;
	float:right;
}
div#top_bar {
	width:100%;
	overflow:hidden;
}
div#bread_crumbs {
	width:100%;
}
div#col_1_inner {
	margin:6px 6px 6px 0px;
}
div#col_2_inner {
	margin:6px 0px 6px 6px;
}

/* Keep bullet points standard */
div.col ul,
div.col ol,
div#module_container_inner ul,
div#module_container_inner ol,
div#side_content ul,
div#side_content ol {
	margin-left:28px;
	margin-bottom:10px;
}
div.col ul li,
div#module_container_inner ul li,
div#side_content ul li {
	list-style:disc;
}
div.col ol li,
div#module_container_inner ol li,
div#side_content ol li {
	list-style:decimal;
}



/**************************************************************************
Slide Show css
***************************************************************************/


div#gallery {
	position:relative;
	height:433px;
	overflow:hidden;
}

div#pics {

	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
	z-index:1;
}


div#pics img{
	width: 970px !important; 
	/*height: 100% !important;*/
	height: 433px !important;
}

div#gallery_overlay {
	width:970px;
	bottom:0;
	background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../../black_alpha.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    height: 31px;
    left: 0;
    opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    position: absolute;
    z-index: 2;
}
div#gallery_overlay #container {
	margin-top: -2px;
	padding:0px 20px 20px 20px;
	color:#fff;
	line-height:24px;
	font-size:14px;
}
div#gallery_nav {
	position:absolute;
	z-index:3;
	left:880px;
	bottom:10px;
}
#p1,#p2,#p3 {
	display:none;
	z-index:100;
	color:#fff;
	font-size:16px;
}
div#gallery_nav a {
	background:#fff;
	width:9px;
	height:9px;
	display:block;
	float:left;
	opacity:0.5;
	float:left;
	margin-right:5px;
}
div#gallery_nav .activeSlide  {
	opacity:1;
}


/***************************************************************************
 Object class styles
***************************************************************************/
img.object_image {
	display:block;
}

/***************************************************************************
 Custom styles required by the site front-end
***************************************************************************/

/***************************************************************************
 Core Page Styles (also visible to TinyMCE)
***************************************************************************/
.page_normal {
}
.page_heading {
margin:0px;
padding:0px;
	font-size:18px;
line-height:22px;
padding-left:0px;
padding-right:15px;
padding-bottom:15px;
margin-bottom:15px;
display:block;
color:#34364a;
border-bottom:1px solid #f23732;
font-family:calibri,arial;
}
.title_heading {
color:#1a1d49;
font-size:18px;
}
.danaher_blue {
color:#1a1d49;
}
.danaher_red {
color:#f23732;
}
.lighter_blue {
color:#4f5174;
}
