 @import url("hacks.css");

/* Notes: Colors
 * 		Logos background: #a5b1bd
 		Lt Blue: #C9D9E9
 		Md Blue: #A6BACD
 		Dk Blue: #646E78
		Orange: #F78C2C
		Fire Orange: #E14300
-------------------------*/

/* Initial & General Styles
-------------------------*/
html * { margin: 0; padding: 0; }
body { 
	font: 62.5% Verdana, Helvetica, Arial, sans-serif;
	background-color: #C9D9E9;
	}
html, body {
	height: 100%;
	}
#wrapper {
	margin: 0 auto;
	width: 890px;
	padding-left: 65px;
	padding-right: 65px;
	width: 760px;
	background: url("../images/bkgd-dots2.gif") repeat-y;
	min-height: 100%;
}

html > body #wrapper { width: 760px; }

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	visibility: hidden;
}

img { border: 0; }

/*IDB STYLES
#noBorder {
	border: 0px solid #ffffff;
}

/* Header
-------------------------*/
#header {
	text-align: right;
	background-color: #646E78;
}
#header img {
	float: left;
	margin: 10px 0px 10px 10px;
}
#quicklinkscontainer {
	margin-left: 560px;
	margin-right: 20px;
	display: block;
/*	border: solid #FFF 2px; */
	text-align: left;
	}
ul#quicklinks {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	position: relative; /* stops list from disappearing in IE */
}
ul#quicklinks li {
	display: block;
	text-transform: uppercase;
	font-size: 0.9em;
	border-left: dotted #FFF thin;
	border-right: dotted #FFF thin;
	border-bottom: dotted #FFF thin;
	padding: 5px 10px 5px 25px;
}
ul#quicklinks li.info {
	background: url("../images/quick-info.gif") top left no-repeat;
	background-position: 3px 5px;
}
ul#quicklinks li.help {
	background: url("../images/quick-help.gif") top left no-repeat;
	background-position: 3px 5px;
}
ul#quicklinks li.list {
	background: url("../images/quick-list.gif") top left no-repeat;
	background-position: 5px 4px;
}
ul#quicklinks a:link, ul#quicklinks a:visited {
	color: #A6BACD;
	text-decoration: none;
}
ul#quicklinks a:hover {
	color: #FFF;
}

/* Navigation
--------------------------------*/
#menu {
	background-color: #FFF;
	height: 1%;
}

#nav, #nav ul { /* all lists */
	padding: 4px 8px 4px 0;
	margin: 0;
	font-size: 1em;
	list-style: none;
	line-height: 1;
	height: 20px; /* doesn't let ul collapse and shows background */
	background: url("../images/bkgd-orangedash.gif") top left repeat-x;
}

#nav a {
	display: block;
	width: 9em; 
	padding: 4px 0px 4px 5px;
	color: #646E78;
	text-decoration: none;
	font-weight: bold;
/*	border: solid #000 1px; */
}

#nav a.short { /* for short names */
	width: 5em;
}

#nav a.long { /* for long names */
	width: 16em;
}

#nav a:hover {
	color: #F78C2C;
}

#nav li { /* all list items */
	float: left;
	width: 9em; /* width needed or else Opera goes nuts */
	text-align: left;
	text-transform: uppercase;
}

#nav li.short { /* for short names */
	float: left;
	width: 5em; /* width needed or else Opera goes nuts */
	text-align: left;
}

#nav li.long { /* for long names */
	float: left;
	width: 15em; /* width needed or else Opera goes nuts */
	text-align: left;
}

#nav li ul { /* second-level lists */
	position: absolute; z-index: 1;
	padding: 0; /* closes gap between main nav and list */
	background: none;
	background-color: none;
	width: 12em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li { /*second-level list */
	width: 12em;
	text-transform: none;
}

#nav li ul a { /* second-level list links */
	padding: 4px 7px;
	border-bottom: solid #A6BACD 1px;
	border-right: solid #A6BACD 1px;
	border-left: solid #A6BACD 1px;
	border-top: none;
	background-color: #FFF;
	width: 12em;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover ul li a:hover, #nav li.sfhover ul li a:hover {
	background-color: #F78C2C;
	color: #FFF;
}

div.clear {
	clear: both;
	height: 1%;
}

/* Content containers
-------------------------------*/
/* *************************************************************************************************** 
                                                                     Defined height and width for content
*/
#content {
	clear: left;
	background-color: #FFF;
	
	padding-bottom: 20px;

	height: auto;
	width: auto;
	
