/*
-----------------------------------------------
Ecologistics Screen CSS styles
Developed by: Red Studio
Author: Dan Hower
Version: 1.0
Date: July 2008
----------------------------------------------- */


/* Structure - Global Divs
----------------------------------------------- */
* {
	padding: 0;
	margin: 0;
	}
	
body {
	font-size: small;
	font-family: arial, helvetica, san-serif;
	color: #000;
	background: #002539;
	}
	
#align {
	width: 980px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	padding: 0;
	top: 0;
	left: 0;
	}
	
#main {
	width: 970px;
	padding: 5px;
	background: #fff;
	float: left;
	}
	
* html #main {
	padding: 5px 5px 0 5px;
	}
	
#outershell {
	width: 964px;
	border: 1px solid #6eb43f;
	padding: 2px;
	float: left;
	}
	
*html #outershell {
	margin-bottom: 5px;
	float: none;
	}
	
#innershell {
	width: 962px;
	border: 1px solid #6eb43f;
	background: #e1e6c7;
	float: left;
	}
	
* html #innershell {
	width: 962px;
	border: 1px solid #6eb43f;
	float: none;
	}
	
#footer {
	width: 980px;
	padding-top: 5px;
	background: transparent;
	float: left;
	}

	
/* Structure - Global Navigation
----------------------------------------------- */
#global-nav {
	width: 970px;
	padding: 10px 0;
	float: left;
	}
	
#global-nav a {
	font-size: 85%;
	font-family: verdana, chicago, san-serif;
	color: #fff;
	text-decoration: none;
	}
	
#global-nav a:hover {
	color: #6eb43f;
	}
	
#home, #blog {
	padding-right: 12px;
	border-right: 1px solid #fff;
	margin-right: 12px;
	}
	
#blog, #client-access {
	display: none;
	}
	
#client-access {
	padding-right: 12px;
	border-right: 1px solid #6eb43f;
	margin-right: 12px;
	}
	
#home.selected, #contact.selected {
	color: #6eb43f;
	}
	
/* Structure - Main Navigation
----------------------------------------------- */
#nav, #nav ul {
	list-style: none;
	float: right;
	z-index: 500;
	}

#nav a.primary {
	width: 127px;
	color: #004b8d;
	font-weight: bold;
	border-left: 1px solid #004b8d;
	padding: 3px 0 0 15px;
	display: block;
	text-decoration: none;
	}
	
#nav a.secondary {
	width: 127px;
	color: #004b8d;
	padding: 8px 0 0 15px;
	display: block;
	text-decoration: none;
	}
	
#nav a.secondary-last {
	width: 127px;
	color: #004b8d;
	padding: 8px 0 8px 15px;
	display: block;
	text-decoration: none;
	}
	
#nav a.primary:hover, #nav a.secondary:hover, #nav a.secondary-last:hover {
	color: #6eb43f;
	}
	
#nav a.primary.selected {
	color: #6eb43f;
	}

#nav li {
	float: left;
	}

#nav li ul {
	font-size: 85%;
	position: absolute;
	background: #e1e6c7;
	border-right: 1px solid #004b8d;
	border-bottom: 1px solid #004b8d;
	border-left: 1px solid #004b8d;
	width: 142px;
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
	}
	
#nav li.selected ul {
	left: auto;
	}
	
	
/* Structure - Sub Navigation
----------------------------------------------- */
#subnav {
	font-size: 85%;
	width: 227px;
	border-right: 1px solid #004b8d;
	list-style: none;
	padding: 10px 0 0 20px;
	background: #e1e6c7;
	float: left;
	}
	
#subnav li {
	padding-bottom: 10px;
	}
	
#subnav li a {
	color: #004b8d;
	background: url(img/blue_bullet.gif) left 50% no-repeat;
	padding-left: 10px;
	text-decoration: none;
	}
	
#subnav li a:hover {
	color: #6eb43f;
	background: url(img/green_bullet.gif) left 50% no-repeat;
	}
	
#subnav li a.selected {
	color: #6eb43f;
	background: url(img/green_bullet.gif) left 50% no-repeat;
	}
	
#subnav ul  {
	padding: 5px 0 0 0;
	margin: 0;
	list-style: none;
	}
	
#subnav ul li a {
	padding-left: 20px;
	background: url(img/blue_bullet.gif) 10px 50% no-repeat;
	}
	
#subnav ul li a:hover {
	color: #6eb43f;
	background: url(img/green_bullet.gif) 10px 50% no-repeat;
	}
	
#subnav ul li a.selected {
	color: #6eb43f;
	background: url(img/green_bullet.gif) 10px 50% no-repeat;
	}
	
