@charset "utf-8";
/* CSS Document */

body  {
	font: 10pt Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	overflow: auto;
}
body.home {
	background: #F0F2F4 url(/images/home_background.jpg) repeat-x;
}
body.sub {
	background: #F0F2F4 url(/images/home_background.jpg) repeat-x;
}
#container { 
	width: 968px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	clear: both;
} 
#header { 
	width: 100%;
	background: url(/images/header_background_top.jpg) no-repeat;
	padding: 0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 160px;
	clear: both;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#main-nav-outer {
	height: 41px;
	text-align: center;
	background: url(/images/header_background_bottom.jpg) no-repeat;
}
h1 {
	font-family: Arial, Helvetica, Verdana;
	font-size: 20pt;
	font-weight: bold;
	color: #FF6600;
	margin-bottom: 5px;
	margin-top: 0;
	text-transform: capitalize;
}
h2 {
	font-family: Arial, Helvetica, Verdana;
	font-size: 16pt;
	font-weight: bold;
	color: #99B872;
	margin-bottom: 5px;
	margin-top: 20px;
	text-transform: capitalize;
}
body.home h1 {
	font-family: Arial, Helvetica, Verdana;
	font-size: 19pt;
	font-weight: bold;
	color: #FF6600;
	margin-bottom: 5px;
	margin-top: 0;
	text-transform:uppercase;
}
body.home h2 {
	font-family: Arial, Helvetica, Verdana;
	font-size: 19pt;
	font-weight: bold;
	color: #99B872;
	margin-bottom: 5px;
	margin-top: 0;
	text-transform:uppercase;
}

h3 {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
a {
	color: #000066;
	text-decoration: underline;
}

th {
	text-align: left;
	border-bottom: 2px solid #e5e5e5;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
li {
	padding-bottom: 8px;
}

ol li {
	padding-bottom: 12px;
}

ol ol {
list-style-type: lower-alpha;
}

ol ol li {
	padding-bottom: 0px;
}

ol ol ol {
list-style-type: lower-roman;
}

#banner {
	clear: both;
	background: url(/images/home_main_banner.jpg) no-repeat;
	width: 968px;
	height: 200px;
}
.home #welcome-block {
	display: inline-block;
	width: 45%;
	padding: 5px 20px 10px 5px;
	float: left;
}
.home #separate-benefit-block {
	display: inline-block;
	width: 45%;
	padding: 5px 20px 10px 5px;
	float: left;
}
.home #current-issues-block {
	display: inline-block;
	width: 95%;
	padding: 5px 5px 20px 5px;
	clear: both;
}
.home #video-block-left {
	display: inline-block;
	width: 45%;
	padding: 5px 5px 10px 5px;
	float: left;
}
.home #video-block {
	display: inline-block;
	width: 45%;
	padding: 5px 5px 10px 5px;
	float: left;
}
.home #whats-on-the-site-block {
	display: inline-block;
	width: 100%;
	padding: 0px;
	clear: both;
}
.home .section-preview-block {
	display: inline-block;
	width: 205px;
	height: 215px;
	float: left;
	padding: 1px 1px 10px 5px;
}
.home .section-preview-block a {
	font-size: 11pt;
	font-weight: bold;
}
.advocacy-block {
	display: inline-block;
	background: url(/images/home_icon_advocacy.jpg) no-repeat;
}
.position-papers-block {
	display: inline-block;
	background: url(/images/home_icon_position_papers.jpg) no-repeat;
}
.medicaid-block {
	display: inline-block;
	background: url(/images/home_icon_medicaid.jpg) no-repeat;
}
.educational-block {
	display: inline-block;
	background: url(/images/home_icon_educational.jpg) no-repeat;
}
.policy-makers-block {
	display: inline-block;
	background: url(/images/home_icon_policy_makers.jpg) no-repeat;
}
.membership-block {
	display: inline-block;
	background: url(/images/home_icon_membership.jpg) no-repeat;
}
#body-top {
	width: 100%;
	margin: 10px 0px 0px 0px;
	height: 25px;
	background: url(/images/body_top.jpg) no-repeat;
}
#body-top-subpage {
	width: 100%;
	margin: 15px 0px 0px 0px;
	height: 25px;
	background: url(/images/body_top_subpage.jpg) no-repeat;
}

#body {
	width: 928px;
	height: auto;
	background: #ffffff;
	min-height: 400px;
	margin: 0;
	padding: 0px 20px;
	overflow: hidden;
}

#body-bottom {
	width: 100%;
	margin: 0px 0px 5px 0px;
	height: 31px;
	background: url(/images/body_bottom.jpg) no-repeat;
}

/*
body.home #body #left {
	margin: 0px 290px 0px 0px;
	min-height: 350px;
	height: auto;
}

body.sub #body #left {
	margin: 0px 290px 0px 0px;
	min-height: 350px;
	height: auto;
}
#body #right {
	float: right;
	width: 286px;
	height: auto;
} */

body.home #body #left {
	min-height: 350px;
	width: 640px;
	height: auto;
	float: left;
}

body.sub #body #left {
	float: left;	
	width: 620px;
	min-height: 350px;
	height: auto;
	margin-right: 20px;
}
#body #right {
	float: left;
	width: 286px;
	height: auto;
}

