html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

strong {
	font-weight: bold;
}

/**********************************************************************/

html, body {
	color: #000;
	background-color: #FFF;
	font-size: 12px;	
}

#container {
	width: 930px;
	margin: 0 auto;
	border-left: 6px solid #ffffff;
	border-right: 6px solid #ffffff;
	background-color: #FFF;
}

#header {
	width: 930px;
	height: 116px;
}

#header #header_left {
	float: left;
	width: 465px;
	height: 87px; /* 116 */
	padding-top: 29px;
}

#header #header_right {
	float: right;
	text-align: right;
	width: 465px;
	height: 87px;
	padding-top: 29px;
}

#navigation {
	width: 930px;
	height: 30px;
	clear: both;
	background: #40CF3F url(/images/site/nav-transparency.png) left top repeat-x;
	color: #FFF;
	margin-bottom: 6px;
}

	#navigation ul {
		width: 930px;
		height: 31px;
		display: block;
		float: left;
	}
	
		#navigation ul li {
			display: block;
			float: left;
			height: 31px;
			color: #FFF;
		}
			
			#navigation ul li a {
				padding: 0 18px 0 18px;
				display: block;
				height: 31px;
				line-height: 31px;
				font-size: 13px;
				color: #FFF;
				text-decoration: none;
				border-right: 2px solid #FFF;
				float: left;
			}

				.home #navigation ul li#home a,
				.structures #navigation ul li#structures a,
				.case-studies #navigation ul li#case-studies a,
				.gallery #navigation ul li#gallery a,
				.technical-information #navigation ul li#technical-information a,
				.news #navigation ul li#news a,
				.contact #navigation ul li#contact a,
				.faqs #navigation ul li#faqs a,
				#navigation ul li a:hover {
					background: url(/images/site/navigation-selected.gif) center top no-repeat;
					text-decoration: none;
				}

				
				#navigation ul li.last a {
					border-right: none;
				}
		
			
#maincontent {
	margin-top: 40px;
	margin-left: 30px;
	padding-right: 30px;
	float: left;
	width: 540px;
	border-right: 1px solid #EAEAEA;
	padding-bottom: 30px;
}

	#maincontent h1 {
		color: #40CF3F;
		font-size: 30px;
		line-height: 34px;
		margin-bottom: 24px;
	}

						
	#maincontent h2 {
		color: #40CF3F;
		font-weight: bold;
		font-size: 19px;
		line-height: 23px;
		margin: 12px 0 4px 0;
	}
				
	#maincontent p {
		color: #999999;
		font-size: 14px;
		line-height: 19px;
		margin-bottom: 8px;
	}

	#maincontent a {
		color: #40CF3F;
		text-decoration: underline;
	}
	
		
				
		#maincontent a:hover {
			color: #40CF3F;
			text-decoration: none;
		}

			
									
	#maincontent ul {
		margin-top: 6px;
	}
	
	#maincontent ul li {
		display: block;
		width: 250px;
		height: 24px;
		line-height: 24px;
		font-size: 12px;
		color: #7A7A7A; 
		border-bottom: 1px solid #EAEAEA;
	}

		#maincontent ul li a {
			color: #7A7A7A; 
			text-decoration: none;
			display: block;
			width: 250px;
			height: 24px;
			line-height: 24px;
		}

			#maincontent ul li a:hover {
				color: #111111; 
				text-decoration: none;
			}

	
