/*### General Styles ###*/

body {
	background: #ffffff  repeat-x;
	margin: 0px;
	padding: 0px;
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 16pt;
	font-weight: normal;
	font-variant: normal;		
	}
	
a img {
	text-decoration: none;
	border: none;
}

form {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 10px 25px 20px 25px;
	font: normal 10pt/16pt Verdana, Arial, Helvetica, sans-serif;
	list-style-image: url(images/bullet_tan_asteriks.png);
}

ol {
	margin: 10px 25px 20px 25px;
}

em {
	font-style: italic;
	font-weight: 200;
	color: #017c9f;

}

input {
	background: #f6e5cd;

}


/*### Topbar ###*/

#topbar {
	position: absolute;
	top: 1px;
	left: 7.5%;
	background: #3b4c52;
	width: 85%;
	height: 25px;
	min-width: 770px;
	z-index: 100;
	display: inline;
	overflow: hidden;
	}

/*### Topbar_orgs ###*/

#topbar_orgs {
	width: auto;
	float: left;
	margin-right: 3px;
	}
	
#topbar_orgs ul {
	padding-left: 0;
	margin-left: 0;
	color: #fff;
	float: left;
	font-family: arial, helvetica, sans-serif;
	}

#topbar_orgs ul li { 
	display: inline; 
	}

#topbar_orgs ul li a {
	background: url(images/topbar_buttonOFF.jpg) repeat-y;
	padding: 0.1em 1em;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	}

#topbar_orgs ul li a:hover {
	background: url(images/topbar_buttonON.jpg) repeat-y;
	color: #fff;
	}
	
#navlist {
	margin: 0px;
	padding: 0px;
}

/*### Topbar_groups ###*/
	

#topbar_groups {
	width: auto;
	height: 25px;
	float: left;
	padding: 7px 3px 5px 5px;
	font: normal normal normal 8pt/10pt verdana, arial, sans-serif;
	color: #fff;
	overflow: hidden;
	}
	
#topbar_groups a {
	font: normal normal normal 8pt/9pt verdana, arial, sans-serif;
	text-decoration: none;
	color: #fff;
	text-align: left;
	padding: 0.1em 0.5em;
	}
	
#topbar_groups a:hover {
	font: normal normal normal 8pt/9pt verdana, arial, sans-serif;
	text-decoration: underline;
	color: #fff;
	text-align: left;
		}
	
#topbar_search {
	width: auto;
	height: 25px;
	margin: 0px 2px 0px 0px;
	padding: 0px;
	font: normal normal normal 8pt/11pt verdana, arial, sans-serif;
	color: #fff;
	float: right;
	}
	
#topbar_search input {
	margin: 0px;
	display: inline;
		}
	
#topbar_search a {
	font: normal normal normal 8pt/9pt verdana, arial, sans-serif;
	text-decoration: none;
	color: #fff;
	margin: 0px;
	}

	
/*### Header CLIMATE-DEVELOPMENT ###*/

#header {
	position: absolute;
	top: 30px;
	left: 10%;
	background: url(images/banner_new.jpg) no-repeat center;
	width: 80%;
	height: 125px;
	margin: 0px;
	padding: 0px;
	z-index: 50;
	}

#header span { 
	display: none;
	}


/*### Main Navigation ###*/

#mainnavwrap {
	position: absolute;
	top: 150px;
	left: 7.5%;
	background: #cccccc repeat-x;
	width: 85%;
	height: 26px;
	float: left;
	border-top: 5px solid #eeeeee;
	z-index: 50;
	background-color: #CCCCCC;
}

#mainnav {
	background: #cccccc repeat-x;
	width: 100%;
	height: 26px;
	float: left;
	z-index: 55;
	}

#mainnav ul {
	color: white;
	font-family: arial, helvetica, sans-serif;
	height: 14px;
	list-style: none;
	margin: 0px 0px 0px 40px;
	}

#mainnav a {
	color: #000000;
	text-decoration: none;
	text-align: center;
	height: 14px;
	font-weight: normal;
	}

#mainnav a.current {
	background: #ffffff;
	color: #107f9f;
	font-weight: bold;
	}

#mainnav ul li a:hover {
	background: #24acd9;
	color: #fff;
	}

#mainnav ul li ul li {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#nav, #nav ul {
	padding: 0px;
	line-height: 1;
	font: normal normal normal 10pt/11pt verdana, arial, sans-serif;
	margin: 0px;
}

/*NOTE: Mozilla-based browsers will follow this rule to provide equally distanced main nav buttons */

html>body #nav a {
	display: block;
	width: auto;
	padding: 4px 8px 4px 8px;
}


