#content h2 span.companytitle {display:none;}
#content h2 span.depttitle {display:none;}
div.design {float: none;}

/*******************************************************
=OVERRIDES FOR EDITABLE CONTENT
*******************************************************/

/* div.art_cont_left {border-right: 1px solid #ccc;} */
/* div.art_cont_right {border: none;} */
div.art_cont_left div.float_left, div.art_cont_right div.float_left {margin-right: .8em;}
div.art_cont_right {padding-left: 3%;}


/*******************************************************
=LINK STYLES FOR GUKI
*******************************************************/

p.intro a, ul.innProdList a, div.dept_infoBox a.cta_link {color: #52394B;}
p.intro a:hover, ul.innProdList a:hover, div.dept_infoBox a.cta_link:hover {color: #065ea8;}

/*******************************************************
=CONTENT STYLES FOR GUKI
*******************************************************/

#content-outer ul.innProdList {
	float: left;
	margin-left: 0;
	padding-left: 3em;
	padding-bottom: .5em;
}
ul.innProdfirst {
	margin-right: 4em;
}

/* Department Boxes */

div.dept_infoBox {
	float: right;
	background: #E0DADE;
	width: 48.9%;
	margin: 1em 0;
	min-height: 12em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div.dept_infoBoxfirst {
	float: left;
}
div.dept_infoBox p {
	padding: 10px;
	margin: 0;
}
#contentArticle div.dept_infoBox a.cta_link {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 1em;
	display: block;
	padding: 0 0 .5em 17px;
	background: url('/PublishingImages/site/common/cta_images/guki_arrow.gif') no-repeat 0 2px;
	margin-left: 10px;
}
#contentArticle div.dept_infoBox h6 {
	padding: .4em 0;
	text-align: center;
	color: #fff;
	background: #AF9FAA;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}
#contentArticle div.dept_infoBox h6 a {
	color: #fff;
	text-decoration: none;
}

/*******************************************************
=IE6 FIXES
*******************************************************/

/* Sets a static height on the Clinical Area boxes for IE6 */
* html div.dept_infoBox {
	height: 12.5em;
}
* html div.art_cont_full {
	margin-bottom: 1em;
}

/*******************************************************
=SELF CLEARING FLOATS
*******************************************************/

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* IE6 */
* html .group {height: 1%;}

/* IE7 */
*:first-child+html .group {min-height: 1px;}
