﻿* {
	margin: 0;
	padding: 0;
}

/*i {
	display: none;
}*/

a {
	color: #BE0F33;
	text-decoration: none;
}

/* added for rollover link - JM - June 01, 2008 */
a:hover {
	text-decoration: underline;
}
/* END OF added for rollover link - JM - June 01, 2008 */

h1 {
	font-weight: normal;
	font-size: 24px;
	color: #000;
	line-height: 30px;
}

h2 {
	font-weight: normal;
	font-size: 22px;
	margin-bottom: 15px;
}

h3 {
	font-weight: normal;
	font-size: 18px;
	color: #BE0F33;
	margin-bottom: 15px;
}

h4 {
	font-weight: normal;
	font-size: 11px;
	color: #BE0F33;
}

html {
	font-family: verdana, arial, calibri, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;	/*background: #38708D url(../img/bg.gif) repeat-x left top;*/
}

body {
	text-align: center;
}

/* added for <blockquote> - JM - Apr 30, 2008 */
blockquote {
	padding-left: 30px;
	padding-right: 30px;
	margin: 0;
}
/* END OF added for <blockquote> - JM - Apr 30, 2008 */

#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: visible;	/* added to fix print preview bug in FF - JM - Apr 13, 2009 */
}

#leftDrop {
	position: absolute;
	width: 23px;
	height: 215px;
	left: -23px;
	background-color: #FFFFFF;	/*background: url(../img/left-drop.gif) no-repeat left top;*/
	top: 126px;
}

#header {
	width: 950px;
	height: 136px;
	padding-top: 7px;
	background: url(../img/header/bg-header.gif) no-repeat left top;
}

#search {
	float: right;
	width: 249px;
	height: 34px;
	background: url(../img/header/bg-form.gif) no-repeat left top;
}

#search form {
	padding-left: 5px;
}

#search form img {
	margin-right: 3px;
	margin-bottom: 3px;
}

#search form input {
	border: 0;
	background-color: transparent;
	font-family: verdana, arial, calibri, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-bottom: 6px;
	width: 151px;
}

#search form input.searchBtn {
	margin: 0;
	padding: 0;
	width: 65px;
	height: 22px;
	margin-top: 5px;
}

a img.logo {
	margin-left: 12px;
	margin-top: 17px;
	float: left;
	border: 0;
}

p.headerImg {
	float: left;
	margin-left: 248px;
	height: 102px;
	width: 388px;
}

/* added to fix homepage banner image in IE6 - AG - Apr 16, 2008 */
* html p.headerImg {
	float: right;
}
/* end of added */

p.headerImg img {
	float: left;
}

#content {
	margin-bottom: 20px;
	width: 920px;
	background-color: #FFFFFF;	/*background: url(../img/bg-content.gif) repeat-y left top;*/
	padding: 0 15px;
	overflow: visible;			/* changed from hidden to fix print preview bug in FF - JM - Apr 13, 2009 */
	line-height: 18px;
}

#borderTop {
	width: 950px;
	background-color: #FFFFFF;	/*background: url(../img/bg-content-top.gif) no-repeat left top;*/
	height: 15px;
	margin-left: -15px;
	margin-bottom: 10px;
}

* html #borderTop {
	margin-bottom: 5px;
}

#borderBottom {
	clear: both;
	width: 950px;
	background-color: #FFFFFF;	/*background: url(../img/bg-content-bottom.gif) no-repeat left top;*/
	height: 10px;
	margin-left: -15px;
}

* html #borderBottom {
	margin-bottom: -5px;
}

#center {
	width: 725px;
	float: left;
}

#centerLeft {
	width: 530px;
	/*padding-top: 12px;	remarked to make center and right highlights inline - AG - Apr 16, 2008 */
	float: left;
	/*margin-top: 16px;		remarked to make center and right highlights inline - AG - Apr 16, 2008 */
}

#centerLeft h2 {
	margin-top: 30px;
}