/* *************************************************************************************************** */		
}

/* Content containers Home page
-------------------------------*/
#container-sidebar-left {
	width: 200px;
	float: left;
}

#container-sidebar-right {
	width: 300px;
	float: right;
}

#container-middle { /* middle column for 3-column home layout */
	margin: 0 10px 0 200px;
}

#container-middlewide { /* 2-column width interior */
	margin: 0 0 0 200px;
	padding-bottom: 15px;
}

/* Sidebar Left Home
-------------------------------*/
#programlinks {
	margin: 0;
	padding: 10px 10px 20px 10px;
	background: url(../images/bkgd-orangewavefull.gif) bottom left no-repeat;
	text-align: left;
}
#programlinks img.heading {
	margin: 0;
	padding-bottom: 8px;
	display: block;
}
#programlinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#programlinks ul li {
	display: block;
	padding: 5px 0px 5px 20px;
}
#programlinks a:link, #programlinks a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#programlinks a:hover {
	color: #333;
}
#programlinks ul li.china { /* icon for china */
	background: url(../images/icon-china.gif) top left no-repeat;
	background-position: 0 4px;
}
#programlinks ul li.kaz { /* icon for kazakhstan */
	background: url(../images/icon-kaz.gif) top left no-repeat;
	background-position: 0 4px;
}
#programlinks ul li.vietnam { /* icon for vietnam */
	background: url(../images/icon-vietnam.gif) top left no-repeat;
	background-position: 0 4px;
}
#programlinks ul li.waiting { /* icon for waiting child */
	background: url(../images/icon-waiting.gif) top left no-repeat;
	background-position: 0 4px;
}
#programlinks ul li.ethiopia { /* icon for ethiopia */
	background: url(../images/icon-ethiopia.gif) top left no-repeat;
	background-position: 0 4px;
}
#programlinks ul li.hongkong { /* icon for hong kong */
	background: url(../images/icon-hongkong.gif) top left no-repeat;
	background-position: 0 4px;
}
#programlinks ul li.taiwan { /* icon for taiwan */
	background: url(../images/icon-taiwan.gif) top left no-repeat;
	background-position: 0 4px;
}

#programlinks ul li.philippines { /* icon for philippines */
	background: url(../images/icon-philippines.gif) top left no-repeat;
	background-position: 0 4px;
}

#promobuttons img {
	border: solid #333 1px;
}

#container-sidebar-left #featuredpic {
	background: url(../images/bkgd-orange-wavepictop.gif) no-repeat;
	margin: 0px 10px 0px 10px;
	padding: 10px 0 0 0;
}

#container-sidebar-left #featuredpic img {
	padding: 0;
	margin: 0;
}

#container-sidebar-left #featuredpic h1 {
	background: url(../images/bkgd-orange-wavepicbottom.gif) left bottom no-repeat;
	font-size: 1em;
	color: #333333;
	margin: 0;
	padding: 5px 5px 10px 5px;
}

/* Sidebar Right Home
----------------------------------*/
#promoslg { /* large promo buttons */
	padding-right: 10px;
}
#promoslg img {
	display: block;
	margin-bottom: 10px;
}

/* Middle Home
---------------------------- */
#news {
	padding: 10px 10px 0 10px;
	background: url(../images/text-news.gif) no-repeat 10px 0px;	
}
#news h1 { /* news date or banner */
	border-top: solid #A6BACD 1px;
	border-bottom: solid #A6BACD 1px;
	padding: 5px;
	font-size: 1.1em;
	color: #333;
	font-weight: bold;
	display: block;
	background: url(../images/bkgd-blueflowers.gif);
	background-color: #FFF;
	text-transform: uppercase;
	margin-top: 1em;
}
#news h2 { /* news headline */
	padding: 0 5px;
	margin-top: 1em;
	margin-bottom: 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
}
#news p { /* news body format */
	font-size: 1em;
	line-height: 1.4em;
	color: #646E78;
	margin: 0px 5px 20px 5px;
}
#news p a.readmore {
	color: red;
	text-decoration: none;
	float: right;
}
#news p a:hover {
	text-decoration: underline;
}
#news ul {
	margin: 0 1em;
	padding: 0;
	list-style: circle;
	font-size: 1em;
	line-height: 2em;
	color: #646E78;
	font-weight: bold;
}
#news li {
	margin-left: 2em;
	padding: 0 0 1em 1em;
	font-weight: normal;
	line-height: 1.4em;
}

