
/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */
/* general, global style rules */

body {
	background-image:  url("../_images/body_tile.gif");
	background-position: center center;
	background-repeat: repeat-y;
	background-color: #EBEBEB;
	font-family: arial, helvetica, sans-serif;
	color: #484848;
	margin: 0px;
}

td, th {
	background-color: #FFFFFF;
	font-size: 75%; 
}
td td, th th {
	font-size: 100%; 
}

img {
	border: 0px;
}

h2 {
	font-size: 170%;
}

h3 {
	font-size: 130%;
	color: #637E07;
	border-bottom: 1px solid #637E07;
}

ul {
	list-style-image:  url("../_images/bullet_grey_square.gif");
}
ul li {
	/*/*/margin-bottom: 1em;/**/
}

a:link {
	color: #484848;
	text-decoration: underline;
}
a:visited {
	color: #484848;
	text-decoration: underline;
}
a:hover {
	color: #88AD0A;
	text-decoration: underline;
} 

/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */
/* rules governing overall page layout - columns, margins, etc */

td.left {
	background-color: #EBEBEB;
	background-image:  url("../_images/left_tile.gif");
	background-repeat: repeat-y;
	background-position: right top;
	vertical-align: top;
	text-align: right;	
}
td.right {
	background-color: #EBEBEB;
	background-image:  url("../_images/right_tile.gif");
	background-repeat: repeat-y;
	background-position: left top;
	vertical-align: top;
	text-align: left;	
}

table#toolbar td {
	background-color: #637E07;
	text-align: right;
}
table#toolbar td.left {
	background-color: #88AD0A;
	text-align: right;	
}
table#toolbar td.right {
	background-color: #88AD0A;
	text-align: left;
}

td#main {
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 20px;
	vertical-align: top;
}
td#features {
	padding-top: 10px;
	padding-right: 15px;
	vertical-align: top;
}

table#footer table {
	margin-top: 40px;
	margin-bottom: 30px;
}
table#footer hr {
	color: #D1D1D1;
	height: 1px;
}

/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */
/* rules specific to national home page */

div#news {
	margin-top: 10px;
	padding-left: 35px;
}
div#news ul {
	list-style-image: none;
	list-style-type: none;
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 0px;
}

div#quicklinks {
	margin-top: 10px;
	padding-top: 40px;
}
div.quicklinks-en {
	background-image:  url("../_images/home_feature_quicklinks.gif");
	background-repeat: no-repeat;
}
div#quicklinks td {
	background-color: transparent;
	vertical-align: top;
}
div#quicklinks ul {
	margin-top: 5px;
}
div#quicklinks a {
	color: #5A6C1B;
}
div#quicklinks a:visited {
	color: #5A6C1B;
}
div#quicklinks a:hover {
	color: #484848;
}

/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */
/* rules governing the 'bread crumb trail' */

table#crumb th {
	padding: 5px 40px 5px 40px;
	text-align: left;
	font-weight: normal;
}
table#crumb a {
	color: #797979;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
}
table#crumb a:visited {
	color: #797979;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
}
table#crumb a:hover {
	color: #88AD0A;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
}
table#crumb a.lit {
	color: #637E07;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
	font-weight: bold;
}
table#crumb a.lit:visited {
	color: #637E07;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
	font-weight: bold;
}
table#crumb a.lit:hover {
	color: #797979;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
	font-weight: bold;
}

/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */
/* handy formatting rules */

img.floater {
	float: right;
	margin: 0px 0px 20px 20px;
}

.lit {
	color: #88AD0A;
	font-weight: bold;
}
a.lit {
	color: #637E07;
	text-decoration: underline;
}
a.lit:visited {
	color: #637E07;
	text-decoration: underline;
}
a.lit:hover {
	color: #484848;
	text-decoration: underline;
} 

a.red {
	color: #EA040D;
}
a.red:visited {
	color: #EA040D;
}
a.red:hover {
	color: #484848;
}

a.green {
	color: #73BC00;
}
a.green:visited {
	color: #73BC00;
}
a.green:hover {
	color: #484848;
}

a.yellow {
	color: #F3A601;
}
a.yellow:visited {
	color: #F3A601;
}
a.yellow:hover {
	color: #484848;
}

/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */
/* rules governing left-hand navigation menus (2nd, 3rd and 4th level menus) */

/* 2nd level menus */

td#menusub {
	width: 180px;
	vertical-align: top;
	padding-top: 10px;
}

td#menusub ul {
	list-style-type: none;
	list-style-image: none;
	padding-left: 0px;
	margin-left: 50px;
}
td#menusub ul li {
	margin: 0px;
	/*/*/padding: 10px 0px 10px 0px;/**/
	background-image:  url("../_images/subnav_bg.gif");
	background-position: top left;
	background-repeat: no-repeat;
}

td#menusub a {
	color: #637E07;
}
td#menusub a:visited {
	color: #637E07;
}
td#menusub a:hover {
	color: #797979;
}

/* 3rd level menus */

td#menusub ul ul {
	font-size: 90%;
	background-color: #F0F2F8;
	list-style-type: none;
	margin-left: -15px;
	margin-top: 10px;
	padding-top: 10px;
}
td#menusub ul ul li {
	/*/*/padding: 5px 0px 5px 30px;/**/
	background-image: none;
	background-image:  url("../_images/bullet_grey_square.gif");
	background-position: 20px 7px;
	background-repeat: no-repeat;
}

td#menusub ul ul li a {
	text-decoration: none;
}
td#menusub ul ul li a:visited {
	text-decoration: none;
}
td#menusub ul ul li a:hover {
	text-decoration: none;
}

/* 4th level menus */

