﻿/* 1. MAIN */

.index{
	height: 100%;	
}

html{
	height: 100%;	
}

.wrapper{
	
	margin-bottom: -192px; /* sticky footer */
	background-image: url(/images/header-background.png);
	background-position: top center;
	background-repeat: no-repeat;	
}

.index{
	background-image: url(/images/body-background.png);
	background-repeat: repeat-x;
}


/* 1.1 HEADER */

.header-printable{
	display: none;
}

div.footer{
	width: 1000px;	
	margin: 0px auto;
}

div.header{
	width: 1000px;	
	margin: 0px auto;
}

div.about{
	width: 1090px;
	margin: 0px auto;
}

div.content{
	width: 1090px;
	margin: 0px auto;
}

div.header{
	position: relative;
	height: 190px;
}

	div.header div.search{
		position: absolute;
		/*
		top: 10px;
		left: 505px;
		width: 450px;
		*/
		background-color: #FFFFFF;
		top: 7px;
		left: 480px;
		width: 460px;
		height: 26px;
	}
	
		div.header div.search input[type=text]{
			background-color: #ebebeb;
			border: 0px;
			width: 400px;
			height: 19px;
			outline: none
		}		
		
		div.header div.search input[type=image]{
			position: absolute;
			right: -5px;
		}

	div.header ul.nav-top{
		position: absolute;
		top: 5px;
		left: 200px;
		width: 750px;
		background: white;
		line-height: 28px;
		
	}
		div.header ul.nav-top a{
			text-decoration:underline;
		}
		
		div.header ul.nav-top li{
			display: inline;
			margin-right: 35px;
		}
	
	div.header a.logo{
		display: block;
		position: absolute;
		top: 57px;
		left: 41px;
		/* top: 40px;
		left: -17px; */
	}
	
	div.header div.know{
		position: absolute;
		top: 40px;
		left: 279px;
		height: 120px;
		padding-top: 55px;
		padding-left: 220px;		
		background-position: top left;
		background-repeat: no-repeat;
	}
	
		div.header div.know div.q{
			position: absolute;
			top: 10px;
			left: 188px;
			z-index: 300;			
			background-position: top left;
			background-repeat: no-repeat;
			width: 205px;
			height: 47px;
		}	
	
		div.header div.know span{
			margin-left: 10px;
			color: #df6705;
		}
		
		div.header div.know a{
			margin-left: 10px;
			color: #df6705;
		}
		
		div.header div.know span{
			margin-left: 5px;
		}
		
	div.header ul.nav{		
		position: absolute;
		top: 161px;
		left: 64px;
		padding-left: 20px;
		width: 670px;
		height: 39px;
		background-image: url(/images/nav/left.png);
		background-repeat: no-repeat;
	}
	
		div.header ul.nav li{
			list-style: none;
			float: left;
			font-size: 16px;			
			text-align: center;
			padding-left: 4px;			
		}		
		
			div.header ul.nav li a{
				display: block;
				line-height: 39px;
				padding-right: 22px;
				background-repeat: no-repeat;
				background-position: top right;
				
			}

 ul.chart-tabs li{
	cursor:pointer;
}
	
	
		div.header ul.nav li.economics{
			background-image: url(/images/nav/red.png);
		}
		
			div.header ul.nav li.economics a{
				background-image: url(/images/nav/red-violet.png);
			}
		
		div.header ul.nav li.biz{
			background-image: url(/images/nav/violet.png);
		}
		
			div.header ul.nav li.biz a{
				background-image: url(/images/nav/violet-yellow.png);
			}
		
		div.header ul.nav li.social{
			background-image: url(/images/nav/yellow.png);
		}
		
			div.header ul.nav li.social a{
				background-image: url(/images/nav/yellow-green.png);
			}
		
		div.header ul.nav li.comfort{
			background-image: url(/images/nav/green.png);
		}
		
			div.header ul.nav li.comfort a{
				background-image: url(/images/nav/green-blue.png);
			}
		
		div.header ul.nav li.guide {
			background-image: url(/images/nav/blue.png);			
		}
		
			div.header ul.nav li.guide a{
				padding-right: 23px;
				background-image: url(/images/nav/right.png);
			}
	
			div.header ul.nav li a{
				color: #ffffff;
				text-decoration: none;
				text-shadow: 0px 1px 1px #000;
				outline: none;
			}
			
			div.header ul.nav li a:hover{
				text-shadow: none;
			}
	
	div.header ul.lang{
		background-image: url(/images/languages.png);
		background-position: top left;
		background-repeat: no-repeat;		
		position: absolute;
		top: 170px;
		right: 110px;
		padding-bottom: 10px;
		padding-left: 25px;
	}
	
		div.header ul.lang li{
			list-style: none;
			display: inline;
			margin-right: 5px;
			line-height: 15px;
		}

