@charset "utf-8";

body  {
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	background-color: transparent;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-size: 100%;
	background-image: url(/images/img-bkgd-map.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 42%;
}
ul {
	color: #2D2360;
	padding-left: 35px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
li  {
	color: #2D2360;
	font-size: 0.8em;
	line-height: 1.2em;
	margin-top: 5px;
}

/* menus */

.menu-main {
	width: 225px;
	border-size: 1px;
	margin-top: 16px;
	margin-left: 18px;
}

.menu-main li {
	margin-top: 0px;
}


.menu-main ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 200px;
	text-indent: 23px;
	color: #FFF;
	background-color: #2D2360;
}
	
.menu-main li a {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	height: 14px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 14px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	background-color: transparent;
	background-image: url(../images/img-bkgd-menu.jpg);
	background-position: 100% 0px;
}	
	
.menu-main li a:link, .menu-main li a:visited {
	color: #FFF;
	text-decoration: none;
}

.menu-main li a:hover {
	color: #F00;
	background-position: 100% -22px;
	text-decoration: none;
}

.menu-main li a.selected {
	color: #FFF;
	background-position: 100% -22px;
	text-decoration: none;
}
/* Sub-menus */
.menu-sub {
	width: 235px;
	border-size: 1px;
	margin-top: 16px;
	margin-left: 10px;
}

.menu-sub li {
	margin-top: 1px;
}


.menu-sub ul {
	list-style-type: none;
	margin: 0;
	width: 200px;
	text-indent: 23px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
	
.menu-sub li a {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	height: 14px;
	line-height: 14px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	background-color: transparent;
	background-image: url(../images/img-bkgd-submenu.jpg);
	background-position: 100% 0px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10px;
}	
	
.menu-sub li a:link, .menu-sub li a:visited {
	color: #2D2360;
	text-decoration: none;
}

.menu-sub li a:hover {
	color: #F00;
	background-position: 100% -22px;
	text-decoration: none;
}
.menu-sub li a.selected {
	color: #2D2360;
	background-position: 100% -22px;
	text-decoration: none;
}
/* end menus */

/* LINKS */
a,a:link,a:hover {
	text-decoration:underline;
	cursor:pointer
} 

a:link {
	color:#06F
} 
a:visited {color:#999} 

a:hover,a:active {
	color:#EC2A26
} 

#container {
	width: 960px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: transparent;
	background-image: url(../images/img-bkgd-map.jpg);
	background-repeat: no-repeat;
	background-position: center 350px;
} 
h1  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #EE1B24;
	font-size: 1.5em;
	margin: 0;
	padding: 0px;
}
#contentLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	padding-left: 25px;
	margin-bottom: 15px;
} 

#contentRight {
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 25px;
	padding-right: 25px;
	width: 625px;
	float: right;
} 
#footer  {
	background-color: #FFF;
	height: 80px;
	margin-right: 10px;
	padding-top: 15px;
	margin-left: 25px;
	clear: both;
} 
#footer p {
	margin: 0;
	text-indent: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#header {
	padding: 0;  /* 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. */
	background-color: #FFF;
	margin-top: 0px;
} 
#header-top {
	float: left;
	width: 100%;
}
#header-langtabs {
	height: 25px;
	text-align: right;
	padding-right: 23px;
}
#header-top-logotag {
	width: 100%;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

#header-logo   {
	height: 66px;
	width: 253px;
	float: left;
	padding-left: 80px;
}
#header-tagline {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #EC2A26;
	font-size: 1em;
	font-weight: bold;
	padding-top: 25px;
	padding-bottom: 25px;
}

