@charset "utf-8";
*{
	margin:0px;
	padding:0px;
	border:none;
}
body {
	background-image: url(nat-bg.jpg);
	background-color:#000000;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

input, select, textarea{
	border:1px solid #999999;
	padding:2px;
	}

a {
	color:#3B8C47;
	font-weight:bold;
	}
	
ul li{
	margin-left:20px;
	}
	
a:hover {
	color:#333333;
	}
	
#header{
	height:152px;
	margin:auto;
	width:1000px;
	}
#logo{
	background-color:#00FF00;
	height:41px;
	width:247px;
	float:left;
	margin-top:42px;
	margin-left:27px;
	}
#connect{
	height:40px;
	width:100px;
	float:right;
	margin-top:43px;
	margin-right:36px;
	}
#menu{
	height:30px;
	padding-top:20px;
	width:1000px;
	clear:both;
	top:17px;
	position:relative;
	}
#button{
	padding-left:32px;
	padding-right:32px;
	background-image: url(spacer.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #FFFFFF;
	font-weight:bold;
	}
	
#button a{
	text-decoration:none;
	color: #FFFFFF;
	}
	
#button a:hover{
	color: #333333;
	}
	
#intro{
	height:200px;
	margin:auto;
	width:1000px;
	}
	
#content-container{
	width:1000px;
	background-color:#FFFFFF;
	position:absolute;
	left:50%; 
	margin-left:-500px;
	}
	
#left-content{
	width:760px;
	float:left;
	line-height:17px;
	padding:15px;
	background-color:#FFFFFF;
	}
	
#left-content p{
	margin-top:10px;
	}
	
#left-content h1{
	padding-top:6px;
	height:24px;
	width:405px;
	background-color:#F2F2F2;
	color:#3B8C47;
	font-size:14px;
	margin-left:335px;
	padding-left:20px;
	border: 1px solid #DDDDDD;
	}

#left-content h2{
	padding-top:6px;
	height:24px;
	width:740px;
	background-color:#F2F2F2;
	color:#3B8C47;
	font-size:14px;
	padding-left:20px;
	border: 1px solid #DDDDDD;
	}
	
.headings {
	color:#333333;
	font-size:14px;
	font-weight:bold;
	}

#portfolio-headings {
	width:760px;
	height:22px;
	padding-top:6px;
	background-color:#4db151;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	}
	
#right-content{
	background-color:#FFFFFF;
	width:190px;
	float:right;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	}
		
.testimonials{
	font-size: 11px;
	color: #999999;
	line-height:15px;
	}
	
#leftbox {
	float:left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	}
	
.bioTable {
	border:none;
	}
	
.bioTable td{
		padding:4px;
		}

.displayTable td{
	width:185px;
	text-align:center;
	font-size:10px;
	vertical-align:top;
	color:#999999;
}

.locationTable td{
	width:100px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	vertical-align:top;
}
	
.contactBox{
	font-size:10px;
	color:#000000;
	}	
	
#footer {
	width:1000px;
	background-image: url(footer.gif);
	background-repeat: no-repeat;
	height:45px;
	margin:auto;
	clear:both;
	}

#footer #copyright {
	padding-top:12px;
	padding-left:20px;
	font-size:10px;
	}
	
#footer #design {
	float:right;
	margin-right:20px;
	padding-top:4px;
	}