﻿/*

  dark green:    #5f001c
  light green:   #6baf34
  bg grey:       #ececec
  dark grey:     #9d9b9b
  
*/

h1
{
  color: green;
  font-size: 12pt;
  font-weight: bold;
}

h2
{
  color: green;
  font-size: 12pt;
  font-weight: bold;
}

h3
{
  color: green;
  font-size: 9pt;
  font-weight: bold;
}

.boxText a
{
	color:green !important;
}

.theme-bg a
{
	color:white;
}

.boxInner a
{
	color:green !important;
}

.boxInner a:hover
{
	text-decoration:underline !important;
}

.subNavSelected
{
  background-image:  url(/_images/bg-gradient-nav-light.jpg) !important;
  /*url(/_images/themepink/bg-gradient-nav-light.jpg) !important;*/
}

.theme-bg
{
	background:#060 url(/_images/theme-green-bg.png) top left no-repeat;

}
.mainTitle h1
{
	color:white

}

.introCopy p
{
	color:white;
}

.mainCopy
{

  background:url(/_images/themeGreen/bg-maincopy.jpg) left bottom no-repeat !important;

}

* html body .mainCopy
{
	background:url(/_images/themeGreen/bg-maincopy.jpg) left top no-repeat !important;
}


.boxInner
{
  background: url(/_images/themeGreen/bg-small-gradient.jpg) bottom left repeat-x !important;

}

.theme-bg
{
	padding-bottom:15px !important;
}