#secondarycontent {
	margin-top: 40px;
	padding-top: 55px;
	float: right;
	width: 270px;
	padding-right: 30px;
}
	
	#secondarycontent h2 {
		color: #40CF3F;
		font-size: 16px;
		line-height: 21px;
		font-weight: bold;
	}

												
	#secondarycontent p {
		color: #7A7A7A;
		font-size: 12px;
		line-height: 16px;
		margin-bottom: 16px;
	}

		#secondarycontent a {
			color: #40CF3F;
			text-decoration: none;
		}

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

													
	#secondarycontent img.more {
		margin-top: 7px;
		margin-bottom: 22px;
	}

	#secondarycontent ul {
		margin-top: 12px;
	}
	
	#secondarycontent ul li {
		display: block;
		width: 235px;
		height: 24px;
		line-height: 24px;
		font-size: 12px;
		color: #7A7A7A; 
		border-bottom: 1px solid #EAEAEA;
		background: url(/images/site/bullet.gif) 3px 10px no-repeat;
		padding-left: 15px;
	}

		#secondarycontent ul li a {
			color: #7A7A7A; 
			text-decoration: none;
			display: block;
			width: 250px;
			height: 24px;
			line-height: 24px;
		}

			#secondarycontent ul li a:hover {
				color: #111111; 
				text-decoration: none;
			}
				
.clearer {
	width: 100%;
	height: 1px;
	clear: both;
}

#footer {
	margin-top: 30px;
	padding-top: 7px;
	border-top: 1px solid #EAEAEA;
	width: 930px;
	clear: both;
	height: 40px;
}

	#footer #copyright {
		float: left;
		width: 300px;
		color: #999999;
		font-size: 11px;
		padding-left: 12px;
	}

	#footer #extreme {
		float: right;
		width: 500px;
		text-align: right;
		color: #999999;
		font-size: 11px;
		padding-right: 12px;
	}
	
		#footer #extreme a {
			color: #999999;
			text-decoration: none;
		}	
	
			#footer #extreme a:hover {
				color: #000000;
				text-decoration: none;
			}		
	
	
/**************************************************************************
News Scroller
******************/

#scrollingnews {
	width: 270px;
	height: 200px;
}

#scrollingnews h2 {
	color: #40CF3F;
	font-size: 15px;
	line-height: 21px;
	font-weight: bold;
}

#scrollingnews p {
	color: #7A7A7A;
	font-size: 12px;
	line-height: 16px;
}

#scrollingnews p.news-date-title {
	font-weight: normal;
	font-style: italic;
	margin: 0 0 3px 0;
	font-size: 11px;
}
	
/**************************************************************************
News Section
*******************/	

.newsitem {
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 18px;
}

.date {
	font-style: italic;
}

.newsitem h2 {
	color: #40CF3F;
	font-size: 15px;
	line-height: 21px;
	font-weight: bold;
}	

#maincontent .newsitem p.news-date-title {
	font-weight: normal;
	font-style: italic;
	margin: 0 0 3px 0;
	font-size: 11px;
}

/**************************************************************************
Contact Page
*******************/

#mapsurround {
	width: 930px; 
	height: 255px;
	background: url(/images/site/bnr-home.jpg) left top no-repeat;
}

#map {
	float: right;
	width: 628px;
	width: 930px; 
	height: 255px;
}


/***********************************************************************
Contact Form
*******************/

.contactfield {
	border-top: 4px solid #FFF;
	width: 100%;
	clear: both;
}

.contactfield label {
	display: block;
	float: left;
	width: 160px;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #40CF3F;
	
	color: #a4d126;
	
	font-size: 15px;
}

.contactfield input {
	display: block;
	float: left;
	width: 480px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #555555;
	border: 1px solid #9A9A9A;
	padding: 7px 5px 0 5px;
}

.contactfield textarea {
	display: block;
	float: left;
	width: 480px;
	height: 140px;
	border: 1px solid #9A9A9A;
	line-height: 24px;
	font-size: 12px;
	color: #555555;
	padding: 7px 5px 0 5px;
	overflow: auto;
}

.contactfield input#submit {
	display: block;
	float: left;
	border: none;
	width: 120px;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background: #a4d126 url(/images/site/mainbutton-bg.jpg) left top repeat-x;
	text-decoration: none;
	padding: 2px 10px 4px 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.contactfield input#submit:hover {		
	background-color: #bebdc2;
	text-decoration: none;
	cursor: pointer;
}






