/* Css Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	font-size:small;
}
span,div,ul,li,ol, em, span {
	font-family: Arial, Helvetica, sans-serif;
}
ul {
  margin-left:35px;
  line-height:125%;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
th {
font-size: 10px;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-weight:bold;
}
a:active
{
outline: none;
}

body {
padding:0;
margin:0;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
background-color: #0a4903;
color:#000000;
}

p {
margin-top:7px;
	margin-bottom:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 125%;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #009933;
	padding:0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	padding:0;
	margin-top:15px;
}

h3 {
font-size:10px;
}

h4 {
font-size:8px;
}
a:visited {
	color: #666666;
}

.red {color:#990000;}

/*---------------- Outer container that holds all the columns ----------------*/
#mainContainer {
margin:0 auto;
padding:0;
width:800px;
background:#fff;
/*border-left:1px solid #000;
border-right:1px solid #000;*/
}
#mainContainerDual {
margin:0 auto;
margin-top:25px;
padding:0;
width:800px;
background:#fff;
/*border-left:1px solid #000;
border-right:1px solid #000;*/
}

/*--------------- Header ----------------*/
#header {
margin:0;
width:800px;
height:172px;
color:#ffffff;
}
#headerDual {
margin:0;
width:800px;
height:100px;
color:#ffffff;
background-color:#FFFFFF;
}

/*---------------- Horizontal navigation ---------------- */
#header-nav-container {
    width:800px;
	background-image:url(../images/nav-drop-shadow.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	height:41px;
	padding:0;
	margin:0;
	/*margin:0px auto;*/
	/*padding:0 0 0 160px;*/
    /*overflow:hidden;
	height:40px;*/
}
#header-nav {
  margin:0;
  padding:0;
  display:inline;
  overflow:hidden;
  list-style:none;
}
#header-nav-container a {
color:#FFFFFF;
	text-decoration:none;
}

#header-nav-container a:visited {
color:#FFFFFF;
}


/*---------------- Left column ----------------*/
#columnOne {
float:left;
margin:0;
padding:0;
width:150px;
background-color:#FFFFFF;
margin-top:15px;
}

/*---------------- Middle column ---------------- */
#columnTwo {
float:left;
margin:0;
margin-top:15px;
padding:10px 0 10px 10px;
width:600px;
background-color:#fff;
/*border-left:1px solid #ccc;*/
}

.button a img {
  margin:20px 0 0 237px;
}

.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.normalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.normalRed {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
}
.smallHeadingWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	color: #FFFFFF;
}
.smallHeadingBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	color: #000000;
}
.smallHeadingRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	color: #990000;
}

.submenu{
	margin-bottom: 0.25em;
	margin-left: 15px;
	font-size: 90%;
	color: #333333;
	text-decoration: none;
}
.normalDkGrey {
	color: #666666;
}
.normalLtGrey {
	color: #CCCCCC;
}


/* << ---------------- Footer ---------------->> */
#footer {
margin:0;
height:16px;
color:#569f3e;
clear:both;
text-align:center;
bottom: 0;
height:54px;

}

/*
#footer a:link, #footer a:visited {
color:#fff;
text-decoration:none;
}
*/

.footerLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}

.footerLink a:link {
color:#fff;
text-decoration:none;
}

.footerLink a:visited {
text-decoration:none;
color:#006633
}

.footerLink a:hover {
color:#FFFF66;
text-decoration:none;
}

/*
.footerLink a:link, #footer a:visited {
color:#fff;
text-decoration:none;
}
*/
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color:#569f3e;
	text-align:center;
}


.copyright a {
  color:#fff;
}
.footerLink a {
  color:#175105;
  text-decoration:none;
  line-height:20px;
}

/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //---------------->> */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.inlineForm{
margin:0;
padding:0;
display:inline;
}

/* << ---------------- HOME PAGE ---------------->> */

.homePageBox {
float:left;
margin:0;
padding:0;
background-color:#FFFFFF;
margin-top:15px;
margin-left:108px;
	width:335px;
	color:#5a5a5c;
	background:none;
	margin-top:35px;
	
}

/* << ---------------- SERVICES PAGE services.php ---------------->> */

.servicesIntroBox {
	background-color:none;
	color:#5a5a5c;
	background:none;
	width:330px;
	margin-left:100px;
	height:300px;
	margin-top:14px;
}

/* << ---------------- REPORTING PAGE reporting.php ---------------->> */
.reportingGraphicsBox {
	padding-left:108px;
	width:180px;
	margin-top:25px;
	float:left;
}
.reportingTextBox {
	background-color:none;
	color:#5a5a5c;
	background:none;
	width:320px;
	margin-top:60px;
	float:left;
}

.imagedropshadow {
margin:15px;
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 5px #999;
}
a[href$=pdf], a[href$=PDF] {
background: url(../images/pdf.gif) no-repeat left;
padding-left: 15px;
white-space:normal;
}
ul.leaf { list-style-image: url("../images/leaf-bullet.gif"); } 


blockquote {
	margin-top:15px;
	margin-left:25px;
	font-size:120%;
	font-style:italic;
	}

.dispNo {
	display:none;
	}

#consultation {
	color:#006;
	}
	
input.button {
  background: url('http://www.keygreensolutions.com/images/button_grad.png') repeat-x;
  color:#fff;
  height:30px;
  padding:5px 14px 7px 14px;
  border:0px solid #999;
  -moz-border-radius:5px;
  -khtml-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  cursor:ppointer;
}