﻿
/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */
/* 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: #2D4799;
	border-bottom: 1px solid #CCCCCC;
}

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

a {
	color: #484848;
	text-decoration: underline;
}
a:visited {
	color: #484848;
	text-decoration: underline;
}
a:hover {
	color: #009FE8;
	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: #637BAD;
	text-align: right;
}
table#toolbar td.left {
	background-color: #A8B5D1;
	text-align: right;	
}
table#toolbar td.right {
	background-color: #A8B5D1;
	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: #1C3468;
}
div#quicklinks a:visited {
	color: #1C3468;
}
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: #009FE8;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
}
table#crumb a.lit {
	color: #2D4799;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
	font-weight: bold;
}
table#crumb a.lit:visited {
	color: #2D4799;
	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: #009FE8;
	font-weight: bold;
}
a.lit {
	color: #2D4799;
	text-decoration: underline;
}
a.lit:visited {
	color: #2D4799;
	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: #2D4799;
}
td#menusub a:visited {
	color: #2D4799;
}
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: #2D4799;
	text-decoration: underline;
}
div#sectionbox a:visited {
	color: #2D4799;
	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%; 
}

/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */
/* rules governing sidebar collapse navigation menu */

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

td#menusub2 ul {
	list-style-type: none;
	list-style-image: none;
	padding-left: 0px;
	margin-left: 50px;
}
td#menusub2 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#menusub2 a {
	color: ;
}
td#menusub2 a:visited {
	color: ;
}
td#menusub2 a:hover {
	color:;
}

/* 3rd level menus */

td#menusub2 ul ul {
	font-size: 90%;
	background-color: ;
	list-style-type: none;
	margin-left: -15px;
	margin-top: 10px;
	padding-top: 10px;
}
td#menusub2 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#menusub2 ul ul li a {
	text-decoration: none;
}
td#menusub2 ul ul li a:visited {
	text-decoration: none;
}
td#menusub2 ul ul li a:hover {
	text-decoration: none;
}