/* 1.2 CONTENT */

div.content{
	min-height: 400px;
	color: #000;
	padding-bottom: 192px;
}

div.single-column{
	position: relative;
	margin: 20px 90px;
}

div.two-columns{
	margin-top: 25px;
	margin-left: 45px;
}

div.sidebar{
	float: left;
	width: 300px;
	margin-top: 0px;
	margin-left: 45px;
}

div.main{
	margin-left: 300px;
	padding-right: 20px;
}

div.right{
	float: right;
	width: 200px;
	margin: 0px 0px 40px 40px;
}
	
/* 1.2.1 ACCORDION */

/* 1.2.1.1 COLORS */
body.v4master ul.chart-tabs li{background-color: #666666}
body.v4master ul.chart-tabs li.active{background-color: #aaaaaa}


div.economics{color: #c92c24}
div.biz{color: #7156b6}
div.social{color: #f89432}
div.comfort{color: #34b66b}
div.guide{color: #4c9ecd}

body.economics div.content strong{color: #c92c24}

body.economics div.content h3{color: #c92c24}

body.economics div.content h2{color: #c92c24}

body.economics div.content h1{color: #c92c24}
body.economics ul.accordion{background-color: #c92c24}
body.economics ul.chart-tabs li.active{background-color: #a5261f}
body.economics ul.accordion ul{background-color: #a5261f}
body.economics ul.chart-tabs li{background-color: #83201b}
body.economics ul.accordion ul ul{background-color: #83201b}
body.economics ul.accordion > li:first-child{background-image:url(/images/accordion/ul-red.png)}	
body.economics ul.accordion ul li:first-child{background-image: url(/images/accordion/ul-red-arrow.png)}
body.economics ul.accordion ul ul li:first-child{background-image: url(/images/accordion/ul-ul-red-arrow.png)}
body.economics .ui-slider-handle{background-color: #83201b}


body.biz div.content strong{color: #7156b6}


body.biz div.content h3{color: #7156b6}


body.biz div.content h2{color: #7156b6}


body.biz div.content h1{color: #7156b6}
body.biz ul.accordion{background-color: #7559d6}
body.biz ul.chart-tabs li.active{background-color: #654db8}
body.biz ul.accordion ul{background-color: #654db8}
body.biz ul.chart-tabs li{background-color: #473291}
body.biz ul.accordion ul ul{background-color: #473291}
body.biz ul.accordion > li:first-child{background-image:url(/images/accordion/ul-violet.png)}
body.biz ul.accordion ul li:first-child{background-image: url(/images/accordion/ul-violet-arrow.png)}
body.biz ul.accordion ul ul li:first-child{background-image: url(/images/accordion/ul-ul-violet-arrow.png)}

body.social div.content strong{color: #f89432}

body.social div.content h3{color: #f89432}

body.social div.content h2{color: #f89432}

body.social div.content h1{color: #f89432}
body.social ul.accordion{background-color: #e48a31} 
body.social ul.chart-tabs li.active{background-color: #d3802e}
body.social ul.accordion ul{background-color: #d3802e}
body.social ul.chart-tabs li{background-color: #bc732a} 
body.social ul.accordion ul ul{background-color: #bc732a} 
body.social ul.accordion > li:first-child{background-image:url(/images/accordion/ul-yellow.png)}
body.social ul.accordion ul li:first-child{background-image: url(/images/accordion/ul-yellow-arrow.png)}
body.social ul.accordion ul ul li:first-child{background-image: url(/images/accordion/ul-ul-yellow-arrow.png)}

body.comfort div.content strong{color: #34b66b}

body.comfort div.content h3{color: #34b66b}

body.comfort div.content h2{color: #34b66b}

body.comfort div.content h1{color: #34b66b}
body.comfort ul.accordion{background-color: #34b66b}
body.comfort ul.chart-tabs li.active{background-color: #30a662}
body.comfort ul.accordion ul{background-color: #30a662}
body.comfort ul.chart-tabs li{background-color: #247a48}
body.comfort ul.accordion ul ul{background-color: #247a48}
body.comfort ul.accordion > li:first-child{background-image:url(/images/accordion/ul-green.png)}
body.comfort ul.accordion ul li:first-child{background-image: url(/images/accordion/ul-green-arrow.png)}
body.comfort ul.accordion ul ul li:first-child{background-image: url(/images/accordion/ul-ul-green-arrow.png)}

body.guide div.content strong{color: #4c9ecd}

body.guide div.content h3{color: #4c9ecd}

body.guide div.content h2 a{color: #4c9ecd}

body.guide div.content h1{color: #4c9ecd}
body.guide ul.accordion{background-color: #4c9ecd}
body.guide ul.accordion ul{background-color: #4189AF}
body.guide ul.accordion ul ul{background-color: #39728E}
body.guide ul.accordion ul ul ul{background-color: #24495B}
body.guide ul.accordion > li:first-child{background-image:url(/images/accordion/ul-blue.png)}
body.guide ul.accordion ul li:first-child{background-image: url(/images/accordion/ul-blue-arrow.png)}
body.guide ul.accordion ul ul li:first-child{background-image: url(/images/accordion/ul-ul-blue-arrow.png)}
body.guide ul.accordion ul ul ul li:first-child{background-image: none}

/* 1.2.1.2 MAIN */

.print{
	float: right;
	margin-right: 120px;
	font-size: 11px;
}

.subscribe{	
	font-size: 11px;	
}

.js .accordion{
	display:none
}

	.accordion a{		
		font-size: 13px;
		font-family: Helvetica,Arial,sans-serif !important;
		display: block !important;
		padding: 5px 20px;
		color: #ffffff !important;
		text-shadow: 0px 1px 1px #000 !important;
		text-decoration: none !important;
		background-image: url(/images/accordion/li-dots.png);
		background-repeat: repeat-x !important;
		background-position: bottom left !important;
		outline: none  !important;
		width: 210px;
	}
	
	ul.accordion{		
		width: 250px;
	}
	
	ul.accordion > li:first-child{		
		background-position: top left;
		background-repeat: no-repeat;
	}
	
		ul.accordion ul{						
			position: relative;
			top: -2px;
		}
		
		ul.accordion ul li:first-child{
			padding-top: 10px;			
			background-position: top left;
			background-repeat: repeat-x;
		}
		
		ul.accordion ul ul li:first-child{						
			background-position: top left;		
			background-repeat: no-repeat;
		}
	
		ul.accordion ul li:last-child{
			background-image: url(/images/accordion-ul-bottom-shadow.png) ;
			/*background-position: bottom left;*/
			background-repeat: repeat-x;
		}
		
		ul.accordion ul li:last-child a{
			background: none;
		}
	
	.accordion li {
		list-style: none;		
		text-align: right;		
	}	
	
	.accordion .nav-path-selected > a{
		font-weight: bold;
	}
	
	.accordion a.nav-path-selected{
		font-weight: bold;
	}
	
/* 1.2.2 CHARTS */

div.chart-container{
	position: relative;
	/*height: 500px;*/
}

div.chart-container h2{
	display: none;
}

div.pie{
	/*padding-top: 320px;
	height: 300px;*/
}

	div.chart-container > div{
		/*position: absolute;
		top: 0px;*/
		display: none;
	}
	
	div.chart-container > div.active{
		display: block;		
	}

ul.chart-tabs{
	margin-top: 20px;
	height: 50px;
	display: table-cell;
}

	ul.chart-tabs li{
		list-style: none;
		float: left;		
		margin-right: 20px;
		border-radius: 5px;
		-moz-border-radius: 5px;
	}
	
	ul.chart-tabs li a:hover {		
		display: block;
		padding: 5px 15px;
		color: #FFFFFF !important;
		text-decoration: none !important;
		text-shadow: 0px 1px 1px #000;
	}
	
	ul.chart-tabs li a {		
		display: block;
		padding: 5px 15px;
		color: #FFFFFF !important;
		text-decoration: none !important;
		text-shadow: 0px 1px 1px #000;
	}
	
	ul.chart-tabs li.active a{
		font-weight: bold;
	}

ul.legend{
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 20px;	
}
	
ul.legend li{
	width: 50%;
	float: left;
	/*clear: right;*/
	list-style: none;	
	font-size: 11px;		
}

ul.legend div{	
	padding-right: 5%;
}

ul.legend div span{
	float: left;
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

ul.legend div p{
	margin-left: 30px;
	line-height: 20px;
	background-color: #FFFFFF;
}

/* 1.3 FOOTER */
	
div.footer{
	position: relative;
	background-image: url(/images/footer-background.png);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	height: 192px;
	font-size: 11px;
}

	div.footer div.copyright{
		position: absolute;
		top: 120px;
		left: 72px;
	}
	
	div.footer div.sites{
		position: absolute;
		top: 58px;
		color: #000;			
	}
	
	div.footer div.twitter{
		position: absolute;
		top: 58px;
		color: #000;			
	}
	
	div.footer div.sites a{
		color: #187c99;
	}			
	
	div.footer div.twitter a{
		color: #187c99;
	}			
	
	div.footer div.twitter{		
		left: 385px;		
	}
	
	div.footer a.twitter{
		display: block;
		position: absolute;
		top: 20px;
		left: 330px;
		width: 55px;
		height: 70px;
	}
	
	div.footer div.sites{
		left: 30px;
	}
	
	div.footer div.sites ul li{
		list-style: none;
		display: inline;
		margin-right: 10px;
	}

	div.footer ul.nav{
		position: absolute;
		top: 45px;
		right: 3px;
	}
	
		div.footer ul.nav li{				
			list-style: none;
			text-align: right;
		}
		
	div.footer a.year1895{
		position: absolute;
		bottom: 50px;
		right: 0px;
		display: block;
		height: 37px;
		width: 170px;		
	}

div.footer-background{
	height: 192px;
	background-image: url(/images/footer-background-repeat-x.png);		
	background-repeat: no-repeat;
	clear: both;
	margin:0;
	position:relative;
	top:192px;
}
	
/* 2. PAGES */

/* 2.1 INDEX */

div.invest{
	position: absolute;
	top: -26px;
	left: -177px;
	width: 253px;
	height: 273px;
	padding-left: 129px;
	background-image: url(/images/10-reasons-to-invest.png);
	color: #3c3c3c;
}

		div.carousel ul{			
			overflow: hidden;
			width: 50px;			
		}

		div.carousel ul li{		
			list-style: none;
			margin: 20px 0px 0px 0px; 
			height: 150px;
			width: 220px;			
		}
		
			div.invest ul li div.num{
				float: left;
				padding-top: 55px;
				width: 17px;
				margin-right: 35px;
				height: 98px;
				text-align: center;
			}
		
		div.invest div.more{
			position: absolute;
			bottom: 20px;
			right: 102px;
			color: #ffffff;
		}
		
			div.invest div.more a{
				outline: none;
				margin: 0px 10px;
			}
		
div.chart{
	position: relative;
	top: -36px;
	left: 231px;
	width: 678px;
}

div.chart a{
	display: block;
}

.index div.content{
	padding-bottom: 0px;
	
}
		
div.about{	
	position: relative;
	top: -120px;
	left: -43px;
	max-width: 1090px;	
	margin: 0px auto;
	margin-top: 100px;	
	background-image: url(/images/index-blocks-background.png);
	background-position: center;
	font-size: 13px;
	line-height: 170%;
	margin-bottom: -100px;
}

div.about-header{
	background-position: top center;
	background-image: url(/images/index-blocks-header.png);
	background-repeat: no-repeat;
	/*width:1090px;*/
}

div.about-footer{	
	background-position: bottom center;
	background-image: url(/images/index-blocks-footer.png);
	background-repeat: no-repeat;		
}

div.float-wrapper{
	position: relative;
	width: 1000px;
	margin: 0px auto;
	overflow:auto;

	padding-bottom: 30px;
}

div.about div.site{	
	float: left;		
	width: 250px;
	margin-left: 10px;
	margin-right: 100px;
}

div.about div.city{	
	float: left;	
	width: 230px;
	margin-right: 50px;
}

div.about div.map{	
	float: left;	
	width: 340px;		
}

div.float-wrapper div.map div.more{
	position: absolute;
	bottom: 0px;
}

div.float-wrapper div.city div.more{
	position: absolute;
	bottom: 0px;
}

div.float-wrapper div.site div.more{
	position: absolute;
	bottom: 0px;
}

div.float-wrapper div.site div.more{	
	left: 10px;	
}

div.float-wrapper div.city div.more{	
	left: 360px;	
}

div.float-wrapper div.map div.more{	
	left: 640px;	
}


/* 2.2 SITEMAP */

div.sitemap h3{
	margin: 25px 0px 5px 0px;
	font-size: 16px;
}

div.sitemap ul li{
	line-height: 200%;
}

div.sitemap ul ul{
	padding-left: 30px;
}

#slider-wrap {
  width: 10px;
  height: 500px;
  margin-right: 0px;
  margin-top:50px;
  background: #eeeeee;
  position: relative;
}

.ui-slider-handle {
  width: 13px;
  left:-2px;
  height: 24px;
  position: absolute;
  border: solid 1px;
}

.chart-open-table:hover{
	border:1px #dddddd outset;
	margin-top: 19px !important;
	margin-left:0px;
	padding-bottom:0px;
}

.chart-open-table{
	margin-top:20px;
	padding:10px;
	margin-left:1px;
	padding-bottom:1px;
}

.statetreecontainer{
	position:relative;
	margin-left:100px;
}
.statetreecontainer div.checkboxnode{
	padding-left:30px;
	position:absolute;
	margin-top:-23px;
}

.treerecord{
	-moz-border-radius: 5px;
	 box-shadow: 10px 10px 5px #bbb;
	background:#D7FFD7;
	padding:5px;
	margin:15px;
	
}
.treeselection{   
	position:fixed;
	top:230px;
	background-color:transparent;
	width:400px;
	padding-left:10px;
	right:50px;
	max-height:550px;
	overflow-y:hidden;
	padding-top:20px;
	z-index:5000;
}
.treerecordclose{
	cursor:pointer;
	position:relative;
	z-index:5001;
	font-weight:bold;
	font-size:10pt;
}

.treerecordclose:hover{
	color:red;
}
.treerecordtext{
	max-width:300px;
}
