/* ----------------------------------------
   Standard Elements
------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: url('img/bg.jpg');
	font: normal 13px Verdana,sans-serif;
	color: #345;
	padding-bottom: 1em;
}

a {color: #06A;}
a:hover {color: #036;}

p {padding: 0.1em 0 0.8em;}

h1 {font: normal 1.8em Georgia,Tahoma,sans-serif;}
h2 {font: normal 1.5em Georgia,sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

blockquote {
	background: #FFF url('img/quote.gif') no-repeat;
	border: 1px solid #EAEAEA;
	color: #000;
	display: block;
	font: normal 1em sans-serif;
	margin-bottom: 1em;
	padding: 10px 1em 0.2em 20px;
}

code {
	display: block;
	background: #FFFFFA;
	color: #335;
	border: 1px solid #E8E8D5;
	padding: 5px 10px;
	overflow: auto;
	margin: 1em 0;
	font-size: 0.9em;
	line-height: 1.5em;
}

ul,ol {margin: 0 0 1em 1.6em;}
ul ul, ol ol {margin: 0.3em 0 0.3em 1em;}

img {border: none;}
img.bordered {background: #FFF; padding: 5px; border: 1px solid #DDD;}
img.left {margin-right: 1em;}
img.right {margin-left: 1em;}

small,.small {font-size: 0.8em;}
big,.big {font-size: 1.2em;}


/* ----------------------------------------
  Forms
------------------------------------------- */

/* Inputs */
input#s, textarea, input.styled {
	border: 1px solid #BBB;
	padding: 3px;
	width: 160px;
	font: normal 1em Verdana,sans-serif;
}
textarea {width: 440px;}
#searchsubmit {
	border: 1px solid #BBB;
	background: #EEE;
	font: normal 0.9em Verdana,sans-serif;
	padding: 2px 3px;
}

/* Seachform */
table.search {
	width: 100%;
	border-collapse: collapse;
}

table
{
	border-collapse: collapse;
}
.search td {vertical-align: middle;}

td{text-align:left;}
td.tdcenter{text-align:center;}
td.tdleft{text-align:left;}
td.tdright{text-align:right;}
td.tdjustify{text-align:justify;}

col.first
{
	background-color : #87AEC5;
}
col.second
{
	background-color : #87AEC5;
}
col.third
{
	background-color : #87AEC5;
}

col.fourth
{
	background-color : #87AEC5;
}

col.fifth
{
	background-color : #87AEC5;
}
col.sixth
{
	background-color : #87AEC5;
}

col.seventh
{
	background-color : #87AEC5;
}

tr.theader
{
	font-weight:bold;
	background-color : #6693AE;
}

tr.total
{
	font-weight : bold;
}

/*-------------------------------------
	Content
---------------------------------------*/
a.topicHeader
{
	text-decoration:underline;
	cursor:pointer;
}

/* ----------------------------------------
   Layout
------------------------------------------- */

/* Main */

.post_date_right
{
	display : none;
	visibility:hidden;
}
#layout_wrapper {
	margin: 1em auto 0;
	width: 780px;	
}
#layout_container {
	background: #FFF;
	padding: 0 5px;
}
/*** top banner */
#layout_edgetop, #layout_edgebottom { 
	background: url('img/layout_edges.gif') no-repeat left top;
	display: block;
	height: 10px;	
	font-size: 0;
	line-height: 0;
}
#layout_edgebottom {background-position: left bottom;}

/* Site Title */
#site_title {
	background: #C5E68B url('img/logo_title.jpg') no-repeat left bottom;
	padding: 2px 0px;
}
#site_title h1 {
	font: normal 2.4em sans-serif;
	letter-spacing: -1px;
}

#site_title h1,#site_title h1 a {color: #386511;}
#site_title h1 a {text-decoration: none;}
#site_title h1 a:hover {color: #305A7A}

#site_title h2 {
	padding-top: 0.4em;
	font: 1.4em times;
	font-style: italic;
	font-weight: bold;
	color: #884E01;
}

#top_separator {
	background: url('img/top_separator.gif') repeat-x left top;
	display: block;
	font-size: 0;
	height: 3px;
	line-height: 0;
}

