@charset "utf-8";
/* CSS Document */

html, body {
	margin:0 auto;
	background-repeat:repeat-x;
}
#container {
	width:960px;
	margin:0 auto;
}
#logo {
	width:400px;
	float:left;
	margin-top:15px;
	margin-bottom:10px;
}
#homebutton {
	width:230px;
	float:right;
	margin-top:65px;
	margin-right:20px;
	text-align: right;
	vertical-align: bottom;
}
#mainimageheader {
	width:665px;
	float:right;
	height:227px;
/*	background-color:#FFF;
	background-image:url(../images/sustainable_1.jpg)*/
}
#maincontentarea {
	width:960px;
	border-bottom-width: thin;
	border-bottom-style: dottedd;
	border-bottom-color: #666;
}
#contentLEFT {
	width:262px;
	float:left;
	padding:15px;
	background-color:#fcfcfc;
}
#contentRIGHT {
	width:620px;
	float:right;
	padding:15px 15px 15px 30px;
	background: url(../images/line-spacer.gif) repeat-y top left;
}
#signatureblock {
	text-align:left;
	padding:15px;
	padding-bottom:5px;
	height:80px;
	width:930px;
	margin:0 auto;
	background-image:url(../images/footer-bg.png);
	background-repeat:no-repeat;
}
#clearfloats {
	clear:both;
}

#contact input {
	width:400px;
	padding:5px;
	font-size:16px;
	background-color:#e5f0d4;
	border:thin solid #ddd;
	margin-top:4px;
}

#contact textarea {
	width:400px;
	padding:5px;
	font-size:16px;
	background-color:#e5f0d4;
	border:thin solid #ddd;
	margin-top:4px;
}
#contact .submit {
	width:90px;
	padding:2px;
	border:2px solid #eee;
	background-color:#eee;
	color:#222;
}
#video {
	text-align:center;
}
.video-pic {
	float:left;
	width:290px;
	margin:5px;
	padding:3px;
	border:thin #CCC solid;
	text-align:center;
		webkit-box-shadow: 3px 3px 3px #eee;
	-moz-box-shadow: 3px 3px 3px #eee;
	box-shadow:3px 3px 3px #eee;
}

/*--MENU START--*/
#mainmenudiv {
	width:290px;
	height:225px;
	background-color: #F5F5F5;
	float:left;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #AEB3B9;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #AEB3B9;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #AEB3B9;
}

ul#topnavmenu {
	margin: 0px 0px 0px 0px; 
	padding: 0;
	width: 290px;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	z-index:10;
}
ul#topnavmenu li {
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0;
	height:33px;
	width:290px;
	background-color:#FFF;
	border-bottom-width: thin dotted #AEB3B9;
	margin-top:10px;
}
ul#topnavmenu li img {
  vertical-align:middle;
}
ul#topnavmenu li a {
	padding: 4px 15px;
	display: block;
	color: #999;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;        
	text-decoration: none;  
}
ul#topnavmenu li:hover {
	background-color:#7eb70e;
	cursor:pointer;	
}
ul#topnavmenu li:hover a {
	color: #fff;	
}
/*--MENU END--*/

.errorbox {
	padding:5px;
	width:400px;
	background-color:#F2FFFF;
	margin-bottom:10px;
}
.list {
	list-style:none;
	margin:0 15px;
	padding:0px;
}
.list li {
	background-image:url(../images/icons_itemdownload.png);
	background-repeat:no-repeat;
	background-position:top left;
	margin:5px 0px;
	padding:0 20px;
	background-position: 0px 6px;
	
}
.list li a:hover {
	webkit-box-shadow: 3px 3px 3px #eee;
	-moz-box-shadow: 3px 3px 3px #eee;
	box-shadow:3px 3px 3px #eee;
}

.photoframe {
	float:left; 
	width:290px; 
	padding:5px; 
	height:245px;
	overflow:hidden;
	
}
.photoframe img {
  width:290px;
  height:200px;
}

.photoframe .img {
	width:290px; 
	height:200px; 
	overflow:hidden;
}