.article {
	clear: both;				/* added to fix Feature# bug - JM - Apr 16, 2008 */
	padding: 20px 0 20px 0;		/* it was padding-bottom: 20px; - AG - Apr 16, 2008 */
	overflow: hidden;			/* added to fix Feature# bug - AG - Apr 16, 2008 */
	display: inline-block;		/* added to fix Feature# bug - AG - Apr 16, 2008 */
}

.article img {
	clear: both;				/* added to fix Feature# bug - AG - Apr 16, 2008 */
	/*margin-bottom: 10px;		remarked to arrange padding between features - AG - Apr 16, 2008 */
}

/* added for bullet and numbering - JM - Apr 16, 2008 */
.article ul li {
	margin-left: 22px;
	.margin-left: 24px;

	padding-left: 5px;
	.padding-left: 7px;
}

.article ol li {
	margin-left: 27px;
	.margin-left: 31px;
}

#centerLeft .article ul li {
	margin-left: 22px;
	.margin-left: 24px;

	padding-left: 5px;
	.padding-left: 6px;
}

#centerLeft .article ol li {
	margin-left: 27px;
	.margin-left: 30px;
}
/* END OF added for bullet and numbering - JM - Apr 16, 2008 */

.First {
	font-size: 14px;
	line-height: 21px;
}

/*	remarked to arrange padding between features - AG - Apr 16, 2008
.First img {
	padding-bottom: 18px;
}
*/

.First p {
	margin-right: 12px;		/* added to fix Feature# bug - JM - Apr 16, 2008 */
}

/* added for bullet and numbering - JM - Apr 16, 2008 */
#centerLeft .article.First ul li {	/* don't give space between ".article" and ".First" */
	margin-left: 23px;
	.margin-left: 25px;

	padding-left: 8px;
}

#centerLeft .article.First ol li {
	margin-left: 30px;
	.margin-left: 33px;
}
/* END OF added for bullet and numbering - JM - Apr 16, 2008 */


.floatLeft {
	float: left;
	margin-right: 14px;
}

.floatRight {
	float: right;
	margin-left: 10px;
}

.readMore {
	color: #BE0F33;
	font-size: 10px;
	background: url(../img/read-more.gif) no-repeat left center;
	padding-left: 12px;
	text-decoration: none;
	padding-bottom: 2px;
}

.Grey {
	background-color: #F4F4EC;	/* it was #F5F4EB - JM - Apr 16, 2008 */
	padding-left: 12px;
	padding-right: 12px;		/* it was 30px - AG - Apr 16, 2008 */
	/*padding-top: 24px;		remarked - AG - Apr 16, 2008 */
	overflow: hidden;			/* added - AG - Apr 16, 2008 */
	display: inline-block;		/* added - AG - Apr 16, 2008 */
	width: 506px;				/* added - AG - Apr 16, 2008 */
}

/* added for bullet and numbering - JM - Apr 16, 2008 */
.Grey ul li {
	margin-left: 15px;
	.margin-left: 17px;

	padding-left: 3px;
	.padding-left: 6px;
}
.Grey ol li {
	margin-left: 18px;
	.margin-left: 23px;
}
/* END OF added for bullet and numbering - JM - Apr 16, 2008 */

/* added for feature story - AG - Apr 16, 2008 */
.story {
	clear: both;
	padding-bottom: 25px;
}

.story img {
	clear: both;
}

.story ul li {
	margin-left: 21px;
	.margin-left: 24px;

	padding-left: 5px;
	.padding-left: 6px;
}
.story ol li {
	margin-left: 26px;
	.margin-left: 30px;
}
/* END OF added for feature story - AG - Apr 16, 2008 */

.Yellow {
	background-color: #FFFFCC;
}

.Yellow .floatRight {
	margin-left: 0px;
}

.Yellow h4 {
	margin: 10px 0 5px 0;
}

.Green {
	color: #006600;
}

h2.Green {
	margin-bottom: 20px;
}

.greyBorder {
	border: 1px solid #ccc;
	padding: 10px;
	/*margin-bottom: 20px;		remarked - AG - Apr 16, 2008 */
}

