
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #656565;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

p, ol, ul {
	margin-top: 0px;
}

p, ol {
	line-height: 100%;
}

strong {
	color: #72ab00;	
}

a {
	color: #72ab00;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

table {
	width: 100%;
	height: 100%;
	border-collapse: collapse;	
	border-spacing: 0px;
}

table, tr, td {
	width: 100%;
	align: left;
	vertical-align: top;
	padding: 0px;
}

.spacer  {
	height: 100%;
}

/** WRAPPER */

#wrapper {
	overflow: hidden;
	background-color: #FFFFFF;	
}

.container {
	width: 960px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header-wrapper {
	overflow: hidden;
	height: 104px;
	background-color:#000000;
	border-top:0px solid #72ab00;
	border-bottom:2px solid #72ab00;
}

#header {
	height: 93px;
}

/** LOGO */

#logo {
	float: left;
	width: 300px;
	padding-top: 30px;
}

#logo h1 {
	margin: 0px;
	line-height: normal;
}

#logo h1 a {
	display: block;
	text-decoration: none;
	font-size: 40px;
	font-weight: normal;
	color: #72ab00;
}

#logo h1 span {
	color: #9A9A9A;
}

#logo h2 {
	font-size: 18px;
	font-weight: normal;
	color: #72ab00;
}

/** MENU */

#menu {
	float: right;
	width: 400px;
	padding-top: 80px;
}

#menu ul {
    padding: 0;
}

#menu ul li {
	border-top:1px solid #9A9A9A;
	display: inline;
	margin: 10px 10px;
	padding: 10px 0px 10px 0px;
}

#menu ul li.selected {
	border-top:3px solid #72ab00;
}

#menu ul li a {
    padding: 0px 20px 0px 20px;
    text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	color: #9A9A9A;
}

#menu ul li.selected a {
	color:#72ab00;
}

#menu li a:hover {
    color: #72ab00;
}

/** PAGE */

#page {
	overflow: hidden;
	padding: 30px 0px 30px 0px;
}

/** CONTENT */

#content {
}

/** WIDE-CONTENT */

#wide-content {
}

/** FOOTER */

#footer-wrapper {
	overflow: hidden;
	height: 40px;
	border-top: 1px solid #cdcdcd;
}

#footer {
}

#footer p {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	font-size: 12px;
}

/** BOX STYLE 1 */

.box-style1 {
	padding: 20px 20px 20px 20px;
	border-radius: 5px;
    border: 1px solid #cdcdcd;
	background: #f8f8f8;
}

.box-style1 .left {
	float:left;
}

.box-style1 .middle {
	float: left;
	padding: 0px 20px 0px 20px;
}

.box-style1 .right {
	float:left;
}

.box-style1 .image1 {
	border: 1px solid #b5b5b5;
}

.box-style1 .image2 {
	border: none;
	padding: 10px 10px 0px 0px;
}

.box-style1 h1 {
	font-size: 60px;
	color: #72ab00;
	margin-top: -10px;
	margin-left: -3px;
}

.box-style1 h1.medium {
	font-size: 50px;
	color: #72ab00;
	margin-top: -10px;
	margin-left: -3px;
	padding-bottom:20px;
	padding-top:20px;
}

.box-style1 h2 {
	font-size: 20px;
	color: #72ab00;
}

.box-style1 span {
	color: #72ab00;
}

.box-style1 p {
	padding: 0px 0px 10px 0px;
	line-height: 150%;
}

.box-style1 a {
	text-decoration: none;
	color: #656565;
}

.box-style1 a:hover {
	color: #72ab00;
}

/** BOX STYLE 2 */

.box-style2 {
	padding: 30px 0px 0px 0px;
	width:100%;
	position:relative;
}

.box-style2 .column {
	float:left;
	padding-right: 15px;
	width: 28%;
	position:relative;
	overflow:hidden;
}

.box-style2 .line {
	padding-right: 10px;
	float:left;
	width: 1%;
	position:relative;
	overflow:hidden;
    border-left: 1px solid #cdcdcd;
    height:150px;	
}

.box-style2 h1 {
	font-size: 18px;
	color: #72ab00;
}

.box-style2 p {
	padding: 10px 0px 0px 0px;	
	margin: 0;
	line-height: 120%;		
}

.box-style2 .author {
	float: right;
    color: #72ab00;	
	font-style: oblique;
}

/** BOX STYLE 3 */

.box-style3 {
	padding: 30px 0px 0px 0px;
	width:100%;
	position:relative;
}

.box-style3 .content {
	float: left;
}

.box-style3 .sidebar {
	float: left;
	margin-left: 30px;
}

.box-style3 h1 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
}

.box-style3 h2 {
	font-size: 18px;
	line-height: 30px;
	color: #72ab00;
}

.box-style3 .underline {
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 5px;
}

.box-style3 p.info {
	line-height: 150%;
}

.box-style3 p.timeline {
	font-size: 14px;
}

.box-style3 p.env {
	padding-bottom: 10px;
}

.box-style3 strong {
	color: #656565;
}

.box-style3 ul {
	padding-left: 15px;
}

/** BOX STYLE 4 */

.box-style4 {
	padding: 30px 0px 0px 0px;
	width:100%;
	position:relative;
}

.box-style4 h1 {
	font-size: 24px;
	padding-bottom: 5px;
}

.box-style4 .underline {
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 5px;
}

.box-style4 .project {
	width:100%;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

.box-style4 .project img {
	border-radius: 5px;
    border: 1px solid #cdcdcd;
	background: #f8f8f8;
	margin-right: 20px;
	float: left;
}

.box-style4 .project h2 {
	font-size: 16px;
	color: #72ab00;
	padding-bottom: 5px;
}

.box-style4 .project p {
	line-height: 150%;
}
