
/* base ----------------------------------------------- */
	
* {
	padding: 0;
	margin: 0;
	}
	
html, body {
	margin: 0;
	padding: 0;
	color: #444;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
}

/* layout ----------------------------------------------- */

body {
	text-align: center;		/* centers content in IE5.5 and earlier */
	background: #000000 url(../images/bg3.jpg) repeat-x;
	}

#wrapper {
	width: 750px;
	margin: 0 auto;
	padding: 29px 0 30px;
	text-align: left;
	}

#header {
	position: relative;
	height: 470px;
	width: 750px;
	}

#header #nav {
	position: absolute;
	top: 25px;
	right: 220px;
	}

#header #logo {
	position: absolute;
	top: 3px;
	right: -32px;
	width: 149px;
	}

#content {
	width: 751px;
	background: url(../images/body-bg.gif) right repeat-y;	
	}

#main {
	float: left;	/* Opera 5 */
	\width: 450px;	/* IE5Win */
	w\idth: 450px;	/* Others */
	padding: 15px 10px 40px 25px;
	position: relative;
	}

#sidebar {
	float: right;
	width: 195px;	/* Opera 5 */
	\width: 240px;	/* IE5Win */
	w\idth: 195px;	/* Others */
	margin: 0;
	padding: 0 15px 25px 30px;
	border-left: 1px solid #eee;
	font-weight: lighter;
	}

#data {
	float: left;	/* Opera 5 */
	\width: 410px;	/* IE5Win */
	w\idth: 410px;	/* Others */
	padding: 15px 10px 40px 25px;
	position: relative;
	border-right: 1px solid #eee;
	}

#pics {
	float: right;
	width: 245px;	/* Opera 5 */
	\width: 290px;	/* IE5Win */
	w\idth: 245px;	/* Others */
	margin: 0;
	padding: 25px 30px 25px 30px;
	font-weight: lighter;
	}
	
#imagegallery {
	float: left;
	width: 700px;
	padding: 15px 25px 40px 25px;
	position: relative;ß
	}
	
.row a img {
	margin: 0px 21px 25px 0;
	border: 1px solid #999;
	float:left;
	}	
.row a img.last {
	margin: 0px 0 25px 0;
	border: 1px solid #999;
	float:left;
	}	
/* typography ----------------------------------------------- */

a {	
	color: #7aa612;	
	text-decoration: none; 
	}
	
a:hover { 
	/*background-color:#ff9; 
	border-bottom: 1px solid #cc6;*/
	text-decoration: underline;
	}

img { 
	display: block; 
	}
	
a img { 
	border: none;
	}

#pics img {
	border: 1px solid #999;
	margin-bottom: 30px;
	}

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	}

h1 {
	color: #7aa612;
	font-size: 2.2em;
	font-weight: normal;
	margin: 0.5em 0 0.5em 0;
	line-height: .9em;
	}

h1 a {
	color: #333; 
	}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #7aa612;
	margin: 0.5em 0 0.5em 0;
	line-height: 1.3em;
	text-align: justify;
  	}

h3 {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #7aa612;
	display: block;
	padding-top: 5px;
	}
	
h4 {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #333333;
	display: block;
	padding-top: 20px;
	margin-bottom: 10px;
	}

ol {
	margin: 0.2em 0 1em 0;
	padding-left: 2.25em;
	}

p {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 1.3em;
	}		

ul {
	margin: 1em 0;
	padding-left: 16px;
	}
ul li {
	padding: 0 0 0.2em 0.4em;
	line-height: 1.4em;
	}

small {
	font-size: 0.8em;
	}

.title{
	font-size: 0.9em; 
	font-style: italic;
	}

.att {
	font-size: 0.8em;
	}


/* datalists  ----------------------------------------------- */

.data, .data ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
.data li {
	padding: 5px 0px;
	}
	
.data li li ul, .data li li {
	padding: 0px 5px;
	margin: 0;
	}
	
.links, .links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
.links li {
	padding: 0 20px;
	}	
	
/* header  ----------------------------------------------- */

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li {
	padding: 0;
	font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	float: left;
	display: block;
	color: #222;	
	}	 
	
#nav li a {
	font-size: 1.0em;
	font-weight: normal;
	color: #fff;
	padding: 0.5em;
	}
	
#nav li a:hover {
	text-decoration: underline;
	background-color: transparent;
	border: none;
	}
	
#nav li a:focus {
	outline-style: none;
	}
	
			
/* sidebar  ----------------------------------------------- */