/* Navigation */
#navigation {
	background: #739CBA url('img/navigation.jpg') no-repeat left bottom;
	padding: 235px 10px 0;
}

/* Tabs */
#tabs ul {
	margin: 0;
	padding: 0;
}
#tabs li {
	display:inline;
	list-style:none;
}
#tabs a {
	background: url("img/tableftC.gif") no-repeat left top; /*** tab color **/
	float: left;
	font: bold 0.9em sans-serif;
	margin-right: 3px;
	padding-left: 4px;
	text-decoration: none;
}
#tabs a span {
	float: left;
	display: block;
	background: url("img/tabrightC.gif") no-repeat right top; /*** tab color */
	padding: 5px 10px 5px 6px;
	color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float: none;}
/* End IE5-Mac hack */

#tabs a:hover span {color: #895106;} /*** hover tab text color */
#tabs a:hover {background-position: 0% -42px;}
#tabs a:hover span {background-position:100% -42px;}

#tabs li.current_page_item a {color: #0D71EC; background-position: 0% -42px;}
#tabs li.current_page_item a span {color: #895106; background-position:100% -42px;} /*** current tab text color */

/* Main Layout */
#main_left {width: 590px;}
#main_right {width: 175px;}

/* Footer */
#footer {
	background: #2D88FB url('img/footer.gif') no-repeat left top;
	padding: 8px 12px 2px;
	font-size: 0.85em;
	color: #FAFCFF;
}
#footer .right {color: #FFFFFF;}
#footer .right a {
	color: #D3E5F1;
	text-decoration: none;
}
#footer .right a:hover {
	color: #FFE;
	text-decoration: underline;
}


/* ----------------------------------------
   Miscellaneous
------------------------------------------- */

/* Images */
img.bordered {
	border: 1px solid #DDD;
	background: #FFF;
	padding: 5px;
}

/* Text */
.bold {font-weight: bold;}
.tright {text-align: right;}
.tcenter {text-align: center;}
.tright {text-align: right;}

/* Floats */
.left {float: left;}
.right {float: right;}

/* Clear */
.clear,.clearer {clear: both;}
.clearer,.spacer {
	display: block;
	font-size: 0;
	line-height: 0;
}

/* Icons */
span.comment {
	background: url('img/icon_comment.gif') no-repeat left center;
	padding-left: 18px;
}


/* ----------------------------------------
   Post, page
------------------------------------------- */

