/* Global reset */
html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li { 
	margin: 0; 
	padding: 0; 
	font-family: Arial, sans-serif; 
}

/* HTML tags */
body {
	background: #FFF url(../images/bg-body.jpg) no-repeat center top;
	font-size: 14px;
	text-align: center;
}

a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #036030;
}

h2 {
	font-size: 1.2em;
	margin-bottom: 1em;
}

p {
	margin-bottom: 0.75em;
}

/* Page header */
#page-header {
	height: 311px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 980px;
}

/* Home link */
#home-link {
	display: block;
	height: 180px;
	left: 30px;
	position: absolute;
	overflow: hidden;
	text-decoration: none;
	text-indent: -1000000px;
	top: 20px;
	width: 180px;
}

/* Secondary navigation */
#secondary-navigation, #secondary-navigation li {
	display: block;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

#secondary-navigation {
	position: absolute;
	right: 465px;
	top: 10px;
}

#secondary-navigation li {
	border-right: 1px solid #5CA520;
	float: left;
	padding: 0 0.5em;
}

#secondary-navigation li.first {
	padding-left: 0;
}

#secondary-navigation li.last {
	border: 0 none;
	padding-right: 0;
}

#secondary-navigation li a {
	color: #5CA520;
	font-weight: normal;
}

#secondary-navigation li a:hover,
#secondary-navigation li.active a {
	color: #036030;
}

/* Page content */
#page-content {
	color: #FFF;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 980px;
}

#overlay-content {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

#first-content-block {
	background: #5CA520 url(../images/bg-content-container.jpg) no-repeat right top;
	margin: 0 78px 1.5em 103px;
}

#first-content-block .min-height {
	float: left;
	height: 245px;
	width: 10px;
	overflow: hidden;
}

#first-content-block .content {
	margin: 0 50px 0 50px;
	padding-bottom: 1em;	
}

.teaser-box {
	background: #5CA520;
	margin: 0 78px 1.5em 103px;
	padding: 2em;
}

.teaser-box .content {
	float: left;
	width: 490px;
}


#body-splash #first-content-block .content {
	margin-left: 250px;
}

.divider {
	border-bottom: 1px dashed #036030;
	height: 1em;
	margin: 0 0 1em;
	overflow: hidden;
}

/* Buttons */
.button-link {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	text-indent: 10000px;
	width: 228px;	
}

.teaser-box .button-link {
	float: left;
}

.button-link:hover {
	background-position: left bottom;
}

#button-take-action {
	height: 235px;
	left: 30px; 
	position: absolute;
	top: 0px;	
	width: 295px;
}

#button-academy {
	height: 138px;
}

#button-cities {
	height: 140px;
}

#button-network {
	height: 136px;
}

/* Cities */
ul#cities, ul#cities li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#cities li {
	padding-left: 1em;
}

/* Markup free clearing */
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */