﻿* {
	margin: 0;
	padding: 0;
}

html {
	font-family: verdana, arial, calibri, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #38708D url(../img/bg.gif) repeat-x left top;
}

body {
	text-align: center;
}

/*i {
	 display: none; 
}*/

img {
  display: none;
}

a {
	color: #0966AB;			/* handbook */
	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: #0966AB;			/* handbook */
	margin-bottom: 15px;
}

h4 {
	font-weight: normal;
	font-size: 11px;
	color: #0966AB;			/* handbook */
}


/* 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: 700px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: visible;	/* added to fix print preview bug in FF - JM - Apr 13, 2009 */
}

#header {
	display: none;
}

#content {
	margin-bottom: 20px;
	width: 660px;
	padding: 0;
	overflow: visible;	/* changed from hidden to fix print preview bug in FF - JM - Apr 13, 2009 */
	line-height: 18px;
}

#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;
}

#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 {
	display: none;
}

* 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: #fff;
}

p.copyright a img {
	border: 0;
}

/*  Secondary page  */

#secondaryLeft {
	/* width: 180px;
	float: left; */
	display: none;
}

/* added - AG - Apr 16, 2008 */
#secondaryLeftHL .article {
	margin-bottom: 20px;
}
/* END OF added - AG - Apr 16, 2008 */

/* highlight handbook - stay red - JM - Apr 13, 2009 */
#secondaryLeftHL a {
	color: #BE0F33;
}

#secondaryLeftHL h3 {
	font-weight: normal;
	font-size: 18px;
	color: #BE0F33;
	margin-bottom: 15px;
}

#secondaryLeftHL h4 {
	font-weight: normal;
	font-size: 11px;
	color: #BE0F33;
}
/* END OF highlight handbook - stay red - JM - Apr 13, 2009 */

#secondaryCenter {
	/*float: left;		remarked to fix print preview bug in FF - JM - Apr 13, 2009 */
	width: 634px;		/* change from 640px - JM - July 30, 2008 */
	margin-left: 10px;	/* 40px for non-print version*/
	line-height: 20px;
	overflow: visible;	/* added to fix print preview bug in FF - JM - Apr 13, 2009 */
}

#secondaryCenter a {
	text-decoration: underline;	/* handbook */
}

/* 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;
}

/* handbook welcome link - stay red - JM - Apr 13, 2009 */
p.welcome a {
	color: #BE0F33;
}
/* END OF handbook welcome link - stay red - JM - Apr 13, 2009 */

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 */
.breadcrumb_below, .multilang_form, .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 */

/* handbook breadcrumb - JM - Apr 13, 2009 */
#secondaryCenter p.breadcrumb a {
	text-decoration: none;
}

#secondaryCenter p.breadcrumb a:hover {
	text-decoration: underline;
}
/* END OF handbook breadcrumb - JM - Apr 13, 2009 */

.main_content {clear: both;} /* added because there is a language dropdown above the page title - JM - Dec 12, 2012 */

ul.thoughts {
	list-style-type: none;
	margin-bottom: 20px;
}

#articleRelated {
	display: none;
}

#articleRelated a {
	margin-right: 30px;
	text-decoration: none;		/* handbook */
}

#articleRelated a:hover {
	text-decoration: underline;	/* handbook */
}

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_handbook.gif) repeat-x left top;							/* handbook */
	margin-bottom: 1px;
	background-color: #0964AA;	/* added for left nav item more than 1 line - AG - Apr 16, 2008 */	/* handbook */
}

/* 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_handbook.gif) repeat-x left top;							/* handbook */
	background-color: #2F8BCE;	/* added for left nav item more than 1 line - AG - Apr 16, 2008 */		/* handbook */
	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: 170px;	/* handbook */
	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: 170px;																/* handbook */
	background: url(../img/header/menu/return-to-hog.gif) no-repeat left top;	/* handbook */
}

#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 {
	display: none;
}

.breadcrumb {
	display: none;
}

/* added for glossary - JM - May 11, 2009 */
a.glossary {
	text-decoration: none;
	border-bottom: dashed 1px #0966AB;
	font-style: italic;
}

a.glossary:hover {
	background-color: #DDF0FE;
}

#glossaryTitle {
	text-align: left;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

* html #glossaryTitle {
	margin-left: 0px;
	margin-right: 0px;
}

#glossaryTitle h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
}

#glossaryContent {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

* html #glossaryContent {
	margin-left: 0px;
	margin-right: 0px;
}

#glossaryContent p {
	margin-bottom: 20px;
}

#glossaryContent a, #glossaryContent p a {
	text-decoration: underline;
}

#glossaryContent a:hover, #glossaryContent p a:hover {
	text-decoration: underline;
}

#glossaryContent blockquote {
	padding-left: 30px;
	padding-right: 30px;
	margin: 0;
}

#glossaryContent ul {
	margin-bottom: 20px;	
}

#glossaryContent ol {
	margin-bottom: 20px;
}

#glossaryContent ul li {
	margin-left: 22px;
	.margin-left: 24px;

	padding-left: 5px;
	.padding-left: 6px;
}

#glossaryContent ol li {
	margin-left: 27px;
	.margin-left: 30px;
}
/* END OF added for glossary - JM - May 11, 2009 */


/* added for Handbook Comment - JM - May 04, 2010 */
.postcomment {
	display: none;
}

.comments {
	display: none;
}

.commentitem {
	display: none;
}
/* END OF added for Handbook Comment - JM - May 04, 2010 */


.info, .success, .warning, .error, .validation {display: none;} /* added for message box - JM - Dec 12, 2012 */
.hidden_obj {display: none;} /* added for hidden object - JM - Dec 12, 2012 */
.red_text {color: #FF0000;}  /* added for red text - JM - Dec 12, 2012 */


/* Mobile Display - MH - 2012-05-10 */
#mobile, .mMenu, #mFooter {display: none;}