.post {
	margin-bottom: 5px;
	color: #000000;
}
.post_title {
	background: url('img/site_title.jpg') repeat-x left top;
	padding: 6px 12px 5px;
}
.post_title h1 {font: bold 0.9em Verdana,sans-serif; color: #FFF;}
.post_title h1 a {color: #FFF;}
.post_title h1 a:hover {
	color: #FFF;
	text-decoration: underline;
}
.post_title h1.left {width: 380px}
.post_date {
	color: #FFF;
	padding-top: 1px;
	font-size: 0.85em;
}
.post_metadata {
	margin-top: 5px;
	padding: 0 5px;
	background: #CFEEFF;
}
.post_metadata .content {
	border-top: 1px solid #074284;
	padding: 8px 5px 6px 0px;
	font-size: 0.8em;
	color: #000;
}
.post_metadata .content a {color: #567;}
.post_metadata .content a:hover {color: #002;}

.post_body {
	background: #CFEEFF url('img/post/body.gif') repeat-x left top;
	padding: 10px 10px 1px;
	text-align: justify;
}
.post_body img {
	border: 1px solid #CCC;
	background: #FFF;
	padding: 3px;
}
.post_bottom {
	background: url('img/post/bottom.gif') no-repeat left top;
	display: block;
	height: 5px;
	font-size: 0;
	line-height: 0;
}
.post_search_text {
	font-size: 0.85em;
	padding: 2px 0;
}


/* ----------------------------------------
   Sidebar box
------------------------------------------- */

.box {
    margin-bottom: 5px;
}
.box_title {
	background: #28518E url('img/box/bg_top.jpg') no-repeat left top;
	padding: 6px 10px 5px;
	font-weight: bold;
	font-size: 0.9em;
	color: #FFFFFF;
}
.box_body {
	background: #A3D866; /* url('img/box/body.gif') repeat-x left top; */
	padding: 8px 10px 1px;
	font-size: 0.85em;
}
.box_bottom {
	background: url('img/box/bottom.gif') no-repeat left top;
	display: block;
	height: 5px;
	font-size: 0;
	line-height: 0;
}

.box ul {
	margin-left: 0;
	border-bottom: 1px solid #A3D866;
}
.box li:first-child {border-top: none;}
.box ul li {
	list-style: none;
	padding: 4px;
	border-top: 1px solid #A3D866;
	border-bottom: 1px solid #FFF;
}
.box ul a {text-decoration: none; color: #0332FD;}
/*.box ul a {text-decoration: none; color: #FFFF04;}/*
.box ul a:hover {text-decoration: underline;}


/* ----------------------------------------
   Lists
------------------------------------------- */

.nicelist {
	padding: 1px 0 0;
}
.nicelist ol {margin: 0;}
.nicelist ol li {
	list-style: none;
	padding: 8px 10px 1px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
}
.nicelist li.alt {background: #EEE;}
.nicelist .body {padding-top: 5px;}
.nicelist .date {
	color: #888;
	padding-top: 4px;
	font-size: 0.85em;
}
.nicelist .date a {
	color: #567;
	text-decoration: none;
}
.nicelist .date a:hover {
	color: #002;
	text-decoration: underline;
}


/* ----------------------------------------
   Archives
------------------------------------------- */

.archive_title {font: normal 1.4em sans-serif;}
.archive_title a {text-decoration: none;}
.archive_title a:hover {text-decoration: underline;}
.archive_postinfo {
	font: normal 1em sans-serif;
	padding-bottom: 6px;
}


/* ----------------------------------------
   Comments
------------------------------------------- */

.comment_gravatar {width: 48px;}
.comment_gravatar img {padding: 2px;}
.comment_author {padding-top: 2px;}


/* ----------------------------------------
   Pagination
------------------------------------------- */

.pagenavigation {
	background: #DDEBF4 url('img/pagenav_top.gif') no-repeat;
	margin-bottom: 5px;
}
.pagenav_bottom {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 5px;
	background: url('img/pagenav_bottom.gif') no-repeat;
}
.pagenav {
	font-size: 0.85em;
	padding: 5px 8px 0;
}
.pagenav a {
	color: #6A7DA4;
	text-decoration: none;
}
.pagenav a:hover {
	color: #002;
	text-decoration: underline;
}


/* ----------------------------------------
   Width, height, margin, padding
------------------------------------------- */

.h5 {height: 5px;}
.p5 {padding: 5px;}
.p10 {padding: 10px;}

#logo {
/*
    background: url('img/logo_title.jpg')  no-repeat;
    float: left;
    width: 120px;
    height: 35px;
    padding: 0 0 3px 0; 
    */
}

/*** tab background */
#navigation {
	background: url('img/tab.jpg') repeat-x left bottom;
	padding: 5px 0px 0px 5px; 
}

#navigation_home {
	background: url('img/tab.jpg') repeat-x left bottom;
	padding: 5px 0px 0px 5px; 
}

#navigation_about {
	background: url('img/tab.jpg') repeat-x left bottom;
	padding: 5px 0px 0px 5px; 
}

#navigation_program {
	background: url('img/tab.jpg') repeat-x left bottom;
	padding: 5px 0px 0px 5px; 
}

#navigation_performance {
	background: #739CBA url('img/navigation_performance.jpg') no-repeat left bottom;
	padding: 235px 10px 0;
}

#navigation_global {
	background: #739CBA url('img/navigation_global.jpg') no-repeat left bottom;
	padding: 235px 10px 0;
}

#navigation_impact {
	background: #739CBA url('img/navigation_impact.jpg') no-repeat left bottom;
	padding: 235px 10px 0;
}

#navigation_exposure {
	background: #739CBA url('img/navigation_exposure.jpg') no-repeat left bottom;
	padding: 235px 10px 0;
}
	
