/********************/
/* General Styling  */
/********************/

html {
  height: 101%;
}

body {
  font-family: Arial, sans-serif;
	background: url(../images/gradient2.png) top left repeat-x;	
	height: 100%;
	margin: 10px;
}

#brochure {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
	height: 800px;
  margin-bottom: 0px;
}

#header {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  height: 70px;
}

#header img {
  float: left;
  border: 0px;
}

#navbar {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin: 7px 0px 5px 0px;
  background: #8CC63F;
  padding: 5px 0px 5px 0px;
	height: 16px; /* 17 */
}

#navbar a {
  float: right;
  margin: 0px 8px 0px 30px;
  color: #FFFFFF;
  text-decoration: none;
  #font-size: 13.5pt;
  font-size: 13.5px;
  font-family: Arial, sans-serif;
}

#navbar a.last {
	margin-left: 0px;
}

#navbar a:hover {
	color: #404040;
}

#links {
  float: right;
	width: 24%;
}

#links ul {
  margin: 0px 0px 0px 0px;
}

#links ul li {
	float: right;
  list-style-type: none;
}

img {
	border: none;
}

.subactive {
  color: #78AB46;
}

.active {
  color: #404040;
}

#page {
  width: 100%;
  padding: 2px 0px 7px 0px;
  margin: 5px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#content {
  float: left;
  width: 83%;
  padding: 10px 0px 20px 20px;
  margin: 0px 0px 0px 0px;
	font-size: 13.5px;
}

#content p {
  font-size: 13.5px;
  #font-size: 12.5px;
  font-family: Arial, sans-serif;
  line-height: 1.5em;
  color: #000000;
  padding: 0px 10px 0px 0px;
  margin-left: 0px;
  margin-right: 0px;
	margin-top: 8px;
	margin-bottom: 0px;
}

#content p.team {
	margin-top: 0px;
	color: #404040;
}

#content a {
	font-size: 13.5px;
  #font-size: 12.5px;
  line-height: 1.5em;
	color: #78AB46;
}

#content a:hover {
	text-decoration: none;
}

#content p.sections{
	font-size: 15px;
	#font-size: 14px;
	margin: 10px 0px 2px 0px;
	font-family: Arial;
	color: #78AB46;
}

#subnav {
  float: left;
  width: 13%;
  padding: 10px 3px 10000px 0px;
  margin: 0px 0px -10000px 0px;
  border-right: 1.5px solid #dcdcdc;
	min-height: 100%;	
}

#subnav ul {
  float: left;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

#subnav ul li {
  line-height: 1.4em;
  list-style-type: none;
	width: 100px;
}

#subnav ul li a {
	float: right;
  font-size: 12.5px;
  #font-size: 11.5px;
	color: #000000;
	margin: 0px 3px 2px 0px;	
}

#subnav a:hover, #links a:hover {
	text-decoration: none;
	color: #78AB46;
}

#subheading {
	font-size: 22px;
	#font-size: 21px;
  margin: 5px 0px 10px 0px;
	color: #78AB46;
}

#footer {
	border-top: 1px solid #dcdcdc;
  width: 100%;
  color: #a2a2a2;
  font-size: 11.5px;
  #font-size: 10.5px;
	line-height: 1.3em;
}

#info, #rights {
	margin-top: 4px;
	float: right;
}

#rights a, #info a {
  font-size: 12px;
  #font-size: 11px;
	color: #a2a2a2;
	padding-bottom: 50px;
}



h2 {
  font-size: 19px;
  color: #404040;
  margin-top: 0px;
  margin-bottom: 2px;
  font-weight: normal;
}

a {
  text-decoration: none;
  font-size: 13.5pt;
  font-family: Arial, sans-serif;
  color: #404040;
}

a:hover {
	text-decoration: none;
	color: #78AB46;
}

#filler {
  width: 100%;
  height: 500px;
}
