/* CSS Document */
*{
text-decoration: none;
}
a:link {
	color: #CC5500;
	text-decoration: none;
}
a:visited {
	color: #CC5500;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #CC5500;
	text-decoration: none;
}
	
html, 
body {
   margin:0;
   padding:0;
   height:100%;
}
			
#container {
	position:relative;
	height:100%;
	min-height: 100%;
	margin:0 auto;
	width: 820px;
	z-index:0;
}

#header {
	position:absolute;
	margin: 30px 0px 0px 550px;
	width:270px;
	height: 80px;
}

#main {
	position:absolute;
	width:820px;
	height: 380px;
	margin: 110px 0px 0px 0px;
	color: #000000;
	border: 1px solid #999999;
	z-index: 6;
}

.mainall {
	position:absolute;
	width:820px;
	height: 380px;
	overflow:auto;
	z-index: 7;
}

.mainright {
	position:absolute;
	width:270px;
	height: 380px;
	margin: 0px 0px 0px 550px;
	padding: 0px 0px 0px 0px;
	z-index: 7;
}

.maincontactright {
	position:absolute;
	width:270px;
	height: 378px;
	margin: 0px 0px 0px 550px;
	padding: 0px 0px 0px 0px;
	z-index: 7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC5500;
	border-right-color: #CC5500;
	border-bottom-color: #CC5500;
	border-left-color: #CC5500;
}

.maincommunityright {
	position:absolute;
	width:270px;
	height: 378px;
	margin: 0px 0px 0px 550px;
	padding: 0px 0px 0px 0px;
	z-index: 7;
}

.maincontactright h1{
	margin: -5px 0px 0px 0px;
	padding: 10px 10px 5px 10px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 10pt;
	text-align: left;
	display: block;
	color: #CC5500;
}

.maincontactright p{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	font-family: "Trebuchet MS";
	font-size: 8pt;
	text-align: left;
	text-decoration: none;
	position:relative;
}

.mainleft {
	position:absolute;
	width:550px;
	height: 380px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	overflow:auto;
	z-index: 7;
}

.mainleftfacebook {
	position:absolute;
	width:550px;
	height: 380px;
	z-index:10;
}

#mainnoborder {
	margin: 110px 0px 0px 0px;
	display:block;
	position:absolute;
	width:820px;
	height: 380px;
	z-index: 6;
}
	
.sortable {
	height: 10px;
	margin: 0px 0px 0px 0px;
	font-family: "Trebuchet MS";
	width: 800px;
	text-align: left;
	font-weight: bold;
	font-size: 10pt;
	color: #CC5500;
	vertical-align: top;
}
.listrowtable {
	height: 10px;
	margin: 0px 0px 0px 5px;
	font-family: "Trebuchet MS";
	width: 790px;
	text-align: left;
	font-weight: bold;
	font-size: 10pt;
	color: #CC5500;
	vertical-align: top;
}
.listrow {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 8pt;
	text-align: left;
	color: #666666;
}
.listrow2 {
	background-color:#cccccc;
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 8pt;
	text-align: left;
	color: #666666;
}

.sortableLEED {
	height: 10px;
	margin: 0px 0px 0px 10px;
	font-family: "Trebuchet MS";
	width: 520px;
	text-align: left;
	font-weight: bold;
	font-size: 10pt;
	color: #CC5500;
}
.listrowtableLEED {
	height: 10px;
	margin: 0px 0px 0px 5px;
	font-family: "Trebuchet MS";
	width: 520px;
	text-align: left;
	font-weight: bold;
	font-size: 10pt;
	color: #CC5500;
}
.listrowLEED {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 8pt;
	text-align: left;
	color: #666666;
}
				
.yearcolumn {
	width: 5%;
	text-align: center;
	vertical-align: top;
	}
.groupcolumn {
	width: 8%;
	text-align: left;
	vertical-align: top;
}
.usecolumn {
	width: 10%;
	text-align: left;
	vertical-align: top;
}
.clientcolumn {
	width: 22%;
	text-align: left;
	vertical-align: top;
}
.projectcolumn {
	width: 26%;
	text-align: left;
	vertical-align: top;
	}