#body #right .right-top {
	width: 286px;
	height: 16px;
	background: url(/images/body_right_column_top.jpg) no-repeat;
}
#body #right .right-body {
	width: 262px;	/* less 24px of combine left and right padding */
	min-height: 50px;
	background: url(/images/body_right_column_background.jpg) repeat-y;
	padding: 0px 12px 0px 12px;
	overflow: auto;
}
#body #right .right-bottom {
	width: 286px;
	height: 16px;
	background: url(/images/body_right_column_bottom.jpg) no-repeat;
	margin-bottom: 10px;
}
#footer {
	background: url(/images/footer_background.jpg);
	text-align: left;
	height: auto;
	overflow: auto;
	border-top: 2px solid #000033;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
#footer #footer-body {
	width: 968px;
	margin: 0 auto;
	text-align: left;
}
#footer #footer-menu {
	width: 100%;
	text-align: left;
	margin: 15px 0px 15px 15px;
}
#footer #footer-left {
	text-align: left;
	margin: 0px 310px 0px 0px;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
#footer #footer-right {
	text-align: left;
	width: 260px;
	float: right;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: right;
}
#footer #copyright {
	clear: both;
	padding: 15px 15px 5px 15px;
}
#footer #address-info {
	clear: both;
	padding: 0px 15px 15px 15px;
}
#footer a {
	color: #fff;
}

/* Main Navigation */
#cat_14623_divs {
	margin: 0 auto;
	text-align: center;
	display: table;
}
#cat_14623_divs ul {
	margin: 0;
	padding: 0;
	height: 41px;
	whitespace: nowrap;
	list-style: none;
}
#nav_14623 li {
	/* display: block; */
	list-style: none;
	list-style-type: none;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
	font-weight: bold;
	height: 41px;
	line-height: 41px;
	width: 103px;
	color: #333;
	padding: 0px 1px 0px 0px;
	margin: 0;
	cursor: pointer;
	float: left;
	background: url(/images/menu_tab_inactive.jpg) no-repeat;
}

#nav_14623 #home-menu-item {
	/* display: inline-block; */
	list-style: none;
	list-style-type: none;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
	font-weight: bold;
	height: 41px;
	line-height: 41px;
	width: 116px;
	color: #fff;
	padding: 0px 2px 0px 0px;
	cursor: pointer;
	float: left;
	background: url(/images/menu_tab_active.jpg) no-repeat;
}

#nav_14623 li:hover ul, #nav_14623 li.sfhover ul {
	left: auto;
	list-style: none;
	list-style-type: none;
	position: absolute;
}

#nav_14623 li ul {
	position: absolute;
	left: -999em;
	list-style: none;
	list-style-type: none;
}

#cat_14623_divs li a {
	color: #333;
	display: block;
	text-decoration: none;
	text-align: center;
}

#cat_14623_divs #home-menu-item a {
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: block;
}
#nav_14623 #position-paper-menu-item,
#nav_14623 #educational-material-menu-item,
#nav_14623 #policy-makers-menu-item,
#nav_14623 #other-resources-menu-item {
	padding-top: 4px;
	line-height: 16px;
	display: block;
	list-style: none;
	list-style-type: none;
}
#nav_14623 #position-paper-menu-item a,
#nav_14623 #educational-material-menu-item a,
#nav_14623 #policy-makers-menu-item a,
#nav_14623 #other-resources-menu-item a {
	height: 37px;
}

/*
* html #cat_14623_divs ul {
  display:inline-block;    /* for IE only */
  width:1px;               /* IE will expand 1px width to fit menu width */
  padding:0 2px;           /* fix bug in IE to get border spacing correct */
  } 
  */
* html #cat_14623_divs ul li {
  display:inline;          /* for IE only */
	list-style: none;
	list-style-type: none;
  }
* html #cat_14623_divs ul li a {
  display: block;    /* for IE only */ 
  margin:0 -2px;           /* to correct an IE bug that doubles the border width */  
  }

/* Sub menu */
#navsub_14623_438590, 
#navsub_14623_438595,
#navsub_14623_2340 {
	list-style: none;
	width: 175px;
	margin: 0;
	padding: 5px;
}
#navsub_14623_438590 li,
#navsub_14623_438595 li,
#navsub_14623_2340 li {
	background: #556C84;
	background-image: none;
	height: auto;
	width: 175px;
	line-height: 1em;
	padding: 6px;
	float: left;
}
#navsub_14623_438590 li a,
#navsub_14623_438595 li a,
#navsub_14623_2340 li a,
#nav_14623 #other-resources-menu-item #navsub_14623_438595 li a {
	color: #fff;
	text-align: left;
	font-weight: normal;
	text-decoration: underline;
	height: auto;
}

/* Utility Menu */
#cat_713853_divs {
	float: right;
	padding-right: 20px;
	padding-top: 20px;	
}

#nav_713853 {
	list-style: none;
}

#nav_713853 li {
	float: left;
	padding-left: 10px;
}

/* Footer Menu */
#footer-menu {
	clear: both;
}
#nav_685481 {
	list-style: none;
	clear: both;
	margin: 0;
	padding: 0px 0px 15px 0px;
}

#nav_685481 li {
	float: left;
	padding-right: 10px;
	
}

/* Home page modules */
#latest-news {
	clear: both;
	margin-bottom: 15px;
}

#latest-events {
	clear: both;
	margin-bottom: 15px;
}

#logged-in-block {
	float: right;
	clear: right;
	padding-right: 20px;
	padding-top: 0px;
	display: none;
}

/* Manufacturer Application */
#other-employee-2,
#other-employee-3 {
	display: none;
}

#right .ad-rotator {
	margin-bottom: 10px;
}