.menu {
	FONT-SIZE: 11px; MARGIN: 0px; WIDTH: 100%; FONT-FAMILY: "Trebuchet MS", Arial, san-serif; POSITION: relative; HEIGHT: 42px
}
.menu UL LI A {
	DISPLAY: block; PADDING-LEFT: 1px; FONT-WEIGHT: bold; FONT-SIZE: 11px; BACKGROUND-IMAGE: url(img/nav/2a.png); BORDER-BOTTOM-WIDTH: 0px; OVERFLOW: hidden; WIDTH: 94px; COLOR: #fff; LINE-HEIGHT: 48px; HEIGHT: 42px; TEXT-ALIGN: center; TEXT-DECORATION: none
}
.menu .one {
	PADDING-LEFT: 1px;
	BACKGROUND-IMAGE: url(img/nav/1a.png); 
	MARGIN-RIGHT: -1px;
}
.menu .one-selected {
	PADDING-LEFT: 1px;
	BACKGROUND-IMAGE: url(img/nav/1a.png); 
	MARGIN-RIGHT: -1px;
	COLOR: #EE9B70;
}
.menu .three {
	BACKGROUND-IMAGE: url(img/nav/3a.png)
}
.menu .three-selected {
	BACKGROUND-IMAGE: url(img/nav/3a.png);COLOR:#EE9B70;
}
.menu UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
.menu UL LI {
	FLOAT: left; POSITION: relative
}
.menu UL LI UL {
	DISPLAY: none
}
/*.menu UL LI:hover A {
	BACKGROUND: url(img/nav/2b.png); COLOR: #043454
}
.menu UL LI:hover UL 
{
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 152px; PADDING-TOP: 0px; POSITION: absolute; TOP: 42px
}
.menu UL LI:hover UL LI A.two {
	BACKGROUND: #6a3; COLOR: #fff
}
.menu UL LI:hover UL LI:hover A.two {
	BACKGROUND: #6fc; COLOR: #544a3a
}
.menu UL LI:hover UL LI UL {
	DISPLAY: none
}
*/
.menu .two-selected {
	COLOR:#EE9B70;
}
/*
.menu UL LI:hover UL LI A.two-selected {
	BACKGROUND: #6a3; COLOR: #fff
}
.menu UL LI:hover UL LI:hover A.two-selected {
	BACKGROUND: #6fc; COLOR: #544a3a
}
.menu UL LI:hover UL LI UL {
	DISPLAY: none
}
.menu UL LI:hover .one {
	BACKGROUND: url(img/nav/1b.png); COLOR: #043454
}
.menu UL LI:hover .one-selected {
	BACKGROUND: url(img/nav/1b.png); COLOR: #043454
}
.menu UL LI:hover .three {
	BACKGROUND: url(img/nav/3b.png); COLOR: #043454
}
*/
.menu UL LI UL LI A {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 11px; FONT-WEIGHT: normal; BACKGROUND-IMAGE: none; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 142px; COLOR: #043454; LINE-HEIGHT: 26px; PADDING-TOP: 0px; HEIGHT: 28px; TEXT-ALIGN: left
}
/*
.menu UL LI:hover UL {
	PADDING-RIGHT: 0px; BACKGROUND-POSITION: left bottom; PADDING-LEFT: 0px; BACKGROUND-IMAGE: url(img/nav/ddbg.png); PADDING-BOTTOM: 0px; MARGIN: 0px 0px 0px 3px; PADDING-TOP: 0px; BACKGROUND-REPEAT: no-repeat
}
.menu UL LI:hover UL .hlight {
	BACKGROUND-IMAGE: url(img/nav/hlight2.png); MARGIN-RIGHT: 1px
}

.menu UL LI:hover UL LI A:hover {
	BACKGROUND-IMAGE: url(img/nav/hlight.png); COLOR: #fff
}

.menu UL LI:hover UL LI:hover UL {
	DISPLAY: block; LEFT: 105px; POSITION: absolute; TOP: 0px
}
.menu UL LI:hover UL LI:hover UL.left {
	LEFT: -105px
}
*/