#header-nav-wrapper {
	height: 250px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	float: left;
        background-color: #000000;
}
#header-nav-redbarleft {
	margin-left: 0px;
	margin-right: 0px;
	width: 25px;
	float: left;
	height: 250px;
}
#header-nav-redbarright {
	float: right;
	height: 250px;
	width: 25px;
	margin: 0px;
	clear: right;
}
#header-nav-photos {
	height: 250px;
	width: 375px;
	float: left;
	margin: 0px;
}
#header-nav-menu-container {
	height: 250px;
	width: 260px;
	background-color: #2D2360;
	margin: 0px;
	padding: 0px;
	float: left;
}
#header-nav-donate {
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	height: 250px;
	width: 275px;
}
#header-nav-socialicons {
	float: right;
	height: 30px;
	width: 96px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header-nav-menu {
	float: left;
	padding: 0px;
	margin: 0px;
	left: 20px;
	top: 15px;
	position: relative;
	border: 1px none #06F;
	width: 220px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #2D2360;
	font-size: 1.125em;
	margin: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ol.quiz {
	font-size: medium;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1em;
	color: #310791;
}
li.alpha {
	list-style-type: upper-alpha;
	line-height: 1.8em;
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
	color: #950100;
}


.horizontal-line {
	padding: 0px;
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #CCC;
	height: 1px;
}


h3 {
	font-family: Verdana, Geneva, sans-serif;
	color: #EC2A26;
	font-size: 1em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
}
#footer-logos {
	float: right;
	background-color: #FFF;
}
#spacer-grey {
	clear: both;
}
#footer-links {
	float: left;
	padding: 0px;
	background-color: #FFF;
	text-align: center;
}
p {
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.6em;
	text-indent: 12px;
}
h4 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #EC2A26;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	font-size: 1em;
}
#ContentWrapper {
	float: left;
	padding: 0;
	margin: 0px;
	width: 100%;
}
.WebForm {
	padding: 0;
	background-image: url(../en/images/img-bkgd-mailingform.gif);
	background-repeat: no-repeat;
	height: 163px;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	width: 250px;
}
.WebForm p {
	float: left;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	text-indent: 0;
	padding: 0px;
}
.WebForm form {
	float: left;
	margin: 0px;
	height: 100%;
	width: 235px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.WebForm input {
	background-color: #F5F5F5;
	border: 1px inset #A1A1A1;
	width: 90%;
	margin-left: 0px;
	padding-left: 0px;
}

.WebForm-es {
	padding: 0;
	background-image: url(../es/images/img-bkgd-mailingform.gif);
	background-repeat: no-repeat;
	height: 163px;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	width: 250px;
}
.WebForm-es p {
	float: left;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	text-indent: 0;
	padding: 0px;
}
.WebForm-es form {
	float: left;
	margin: 0px;
	height: 100%;
	width: 235px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.WebForm-es input {
	background-color: #F5F5F5;
	border: 1px inset #A1A1A1;
	width: 90%;
	margin-left: 0px;
	padding-left: 0px;
}

#factoids-es {
	height: 215px;
	overflow: hidden !important;
	background-image: url(../es/images/img-bkgd-scroller-es.jpg);
	background-repeat: no-repeat;
	width: 210px;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 20px;
}

/* Scrolling text box */
#factoids {
	height: 215px;
	overflow: hidden !important;
	background-image: url(../en/images/img-bkgd-scroller.jpg);
	background-repeat: no-repeat;
	width: 210px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 20px;
}



.WebForm-fr {
	padding: 0;
	background-image: url(../fr/images/img-bkgd-mailingform.gif);
	background-repeat: no-repeat;
	height: 163px;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	width: 250px;
}
.WebForm-fr p {
	float: left;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	text-indent: 0;
	padding: 0px;
}
.WebForm-fr form {
	float: left;
	margin: 0px;
	height: 100%;
	width: 235px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.WebForm-fr input {
	background-color: #F5F5F5;
	border: 1px inset #A1A1A1;
	width: 90%;
	margin-left: 0px;
	padding-left: 0px;
}

#factoids-es {
	height: 215px;
	overflow: hidden !important;
	background-image: url(../es/images/img-bkgd-scroller-es.jpg);
	background-repeat: no-repeat;
	width: 210px;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 20px;
}

#factoids-fr {
	height: 215px;
	overflow: hidden !important;
	background-image: url(../fr/images/img-bkgd-scroller-fr.jpg);
	background-repeat: no-repeat;
	width: 210px;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 20px;
}

/* Scrolling text box */
#factoids {
	height: 215px;
	overflow: hidden !important;
	background-image: url(../en/images/img-bkgd-scroller.jpg);
	background-repeat: no-repeat;
	width: 210px;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 20px;
}


#factsiframe {
	overflow: hidden !important;
	top: 0px;
	background-color: transparent;
	border: 1px none #09F;
	margin-top: 10px;
}

img .project-map {
	text-align: center;
}
#facts-container {
	overflow: hidden !important;
	top: 0px;
	background-color: transparent;
	border: 1px none #09F;
	margin-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #006;
}

.qfacts-title  {
	text-align: left;
	font-size: 0.9em;
	font-weight: bold;
	color: #F22A26;
	margin: 0px;
	width: 100%;
}
.qfacts-text {
	text-align: left;
	font-size: 0.8em;
	color: #000;
	width: 100%;
	margin-left: 5px;
}
.project-photos  {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
hr {
	margin-right: auto;
	margin-left: auto;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #2D2360;
	width: 90%;
	text-align: center;
}
/* Define the image buttons used on the mailing list form */
#button-submit {
	height: 22px;
	width: 90px;
	overflow: hidden;
	margin-right: 8px;
	background-image: url(../en/images/img-button-submit.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0px;
	margin-top: 8px;
} 
  
#button-submit:hover{
	background-position: 100% -20px;
} 

/* Define the image buttons used on the mailing list form */
#button-remove {
	height: 22px;
	width: 90px;
	overflow: hidden;
	margin-right: 8px;
	margin-top: 8px;
	background-image: url(../en/images/img-button-remove.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0px;
} 
  
#button-remove:hover{ 
	background-position: 100% -20px; 
} 

/* Define the image buttons used on the mailing list form = SPANISH */