/* added - AG - Apr 16, 2008 */
.nonGreyBorder {
	padding: 0px;
}
/* END OF added - AG - Apr 16, 2008 */

#centerRight {
	width: 180px;
	float: left;
	margin-left: 15px;
	/*margin-top: 16px;		remarked to make center and right highlight inline - AG - Apr 16, 2008 */
}

* html #centerRight {
	margin-left: 13.5px;
}

/* added - AG - Apr 16, 2008 */
#centerRight .article {
	margin-bottom: 20px;
}
/* END OF added - AG - Apr 16, 2008 */

/* added for bullet and numbering - JM - Apr 16, 2008 */
#centerRight .article ul li {
	margin-left: 22px;
	.margin-left: 24px;

	padding-left: 5px;
	.padding-left: 7px;
}

#centerRight .article ol li {
	margin-left: 27px;
	.margin-left: 31px;
}
/* END OF added for bullet and numbering - JM - Apr 16, 2008 */

#right {
	width: 180px;
	float: left;
	margin-left: 15px;
}

/* added - AG - Apr 16, 2008 */
#right .article {
	margin-bottom: 20px;
}
/* END OF added - AG - Apr 16, 2008 */

p.explore {
	font-size: 24px;
	line-height: 26px;
	padding-bottom: 11px;
	color: #000;
	background: url(../img/bg-explore-hog.gif) no-repeat right top;
}

ul.for {
	list-style-type: none;
	margin-bottom: 18px;		/* it was 22px - AG - Apr 16, 2008 */
}

* html ul.for {
	margin-bottom: 20px;		/* it was 28px - AG - Apr 16, 2008 */
}

*:first-child + HTML ul.for {
	margin-bottom: 28px;
}

ul.for a img {
	border: 0;
	margin-bottom: 2px;
}

/* for Explore HoG on the homepage, below the feature images - JM - Nov 29, 2011 */
ul.exploreHog {
	display: none;
}
/* END OF for Explore HoG on the homepage, below the feature images - JM - Nov 29, 2011 */

#login {
	margin: 12px 0 6px 0;
}

#login input {
	width: 154px;
	padding-left: 4px;
	height: 20px;
	padding-top: 2px;
	border: 1px solid #ccc;
	margin-bottom: 6px;
	font-family: verdana, arial, calibri, sans-serif;
	font-size: 11px;
	color: #666666;
}

#login input.loginBtn {
	width: 52px;
	height: 24px;
	border: 0;
	padding: 0;
}

p.donateNow {
	margin-bottom: 20px;
}

p.donateNow a img {
	border: 0;
}

#footer {
	width: 920px;
	background: url(../img/bg-content.gif) repeat-y left top;
	padding: 0 15px;
	overflow: hidden;
	line-height: 18px;
	margin-bottom: 15px;
}

#borderTopFooter {
	width: 950px;
	background: url(../img/bg-footer-top.gif) no-repeat left top;
	height: 10px;
	margin-left: -15px;
	margin-bottom: 10px;
}

* html #borderTopFooter {
	margin-bottom: 5px;
}

#contact {
	width: 262px;
	float: left;
	font-size: 13px;
}

#contact a img {
	border: 0;
}

#footerMenu p {
	clear: both;
}

p.copyright {
	padding: 0 0px 0px 0px; /*padding: 0 15px 0px 15px;*/	/* print-white */
	font-size: 11px;
	margin-bottom: 20px;
	color: #000; /*color: #fff;*/							/* print-white */
}

p.copyright a img {
	border: 0;
}

/*  Secondary page  */

#secondaryLeft {
	width: 180px;
	float: left;
}

/* added - AG - Apr 16, 2008 */
#secondaryLeftHL .article {
	margin-bottom: 20px;
}
/* END OF added - AG - Apr 16, 2008 */

#secondaryCenter {
	/*float: left;		remarked to fix print preview bug in FF - JM - Apr 13, 2009 */
	width: 947px;		/* 700px for non-print version, 900px for print version, 937px for e-mail version */
	margin-left: -13px;	/* 40px for non-print version, 10px for print version, -3px for e-mail version *//*AG - Apr 21, 2008 - change from -13px */
	line-height: 20px;
	overflow: visible;	/* added to fix print preview bug in FF - JM - Apr 13, 2009 */
}

