/* CSS Document */


* { /* this eliminates those extra spaces between divs */
	margin: 0;
	padding: 0;
	}

body {
	font-size: 12pt;
	color:#333; 
	background-color:#333;
	font-family: "Trebuchet MS", Tahoma, Lucida Sans Unicode, Lucida Grande, sans-serif;
	}

h1 {
	font-size: 1.4em;
	text-align: left;
	line-height: 1.3em;
	color: #69b533;
	margin-bottom: 12px;
	font-weight:normal;}
	

	
	
h2 {
	font-size: 1.0em;
	text-align: left;
	line-height: 1.4em;
	padding-bottom:15px;
	color: #333;
	font-weight:normal;}
	
h3 {
	font-size: 1.2em;
	text-align: left;
	line-height: 1.3em;
	color: #69b533;
	margin-bottom: 9px;
	font-weight:normal;
	padding-top:12px;}	
	
	
h4 {
	font-size: 1.4em;
	text-align: left;
	line-height: 1.3em;
	color: #69b533;
	padding-top:21px;
	margin-bottom: 12px;
	font-weight:normal;}	
		
h5 {
	text-align:left;
	font-size: .9em;
	text-transform:uppercase;
	line-height:1.2em;
	background-color: #69b533;
	padding:3px;
	margin-top:12px;
	margin-bottom:12px;
	color:#FFFFFF;}
		
	

p {
	font-size: 75%;
padding-bottom:12px;
line-height:1.5em;
font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	

	
#container {
width: 850px;
margin: 0px auto 0px auto;
position:relative;
	}
	
#top {
position:relative;
height: 36px;
}

#homenav {
	position: absolute;
	font-size: 75%;
	font-weight:normal;
	text-align:right;
	text-transform:lowercase;
	padding-top:7px;
	left: 287px;
	width: 510px;
	color:#FFFFFF;
	top: 5px;
		}
	

#navbarhome li {
	display: inline;
		}

#navbarhome a {
	text-decoration: none;
	}

#navbarhome a:link, #navbarhome a:visited {
	color: #fff;
	padding:0px 0px 0px 6px /*top right bottom left*/
}

#navbarhome a:hover{
	color: #69b533;
	padding:0px 0px 0px 6px /*top right bottom left*/
	}
	
	
#navbarhome a:active,
	.ftp #navbarhome #ftp a,
	.resources #navbarhome #resources a,
	.client #navbarhome #client a,
	.about #navbarhome #about a,
	.contact #navbarhome #contact a,
	.home #navbarhome #home a{
	color: #69b533;
	padding:0px 0px 0px 6px /*top right bottom left*/
		}



#backgroundhome {
width:800px;
position:relative;
background-color:#FFFFFF;
}




#navigation{
position:absolute;
height:200px;
top:35px;
left:24px;
text-align:right;
padding-right:24px;
border-right:#69b533 thin solid;
height:512px;
}

#navigation img {padding-bottom: 24px;}	

#navbarmain ul {
	display: block;
	}

#navbarmain li {
font-size:90%;
line-height:4em;
	list-style:none;
	}

#navbarmain a {
	text-decoration: none;
		}

#navbarmain a:link, #navbarmain a:visited {
	color: #333;
	padding:0px 0px 0px 6px /*top right bottom left*/
}

#navbarmain a:hover{
	color: #69b533;
	padding:0px 0px 0px 6px /*top right bottom left*/
	}
	
	
#navbarmain a:active,
	.identity #navbarmain #identity a,
	.publications #navbarmain #publications a,
	.social #navbarmain #social a,
	.business #navbarmain #business a,
	.websites #navbarmain #websites a{
	color: #69b533;
	padding:0px 0px 0px 6px /*top right bottom left*/
		}


#middle2{
position:relative;
padding: 30px 50px 30px 50px;
}	


#middle2 a {
	color: #69b533;
	text-decoration: underline;
}
		
#middle2 a:link, #middle2 a:visited {
	color: #69b533;
	}

#middle2 a:hover {
	color: #333;
		}

#middle2 ul {display:block;
padding-left:12px;
padding-bottom:6px;}

#middle2 li {font-size: 75%;
padding-bottom:2px;
line-height:1.4em;
font-family: Verdana, Arial, Helvetica, sans-serif;}

#middle{
position:relative;
padding: 30px 50px 30px 200px;
}


#middle a {
	color: #69b533;
	text-decoration: underline;
}
		
#middle a:link, #middle a:visited {
	color: #69b533;
	}

#middle a:hover {
	color: #333;
		}



#info {
	position: absolute;
	left: 606px;
	text-align:left;
	color:#fff;
	width: 194px;
	top: 5px;
		}
p.info {font-size:75%;
text-align:right;
color:#fff;
line-height:1.6em;
}

#bottom {
position:relative;
height:70px;
}

p.bottom {padding-top:9px;
font-size:70%;
text-align:left;
color:#fff;
}

#bottom a {
text-decoration:none;
color: #fff;
}

#bottom a:hover{
text-decoration:none;
color: #69b533;
}


p.quoteperson {color: #333;
font-size:70%;
font-weight:bold;
text-align:right;
text-transform:uppercase;}