@charset "utf-8";
/* CSS Document */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body {
	padding: 0px; 
	margin: 0px; 
	min-width: 998px;
	max-height: 500px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
    background-color: #A7BDD4;
	font-family: "Lucida Gande", sans-serif;
	line-height: 100%;	
}   
* html body {
	line-height: 90%;
}
a {
	color: #0C2C53;
	text-decoration: none;
}
a:link {
	color: #0C2C53;
	text-decoration: none;
} 
a:visited {
	color: #0C2C53;
	text-decoration: none;
}
a:hover {
	color: #0C2C53;
	text-decoration: underline;
}
h1 {
	padding: 0;
	margin: 10px 0 4px 0;
	color: #002a54;
	font-size: 160%;
	font-weight: normal;
}
h2 {
 	font-size: 114%;
 	color: #000;
	margin-bottom: 2px;
}
hr {
	padding: 0;
	margin: 8px 0 8px 0;
	color: #7e94a9;
	background-color:#7e94a9;
	height: 1px;
	border: 0;
}
* html hr {
	margin: 1px 0 4px 0;
}
p {
	padding: 0;
	margin-top: 4px;
	margin-bottom: 6px;
}
* html p {
	margin-top: 0px;
}
li {
	padding-bottom: 6px;
}
/***********************************************/
/* layout divs                                 */
/***********************************************/
#content {
	width: 978px;
	position: relative;
	left: 50%;
	margin-left: -489px;
	top: 0px;
	height: 748px;
	min-height: 748px;
	min-width: 978px;
	z-index: 50;
}
#banner {
    margin-top: 4px;
	position: relative;
	z-index: 20;
}
#toolbar {
	width: 978px;
	height: 41px;
	background-image: url(../images/toolbar_bg.gif);
   	margin-top: 4px;
	position: relative;
	z-index: 24;
	overflow: hidden;
}
/* ul inside of toolbar */
#nav {
	float: left;
	width: 978px;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 100%; /* for IE */
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: "Lucida Gande", sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#nav a {
	float: left;
	width: 122px;
	display: block;
	text-align: center;
	margin: 0;
	padding: 12px 0px;
	text-decoration: none;
	color: #FFF;
}
#nav a.left, #nav a.right {
	width: 123px;
}
/* centers navigation elements in IE */
* html #nav a {
	display: inline;
	text-align: center;
}
#nav a:hover {
	color: #333;
}
/* highlights selected tab in nav bar */
body#howwedoit #nav li a#t-howwedoit, 
body#history #nav li a#t-history, body#organization #nav li a#t-organization, 
body#leadership #nav li a#t-leadership, body#partners #nav li a#t-partners, 
body#wmdchallenge #nav li a#t-wmdchallenge {
	background: transparent url(../images/tb_mid_selected.jpg) repeat-x top left;
	color: #333;
	border-right: #36587b 1px solid;
	border-left: #36587b 1px solid;
	width: 120px;
}
/*
* html body#howwedoit #nav li a#t-howwedoit, 
* html body#history #nav li a#t-history, * html body#organization #nav li a#t-organization, 
* html body#leadership #nav li a#t-leadership, * html body#partners #nav li a#t-partners, 
* html body#wmdchallenge #nav li a#t-wmdchallenge {
	width: 120px;
}
*/
/* highlights left tab in nav bar when selected */
body#index #nav li a#t-index {
	background: transparent url(../images/tb_left_selected.jpg) no-repeat top left;
	color: #333;
	border-right: #36587b 1px solid;
	border-left: none;
	width: 122px;
}
/* highlights right tab in nav bar when selected */
body#documents #nav li a#t-documents {
	background: transparent url(../images/tb_right_selected.jpg) no-repeat top right;
	color: #333;
	border-left: #36587b 1px solid;
	border-right: none;
	width: 122px;
}
/*
* html body#index #nav li a#t-index, * html body#documents #nav li a#t-documents {
	width: 123px;
}
*/
/* text box styles */
#lefttextbox {
	position: relative;
	float: left;
	top: 4px;
	width: 324px;
	height: 416px;
	/* background-image: url(../images/left_text_bg.gif); */
	background-image: url(../images/text_bg.png);
	background-repeat: no-repeat;
	z-index: 28;
}
#midtextbox {
	position: relative;
	float: left;
	top: 4px;
	left: 4px;
	width: 324px;
	height: 416px;
	/* background-image: url(../images/mid_text_bg.gif); */
	background-image: url(../images/text_bg.png);
	background-repeat: no-repeat;
	z-index: 32;
}
#righttextbox {
	position: relative;
	float: left;
	top: 4px;
	left: 8px;
	width: 324px;
	height: 416px;
	background-image: url(../images/right_text_bg.gif);
	background-repeat: no-repeat;
	z-index: 36;
}

