

/*begin homepage main content styles*/


/*new full width banner, added March 2021*/
h2.homepage-full-width-content-heading {
	/* background-color: #e3b835; */ /*original site color: #D5BA65*/
	background-color: #00759A;
	text-align: center;
	color: white;
	font-size: 1.6em;
	font-weight: bold;
	padding: 5px 25px;
}


#content_top {
	width: 100%;
	float: left;
	display: inline;
	clear: both;
}

#content_bottom {
	display: inline;
	width: 100%;
	clear: both;
	float: left;
	padding-bottom: 2000px; /*alter margin-bottom when sidebox on homepage is taller than the content box to keep a solid white background in the content area*/
}

.box_right, .box_right2, .box_right3 {
	float: right;
	width: 50%;
	clear: right;
	margin: 0;
	padding: 0;
}

.box_left, .box_left2, .box_left3 {
	float: left;
	width: 50%;
	clear: left;
	margin: 0;
	padding: 0;
}

.box_center {
	float: left;
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0;
	*margin-bottom: 20px; /*targets ie7 and lower only*/
	_margin-bottom: 0; /*targets ie6 and lower only*/
}


.box_left div {
	margin: 10px 20px 20px 20px;
	padding: 0;
	border: 1px solid #999;
	width: 90%;
	min-height: 450px;
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
	float: left; /*these divs need to be floated because they contain floating items.  To contain those items the divs too need to float.  However, this breaks ie 6 rendering.*/
	_float: none; /* this hack targets ie 6 only, telling it to override the above float: left; rule with a float: none; rule*/
}

.box_right div {
	margin: 10px 20px 20px 20px;
	padding: 0;
	border: 1px solid #999;
	width: 90%;
	min-height: 450px;
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
	float: right; /*these divs need to be floated because they contain floating items.  To contain those items the divs too need to float.  However, this breaks ie 6 rendering.*/
	_float: none; /* this hack targets ie 6 only, telling it to override the above float: right; rule with a float: none; rule*/
}

	div.box_right div img, div.box_left div img {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

.box_left2 div {
	margin: 10px 20px 20px 20px;
	padding: 0;
	border: 1px solid #999;
	width: 90%;
	min-height: 575px;
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
	float: left; /*these divs need to be floated because they contain floating items.  To contain those items the divs too need to float.  However, this breaks ie 6 rendering.*/
	_float: none; /* this hack targets ie 6 only, telling it to override the above float: left; rule with a float: none; rule*/
}

.box_right2 div {
	margin: 10px 20px 20px 20px;
	padding: 0;
	border: 1px solid #999;
	width: 90%;
	min-height: 575px;
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
	float: right; /*these divs need to be floated because they contain floating items.  To contain those items the divs too need to float.  However, this breaks ie 6 rendering.*/
	_float: none; /* this hack targets ie 6 only, telling it to override the above float: right; rule with a float: none; rule*/
}


.box_left3 div {
	margin: 10px 20px 20px 20px;
	padding: 0;
	border: 1px solid #999;
	width: 90%;
	min-height: 230px;
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
	float: left; /*these divs need to be floated because they contain floating items.  To contain those items the divs too need to float.  However, this breaks ie 6 rendering.*/
	_float: none; /* this hack targets ie 6 only, telling it to override the above float: left; rule with a float: none; rule*/
}

.box_right3 div {
	margin: 10px 20px 20px 20px;
	padding: 0;
	border: 1px solid #999;
	width: 90%;
	min-height: 230px;
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
	float: right; /*these divs need to be floated because they contain floating items.  To contain those items the divs too need to float.  However, this breaks ie 6 rendering.*/
	_float: none; /* this hack targets ie 6 only, telling it to override the above float: right; rule with a float: none; rule*/
}
	
	div.box_right div h3, div.box_left div h3, div.box_right2 h3, div.box_left2 h3 {
		font-size: 1.4em;
		padding: 5px 20px;
		color: #fff;
		background-color: #00759A;
		margin-top: 0;
		border-top-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-left-radius: 5px;
	}
	
.box_center div {
	margin: 10px 20px 20px 20px;
	padding: 0;
	border: 1px solid #999;
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
    float: left; /*these divs need to be floated because they contain floating items.  To contain those items the divs too need to float.  However, this breaks ie 6 rendering.*/
	_float: none; /* this hack targets ie 6 only, telling it to override the above float: left; rule with a float: none; rule*/
	width: 95%;
}

.box_center h3 {
	font-size: 1.4em;
	padding: 5px 20px;
	color: #fff;
	background-color: #00759A;
	margin-top: 0;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

.box_center h3.attention {
	font-size: 1.4em;
	padding: 5px 20px;
	color: #fff;
	background-color: #CD9043;
	margin-top: 0;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}


p.disclaimer {
	font-size: 1.2em;
	margin: 0 0 14px 8px;
	padding: 0;
	color: #BD3632;
	font-style: italic;
} /*disclaimer for .box_center (newsfeed items*/

.disclaimer a {
	color: #BD3632;
}

/*end homepage main content styles*/


/*begin homepage sidebar styles, extras not found in the infanthearing.css master sheet*/


h2.homepage-full-width-sidebar-heading {
	background-color: #F4F6F9; 
	color: #356AA0;
	margin: 20px -20px 0 -20px;
	font-size: 1.6em;
	font-weight: bold;
	padding: 5px;
	text-align: center;
} /*new sidebar heading, added March 2021*/


/* styles for standard sidebox being moved to the top of the sidebar */

.sidebox-top {
	background: #fff url(../img/corners/box-b.gif) no-repeat bottom right;
	padding: 0 0 12px 0;
	margin: 3em 0 3em 0;
	clear: left;
	width: 100%;
	float: left;
} /*updated Mar 2021*/


	.sidebox-top h3 {
		font-size: 1.4em;
		text-align: center;
		color: #fff;
		background: #00759A url(../img/corners/box-blue.gif) no-repeat top left;
		padding: 5px 0;
		margin-top: 0; /*important, as this keeps standards-compliant browsers from adding a white margin above the heading, ruining the rouned corner look (when the box has a float on it)*/
	}
	
	.sidebox-top p {
		font-size: 1.3em;
		margin: 0;
		padding: 0 15px;
		text-align: center;
	}
	
	.sidebox-top ul {
		padding-right: 15px;
	}

	.sidebox-top ul li {
		font-size: 1.3em;
	}
	
		.sidebox-top ul li li {
			font-size: 100%;
		}
	
	.sidebox-top img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}


/*icons sidebox styles*/

#inline {
	background: #fff url(../img/corners/box-b.gif) no-repeat bottom right;
	width: 100%;	
	margin: 0 0 3em 0;
	float: left;
}