.typecolumn {
	width: 18%;
	text-align: left;
	vertical-align: top;
}
.locationcolumn {
	width: 10%;
	text-align: left;
	vertical-align: top;
	}
.budgetcolumn {
	width: 8%;
	text-align: right;
	vertical-align: top;
}
.namecolumn {
	width:15%;
	text-align: left;
	vertical-align: top;
}
.titlecolumn {
	width: 45%;
	text-align: left;
	vertical-align: top;
}
.affiliationcolumn {
	width: 40%;
	text-align: left;
	vertical-align: top;
}
.namecolumnLEED {
	width:20%;
	text-align: left;
	vertical-align: top;
}
.titlecolumnLEED {
	width: 40%;
	text-align: left;
	vertical-align: top;
}
.affiliationcolumnLEED {
	width: 40%;
	text-align: left;
	vertical-align: top;
}
.recognitioncolumn {
	width: 36%;
	text-align: left;
	vertical-align: top;
}
.addresscolumn {
	width: 25%;
	text-align: left;
	vertical-align: top;
}
.phonecolumn {
	width: 15%;
	text-align: left;
	vertical-align: top;
}
#main h1{
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 10pt;
	text-align: left;
	display: block;
	color: #CC5500;
}

#main h2{
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	font-family: "Trebuchet MS";
	color:#000000;
	font-weight: bold;
	font-size: 8pt;
	text-transform: none;
	text-decoration: none;
}

#main h3{
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	color: #999999;
	font-family:"Trebuchet MS";
	font-size: 8pt;
	text-decoration: none;
}

#main p{
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 10px 5px 10px;
	font-family: "Trebuchet MS";
	font-size: 8pt;
	text-align: justify;
	text-decoration: none;
	position:relative;
}

#main p1{
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 280px 5px 10px;
	font-family: "Trebuchet MS";
	font-size: 8pt;
	text-align: left;
	text-decoration: none;
	position:relative;
}

#main p2{
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
	text-align: left;
	display: block;
}

#mainhelper {
	position:absolute;
	width:820px;
	margin: 498px 0px 0px 0px;
	height: 22px;
	z-index:0;
}

#footerleft {
	position:absolute;
	width:470px;
	margin: 570px 0px 0px 0px;
	height: 15px;
	font-family: Trebuchet MS;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
	z-index:1;
}
#footermiddle {
	position:absolute;
	width:255px;
	margin: 570px 0px 0px 470px;
	height: 15px;
	font-family: Trebuchet MS;
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	text-align: right;
	z-index:1;
}
#footerright {
	position:absolute;
	width:95px;
	margin: 570px 0px 0px 725px;
	height: 15px;
	font-family: Trebuchet MS;
	font-weight: normal;
	font-size: 8pt;
	text-transform: none;
	color: #000000;
	text-align: right;
	z-index:2;
}
#nav {
	list-style-type: none;
	margin:50px 0px 0px 0px;
	padding:0px;
	position: absolute;
	text-transform:uppercase;
	z-index: 5;
}

#nav li {
	display:inline;
}

#nav li a {
	color: #999999;
	font-family:"Trebuchet MS";
	font-size: 16pt;
	text-decoration: none;
	padding: 0px 5px 0px 0px;
	font-weight: bold;
}

#nav li a:hover {
	color: #000000;
}

#nav h {
	color: #999999;
	font-family:"Trebuchet MS";
	font-size: 18pt;
	text-decoration: none;
	padding: 0px 5px 0px 0px;
	font-weight: bold;
}

#subnav {
	list-style-type: none;
	margin:77px 0px 0px 0px;
	padding:0px;
	position: absolute;
	text-transform:lowercase;
	z-index: 5;
}

#subnav  li {
	display:inline;
}

#subnav  li a {
	color: #999999;
	font-family:"Trebuchet MS";
	font-size: 9pt;
	text-decoration: none;
	padding: 0px 5px 0px 0px;
	text-align: left;
}

#subnav  li a:hover {
	color: #CC5500;
}
