/*
 * styles relating to the "top.tpl" template
 */
table.top {
	background: transparent;
}
div#top-banner-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #1C6AB4;
	height: 208px;
}
td.banner {
}
table#contentouter {
	margin-top: -1px;
}
img.banner, img.contentouter {
	margin-bottom: -3px;
}
.top_links {  
	/* font-family: Overlock, Georgia, "Times New Roman", Times, serif; */ 
	/* font-size: 13px;  */
	/* font-style: em; */
	font-style: italic; 
	text-transform: none; 
	color: #1C6AB4;
}
table.top_links {
	padding-left: 30px;
	padding-right: 30px;
	background: none;
}
/*
 * css for the menu.tpl template
 */
table.menu {
	background: transparent;
}
#menu_wrapper {
	background: transparent;
}
#menu_table {
	position: absolute;
	top: 208px;
	left: 50%;
	width: 1000px;
	margin-left: -480px;
}
a.menu_top_link, 
a.menu_top_link nobr {
	font-size: 11pt;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.menu_sub {
	min-width: 120px;
}
.menu_sub *, .menu_sub_link * {
	background-color: #1C6AB4;
}
a.menu_sub_link {
	background-color: #1C6AB4;
	font-size: 11pt;
	color: white;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
}
td.menu_top {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 30px;
	text-align: left;
}
.menu_sub {
	position: absolute;
	background-color: #1C6AB4;
	visibility: hidden;
	padding-right: 5px;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px white solid;
	z-index: 9999;
}
a.menu_top_link:hover {
	font-weight: bold;
	color: #1C6AB4;
}
a.menu_sub_link:hover {
	color: #FFFF99;
	font-weight: bold;
}
#ysrchForm {
	padding-left: 3px
}
.langsel {
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left;
}
.langsel .fr {
	background-image: url(images/flags/fr.png);
}
.langsel .en {
	background-image: url(images/flags/en.png);
}
.langsel .es {
	background-image: url(images/flags/es.png);
}
.langsel .de {
	background-image: url(images/flags/de.png);
}
table#top-banner-tb {
	position: absolute;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	height: 208px;
}
table#top-banner-tb, table#top-banner-tb td {
	text-align: left;
	/* background: url('images/page-top_1000x208.jpg'); */
	background-color: #1C6AB4;
	padding: 0;
}
.top-links a {
	color: white;
	text-decoration: none;
}
.top-links a:hover {
	text-decoration: underline;
}
.top-links, .top-links * {
	background-color: #1C6AB4;
	padding-bottom: 0;
	margin-bottom: 0;
	overflow: hidden;
}
div.top-links.green, div.top-links.green a {
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	background-color: #36923F;
}
div#top-asacp-link {
	position: absolute;
	left: 6px;
	top: 1px;
	width: 405px;
	height: 207px;
}
div#top-report-link a {
	font-size: 18pt;
	font-weight: bold;
	font-family: Overlock, "Arial Narrow";
	letter-spacing: -0.5px;
}
div#top-report-link {
	position: absolute;
	left: 658px;
	top: 49px;
	width: 305px;
	height: 30px;
	/* padding-top: 0.5px; */
}
div#top-donate-link a {
	font-size: 16pt;
	font-weight: bold;
	font-family: Overlock, "Arial Narrow";
	letter-spacing: -0.5px;
}
div#top-donate-link {
	position: absolute;
	left: 730px;
	top: 90px;
	width: 140px;
	height: 28px;
	vertical-align: middle;
	/* padding-top: 1px; */
}
div#top-social-links {
	position: absolute;
	left: 882px;
	top: 90px;
	height: 28px;
	width: 82px;
}
div#top-menu-links a {
	font-size: 11pt;
	padding-right: 15px;
	padding-left: 6px;
}
div#top-menu-links {
	position: absolute;
	left: 410px;
	top: 183px;
	width: 589px;
	height: 20px; 
}