/*NOTE: IE 6 and earlier will follow this rule and ignore the one above, which is necessary because it requires fixed width buttons for the drop nav to work */

#nav a {
	display: block;
	width: 7.0em;
	padding: 4px 0px 4px 0px;
}

#nav li { 
	float: left;
}

#nav li a.subitem {
	background: #e98125;
	color: #fff;
	border-top: 0px;
	border-bottom: 1px solid white;
	height: auto;
	width: 13.4em;
	text-align: left;
	font-size: 9pt;
	font-weight: bold;
}

#nav li ul {
	position: absolute;
	left: -999em;
	background: #b98f36;
	width: 11.4em;
}


#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}


/*### Content ###*/

#content {
	position: absolute;
	top: 175px;
	left: 7.5%;
	width: 87.5%;
	height: auto;
	min-width: 775px;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	z-index: 0;
	}

/*### Mouseover Popup Descriptions ###*/


#content a span {
	display: none;
	}

#content a:hover span {
	background: #c6edf6;
	display: block;
  position: absolute;
  width: auto;
  max-width: 550px;
  padding: 10px;
  margin: -65px 10px 10px 55px;
  z-index: 100;
  color: #333333;
  border: 4px solid #5fc4da;
  font: 9pt/12pt Verdana, sans-serif; 
  text-align: left;
  text-decoration: none;
   }

#content img.icon {
	vertical-align: middle;
}

	
/*### Feature ###*/

#featurewrap {
	float: left;
	background: #cccccc;
	width: 90%;
	min-width: 700px;
	height: 200px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	}
	
#featurewrap img {
	border-top: 4px solid #999999;
	border-bottom: 4px solid #999999;
	border-left: 7px solid #999999;
	border-right: 7px solid #999999;
	margin: 0px 15px 0px 0px;
	overflow: visible;
	}
	
#featurewrap img.noright {
	border: 4px solid #999999;
	margin: 0px;

	}

#lowercontentwrap {
	float: left;
	clear: left;
	background: #ffffff url(images/clouds_back.jpg) no-repeat;
	width: 97.5%;
	min-width: 770px;
	height: auto;
	margin: 25px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	overflow: hidden;
	}

	

#lowercontentwrap h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.95em;
	font-variant: small-caps;
	line-height: 1.3em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #413d3d;
	margin: 10px 5px 20px 0px;
	border-bottom: 1px solid #bbb3a9;
	/*background: url(images/h1_left2.png) 0px 1px no-repeat;*/
	/*padding-left: 20px;*/
	}
	
#lowercontentwrap h2 {
	font-family: Arial;
	font-size: 0.9em;
	line-height: 1.2em;
	letter-spacing: .9;
	text-align: left;
	word-spacing: 0;
	text-decoration: none;
	color: #007299;
	margin: 15px 5px 10px 5px;
	}
	
#lowercontentwrap h3 {
	font-family: Georgia;
	font-size: 0.85em;
	line-height: 1.2em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #413d3d;
	margin: 15px 5px 20px 5px;
	}


#lowercontentwrap p {
	font-family: Arial;
	font-size: 1.2em;
	line-height: 1.3em;
	letter-spacing: .85;
	text-align: left;
	word-spacing: -0.01em;
	text-decoration: none;
	color: #333333;
	margin: 10px 12px 25px 12px;
	}
	
#lowercontentwrap a {
	text-decoration: none;
	color: #cc3900;
	}

#lowercontentwrap a:hover {
	background: #ffffff;
	text-decoration: underline;
}

#lowercontentwrap img {
	vertical-align: middle;
	}

#lowercontentwrap li {
	font-family: Arial;
	font-size: 0.95em;
	line-height: 1.3em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: -0.01em;
	text-decoration: none;
	color: #333333;


}
	

/*### Left and Right Content areas within a maincontent area ###*/

#leftsubcontent {
	width: 65%;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	border-right: 1px dotted #cccccc;
}

#rightsubcontent {
	width: 25%;
	float: left;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

#rightsubcontent img {
	padding: 2px;
}




/*### Footer ###*/

#footer {
	float: left;
	clear: left;
	margin: 15px 0px 0px 0px;
	padding: 10px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	left: 0%;
	width: 95%;
	height: auto;
	background: #eeeeee;
	text-align: left;
	}
	
#footer p {
	text-align: left;
	margin: 5px 25px 5px 5px;
	font: normal normal normal 8pt/11pt arial, verdana, sans-serif;
	}


/*### Class Styles ###*/


.center {
	text-align: center;
	}

.detailtext {
	font: normal normal normal 8pt/10pt Arial, sans-serif;
	text-align: left;
	text-decoration: none;
	color: #333333;
	margin: 0px 5px 10px 5px;
}