/* General Content Styles
--------------------------------------*/
h3 {
	margin-top: 1.5em;
	margin-bottom: -.5em;
	font-size: 1.4em;
	font-weight: bold;
	color: #333;
}
h4 {
	margin-top: 1.5em;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
}
#container-middlewide p {
	font-family: trebuchet, georgia, times, serif;
	font-size: 1.2em;
	color: #333;
	line-height: 1.6em;
}
#container-middlewide ul, #container-middlewide ol {
	margin: 1em 0;
	padding: 0;
	font-family: trebuchet, georgia, times, serif;
	font-size: 1.2em;
	line-height: 1.6em;
}
#container-middlewide li {
	margin-left: 20px;
	list-style: circle;
}
#container-middlewide ol li {
	list-style: decimal;
}
#container-middlewide a:link, #container-middlewide a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #E14300;
}
#container-middlewide a:hover {
	text-decoration: underline;
	color: #000;
}
#picturessidebar { /* sidebar for photos */
	float: right;
	width: 200px;
	text-align: right;
}

#picturessidebar img {
	margin-top: 10px;
	padding: 5px;
	border: solid #999 1px;
}
#calendarsidebar { /* sidebar for photos */
	float: left;
	width: 300px;
	text-align: left;
}

#calendarsidebar p, #calendarsidebar ul, #calendarsidebar h4 {
	text-align: left;
}

img.staffphoto {
	float: left;
	margin: 10px 10px 0 0;
	padding: 5px;
	border: solid #999 1px;
}
#container-middlewide table {
	margin-top: 1em;
	border-collapse: collapse;
	width: 100%;
}
#container-middlewide th {
	font-weight: bold;
	border: solid #999 1px;
	padding: 0.2em;
}
#container-middlewide td {
	padding: 0.2em;
	border: solid #999 1px;
}

#container-middlewide td.noBorder {
	padding: 0.2em;
}

#container-middlewide table.noBorder {
	padding: 0.2em;
}

#container-middlewide th.wide50 {
	width: 50%;
}
#container-middlewide th.wide35 {
	width: 35%;
}
#container-middlewide th.wide15 {
	width: 15%;
}

.orangerule {
	border-bottom: solid #E14300 1px;
	height: 2px;
	font-size: 1em;
	line-height: 1em;
	margin: 1.5em 0 0 0;
	padding: 0;
	display: block;
}

#container-newsarticles {
	float: left;
	width: 240px;
}
#newsarticles {
	margin: 0 10px;
	padding: 10px;
	border: solid #666 1px;
}
h3.newsdate {
	font-size: 0.9em;
	font-style: italic;
}

/* General Sidebar Left
-------------------------------------*/
/* width: 200px */

#sectionlinks {
	margin: 0;
	padding: 0 10px 20px 10px;
}
#sectionlinks ul {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
}
#sectionlinks ul li {
	margin: 0;
	display: block;
	padding: 5px 0px 5px 10px;
	border-bottom: solid #999 1px;
}
#sectionlinks a:link, #sectionlinks a:visited {
	color: #F78C2C;
	font-weight: bold;
	text-decoration: none;
}
#sectionlinks a:hover {
	color: #333;
}
#container-sidebar-left img {
	margin: 10px;
	display: block;
	clear: both;
}

/* Middle Program
-----------------------------------*/
#programhead {
	padding: 0 10px;
	text-align: center;
	color: #646E78
}

#programhead h2 {
	font-family: trebuchet, georgia, times, serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.2em;
	letter-spacing: 0.5em;
	border-top: solid #646E78 1px;
	padding: 10px 0 5px 0;
}

#programhead h1 {
	font-size: 1.7em;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: solid #646E78 1px;
	padding: 5px 0 10px 0;
}

#programmenu {
	padding: 0 10px;
	text-align: center;
}

#programmenu ul {
	margin: 0;
	padding: 5px 0 5px 0;
	text-style: none;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: solid #646E78 1px;
}

#programmenu li {
	display: inline;
	padding: 0 5px 0 5px;
}

#programmenu a:link, #programmenu a:visited {
	color: #F78C2C;
	text-decoration: none;
}

#programmenu a:hover {
	color: #333;
}


/* *************************************************************************************************** 
                                                     Definedthe height, width and float for this element.
*/
#programcontent {
	text-align: left;
	height: auto;
	width: 540px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
}

#programcontent p {
	padding-top: 10px;
	height: auto;
	width: auto;
}

