/*### General Styles ###*/


  body { margin: 0pt;
    background-color: #3b4c52;
    }

  p { font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    }

  td, th { font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
    }

  .thblue { font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: rgb(255, 255, 255);
    text-align: center;
    background-color: rgb(93, 138, 181);
    }

  .tablethinhr { border: thin solid rgb(93, 138, 181);
    }

  .xsmall { font-size: 11px;
    }


  h1, h2, h3, h4, h5 { font-family: Arial,Helvetica,sans-serif;
    color: rgb(67, 113, 188);
    }

  li {
	font-family: Arial, Helvetica, sans-serif;
    }




/*### Topbar ###*/

#topbar {
	position: absolute;
	top: 10px;
	left: 7.5%;
	background: #3b4c52;
	width: 76%;
	height: 70px;
	min-width: 700px;
	z-index: 100;
	display: inline;
	overflow: hidden;
	background-color: #107f9f;
	text-align: center;
	}
	
	
#logo {
	position: absolute;
	top: 10px;
	left: 83.5%;
	width: 100px;
	height: 70px;
	margin: 0px;
	padding: 0px;
	z-index: 0;
	}
	
/*### Header CLIMATE-INSIGHT ###*/

#header {
	position: absolute;
	top: 70px;
	left: 10%;
	width: 80%;
	height: 80px;
	margin: 0px;
	padding: 0px;
	z-index: 50;
	}

	
/*### Main Navigation ###*/

#mainnavwrap {
	position: absolute;
	top: 80px;
	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: 16px;
	list-style: none;
	margin: 0px 0px 0px 40px;
	font-size: 14px;
	}

#mainnav a {
	color: #000000;
	text-decoration: none;
	text-align: center;
	height: 16px;
	font-weight: normal;
	}

#mainnav a.current {
	background: #ffffff;
	color: #107f9f;
	font-weight: bold;
	}

#mainnav ul li a:hover {
	background: #107f9f;
	color: #ffff33;
	}

#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: 120px;
	left: 7.5%;
	width: 85%;
	height: auto;
	min-width: 700px;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	z-index: 0;
	}


/*### Footer ###*/

#footer {
	float: left;
	clear: left;
	padding: 2px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	left: 0%;
	width: 99.5%;
	min-width: 700px;
	height: auto;
	position:relative;
	top:0px;
	background: #eeeeee;
	text-align: left;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
#footer p {
	text-align: left;
	margin: 5px 25px 5px 5px;
	font: normal normal normal 8pt/11pt arial, verdana, sans-serif;
	}