#button-submit-es {
	height: 22px;
	width: 90px;
	overflow: hidden;
	margin-right: 8px;
	background-image: url(../es/images/img-button-submit.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0px;
	margin-top: 8px;
} 
  
#button-submit-es:hover{
	background-position: 100% -20px;
} 

#button-remove-es {
	height: 22px;
	width: 90px;
	overflow: hidden;
	margin-right: 8px;
	margin-top: 8px;
	background-image: url(../es/images/img-button-remove.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0px;
} 
  
#button-remove-es:hover{ 
	background-position: 100% -20px;
}


/* Define the image buttons used on the mailing list form = SPANISH */

#button-submit-fr {
	height: 22px;
	width: 90px;
	overflow: hidden;
	margin-right: 8px;
	background-image: url(../fr/images/img-button-submit.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0px;
	margin-top: 8px;
} 
  
#button-submit-fr:hover{
	background-position: 100% -20px;
} 

#button-remove-fr {
	height: 22px;
	width: 90px;
	overflow: hidden;
	margin-right: 8px;
	margin-top: 8px;
	background-image: url(../fr/images/img-button-remove.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0px;
} 
  
#button-remove-fr:hover{ 
	background-position: 100% -20px;
}


.readmore  {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: right;
}

#sub-menu {
	padding: 0px;
	background-color: #FFF;
	float: left;
	width: 248px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b3b3b3;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b3b3b3;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#submenu-top {
	float: left;
	width: 250px;
	background-image: url(/en/images/img-submenu-top.gif);
	background-repeat: no-repeat;
	background-position: 100%;
	height: 22px;
}
#submenu-bottom {
	margin: 0px;
	padding: 0px;
	float: left;
	background-color: #FFF;
	width: 250px;
	background-image: url(/en/images/img-submenu-bottom.gif);
	background-repeat: no-repeat;
	background-position: 100%;
	height: 22px;
}

#submenu-top-es {
	float: left;
	width: 250px;
	background-image: url(/es/images/img-submenu-top.gif);
	background-repeat: no-repeat;
	background-position: 100%;
	height: 22px;
}
#submenu-bottom-es {
	margin: 0px;
	padding: 0px;
	float: left;
	background-color: #FFF;
	width: 250px;
	background-image: url(/es/images/img-submenu-bottom.gif);
	background-repeat: no-repeat;
	background-position: 100%;
	height: 22px;
}

#submenu-top-fr {
	float: left;
	width: 250px;
	background-image: url(/fr/images/img-submenu-top.gif);
	background-repeat: no-repeat;
	background-position: 100%;
	height: 22px;
}
#submenu-bottom-fr {
	margin: 0px;
	padding: 0px;
	float: left;
	background-color: #FFF;
	width: 250px;
	background-image: url(/fr/images/img-submenu-bottom.gif);
	background-repeat: no-repeat;
	background-position: 100%;
	height: 22px;
}

#submenu-wrapper {
	padding: 0px;
	float: left;
	width: 250px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h5 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #2D2360;
	padding-top: 14px;
	font-size: 0.9em;
}
.submenu-title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #EC2A26;
	margin-top: 5px;
	margin-bottom: 5px;
}
.submenu-spacer {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 2px;
}

.table-funding p{
	color: #2D2360;
	text-indent: 0%;
}
#contact-wrapper {
	float: left;
	width: 625px;
}
.contact-address {
	float: left;
	width: 300px;
	text-align: center;
	text-indent: 0;
}
.contact-map {
	width: 300px;
	float: right;
}
#contact-form {
	float: left;
	width: 250px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.contact-address p {
	text-indent: 0;
	text-align: center;
}
.photo-right  {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #D51419;
	float: right;
}
.photo-left {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #D51419;
	float: left;
}
.photo-leftColumn {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #D51419;
	float: left;
}

.AccordionPanelLinkOnlyTab {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	background-color: #EBEBEB;
	padding: 4px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #EBEBEB;
	text-decoration: none;
	color: #039;
}

.AccordionPanelLinkOnlyTab a, .AccordionPanelLinkOnlyTab a:link, .AccordionPanelLinkOnlyTab a:visited {
	color: #039;
	text-decoration: none;	
}

.AccordionPanelLinkOnlyTab a:hover {
	color: #EC2A26;
	text-decoration: underline;
}

iframe.career {
	height: 500px;
	width: 100%;
	border: 1px solid #999;
}

.sitemap {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
}

.sitemap li a {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	height: 14px;
	line-height: 14px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	background-color: transparent;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10px;
}
.sitemap li a:link, .sitemap li a:visited {
	color: #8F8F8F;
	text-decoration: none;
}

.sitemap li a:hover {
	color: #F00;
	background-position: 100% -22px;
	text-decoration: underline;
}

.adbox {
	float: left;
	width: 250px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 15px;
}
.social-icons
{
	float: left;
	width: 250px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(/en/images/img-social-icons-bar.gif);
	height: 36px;
}