/* *************************************************************************************************** */

#programcontent img.verticalmap {
	float: right;
	margin: 5px 0 5px 15px;
}

#programcontent img.clientIMG {
	float: right;
	border: 1px solid black;
	padding: 3px;
	margin-bottom: 3px;
}

/* Middle Basic Content
-----------------------------------*/
/* width: 560px  */

/* *************************************************************************************************** 
                                                    Definedthe height, width and float for this element.
*/

#sectionhead {
	text-align: left;
	color: #646E78;
	float: left;
	height: auto;
	width: 540px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
/* ***************************************************************************************************  */

#sectionhead h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: .9em;
	font-style: italic;
	padding: 0 0 5px 0;
	border-bottom: solid #F78C2C 1px;
}

#sectionhead h1 {
	font-size: 1.7em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 0 10px 0;
}

/* Postcards
------------------------------------*/

div.postcard {
}

div.postcard-cambodia08,
div.postcard-thanksgiving06,
div.postcard-habitat06,
div.postcard-ethiopia06,
div.postcard-ethiopia07,
div.postcard-vietnam06,
div.postcard-vietnam07,
div.postcard-china {
	height: 500px;
	float: left;
	width: 540px;
}

#programcontent div.postcard-cambodia08 p,
#programcontent div.postcard-thanksgiving06 p,
#programcontent div.postcard-habitat06 p,
#programcontent div.postcard-ethiopia06 p,
#programcontent div.postcard-ethiopia07 p,
#programcontent div.postcard-vietnam06 p,
#programcontent div.postcard-vietnam07 p,
#programcontent div.postcard-china p {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 70px 250px 0 30px;
}

div.postcard-ethiopia06 {
	background: url(../images/postcard-ethiopia06.jpg) no-repeat;
}

div.postcard-ethiopia07 {
	background: url(../images/postcard-ethiopia07.jpg) no-repeat;
}

div.postcard-vietnam06 {
	background: url(../images/postcard-vietnam06.jpg) no-repeat;
}

div.postcard-vietnam07 {
	background: url(../images/postcard-vietnam07.jpg) no-repeat;
}

div.postcard-china {
	background: url(../images/postcard-china07.jpg) no-repeat;
}

div.postcard-cambodia08 {
	background: url(../images/postcard-cambodia08.jpg) no-repeat;
}

div.postcard-thanksgiving06 {
	background: url(../images/postcard-thanksgiving06.jpg) no-repeat;
}

div.postcard-habitat06 {
	background: url(../images/postcard-habitat06.jpg) no-repeat;
}

/* Videos
------------------------------------*/
div.videotext {
	width: 100%;
	margin-top: 10px;
	float: left;
}

#programcontent .videocaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

div.playerwrapper {
	width: 100%;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: 3px solid #E14300;
	float: left;
}

.videobullet {
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}

/* Secondary Navigation
------------------------------------*/
#menu2 {
	background-color: #646E78;
	height: 1%;
}
#nav2, #nav2 ul {
	padding: 4px 8px 4px 0;
	margin: 0;
	font-size: 1em;
	list-style: none;
	line-height: 1;
	height: 1%; /* doesn't let ul collapse and shows background */
}
/* #nav2 li { all list items
	float: left;
	width: 8em; width needed or else Opera goes nuts
	text-align: left;
	text-transform: uppercase;
} */
#nav2 a:link, #nav2 a:visited {
	display: block;
	width: 10em; 
	padding: 4px 0px 4px 5px;
	color: #C9D9E9;
	text-decoration: none;
/*	border: solid #000 1px; */
}

#nav2 a.resources { /* for short names */
	width: 9em;
}

#nav2 a.long { /* for long names */
	width: 15em;
}
#nav2 li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	text-align: left;
	text-transform: uppercase;
}
#nav2 li.resources { /* for short names */
	float: left;
	width: 9em; /* width needed or else Opera goes nuts */
	text-align: left;
}
#nav2 li.long { /* for long names */
	float: left;
	width: 15em; /* width needed or else Opera goes nuts */
	text-align: left;
}
#nav2 a:hover {
	color: #FFF;
}

/* Footer
-----------------------------------*/
#affiliations {
	padding: 5px;
}
#affiliations img {
	padding-right: 15px;
	float: left;
}
#footer {
	padding: 5px 5px 15px 5px;
	text-align: center;
}
#footer p {
	color: #333;
}
#footer a:link, #footer a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
}