/* added for print version only - AG - Apr 16, 2008 */
* html #secondaryCenter {
	width: 948px;
	margin-left: -7px;
}
/* END OF added - AG - Apr 16, 2008 */

/* added for bullet and numbering - AG - Apr 16, 2008 */
#secondaryCenter ul {
	margin-bottom: 20px;	
}

#secondaryCenter ol {
	margin-bottom: 20px;
}

#secondaryCenter ul li {
	margin-left: 22px;
	.margin-left: 24px;

	padding-left: 5px;
	.padding-left: 6px;
}

#secondaryCenter ol li {
	margin-left: 27px;
	.margin-left: 30px;
}
/* END OF added for bullet and numbering - AG - Apr 16, 2008 */

p.welcome {
	padding: 12px;
}

img.secBigImg {
	margin-bottom: 20px;
}

#secondaryCenter p {
	margin-bottom: 20px;
}

a.documentLibrary img {	/* added for download icon - JM - May 13, 2013 */
	border: 0;
}

/* added for breadcrumb and social icons - JM - Sep 15, 2011 */
.socialIconSet {
	display: none;
}

.socialIcon {
	display: none;
}

.rssIconWithBg {
	display: none;
}

.googlePlusIcon {
	display: none;
}

.firstRightIcon {
	margin-left: 10px;
}

.lastRightIcon {
	margin-right: 0;
}
/* END OF added for breadcrumb and social icons - JM - Sep 15, 2011 */

ul.thoughts {
	list-style-type: none;
	margin-bottom: 20px;
}

#articleRelated {
	display: none;
}

#articleRelated a {
	margin-right: 30px;
}

a.print {
	background: url(../img/print.gif) no-repeat left center;
	padding: 2px 0 2px 25px;
}

a.email {
	background: url(../img/mail.gif) no-repeat left center;
	padding: 2px 0 2px 25px;
}

a.pdf {
	background: url(../img/pdf.gif) no-repeat left center;
	padding: 2px 0 2px 25px;
}

p.firstP {
	margin-top: 20px;
}

/* added for record list, like publication list - AG - Apr 16, 2008 */
#articleList {
	clear: both;
	padding: 20px 0 0 0;
}

#articleList p {
	margin-bottom: 10px;
}

#articleList h3 {			/* it was #articleList h3 a - JM - June 02, 2008 */
	margin-bottom: 0px;
}

#articleList ul {
	margin-bottom: 10px;
}

#articleList ol {
	margin-bottom: 10px;
}

#articleList ul li {
	margin-left: 22px;
	.margin-left: 24px;

	padding-left: 5px;
	.padding-left: 6px;
}

#articleList ol li {
	margin-left: 27px;
	.margin-left: 30px;
}
/* END OF added for record list, like publication list - AG - Apr 16, 2008 */


/*  Secondary Menu  */

ul.secondaryMenu {
	list-style-type: none;
	font-size: 13px;
	margin-bottom: 24px;
}

ul.secondaryMenu li a {
	display: block;
	min-height: 22px;			/* it was height: 22px; - AG - Apr 16, 2008 */
	padding-top: 3px;
	color: #fff;
	padding-left: 11px;
	padding-right: 10px;		/* added - AG - Apr 16, 2008 */
	background: url(../img/submenu/bg-sm.gif) repeat-x left top;
	margin-bottom: 1px;
	background-color: #C01135;	/* added for left nav item more than 1 line - AG - Apr 16, 2008 */
}

/* added for left nav item more than 1 line - AG - Apr 16, 2008 */
*html ul.secondaryMenu li a {
	height: 22px;
}

ul.secondaryMenu li a.double {
	padding-bottom: 3px;
}
/* END OF added for left nav item more than 1 line - AG - Apr 16, 2008 */

