/* CSS Document */
html { 
height: 100%; 
width:100%;
} 

body {
	scrollbar-arrow-color: #4F5C4D;
	scrollbar-base-color: #F7F5F2;
	scrollbar-shadow-color: #F7F5F2;
	scrollbar-face-color: #F7F5F2;
	scrollbar-highlight-color: #none;
	scrollbar-darkshadow-color: #AA9B80;
	scrollbar-3d-light-color: #none;
	text-align:center;
	height:100%;
	margin:0;
	background-color:#465146;
}

#backgroundTop {
	width:100%;
	height:50%;
	background-color:#667168;
}
#backgroundBottom {
	width:100%;
	height:50%;
	background-image:  url(../images/newBottomBack.jpg);
	background-repeat: repeat-x;
	background-color:#465146;
}

#containerBack {
	width: 954px;
	height: 574px;
	position: absolute;
	background-color: #000000;
	text-align:center;
	padding:1px 0 0 0;
	top: 50%;
	left: 50%;
	margin-left:-477px;
	margin-top:-287px;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

#container {
	width: 950px;
	height: 570px;
	position: absolute;
	background-color: #ffffff;
	text-align:center;
	padding:1px 0 0 0;
	top: 50%;
	left: 50%;
	margin-left:-475px;
	margin-top:-285px;
}
#buttons {
	width:688px;
	height:28px;
	margin:10px 10px 0 10px;
	padding: 140px 0 0 242px;
	border-bottom: solid #4D584F 2px;
	background-color:#ffffff;
	background-repeat: no-repeat;
}
<!-- navigation -->
#lst-nav ul{
	margin:0;
	padding:0;
	height: 28px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}
	
#lst-nav li {
	margin: 0px; 
	padding: 0px;
	list-style: none;
	display: inline;
	}
#lst-nav a {
	float: left;
	padding: 11px 0 0 0;
	overflow: hidden;
	height: 19px !important; 
	height /**/:19px; /* for IE5/Win only */
	font:400 0.6em/1.2em "Verdana", sans-serif;
	color:#ffffff;
	text-decoration:none;
	}
#lst-nav a:hover {
	background-position: 0 -60px;
	font:400 0.6em/1.2em "Verdana", sans-serif;
	color:#ffffff;
	text-decoration:none;
	}
#lst-nav a:active, #lst-nav a.selected {
	background-position: 0 0px;
	font:400 0.6em/1.2em "Verdana", sans-serif;
	color:#000000;
	text-decoration:none;
	z-index:20000;
	}
#lst-nav a:active, #lst-nav a.selected:hover {
	background-position: 0 0px;
	}

/*
#tab-projects a {
  width: 72px;
  background: url(../images/projects.png) top left no-repeat;
  background-position: 0 -30px;
  }
#tab-forSale a {
  width: 72px;
  background: url(../images/projects.png) top left no-repeat;
  background-position: 0 -30px;
  }
#tab-profile a {
  width: 72px;
  background: url(../images/profile.png) top left no-repeat;
  background-position: 0 -30px;
  }
#tab-greenBuildingResources a {
  width: 175px;
  background: url(../images/greenBuildingResources.png) top left no-repeat;
  background-position: 0 -30px;
  }
*/

#bottomHalf {
	width: 926px;
	height:380px;
	margin:0 10px 10px 10px;
	background-color:#ECF1E9;
	border-right: solid #4D584F 2px;
	border-left: solid #4D584F 2px;
	border-bottom: solid #4D584F 2px;
}
#sideContentContainer {
	width: 198px;
	height:378px;
	float:left; 
	padding:0;
	margin:2px 0 2px 2px;
}
#sideContent {
	width: 202px;
	height:376px; 
	font:400 0.6em/1.2em "Verdana", sans-serif;
	background-color:  #DBE1D7;
	text-align: left;
	color:#353D31;
}
#sideContentHeader {
	width: 202px;
	height:40px; 
	background-image: url(../images/sideHeader.jpg);
	color:#4D584F;
}
#sideContentHeaderText {
	width: 186px;
	font:500 1.8em/1.2em "Times New Roman", serif;
	padding: 8px 0 0 16px;
}
#sideContentText {
	width: 186px;
	font:200 1.2em/1.6em "Verdana", sans-serif;
	padding: 8px 0 0 16px;
	color:#808C82;
}

/* side-menu */
	div#sideContent ul.menuMCF li a, div#sidebar ul.menuMCF li a:link, div#sidebar ul.menuMCF li a:visited {
		color: #808C82;
		background-color: transparent;
		text-decoration: none;

	}

	div#sideContent ul.menuMCF li a:hover {
		color: #4D584F;
	}

	div#sideContent ul.menuMCF li.current a, div#sidebar ul.menuMCF li.current a:link, div#sidebar ul.menuMCF li.current a:visited {
		color: #4D584F;
		background-image: url('../images/menuBack.jpg');
		background-repeat: no-repeat;
		background-position: left;
		padding: 8px 10px 4px 25px;
	}

	ul.menuMCF {
		padding: 0px 0px 0px 10px;
		margin: 0 0 0 0;
	}

	ul.menuMCF li  {
		width:176px;
		list-style: none;			
		padding: 4px 0 4px 10px;
		margin: 0px;
		font:200 1.0em/1.4em "Verdana", sans-serif;
		text-align: left;
		}

	ul.menuMCF li.current  {
		background-color: none;
		background-image: none;
		}
		
#content {
	width: 684px;
	height:340px;
	padding:20px 20px 20px 0;
	float:right;
}
#scrollContent {
	width:664px;
	height:318px;
	padding:10px 0 10px 20px;
	overflow: auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #32432A;
}
#scrollContent A:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #32432A;
	padding:0;
	margin:0;
}
#scrollContent A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #32432A;
	padding:0;
	margin:0;
}
#scrollContent A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DF9429;
	padding:0;
	margin:0;
}

h1 {
	color:#DF9429;
	padding: 0px 0 10px 0;
	font:500 4em/0.9em "Times New Roman", serif;
	margin-top:0;
}
h2 {
	color:#DF9429;
	padding: 20px 0 0 0;
	font:400 3em/1.2em "Times New Roman", serif;
	margin-top: 140px;
}
h3 {
	color:#32432A;
	font:100 1.4em/1.1em "Times New Roman", serif;
	padding-left:24px;
	padding-bottom:6px;
	margin-left:20px;
	margin-top:0;
	margin-bottom:0;
	background-image: url('../images/green.jpg');
	background-repeat: no-repeat;
	background-position: top-left;
}
h4 {
	color:#4E5A50;
	padding: 0;
	font:100 1.4em/1.1em "Times New Roman", serif;
}

		
.clearFix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/*  quicklinks */
#quickLinks {
	font:200 1.0em/1.8em "Verdana", sans-serif;
	color:#808C82;
	padding-left:25px;
}

div#quickLinks li a, li a:visited {
	color: #808C82;
	background-color: transparent;
	text-decoration: none;
	padding: 2px 10px 2px 0;
}

div#quickLinks li a:hover {
	color: #4D584F;
	padding: 2px 10px 2px 0;
}

A.greenLink:link {
	color: #808C82;
	background-color: transparent;
	text-decoration: underline;
	padding: 2px 10px 2px 0;
}
A.greenLink:visited {
	color: #808C82;
	background-color: transparent;
	text-decoration: underline;
	padding: 2px 10px 2px 0;
}
A.greenLink:hover {
	color: #4D584F;
	padding: 2px 10px 2px 0;
}
