/*------------SustainabilityMeasurement.Com ------------*/
body { margin: 0; padding: 0; background: #000077; }

* {margin: 0; padding: 0; border: 0; font-family: "Trebuchet MS", Arial, sans-serif; }


/*------------Basic styles------------*/

p, pright, h1, h2, h3, span#copyright, span#design { margin: 0 10px; color: #000; font-weight: normal; text-decoration: none; background:transparent; }

p { font-size: 0.8em; line-height: 1.4em; text-align: justify }
pright { font-size: 0.8em; line-height: 1.4em; text-align: right }
h1 { font-size: 1.3em; line-height: 1.4em; letter-spacing: 0.20em; color: #fff }	/* site heading */
h2 { font-weight:bold; font-size: 1.0em; line-height: 1.4em; color: #0000CC;  }	/* site heading */
h3 { font-size: 0.8em; line-height: 1.4em; color:#0000CC  }				/* sub headings */
h4 { font-size: 1.2em; line-height: 1.4em; color:#9900FF  }
h5 { font-size: 1.0em; line-height: 1.4em; color: #9900FF; font-weight:bold }
span#copyright { font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size:11px; line-height:35px; color:#000; }  /* sets the copyright styles */
span#design {  float: right; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size:11px; line-height: 35px; color:#000;}  /* floats the design link into position */
span.validation {  float: right; margin-right: 10px; } /* floats the validation buttons */
.validation img {  margin: 0; } /* floats the validation buttons */

span#links {  float: left; margin-left: 12px;  font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size:11px; line-height: 35px} /* floats the extra menu buttons */
span#links a {color:#9933FF; text-decoration:none; font-weight:bold;}

div { padding: 10px 0;}

#hdrimg a {color: #06FF00; text-decoration: none; font-weight: normal;}
#hdrimg a strong {color: #fff; text-decoration: none; font-weight: normal;}
#hdrimg a:hover {color:#00CC00; text-decoration: none; font-weight: normal;}
#hdrimg a:hover strong {color: #06FF00; text-decoration: none; font-weight: normal;}

a {color: #0000CC; text-decoration: underline}
a:hover {color:#990000; text-decoration: underline}

.form_large {border:solid; border-width:1px; border-color:#330099;}
.label_block {font-size: 0.8em; line-height: 1.4em; text-align: left}

input.button {
  color: #000; background:none;
  font-size: .7em;
  font-weight:bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: solid 1px #0000ff;
}
span.wolp { float: left; margin-left: 10px; } /* floats the wolp buttons */
.wolp img {  margin: 0; } /* floats the wolp buttons */

/*-------------Layout----------------*/

#hdrimg {			/* Large image */
	float: left; 			
	width: 100%;
	margin-bottom: 5px;
	background: url('images/hdr1.gif') repeat-x;
	height: 170px;  	/* ie5x hack begins here */     
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 150px;
}
html>body #hdrimg {
	height: 150px;        /* ie5x hack ends here */
}

.rowcontainer {						/* Used to keep the divs in a row.  you can use this for any size of divs */
	float: left;
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;
	background: #bdc6de;
}

#left {
  position: absolute;
  left: 10px;
  top: 175px;
  width: 250px;
  background:#bdc6de;
}

#center {
  background:#bdc6de;

  padding-top:0px;
  margin-left: 260px;
  margin-right: 250px;
}

#center1 {
  background:#bdc6de;
  padding-top:15px;
  margin-left: 10px;
  margin-right: 10px;
}

#right {
  background:#bdc6de;
  position: absolute;
  right: 10px;
  top: 175px;
  width: 250px;
  text-align:right;
}

#footer { float: left; width: 100%; height: 35px; background:#949cce; }    /* Bottom copyright bar */

/*------Columns: Note they dont add up to 100%, this is intentional to avoid problems!----------*/ 

/*------------------------------Main Navigation------------------------------------------*/

#nav { position: absolute; top: 145px; left: 0px; height: 25px; width: 100% }

ul#nav  { margin: 0 }

#nav li  /* Main nav list items */
{
	font-size: 13px;
	float: left;
	list-style: none;
	text-align: center;
}

#nav li a {   /* Main nav styles for all links */
	display: block; /* Although display:block suggests a vertical list the float:left property under #nav li causes the menu to float inline */
	margin-left: 5px; /* adds a gap between the tabs */
	width: 90px; 	/* width of the tab */
	line-height: 25px; /* height of the tab */
	text-decoration: none;
	color:#FF0000;
}
	 
#nav a:link, #nav a:visited  { background: url('images/tab1.gif') no-repeat 0 -25px }

#nav a:hover, #nav a:active { background: url('images/tab1.gif') no-repeat 0 0 }

#nav a#current { background: url('images/tab1.gif') no-repeat 0 0 }

#pos li  /* Main Poster list items */
{
	font-size: 13px;
	list-style: none;
	text-align: center;
}

#pos li a {   /* Main Poster styles for all links */
	display: block; /* Although display:block suggests a vertical list the float:left property under #nav li causes the menu to float inline */
	text-decoration: underline;
	color:#0000ff;
}
/*-----------------------------------Other tags-----------------------------------------*/

#GBtable td  /* Main nav list items */
{
	font-size: 13px;
	text-align: center;
}
acronym { border-bottom: 1px dashed #999; cursor: help }

/* lists */
ul { margin: 5px 0 5px 35px; list-style: url('images/bullet.gif') }
ol { margin: 5px 0 5px 35px; list-style: decimal }
ol li, ul li { color: #fff; font-size: 0.8em; line-height: 1.4em }

hr { margin: 10px 0px; height: 1px; background: #444; color: #444 }  /* rule styling */

img {margin: 0 10px} /* all images styling */
img.right {float: right}  /* right floating images */
img.left {float: left}   /* left floating images */