ul.secondaryMenu li a:hover {
	background: url(../img/submenu/bg-sm-over.gif) repeat-x left top;
	background-color: #CD415E;	/* added for left nav item more than 1 line - AG - Apr 16, 2008 */
	text-decoration: none;		/* added because of underlined rollover link - JM - June 01, 2008 */
}

ul.secondaryMenu li a.active {
	background: url(../img/submenu/bg-sm-active.gif) repeat-x left top;
	color: #000;
	background-color: #E9E9E9;	/* added for left nav item more than 1 line - AG - Apr 16, 2008 */
}

/*  Footer Menu  */

#footerMenu {
	float: left;
	margin-left: 10px;
	font-size: 11px;
	line-height: 16px;
	width: 646px;
}

#footerMenu ul {
	float: left;
	font-size: 9px;
	list-style-type: none;
	margin-bottom: 14px;
}

#footerMenu ul li {
	float: left;
	margin-right: 6px;
}

#footerMenu ul li.last {
	margin-right: 0px;
}

#footerMenu ul li a {
	color: #333;
}

/*  Header menu   */

#menuHeader {
	float: right;
	width: 290px;
	height: 34px;
}

#menuHeader ul {
	list-style-type: none;
}

#menuHeader ul li {
	float: left;
}

#menuHeader ul li a {
	display: block;
	border: 0;
	height: 34px;
}

#menuHeader ul li a.mh01 {
	width: 95px;
	background: url(../img/header/menu/newsroom.gif) no-repeat left top;
}

#menuHeader ul li a.mh02 {
	width: 46px;
	background: url(../img/header/menu/faq.gif) no-repeat left top;
}

#menuHeader ul li a.mh03 {
	width: 73px;
	background: url(../img/header/menu/contact.gif) no-repeat left top;
}

#menuHeader ul li a.mh04 {
	width: 76px;
	background: url(../img/header/menu/myhog.gif) no-repeat left top;
}

#menuHeader ul li a:hover {
	background-position: left center;
}

#menuHeader ul li a.active {
	background-position: left bottom;
}

/*   Menu    */

#menu {
	clear: both;
	width: 950px;
	height: 42px;
}

#menu ul {
	list-style-type: none;
}

#menu ul li {
	float: left;
}

#menu ul li a {
	display: block;
	border: 0;
	height: 42px;
}

#menu ul li a.m01 {
	width: 126px;
	background: url(../img/menu/about-us.gif) no-repeat left top;
}

#menu ul li a.m02 {
	width: 216px;
	background: url(../img/menu/bleeding-disorders.gif) no-repeat left top;
}

#menu ul li a.m03 {
	width: 147px;
	background: url(../img/menu/publications.gif) no-repeat left top;
}

#menu ul li a.m04 {
	width: 115px;
	background: url(../img/menu/programs.gif) no-repeat left top;
}

#menu ul li a.m05 {
	width: 82px;
	background: url(../img/menu/camp.gif) no-repeat left top;
}

#menu ul li a.m06 {
	width: 140px;
	background: url(../img/menu/fundraising.gif) no-repeat left top;
}

#menu ul li a.m07 {
	width: 124px;
	background: url(../img/menu/pharmacy.gif) no-repeat left top;
}

#menu ul li a:hover {
	background-position: left center;
}

#menu ul li a.active {
	background-position: left bottom;
}

/* added - AG - Apr 16, 2008 */
.hlImg {
	margin-bottom: 10px;
}
/* END OF added - AG - Apr 16, 2008 */

/* added for dropdown - JM - May 13, 2008 */
.select {
	font-family: verdana, arial, calibri, sans-serif;
}
/* END OF added for dropdown - JM - May 13, 2008 */

/* added for table - MT - May 16, 2008 */
table tr td {
    padding: 10px;
}
/* END OF added for table - MT - May 16, 2008 */


/* added for Blog Comment - JM - May 18, 2011 */
.postcomment {
	display: none;
}

.comments {
	display: none;
}

.commentitem {
	display: none;
}
/* END OF added for Blog Comment - JM - May 18, 2011 */


/* Mobile Display - MH - 2012-05-10 */
#mobile, .mMenu, #mFooter {display: none;}
