@charset "utf-8";
/* CSS Document */
body {
		background-color: #333333;
    font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 0.9em;
		width: 100%;
		height: 100%;
}

* {
  padding:0;
  margin:0;
}

#wrapper {
		margin: 0 auto;
    width: 1070px;
    height: 100%;
}

/*PAGE BG*/
#Heading {
    background-image: url(../images/TreeleafWebsite_01.png);
    width: 1070px;
    height: 124px;
}

#Page {
    background-image: url(../images/TreeleafWebsite_02.png);
    width: 1070px;
    min-height: 505px;
		max-height: 895px;
		height: auto;
		overflow: auto;
}

#Footer {
	  clear: both;
    background-image: url(../images/TreeleafWebsite_03.png);
    width: 1070px;
    height: 165px;
}

.pageTitle {
	padding-top: 2px;
	padding-bottom: 10px;
	margin: 0 auto;
  width: 870px;
}

.pageContents {
	width: 610px;
	padding-left: 4px;
	float: left;
}

#pageImageHolder {
	margin-left: 2px;
	margin-top: 3px;
	display: block;
}

.pageImage {
	width: 285px;
	height: 426px;
	/*background: url(../images/imageHolder.png) no-repeat;*/
	float: left;
	margin: 10px 10px 0 80px;
}

/*SOCIALS*/
#socialsText { font-size: 9px; width: auto; overflow: hidden; }
#socialsIcons { margin: 4px 0 0 7px; position: relative; top: 1px; }
ul#socialsIconsList { list-style: none; }
ul#socialsIconsList li a {
  background: url(../images/SocialsIcons.png) no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 4px;
  text-indent: -9999px; 
}
ul#socialsIconsList li#bookmark a { background-position: 0 0; }
ul#socialsIconsList li#linkedin a { background-position: -20px 0; }
ul#socialsIconsList li#facebook a { background-position: -40px 0; }
ul#socialsIconsList li#twitter a { background-position: -60px 0; }

/*NAVIGATION*/
.navigation {
    height: 33px;
    position: relative;
    top: 41px;
    right: 68px;
}

.tabL {
    background-image: url(../images/navigation_01.png);
    width: 12px;
    height: 33px;
    float: right;
}

.tabLine {
    background-image: url(../images/navigation_02.png);
    width: 2px;
    height: 33px;
    float: right;
}

.tab {
    background-image: url(../images/navigation_04.png);
    width: 107px;
    height: 33px;
    float: right;
    text-align: center;
    color: #333333;
		font-size: 12px;
}

.tabActive {
    background-image: url(../images/navigation_03.png);
    width: 107px;
    height: 33px;
    float: right;
    text-align: center;
    color: #FFFFFF;
		font-size: 12px;
}

.tablang {
	  background-image: url(../images/tab.png);
    width: 40px;
    height: 20px;
    float: right;
    text-align: center;
    color: #333333;
    font-size: 12px;
}

.tablangActive {
    background-image: url(../images/tabActive.png);
    width: 40px;
    height: 20px;
    float: right;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
}

.tablangSpacer {
    width: 245px;
    height: 20px;
    float: right;
}

.tabR {
    background-image: url(../images/navigation_05.png);
    width: 12px;
    height: 33px;
    float: right;
}

.TABnavigation {
    height: 20px;
		width: auto;
    position: relative;
    top: 71px;
    right: 80px;
}

.tabnav {
    background-image: url(../images/tab.png);
    width: 100px;
    height: 20px;
    float: right;
    text-align: center;
    color: #333333;
		font-size: 12px;
}

.tabnavActive {
    background-image: url(../images/tabActive.png);
    width: 100px;
    height: 20px;
    float: right;
    text-align: center;
    color: #FFFFFF;
		font-size: 12px;
}

.specialBox h1 {
  font-size: 1em;
}

.specialBoxHighlight {
  color: #F3F4F5;
  background-color: #64BC46; 
}

/*FOOTER*/
.footerContents {
	margin: 0 auto;
  width: 940px;
  padding-left: 4px;
	padding-top: 20px;
}

.footerTextTitle {
  font-size: 12px;
  font-weight: bold;
  color: #64BC46;
}

.footerTextBold {
  font-size: 11px;
  font-weight: bold;
  color: black;
}

.footerCol1 {
  float: left;
  padding-left: 15px;
  padding-top: 8px;
  position: relative;
  font-size: 11px;
  font-weight: normal;
  color: black;
}

.footerCol2 {
  float: left;
  padding-left: 130px;
  padding-top: 8px;
  position: relative;
  font-size: 11px;
  font-weight: normal;
  color: black;
}

.footerCol1 h3 {
  font-size: 12px;
  font-weight: bold;
  color: #64BC46;
  padding-right: 6px;
}

.footerCol1 h4,
.footerCol2 h4 {
  display: inline;
  line-height: 0.70em;
  padding-right: 6px;
  font-size: 11px;
  font-weight: bold;
  color: #64BC46;
}

.footerCol1 ul li,
.footerCol2 ul li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

.footerText a:link {
  text-decoration: underline;
  color: black;
}

.footerText a:visited {
  text-decoration: underline;
  color: black;
}

.footerText a:hover {
  text-decoration: none;
  color: black;
}

h1 {
  font-size: 1.1em;
  font-weight: bold;
  color: #FFFFFF;
  text-align:left;
  padding-bottom: 4px;
}

.message, .warning {
  color: #64BC46;
  width: 100%;
	font-size: 1.1em;
}

h2 {
  font-size: 1em;
  font-weight: bolder;
  color: #64BC46;
  text-align:left;
  padding-bottom: 6px;
}

h2 img {
  vertical-align: middle;
}

a:link {
  text-decoration: none;
  color: #64BC46;
}

a:visited {
  text-decoration: none;
  color: #64BC46;
}

a:hover {
  text-decoration: underline;
  color: #64BC46;
}