#inline-top {
	background: #fff url(../img/corners/box-b.gif) no-repeat bottom right;
	width: 100%;	
	margin: 0 0 3em 0;
	/*margin: 2em 0 3em 0;*/ /*for use when this box is at the top of the sidebar--this box has been moved for the time being*/
	float: left;
} /*if more than one .inline box, because of the spacing differences at the top of the page*/

.inner-4-icons, #inner-5-icons, #inner-6-icons {
	padding: 1.5em 0 1em 0;
	margin-left: auto;
	margin-right: auto;
	float: right;
}

.inner-4-icons {
	width: 83%;
}

	img.icon-border {
		border: 1px solid #999;
	}
				
#inner-5-icons {
	width: 90%;
}

#inner-6-icons {
	width: 100%;
}

.thumbnail-4-icons, .thumbnail-5-icons, .thumbnail-6-icons {
	float: left;
	background: #fff;
}

.thumbnail-4-icons {
	width: 4.3em;
	margin: 0 3.6em 0 0;
	_margin: 0 1.2em 0 0; /*This hack (the underscore before the rule) targets ie6 and lower only*/
}

.thumbnail-5-icons {
	width: 4.3em;
	margin: 0 2.6em 0 0;
	_margin: 0 1.2em 0 0; /*This hack (the underscore before the rule) targets ie6 and lower only*/
}

.thumbnail-6-icons {
	width: 4.6em;
	margin: 0 0 0 1.8em;
	_margin: 0 1.2em 0 0; /*This hack (the underscore before the rule) targets ie6 and lower only*/
}

.thumbnail-right-6-icons {
	float: left;
	width: 4.6em;
	margin: 0 2em 0 1.8em;
	_margin: 0 1.2em 0 0; /*This hack (the underscore before the rule) targets ie6 and lower only*/
}

	
	/*video sidebox styles*/

