@charset "UTF-8";
<style type="text/css">

body {
	font: Arial, Verdana, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
} 

.oneColFixCtrHdr {
	font-size: 14px;
}


.float1 {
  float: left;
  text-align:left;
  clear:both;
  width:250px;
  border:1px solid #6FC1EA;
  font-size:10px;
  font-family:Arial, Verdana, Helvetica, sans-serif;
  color:#000033;
}
.floatbox1 {
  float: left;
  text-align:left;
  clear:both;
  width:100%;
  height: 250px;
  overflow:auto;
  font-size:10px;
  font-family:Arial, Verdana, Helvetica, sans-serif;
  color:#000033;
}


.floathead1 {
	background:#6FC1EA;
	margin-top:10px;
	padding:5px;
  width:100%;
	font: 80% Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	color:#000033;
  	text-align:left;
}


.floathead1  a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 80%;
	color:#FFF;
	text-decoration: none;
}
.floathead1 a:hover {
	color:#CCC;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 80%;
	text-decoration: none;
}






.floatbox2 {
  float: left;
  text-align:left;
  clear:both;
  width:470px;
  height: 450px;
  overflow:auto;
  border:1px solid #6FC1EA;
  font-size:10px;
  font-family:Arial, Verdana, Helvetica, sans-serif;
  color:#000033;
}
.floatheader2 {
	margin-top:10px;
	background:#6FC1EA;
	padding:5px;
	font: 80% Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
  width:460px
	color:#000033;
  	text-align:left;
}


.oneColFixCtrHdr #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #container  #header {
	background-image:url(/images/logo-hi.jpg);
	width: 990px;
	height: 118px;
	padding: 0;
	padding-top:4px;
	
}


.oneColFixCtrHdr #leftContent {
	position: absolute;
	top: 60px;
	left: 0;
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 2px 10px 2px; /* padding keeps the content of the div away from the edges */
}
.oneColFixCtrHdr #rightContent {
	position: absolute;
	top: 60px;
	right: 0;
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 2px 10px 2px; /* padding keeps the content of the div away from the edges */
}
.oneColFixCtrHdr #midContent { 
	margin: 0 260px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtrHdr #welcome {
	background-color:#FFFFFF;
	border:none;
	border-bottom:thin  solid #333333;
	height: 20px;
	width:990px;
	text-align:left;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#000033;
}


.oneColFixCtrHdr #bluebar {
	background-image:url(/images/bluebar.jpg);
	background-repeat:repeat-x;
	height:13px;
	width:990px;
}



.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#e9e9e9;

}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	height:19px;
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:50%;
	color:#FFFFFF;
	text-align:right;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #container #header .navleft {
	background-image: url(/images/menu-l.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 20px;
}
.oneColFixCtrHdr #container #header .navright {
	background-image: url(/images/menu-r.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 20px;
}
.oneColFixCtrHdr #container #header .nav {
	background-image: url(/images/menu-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 20px;
}
.oneColFixCtrHdr #container #header .gnavleft {
	background-image: url(/images/gmenu-l.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 20px;
}
.oneColFixCtrHdr #container #header .gnavright {
	background-image: url(/images/gmenu-r.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 20px;
}
.oneColFixCtrHdr #container #header .gnav {
	background-image: url(/images/gmenu-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 20px;
}

.oneColFixCtrHdr #container #leftzone {
	background-color: #FFFFFF;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	text-align:justify;
	margin: 4px 0 4px 4px;
	padding: 0;
	float: left;
	width: 320px;
	border: 1px solid #FF0000;
	background-image:url(images/watermark.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.oneColFixCtrHdr #container #leftzone p {
	margin: 11px 8px;
}

.oneColFixCtrHdr #container #leftzone h1 {
	background-color:#030395;
	color:#FFFFFF;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-style:italic;
	font-size:13px;
	text-align: left;
	margin: 0;
	padding: 8px;
	border-bottom: 1px  solid #FF0000;
}
.oneColFixCtrHdr #container #rightzone h2 {
	margin: 0 0 -8px 0;
}

.oneColFixCtrHdr #container #leftzone hr {
	border: none;
	border-bottom: 1px  dotted #FF0000;
	margin: 4px;
}

.oneColFixCtrHdr #container #rightzone {
	background-color: #FFFFFF;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	text-align:left;
	margin: 4px 4px 4px 0;
	padding: 0;
	float: right;
	width: 652px;
	border: 1px solid #FF0000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}


.oneColFixCtrHdr #container #rightzone h1 {
	background-color:#ff0000;
	color:#FFFFFF;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-style:italic;
	font-size:13px;
	margin: 0;
	padding: 8px;
	border-bottom: 1px  solid #FF0000;
	text-align:center;
}

.oneColFixCtrHdr #container #leftzone-green {

	background-color: #FFFFFF;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	margin: 4px 0 4px 4px;
	padding: 0;
	float: left;
	width: 225px;
	border: 1px solid #000;
	background-image:url(/images/LEED_AP.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.oneColFixCtrHdr #container #rightzone-green {
	background-color: #FFFFFF;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	text-align:justify;
	margin: 4px 4px 4px 0;
	padding: 0;
	float: right;
	width: 747px;
	border: 1px solid #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-image:url(images/clip5.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;

}


/* Target all Firefox */ 
@-moz-document url-prefix() { .oneColFixCtrHdr #container #rightzone-green { line-height: 110%;; } } 



.oneColFixCtrHdr #container #rightzone-green h1 {
	background-color:#009900;
	color:#fff;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-style:italic;
	font-size:13px;
	margin: 0;
	padding: 8px;
	border-bottom: 1px  solid #000;
	text-align:center;
}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* 637px × 259px */

#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {width:px; margin:0 auto 50px auto; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:636px; height:259px; padding:2px; border:1px solid #ccc; background:#000066}
#information {position:absolute; bottom:0; width:637px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px}
#information p {padding:0 8px 8px}
#image {width:500px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:259px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(images/right.gif) right center no-repeat}
#imglink {position:absolute; height:259px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(images/link.gif) center center no-repeat}
#thumbnails {margin-top:20px;  border:1px solid #ccc; background:#fff; height:78px; padding-top: 22px}
#slideleft {float:left; width:35px; height:52px; background:url(images/scroll-left.png) center center no-repeat; background-color:#fff}
#slideleft:hover {background-color:#333}
#slideright {float:right; width:35px; height:52px; background:#fff url(images/scroll-right.png) center center no-repeat}
#slideright:hover {background-color:#333}
#slidearea {float:left; position:relative; width:556px; margin: 0 5px 5px 5px; height:54px; overflow:hidden}
#slider {position:absolute; left:0; height:52px}
#slider img {cursor:pointer; border:1px solid #FF0000; padding:0px}


.oneColFixCtrHdr #container #header .nav a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	text-decoration: none;
}
.oneColFixCtrHdr #container #header .nav a:hover {
	color: #ff0000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 80%;
	text-decoration: none;
}
.boxed-image {
	border: 1px solid #030395;
}.oneColFixCtrHdr #container #header .gnav a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	text-decoration: none;
}
.oneColFixCtrHdr #container #header .gnav a:hover {
	color: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 80%;
	text-decoration: none;
}.boxed-image {
	border: 1px solid #030395;
}
.oneColFixCtrHdr #container #mainContent #rightzone .inset-image {
	margin: 4px 8px;
	border: 1px solid #030395;
}

.oneColFixCtrHdr #container #mainContent #rightzone .inset-image-right {
	margin: 4px 0 4px 8px;
	border: 1px solid #030395;
}
