body {
	background-image: url(graphics/background.jpg);
	background-repeat:repeat-x;
	font-family: 'Helvetica', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
		padding-top: 0px;
}

* {
	margin: 0;
	padding: 0;
}

div#content {
	width: 900px;	
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	background-color:#cc
	background-position: top;
		border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
}



div#flash {
	width: 900px;
	height: 270px;
}

div#logo {
	width:138px;
	text-align:right;
	right: auto;
	background-position: right;



}


div#flash_1 {
	width: 300px;
	height: 270px;
	float:left;
	background-image:url(graphics/plane.jpg);
}

div#flash_2 {
	width: 600px;
	height: 270px;
	float:left;
}

div#top {
	padding-top: 0px;
	width: 900px;
	height: 100px;
	margin-top:0px;
	background-color: #e2e3e2;

}

div#toplidar {
	padding-top: 0px;
	width: 760px;
	height: 100px;
	margin-top:0px;
	background-color: #e2e3e2;
	float:left;

}

div#toplidar1 {
	padding-top: 0px;
	width: 140px;
	height: 100px;
	margin-top:0px;
	background-color: #e2e3e2;
	float:left;
}



div#column1 {
	height: 368px;
	width: 300px;
	float:left;
	margin-left:0px;

	
}

div#column2 {
	width: 600px;
	float:left;
	
}

div#column2lidar {
	width: 600px;
	float:left;

	
}


div#footer {
	width: 600px;
	float:left;

}

div#thumbnails{
margin-top:20px;
	width: 600px;
	float:right;
	background-color:#FFFFFF;
}


div#thumb1{
	width: 150px;
	height:240px;
	float:left;
	background-color:#FFFFFF;
}

div#thumb2{
	width: 150px;
	height:270px;
	float:left;
	background-color:#FFFFFF;
}



div#main {
	width: 900px;
	height:400px;
	margin-left:0px;
	background-color:#FFFFFF;

}


#menu {
	width: 300px;
	font-size: 10pt;
	padding-top: 0px;
	font-weight: 100;
	margin-left:0px;
	font-family: 'Arial', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	
}
	
#menu ul {
	list-style: none;
	text-align:center;
	padding-right: 0px;
	padding-left: 0px;
	margin-left:0px;
}
		
#menu li { 	


	
}

#menu li a {
	color: #333;
	text-decoration: none;
	display: block;
	line-height:45px;
	text-indent:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;	

}

#list {
	text-align: left;
	color: #333;
	line-height: 20px;
	font-size: 10pt;
	margin-right: 30px;
	padding-top: 0px;
	margin-left: 30px;
	
}
	
#list ul {
	list-style: none;
	text-align:center;
	padding-right: 0px;
	padding-left: 0px;
	margin-left:0px;
}
		
#list li { 	
	text-align: left;
	color: #333;
	line-height: 20px;
	font-size: 10pt;
	margin-right: 30px;
	padding-top: 18px;
	margin-left: 30px;
	list-style:circle;
	
}



#menu li a:hover { 
	color: #74943c; 
	background-color:#ececec; 
}

h1 {
	font-weight: 100;
	margin-top: 18px;
	text-align: left;
	color: #74943c;
	line-height: 42px;
	font-size: 18pt;
	margin-right: 30px;
	padding-top: 0px;
	margin-left: 30px;

}

h2 {
	font-weight: 600;
	margin-top: 0px;
	text-align: left;
	color: #333;
	line-height: 14px;
	font-size: 10pt;
	margin-right: 10px;
	padding-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
}

h3 {
	font-weight: 100;
	margin-top: 18px;
	text-align: left;
	color: #333;
	line-height: 42px;
	font-size: 14pt;
	margin-right: 20px;
	padding-top: 0px;
	margin-left: 40px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666;
}




p {
	text-align: left;
	color: #333;
	line-height: 20px;
	font-size: 10pt;
	margin-right: 30px;
	padding-top: 18px;
	margin-left: 30px;
	
}

#description {
	text-align: left;
	color: #333;
	line-height: 16px;
	font-size: 10pt;
	margin-right: 0px;
	padding-top: 5px;
	margin-left: 0px;
	font-family: 'Verdana', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #a99f78;
	text-decoration: none;
}

a:active {
	color: #333;
	text-decoration: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-table; }

/* backslash hack hides from IE mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end backslash hack */