#video_wrap {
	background: #fff url(../img/corners/box-b.gif) no-repeat bottom right;
	width: 100%;	
	margin: 0 0 3em 0;
	float: left;
}

#video {
	padding: 1.5em 0 1em 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	float: right;
}

.vid_icon {
	float: left;
	width: auto;
	margin: 0 0 0 3.6em;
	_margin: 0 0 0 2em; /*This hack (the underscore before the rule) targets ie6 and lower only*/
	background: #fff;
}

.vid_icon_right {
	float: left;
	width: auto;
	margin: 0 0 0 3.6em;
	_margin: 0 0 0 2em; /*This hack (the underscore before the rule) targets ie6 and lower only*/
}

	/*icons and video sidebox image and text styles*/

.thumbnail-6-icons p, .thumbnail-right-6-icons p, .thumbnail-5-icons p, .thumbnail-4-icons p, .vid_icon p, .vid_icon_right p {
	text-align: center;
	font-size: 1em;
	padding-bottom: 10px;
	font-weight: bold;
}

#inline-top h3, #inline h3, #video_wrap h3 {
	font-size: 1.4em;
	text-align: center;
	color: #fff;
	background: #00759A url(../img/corners/box-blue.gif) no-repeat top left;
	padding: 5px 0;
	margin-top: 0; /*important, as this keeps standards-compliant browsers from adding a white margin above the heading, ruining the rounded corner look (when the box has a float on it)*/
}

/*
.thumbnail-5-icons img, .thumbnail-6-icons img, .thumbnail-right-6-icons img {
	border: 1px solid #999;
}
*/

.vid_icon img, .vid_icon_right img {
	border: 1px solid #999;
}


p.news {
	font-size: 1.2em;
	margin: 0 10% 20px 0;
	padding: 0;
	color: #BD3632;
	text-align: center;
	font-weight: bold;
}

hr.news {
	margin: 0 10% 20px 0;
	padding: 0;
	color: #999;
}

/* end homepage sidebar styles*/


/*following is the style for the homepage introduction paragraph*/

/*
#home_intro {
	font-size: 1.4em;
	color: #333;
	line-height: 160%;
	margin: 2.5em 0 1.5em 0;
}
*/

/*replaces #home_intro, March 2021*/
		
div#homepage_intro {
	color: #333;
	line-height: 160%;
	margin-top: 35px;
	margin-bottom: 20px;
}
	
	div#homepage_intro p {
		font-size: 1.4em;
	}
	
	div#homepage_intro ul {
		font-size: 1.4em;
		margin-left: 30px;
	}
		
		div#homepage_intro ul li {
			font-size: 100%;
		}

p, li {
	font-size: 1.3em; /*13 pixels because we set the font-size in the "body" selector to 62.5% */
	color: #333;
	line-height: 140%;
} /*use smaller text on the homepage for the massive lists of links*/

/*Styles for having the RSS Icon to the right of the "EHDI News/ RSS Heading*/

/*
h4.rss {
	display: inline; 
	margin-right: 0; 
	padding-right: 5px; 
	margin-top: 0; 
	padding-top: 0;
}

img.rss_icon {
	display: inline;
	margin-left: 0;
	padding-top: 10px;
	padding-left: 0;
	position: relative;
	top: 12px;
}
*/

img.archive {
	position: relative;
	top: 13px;
	margin-right: 10px;
}


/*EHDI Meeting Sponsor div, updated March 2021*/
div#ehdi-meeting-sponsor {
	clear: both;
	width: auto;
	margin-left: 20px;
	margin-right: 20px;
	display: block;
	text-align: left;
	width: 100%;
}

	div#ehdi-meeting-sponsor h3 {
		color: #fff;
		background-color: #747474;
		text-align: center;
	}

	div#ehdi-meeting-sponsor p {
		display: inline;
		color: #fff;
		background-color: #747474;
		text-align: center;
		position: relative;
		top: -7px;
		margin-left: 7px;
	}



/*pseudo selectors*/

h3 a:link, h4 a:link {
	color: #bd3632;
	text-decoration: underline;
	border: none;
}

h3 a:visited, h4 a:visited {
	color: #663399;
	text-decoration: none;
	border: none;
}

h3 a:hover, h4 a:hover {
	color: #663399;
	text-decoration: underline;	
	border: none;
}

h3 a:active, h4 a:active {
	color: #663399;
	text-decoration: underline;	
	border: none;
}