#threecoltextbox {
	position: relative;
	float: left;
	top: 4px;
	width: 978px;
	height: 416px;
	background-image: url(../images/3col_text_bg.png);
	background-repeat: no-repeat;
	z-index: 28;
}
.textbox {
	height: 410px;
	font-family: "Lucida Gande", sans-serif;
	font-size: 80%;
	margin: 3px 9px 2px 8px;
	overflow: auto;
}
#flash {
	position: relative;
	float: left;
	left: 8px;
	top: 4px;
	height: 416px;
	width: 321px;
	/* background-image: url(../images/right_flash_bg.png); */
	z-index: 36;
}
#footer {
	clear: both;
	position: relative;
	top: 8px;
	z-index: 40;
	font-family: "Lucida Gande", sans-serif;
	font-size: 70%;
	width: 978px;
	height: 101px;
	background-image: url(../images/footer_bg.gif);
	line-height: 160%;
	overflow: hidden;
}
#leftfooterlinks {
	float: left;
	position: relative;
	top: 13px;
	left: 14px;
	color: #36587b;
}
* html #leftfooterlinks {
	top: 13px;
}
#rightfooterlinks {
	float: right;
	position: relative;
	top: 30px;
	right: 130px;
	color: #36587b;
}
#leftfooterlinks a, #rightfooterlinks a {
	color: #FFF;
	text-decoration: none;
}
#leftfooterlinks a:hover, #rightfooterlinks a:hover {
	text-decoration: underline;
}

/* legacy styles */
.thumb {
	border: 1px solid #192F46; 
	padding: 3px; 
	background-color: #FFF; 
	text-align: center; 
	margin: 4px 10px 0px 10px;
}
.thumb img, .boxwide .thumb img {
	border: 1px solid #192F46;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.caption {
	display: block;
	font-size: 90%;
	color: #000;
}
#orgchart {
	border: 1px solid #666; 
	visibility: hidden; 
	position: absolute; 
	top: -170px;
	left: 100px; 
	background-color: #E6E6E6;
	z-index: 180;
}

#orgchart p {
	padding: 4px 0px 0px 4px;
	margin: 0px;
	font-size: 80%;
}
#orgchart img {
	cursor: pointer;
	margin: 4px;
	border: #ADADAD solid 1px;
}
/***********************************************/
/* partners page                               */
/***********************************************/
.orglist {
	margin-left: 440px;
}
.partners {
	margin-left: 10px;
	border-collapse: collapse;
	background-color: transparent;
}
.partners tr.blue {
	background-color: #EBEEF3;
}
.partners td {
	padding: 2px 4px;
	font-size: 9pt;
}
.partners td.blueright {
	border: 1px solid #9CADC0;
	border-left: none;
}
.partners td.blueleft {
	border: 1px solid #9CADC0;
	border-right: none;
	white-space: nowrap;
}
.partners td.nofill {
	background-color: transparent;
}
/***********************************************/
/* documents page                              */
/***********************************************/
#documents .partners td {
	line-height: 1.2em;
	padding: 4px;
	height: 40px;
}
.partners td.bluetdfour {
	border: 1px solid #9CADC0;
}
#documents .partners td a {
	background: url(../images/acro.gif) no-repeat right bottom;
	padding-right: 16px;
}
.listlogo {
	clear: both;
	text-align: center;
	vertical-align: baseline;
	width: 100%;
}
.listlogo img {
	margin-top: 15px;
}
#watermark {
  width: 100%;
  height: 912px;
  position: fixed;
  overflow: hidden;
  background-image: url(../images/watermark.gif);
  background-repeat: no-repeat;
  z-index: 1;
  left: 622px;
  top: 211px;
}
 
* html #watermark {
  position: absolute;
  left: 479px;
}
#wmouter {
	position: fixed;
	left: 479px;
	top: 211px;
	z-index: 1;	
	width: 100%;
	height: 100%;
}
* html #wmouter {
	top: 215px;
	position: relative;
}