div#sectionbox {
	background-image:  url("../_images/sectionbox_tile.gif");
	background-repeat: repeat-y;
	width: 162px;
	float: right;
	margin-top: -20px;
	margin-left: 20px;
}

div#sectionbox ul {
	padding-left: 0px;
	margin: 10px 20px 20px 15px;
	list-style-type: none;
}
div#sectionbox li {
	list-style-type: none;
	list-style-image: none;
	background-image:  url("../_images/sectionbox_bullet.gif");
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
}

div#sectionbox a {
	color: #637E07;
	text-decoration: underline;
}
div#sectionbox a:visited {
	color: #637E07;
	text-decoration: underline;
}
div#sectionbox a:hover {
	color: #484848;
	text-decoration: underline;
}

/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */
/* rules for content features */

div.feature {
	background-color: #FEFEFE;
	background-image:  url("../_images/feature_tile.gif");
	background-repeat: repeat-y;
	margin: 0px 0px 20px 20px;
	width: 218px;
	float: right;
	clear: both;
}

div.feature p {
	margin: 0px 10px 10px 17px;
	font-size: 95%; 
}
/* Dropdown menus */
#navwrapper {		
	height: 49px;
	width: 738px;
	margin: 0 auto;	
	padding: 0;
	
}

#nav, #nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#nav * {
	list-style-type: 0;
}

#nav a {
	display: block !important;
	color: #484848 !important;
	font-size: 8pt !important;
	text-decoration: none;
	width: 139px; /* drop-down menu width */
}

#nav li {
	position: relative;
	display: block;
	float: right;
	margin: 0;
	padding: 0;
}

#nav li ul, #nav li.navl1 ul {
	background: #fff;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #c3c3c3 !important;
	position: absolute;
	top: 44px;
	left: -999em;
	line-height: .1;
	margin: 0;
	padding: 0;
	width: 139px; /* drop-down menu width */
}
#nav li.navl1 ul, #nav li.navl1-f ul {
	margin-left: 10px;
}
#nav li li, #nav li li.lastsubnav {
	background: #fff url(/_images/subnav_normal_bg.gif) repeat-x top left;
	height: auto;
	margin:0;
	padding:0;
	width: 100%;
	border-bottom: 1px dotted #c3c3c3;
}
#nav li li.lastsubnav {
	margin-bottom: 1px;
	border-bottom: none;
}

#nav li li a {
	width: 139px;
}
#nav li li span {
	display: block;
	margin: 0;
	color: #484848;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	padding: 6px 7px;
	position: relative;
}

#nav li ul li a:hover {
	background: #dff7fd url(/_images/subnav_hover_bg.gif) repeat-x top left;
}

#nav li:hover ul, #nav li.over ul {
	left: auto;
	line-height: 100%;
}


/* ENGLISH BUTTONS */
#nav a.navl {
	background: transparent url(/_images/nav_programs.gif) no-repeat top left;
	height: 49px;
	width: 101px;
}
#nav a.navl:hover, #nav a.nav1-active {
	background-image: url(/_images/nav_programs_lit.gif);
	height: 49px;
	width: 101px;
}
#nav li.navl {
	width: 101px;
}

#nav a.nav2 {
	background: transparent url(/_images/nav_disease.gif) no-repeat top left;
	height: 49px;
	width: 103px;
}
#nav a.nav2:hover, #nav a.nav2-active {
	background-image: url(/_images/nav_disease_lit.gif);
	height: 49px;
	width: 103px;
}
#nav li.nav2 {
	width: 103px;
}

#nav a.nav3 {
	background: transparent url(/_images/nav_for.gif) no-repeat top left;
	height: 49px;
	width: 74px;
}
#nav a.navl=3:hover, #nav a.nav3-active {
	background-image: url(/_images/nav_for_lit.gif);
	height: 49px;
	width: 74px;
}
#nav li.nav3 {
	width: 74px;
}

#nav a.nav4 {
	background: transparent url(/_images/nav_donate.gif) no-repeat top left;
	height: 49px;
	width: 82px;
}
#nav a.nav4:hover, #nav a.nav4-active {
	background-image: url(/_images/nav_donate_lit.gif);
	height: 49px;
	width: 82px;
}
#nav li.nav4 {
	width: 82px;
}

#nav a.nav5 {
	background: transparent url(/_images/nav_tobacco.gif) no-repeat top left;
	height: 49px;
	width: 83px;
}
#nav a.nav5:hover, #nav a.nav5-active {
	background-image: url(/_images/nav_tobacco_lit.gif);
	height: 49px;
	width: 83px;
}
#nav li.nav5 {
	width: 83px;
}

#nav a.nav6 {
	background: transparent url(/_images/nav_research.gif) no-repeat top left;
	height: 49px;
	width: 95px;
}
#nav a.nav6:hover, #nav a.nav6-active {
	background-image: url(/_images/nav_research_lit.gif);
	height: 49px;
	width: 95px;
}
#nav li.nav6 {
	width: 95px;
}

#nav a.nav7 {
	background: transparent url(/_images/nav_air.gif) no-repeat top left;
	height: 49px;
	width: 82px;
}
#nav a.nav7:hover, #nav a.nav7-active {
	background-image: url(/_images/nav_air_lit.gif);
	height: 49px;
	width: 82px;
}
#nav li.nav7 {
	width: 82px;
}

#nav a.nav8 {
	background: transparent url(/_images/nav_about.gif) no-repeat top left;
	height: 49px;
	width: 89px;
}
#nav a.nav8:hover, #nav a.nav8-active {
	background-image: url(/_images/nav_about_lit.gif);
	height: 49px;
	width: 89px;
}
#nav li.nav8 {
	width: 89px;
}


  
#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #8bad0a;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
font-size: 90%;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #8bad0a;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #637e07;
color: #fff;
}




/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */
/*  */