#subnav ul li.twolines a {
	padding-left: 20px;
	background: url(img/blue_bullet.gif) 10px 4px no-repeat;
	}
	
#subnav ul li.twolines a:hover {
	color: #6eb43f;
	background: url(img/green_bullet.gif) 10px 4px no-repeat;
	}
	
#subnav ul li.twolines a.selected {
	color: #6eb43f;
	background: url(img/green_bullet.gif) 10px 4px no-repeat;
	}

	
/* Structure - Content Divs
----------------------------------------------- */
#masthead {
	width: 962px;
	height: 131px;
	border-bottom: 1px solid #6eb43f;
	float: left;
	}
	
#masthead2 {
	width: 962px;
	height: 40px;
	border-bottom: 1px solid #6eb43f;
	background: #e1e6c7;
	float: left;
	}
	
#logo-area {
	width: 476px;
	padding: 14px 243px;
	border-bottom: 1px solid #6eb43f;
	background: #fff;
	float: left;
	}
	
#logo-area-sm {
	width: 934px;
	padding: 14px;
	margin-bottom: 10px;
	border-bottom: 1px solid #6eb43f;
	background: #fff;
	float: left;
	}
	
#onecol, #twocol {
	margin-top: 30px;
	padding: 0 0 25px 0;
	float: left;
	}
	
#twocol #leftcol {
	width: 421px;
	padding: 0 40px;
	float: left;
	}
	
* html #twocol #leftcol {
	width: 421px;
	padding: 0 40px;
	margin: 0 -20px 0 -10px;
	float: left;
	}
	
#twocol #rightcol {
	width: 421px;
	padding-right: 40px;
	float: right;
	}
	
#onecol {
	background: transparent url(img/bg.jpg) left 100px no-repeat;
	}
	
#onecol #leftcol {
	width: 248px;
	padding: 0;
	margin: 0 15px 0 0;
	float: left;
	}
	
#onecol #rightcol {
	width: 684px;
	padding-right: 15px;
	float: right;
	}
	
#homecol {
	margin-top: 10px;
	padding: 40px 0 25px 0;
	float: left;
	}
	
#homecol #leftcol {
	width: 692px;
	padding-left: 40px;
	float: left;
	}
	
#homecol #rightcol {
	width: 160px;
	padding: 0 40px 0 0;
	margin: 5px 0 0 30px;
	float: right;
	}

#homecol ul, #homecol ol {
	margin-left: 4px;
	padding-bottom: 5px;
	clear: left;
	}
	
#homecol li {
	line-height: 20px;
	color: #333;
	}

#homecol ul {
	margin: 0;
	padding-left: 14px;
	}
	
* html #homecol ul {
	padding-left: 18px;
	}
		
#flash {
	width: 962px;
	height: 180px;
	border-bottom: 1px solid #6eb43f;
	margin-bottom: 10px;
	float: left;
	}
	
#imagecol {
	width: 424px;
	margin-left: 15px;
	float: right;
	}
	
#imagecol-small {
	width: 342px;
	margin-left: 15px;
	float: right;
	}
	
.download {
	width: 684px;
	float: left;
	}
	
.download1 {
	width: 311px;
	padding: 10px;
	float: left;
	}
	
.download2 {
	width: 311px;
	padding: 10px;
	float: right;
	}
	
.buffer {
	width: 248px;
	background: #e1e6c7;
	height: 40px;
	float: left;
	}
	
#natural, #energy, #human {
	behavior: url(iepngfix.htc);
	}
	
	
	
/* Heading Styles
----------------------------------------------- */
h1 {
	font-family: verdana, chicago, san-serif;
	font-weight: normal;
	font-size: 140%;
	color: #004b8d;
	margin: 0 0 10px 0;
	}
	
h2 {
	font-family: arial, helvetica, san-serif;
	font-size: 120%;
	color: #000;
	margin: 0 0 10px 0;
	}
	
h3 {
	font-family: arial, helvetica, san-serif;
	font-size: 100%;
	color: #000;
	}
	
	
	
/* Fonts and Link Styles
----------------------------------------------- */
p, blockquote {
	line-height: 20px;
	color: #333;
	padding-bottom: 15px;
	}
	
p.center {
	text-align: center;
	}
	
p.small {
	font-size: 85%;
	}
	
#footer p {
	font-size: 85%;
	color: #fff;
	}
	
#rightcol ul, #rightcol ol {
	margin-left: 4px;
	padding-bottom: 15px;
	clear: left;
	}
	
#rightcol li {
	line-height: 20px;
	color: #333;
	}
	
#rightcol li.blue {
	color: #004b8d;
	}
	
blockquote {
	padding: 0 40px 15px 40px;
	}
	