/*#sidebar li{
	list-style:none;
	margin: 0px;
	padding: 0px;	
}

#sidebar li li{ 

border-top: 1px solid #ddd;
margin: 0px;
padding: 3px 0 0 10px;
font-size:0.9em;

}

#sidebar ul ul{

border-bottom: 1px solid #ddd;
margin:6px 0 0 0;
padding:0;
}

#sidebar h1{ 
	font-size: 1.75em;
	}	
#sidebar h2{ text-align: left; line-height: 1.2em; }*/


#sidebar h3 {
	color: #7aa612; 
	}	
	
#sidebar p{
	text-align:left;
	margin: 10px 0;
	}
	
#sidebar .image{
	margin: 10px 0;
	
	}


/* Case Studies Nav */
/*
#sidebar .casestudies {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 195px;
	xborder-top: 1px solid #ddd;
	} 
	
#sidebar .casestudies li { font-size: 1.0em; }

#sidebar .casestudies li.active { background-color: #eee;}
#sidebar .casestudies li.active { text-decoration: none;}

#sidebar .casestudies li a { 
	display: block;
	font: 1.0em/1.1em "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	xfont: bold 120% Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #ddd;
	padding: 8px 5px;
	text-decoration: none;
	}


#sidebar .casestudies li a img{  
	float: left;
	margin-right: 10px;
	border: 2px solid #fff;
	}
	
#sidebar .casestudies li a:hover img{ border: 2px solid #dd7; }  */

 /* make hover effect work in IE */	
 
/** html #sidebar .casestudies li a {	width: 195px;	}
	
#sidebar .casestudies li a:hover { background: #ffffcc; 	}
	
#sidebar .casestudies a em { 
	color: #333;
	display: block;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 125%; 
	}
	
#sidebar .casestudies a span {
	color: #125F15;
	font: normal 70% Verdana, Helvetica, sans-serif;
	line-height: 150%;
	}
*/

/* footer  ----------------------------------------------- */

#footer{
	color: #aaa;
	background: url(../images/footer-bg3.gif) top right no-repeat;
	height: 56px;
	width: 751px;
}

#bottomNav { 
	padding: 3px 0 0 75px;
}

#bottomNav ul{
	padding: 0; 
	margin:0; 
	list-style: none;
}

#bottomNav ul li{
	font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	float: left;
	display: block;
	padding: 0 0.2em;
	color: #666;
}

#bottomNav ul li a{
	color: #aaa;
	font-size: 0.9em;
	padding: 0 0.3em;
	margin: 0 0.2em;
} 	

#bottomNav ul li a:hover{
	color: #333;
}

#bottomNav ul li a:focus{
	outline-style: none;
}

#copy{
	float: right;
	margin-right: 40px;
	font-size: 0.9em;
}

	
	
/* tabber  ----------------------------------------------- */


/* $Id: example.css,v 1.3 2006/03/06 06:02:28 pat Exp $ */
/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide { display:none; }

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {}
.tabberlive {  margin-top: 1.5em;}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/

ul.tabbernav{
	margin:0;
	padding: 3px 0;
	border-bottom: 1px solid #ccc;
	font: 11px "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;	
}

ul.tabbernav li{
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1.0em;
	display: inline;
	}

ul.tabbernav li a{
	padding: 3px 0.5em;
	margin-right: 3px;
	border: 1px solid #999;
	border-bottom: none;
	background: #7aa612;
	text-decoration: none;
	}

ul.tabbernav li a:link { color: #fff; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover{
	color: #fff;
	background-color: #4a7600;
	}

ul.tabbernav li.tabberactive a{
	color: #333;
	border: 1px solid #ccc;
	border-bottom: none;
	background-color: #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	cursor: default;
	}

ul.tabbernav li.tabberactive a:hover{
	color: #000;
	background-color: #f5f5f5;
	/*xborder-bottom: 5px solid red;*/
}



/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding: 8px;
 font-size: 0.9em;
 border:1px solid #ccc;
 background-color: #f5f5f5;
 border-top:0;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}

/* If desired, set a height and add a scrollbar */
.tabberlive#tab2 .tabbertab{
 height:200px;
 overflow:auto;
}

.tabberlive .tabbertab h3 {
	padding: 0;
	margin: 0;
	color: #555;
	}


#sidebar .tabberlive .tabbertab ul{
	padding-left: 0;
	}
#sidebar .tabberlive .tabbertab ul li{
	line-height: 1.2em;
	border-bottom: 1px solid #ddd;
	padding: 0.3em 0;
	}


/* clearing  ----------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

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