﻿* {
	margin: 0;
	padding: 0;
}

i {
	display: none;
}

a {
	color: #E68A00;
	font-weight:bold;
	text-decoration:none;
}

/* added for rollover link - JM - June 01, 2008 */
a:hover {
	text-decoration: none; 
	font-weight:bold;
}
/* 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: #000000;
	margin-bottom: 15px;
}

h4 {
	font-weight: normal;
	font-size: 11px;
	color: #000000;
}

html {
	font-family: verdana, arial, calibri, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #D4D0C8 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;
}

#leftDrop {
	position: absolute;
	width: 23px;
	height: 215px;
	left: -23px;
	background: url(/img/left-drop.gif) no-repeat left top;
	top: 126px;
}

#header {
	width: 950px;
	height: 143px;
	padding-top: 7px;
	overflow:hidden;
}

#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;
}

img.screenlogo {
	position: relative;
	float: left;
	border: none;
}

img.printlogo {
	display: none;
}

p.headerImg {
	position: relative;
	float: right;
}

p.headerImg a img {
	border:none;
}

#content {
	margin-bottom: 20px;
	width: 920px;
	background: url(/img/bg-content.gif) repeat-y left top;
	padding: 0 15px;
	overflow: hidden;
	line-height: 18px;
}

#borderTop {
	width: 950px;
	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: 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;
}

#center ul,#center ol {
	list-style-position:outside;
	padding-left:25px;
	padding-bottom:15px;
}

#center p {
	padding-bottom:15px;
}

#centerLeft {
	width: 355px;
	/*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: #000000;
	font-size: 10px;
	text-decoration: none;
	padding-bottom: 2px;
	font-weight:bold;
}

.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;
}

.Grey { /* AG - Dec 4, 2009 - added */
	background-color: #F4F3F1;
	padding: 10px; 
	width: 160px;
}

.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 */
	width: 158px;				/* added to make bordered highlights look neat in Opera - JM - Dec 04, 2008*/
}

/* added - AG - Apr 16, 2008 */
.nonGreyBorder {
	padding: 0px;
}
/* END OF added - AG - Apr 16, 2008 */

#centerRight {
	width: 355px;
	float: right;
	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: right;
	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;
}

#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;
}

/* added - JM - Dec 04, 2008 */
* html #login input {
	width: 152px;
}
/* END OF added - JM - Dec 04, 2008 */

#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 15px 0px 15px;
	font-size: 11px;
	margin-bottom: 20px;
	color: #666666;
}

p.copyright a img {
	border: 0;
}

/*  Secondary page  */

#secondaryLeft {
	width: 180px;
	float: left;
}

/* added - AG - Apr 16, 2008 */
#secondaryLeftHL .article {
	margin-bottom: 23px;		/* it was 20px - JM - Dec 04, 2008 */
}
/* END OF added - AG - Apr 16, 2008 */

#secondaryCenter {
	float: left;
	width: 700px;
	margin-left: 40px;
	line-height: 20px;
}

/* 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;
}

ul.thoughts {
	list-style-type: none;
	margin-bottom: 20px;
}

#articleRelated {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px 0;
	margin-bottom: 15px;
}

#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;
}

/* added for view cart - JM - June 10, 2008 */
a.cart {
	background: url(/img/cart_view.gif) no-repeat left center;
	padding: 2px 0 2px 25px;
}
/* END OF added for view cart - JM - June 10, 2008 */

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) 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) 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;
    text-transform:uppercase; 
	background:url(/img/marker1.gif) no-repeat right 6px; 
	padding-right:11px; 
	margin-right:8px;
}

#footerMenu ul li.last {
	margin-right: 0px;
	float: left;
	margin-right: 6px;
    text-transform:uppercase; 
	padding-right:11px; 
	margin-right:8px;
}

#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: 100px;
	background: url(/img/menu/beacon-home.gif) no-repeat left top;
}

#menu ul li a.m02 {
	width: 132px;
	background: url(/img/menu/beacon-about.gif) no-repeat left top;
}

#menu ul li a.m03 {
	width: 144px;
	background: url(/img/menu/beacon-pharmacy.gif) no-repeat left top;
}

#menu ul li a.m04 {
	width: 248px;
	background: url(/img/menu/beacon-bleeding-disorders.gif) no-repeat left top;
}

#menu ul li a.m05 {
	width: 206px;
	background: url(/img/menu/beacon-online-ordering.gif) no-repeat left top;
}

#menu ul li a.m06 {
	width: 120px;
	background: url(/img/menu/beacon-contact.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 - JM - Dec 04, 2008 */
.hlImgWithinBorder {
	margin: -10px -10px 10px -10px;
}
/* END OF added - JM - Dec 04, 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 table - MT - May 16, 2008 */
table.beaconForm tr td {
    padding: 2px;
}
/* END OF added for table - MT - May 16, 2008 */


/* AG - Dec 10, 2009 - added */
.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url(../images/info.gif);
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url(../images/success.gif);
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url(../images/warning.gif);
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url(../images/error.gif);
}

.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url(../images/validation.gif) ;
}

.validation a {
	color: #D63301;
}
/* AG - Dec 10, 2009 - end of  added */