a {
	font-family: arial, helvetica, san-serif;
	color: #004b8d;
	text-decoration: underline;
	}
	
a:hover {
	color: #6eb43f;
	text-decoration: none
	}
	
a.selected {
	color: #6eb43f;
	text-decoration: none;
	}
	
ol {
	margin: 0;
	padding-left: 18px;
	}
	
* html ol {
	padding-left: 24px;
	}
	
#rightcol ul {
	margin: 0;
	padding-left: 14px;
	}
	
* html #rightcol ul {
	padding-left: 18px;
	}
	
.booktitle {
	font-style: italic;
	font-weight: bold;
	}
	
#footer p {
	text-align: right;
	}
	
.indent40 {
	padding-left: 40px;
	}
	
.indent20 {
	padding-left: 20px;
	}
	
.indent15 {
	padding-left: 15px;
	}
	
.margin10bottom {
	margin-bottom: 10px;
	}
	
.margin10topbottom {
	margin-top: 20px;
	margin-bottom: 10px;
	}
	
a.ppt {
	padding-left: 25px;
	line-height: 20px;
	background: url(img/ppt.gif) left 50% no-repeat;
	clear: left;
	}
	
a.pdf {
	padding-left: 25px;
	line-height: 20px;
	background: url(img/pdf.gif) left 50% no-repeat;
	clear: left;
	}

	
	
/* img, Padding, Margins and Misc. Styles
----------------------------------------------- */
img {
	border: 0;
	display: block;
	}
	
img.right {
	margin-left: 15px;
	float: right;
	}
	
img.left {
	margin: 0 20px 20px 0;
	float: left;
	}
	
.dropshadow {
  background: url(img/dropshadow.png) no-repeat bottom right;
  margin: 13px 16px 10px 10px;
  float: left;
  }

.dropshadow img {
  position: relative;
  border: 1px solid #a9a9a9;
  background: #fff;
  padding: 8px;
  margin: -8px 6px 6px -8px;
  display: block;
  }
  
* html .dropshadow {
  background: url(img/dropshadow.gif) no-repeat bottom right;
  margin: 13px 10px 10px 4px;
  float: left;
  }

* html .dropshadow img {
  position: relative;
  border: 1px solid #a9a9a9;
  background: #fff;
  padding: 8px;
  margin: -8px 6px 6px -8px;
  display: block;
  }
  
.dropshadow-right {
  background: url(img/dropshadow.png) no-repeat bottom right;
  margin: 13px 0 0px 20px;
  float: right;
  }

.dropshadow-right img {
  position: relative;
  border: 1px solid #a9a9a9;
  background: #fff;
  padding: 8px;
  margin: -8px 6px 6px -8px;
  display: block;
  }
  
* html .dropshadow-right {
  background: url(img/dropshadow.gif) no-repeat bottom right;
  margin: 13px 0 10px 20px;
  float: right;
  }

* html .dropshadow-right img {
  position: relative;
  border: 1px solid #a9a9a9;
  background: #fff;
  padding: 8px;
  margin: -8px 6px 6px -8px;
  display: block;
  }
  
 .nopadding {
  background: url(img/dropshadow.png) no-repeat bottom right;
  margin: 0 15px 0 10px;
  float: left;
  }

.nopadding img {
  position: relative;
  border: 1px solid #a9a9a9;
  margin: -8px 6px 6px -8px;
  display: block;
  }
  
 * html .nopadding {
  background: url(img/dropshadow.gif) no-repeat bottom right;
  margin: 0 15px 0 10px;
  float: left;
  }

* html .nopadding img {
  position: relative;
  border: 1px solid #a9a9a9;
  margin: -8px 6px 6px -8px;
  display: block;
  } 
	
hr {	
	color: #46260e; 
	background: #46260e;
	height: 1px;
	border: 0;
	margin: 20px 1px 10px;
	}
	
	
/* Home Page Slideshow Styles
----------------------------------------------- */	
#slideshow {
	width: 415px;
	height: 282px;
	overflow: hidden;
	background: url(img/dropshadow.gif) no-repeat bottom right;
 	margin: 44px 0;
	float: left;
	}
	
#slideshow img {
	position: absolute;
	top: 80;
	left: 40;
	display: none;
  	border: 1px solid #a9a9a9;
	margin: -8px 8px 8px -8px;
	}
	
	
/* Highslide Styles
----------------------------------------------- */	
.highslide {
    cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
}

.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid #004b8d;
}
.highslide:hover img {
	border-color: silver;
}

.highslide-wrapper, .drop-shadow {
	background: white;
}
.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-overlay {
	display: none;
}

/* Mac-style close button */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(highslide/graphics/close.png);
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='highslide/graphics/close.png', sizingMethod='scale');
}

