﻿/* -----------------------------
  Greenmax Stylesheet
-------------------------------- */


/* -----------------------------
  Greenmax Home Container
-------------------------------- */
#greenmax-home, 
#greenmax-secondary {
  background: transparent url(../images/greenmax/greenmax-container-bg.gif) no-repeat;
  width: 760px;
  font-family: Verdana, Arial, Sans-serif;
  font-size: 10px;
  color: #4d4d4d;
  padding-top: 7px;
}

/* -----------------------------
  Greenmax Flash Content
-------------------------------- */
#greenmax-flash-content {
  width: 735px;
  height: 245px;
  margin-left: 10px;
}
/* -----------------------------
  Greenmax Wrapper
-------------------------------- */
#greenmax-wrapper {
  background: #fff url(../images/greenmax/greenmax-wrapper-bg.jpg) repeat-y;
  margin-right: 5px;
  width: 760px;
}


/* -----------------------------
  Greenmax Content
-------------------------------- */
#greenmax-content {
  float: right;
  width: 550px;
  margin-right: 5px;
	padding-right: 5px;
}
#greenmax-content a, 
#greenmax-content a:link, 
#greenmax-content a:visited { 
	color: #4d4d4d;
	text-decoration: underline; 
}
	#greenmax-content a:hover { color: #F29818; }
#greenmax-content h1 {
  color: #408D37;
  font-size: 16px;
	font-weight: 400;
}
#greenmax-content h2 {
  color: #F29818;
  font-size: 12px;
	font-weight: 700;
}
#greenmax-content h3 {
  color: #4d4d4d;
  font-size: 12px;
	font-weight: 400;
	text-transform: none;
}
#greenmax-content h4 {
  color: #F29818;
  font-size: 10px;
	font-weight: 700;
}
#greenmax-content h5 {
  color: #4d4d4d;
  font-size: 10px;
	font-weight: 700;
}
/* This heading (h6) gets replaced by sIFR, and is only to be used on secondary landing pages */
#greenmax-content h6 { 
  color: #408D37;
  font-size: 12px;
	font-weight: 400;
  line-height: 2em;
  margin-bottom: 35px;
}

#greenmax-content ul {
	margin-left: 2px;
	
}
#greenmax-content ol {
	padding-left: 22px;
	margin-left: 0;
}
#greenmax-content ul li {
  background: #fff url(../images/greenmax/bullet.gif) no-repeat left .45em;
	list-style: none;
	margin-bottom: 8px;
	padding-left: 18px;
}

#greenmax-content .greenmax-bucket {
	background: #fff url(../images/greenmax/bucket-gradient.jpg) repeat-x 0 0;
	width: 174px;
	height: 164px;
	border-top: 1px solid #9ebce2;
	border-bottom: 1px solid #9ebce2;


}
#greenmax-content .greenmax-bucket img { margin-top: 3px; }
#greenmax-content .greenmax-bucket h2 { 
	margin: 17px 0 0 10px; 
	padding-right: 5px; 
	font-weight: 400;
}
#greenmax-content .greenmax-bucket p { 
	font-size: 9px;
	margin: 0 0 0 10px; 
	padding-right: 5px; 
	line-height: 1.3em;
}
#greenmax-content .greenmax-bucket a { 
	margin: 0 0 0 0px; 
	padding-right: 5px; 
	text-transform: uppercase;

}


/* -----------------------------
  Greenmax Sidebar
-------------------------------- */

#greenmax-aside {
    background: transparent url(../images/greenmax/aside-drop-shadow.jpg) no-repeat top right;
    width: 170px;
    margin: 0 0 0 22px;
}
#greenmax-aside a { color: #4D4D4D; }
  #greenmax-aside a:hover { 
    color: #F29818; 
    text-decoration: none;
  }
  #greenmax-aside-nav li.selected a {
    color: #F29818;
		font-weight: 700;
  }
#greenmax-aside-nav { margin: 0; }
	#greenmax-aside-nav ul { width: 145px; }
  #greenmax-aside-nav li { /* Secondary nav list */ 
    list-style: none;
    line-height: 1.2em;
  }
    #greenmax-aside-nav li ul { /* Tertiary nav list */
      margin: 10px 0 25px 8px;
    }
		#greenmax-aside-nav li ul li { padding-left: 7px; }
		#greenmax-aside-nav li.selected ul li a { color: #4D4D4D; font-weight: 400; }
		#greenmax-aside-nav li.selected ul li a:hover { color: #F29818; }
		/* Tertiary selected nav item */ 
		#greenmax-aside-nav li ul li.selected { background: transparent url(../images/greenmax/tertiary-arrow.gif) no-repeat left .45em; }
		#greenmax-aside-nav li.selected ul li.selected a { color: #F29818; }

#greenmax-signup {
	display: none;
  background: transparent url(../images/greenmax/greenmax-signup.gif) no-repeat;
  margin-top: 40px;
	width: 80px;
	height: 20px;
	text-indent: -5000000px;
}  
#greenmax-signup:hover {
  background: transparent url(../images/greenmax/greenmax-signup-rollover.gif) no-repeat;
}
/* -----------------------------
  Greenmax Secondary Container
-------------------------------- */

#greenmax-secondary #greenmax-banner {
  width: 735px;
  height: 140px;
  margin-left: 10px;
}

/* -----------------------------
  Greenmax Footer
-------------------------------- */
#greenmax-footer {
  background: transparent url(../images/greenmax/greenmax-footer.gif) no-repeat top left;
  width: 760px;
  height: 70px;
  clear: right;
}

