/* css Zen Garden default style v1.02 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */

/* basic elements */
input[type=button], input[type=submit], input[type=reset] {
    padding:4px;
    background:#ccc;
	float:left;
	height:4em;
    border:none;
    cursor:pointer;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
div {
    display: inline-block;
}
td:hover {
   background: #ffffcc;
}
td a {
   display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0em 0.0em;
  background-color: #FAFFFA;
}

table.fixed {
	table-layout: fixed;
	text-align: right;
}

table.fixed td {
	overflow: hidden;
}
.rotate-45-left {
   display: inline-block;
/*    -webkit-transform: rotate(-25.71deg);*/
    transform: rotate(-25.71deg);
}

.rotate-45-right {
    display: inline-block;
    -webkit-transform: rotate(25.71deg);
    transform: rotate(25.71deg);
}

.rotate {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  width: 1em;
}
.rotate div {
     -moz-transform: rotate(+90.0deg);  /* FF3.5+ */
       -o-transform: rotate(+90.0deg);  /* Opera 10.5 */
  -webkit-transform: rotate(+90.0deg);  /* Saf3.1+, Chrome */
             filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);  /* IE6,IE7 */
         -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
         margin-left: -10em;
         margin-right: -10em;
}
.trend3 {
    display: inline-block;
    -webkit-transform: rotate(25.71deg);
    transform: rotate(25.71deg);
}
.trend2 {
    display: inline-block;
    -webkit-transform: rotate(51.43deg);
    transform: rotate(51.43deg);
}

.trend1 {
    display: inline-block;
    -webkit-transform: rotate(77.14deg);
    transform: rotate(77.14deg);
}
.trend0 {
    display: inline-block;
    -webkit-transform: rotate(90.00deg);
    transform: rotate(90.00deg);
}

.trend-1 {
    display: inline-block;
    -webkit-transform: rotate(128.57deg);
    transform: rotate(128.57deg);
}
.trend-2 {
    display: inline-block;
    -webkit-transform: rotate(154.29deg);
    transform: rotate(154.29deg);
}

.trend-3 {
    display: inline-block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.hidden {
    visibility: hidden;
}

html {
	margin: 0;
	padding: 0;
	}

body {
	font: 75% Avant Garde, sans-serif;
	line-height:1.88889;
	color: black;
	margin: 0;
	padding: 0;
	}
p {
	margin-top: 0;
	text-align: justify;
	}
txt {

}
h3 {
	font: bold 1.4em Avant Garde, sans-serif;
	letter-spacing: 1px;
    padding:0;
    margin:0;
    color: #7D775C;
	}
h4 {
	font:  1.0em Palatino, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #6666FF;
	}
h5 {
	font:  1.0em Palatino, sans-serif;
	letter-spacing: 1px;
	color: #4C4C4C;
}
h6 {
    font: bold 1.4em Avant Garde, sans-serif;
    letter-spacing: 1px;
    padding:0;
    margin:0;
    color: #7D775C;
}
span.tab{
	padding: 0 10px; /* Or desired space*/
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #6028DE;
	/* #B7A5DF; */
	}
	/*	color: #B7A5DF; */
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #8944D8;
	}
a:hover, a:focus, a:active {
	text-decoration: underline;
	color: #7352BB;
	}
abbr {
	border-bottom: none;
	}

/* specific divs */
.page-wrapper {
	padding: 0 175px 0 110px;
	margin: 0;
	position: relative;
	}

.intro {
	min-width: 470px;
	width: 100%;
	}
header h1 {
	margin-top: 5px;
	display: block;
	width: 219px;
	height: 87px;
	float: left;

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}
header h2 {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 200px;
	height: 18px;
	float: right;

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}

header {
	padding-top: 20px;
	height: 87px;
}

.summary {
	clear: both;
	margin: 20px 20px 20px 10px;
	width: 160px;
	float: left;
	}
.summary p {
	font: italic 1.1em/2.2 Avant Garde;
	text-align: center;
	}

.preamble {
	clear: right;
	padding: 0px 10px 0 10px;
	}
.supporting {
	padding-left: 10px;
	margin-bottom: 40px;
	}

footer {
	text-align: center;
	}
footer a:link, footer a:visited {
	margin-right: 20px;
	}

.sidebar {
	margin-left: 600px;
	position: absolute;
	top: 0;
	right: 0;
	}

.sidebar h3.archives {
	margin: 25px 0 5px 0;
	width:57px;
	height: 14px;

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}
.sidebar h3.resources {
	margin: 25px 0 5px 0;
	width:63px;
	height: 10px;

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}

.sidebar ul {
	margin: 0;
	padding: 0;
	}
.sidebar li {
	line-height: 1.3em;
	display: block;
	padding-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	}
.sidebar li a:link {
	color: #988F5E;
	}
.sidebar li a:visited {
	color: #B3AE94;
	}

.extra1 {
	background: transparent  top left no-repeat;
	position: absolute;
	top: 40px;
	right: 0;
	width: 148px;
	height: 110px;
	}
/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  width:300px;
  top: -5px;
  left: 105%;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* slider */
.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #04AA6D;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #04AA6D;
  cursor: pointer;
}