/* css information */

* { padding: 0; margin: 0; border: 0; } 
li { list-style: none; }
.hide { display: none; }


body {
	font: 12px/18px "Lucida Grande", tahoma, sans-serif;
	background: #3B738F url("src/back-page-impact5.gif") top center repeat-y;
	color: #403a38;
	text-align: center;
}


/* global interface elements
-------------------------------------------------------- */
#wrapper {
	position: relative;
	width: 776px;
	margin: 0 auto;
	text-align: left;
}

	#header {
		height: 153px;
	}
	
	#home-content {
	float: left;
	width: 776px;
	background: #999999;
	padding-bottom: 60px;
	margin-top: 2px;
	height: 100%;
	}
	
	#content {
		background: url("src/back-content.gif") repeat-y;
		float: left;
		width: 776px;
		padding-bottom: 60px;
	}
	
		#home #content {
			padding: 0;
		}
		
		#content #left, #home-left {
			position: relative;
			float: left;
			width: 552px;
		}
		
		#content #right, #home-right {
			position: relative;
			float: right;
			width: 222px;
		}
		
	#footer {
		clear: left;
	}



/* navigation elements
-------------------------------------------------------- */
#replacelogo {
	position: absolute;
	top: 18px; left: 10px;
	width: 377px; height: 91px;
	background: url("src/impact.gif") no-repeat;
}

	#replacelogo h1, #replacelogo h1 a {
		display: block;
		width: 144px; height: 76px;
		text-indent: -9999px;
		background: none;
		text-decoration: none;
	} 
	

	#replacelogo2 h1, #replacelogo h1 a {
		display: block;
		width: 144px; height: 76px;
		text-indent: -9999px;
		background: none;
		text-decoration: none;
	} 


ul#nav {
	position: relative;
	width: 776px; height: 33px;
}

	ul#nav li {
		float: left;
	}
	
	ul#nav li a {
		position: absolute; 
		top: 120px; height: 33px; 
	}
	
	ul#nav li#nav-home a { 
		left: 0; width: 68px; 
		background: url("src/impactnav2.gif") 0 0 no-repeat;
	}
	
	ul#nav li#nav-approach a { 
		left: 68px; width: 138px; 
		background: url("src/impactnav2.gif") -68px 0 no-repeat;
	}
	
	ul#nav li#nav-team a { 
		left: 206px; width: 103px; 
		background: url("src/impactnav2.gif") -206px 0 no-repeat;
	}
	

	ul#nav li#nav-contact a { 
		left: 309px; width: 467px; 
		background: url("src/impactnav2.gif") -309px 0 no-repeat;
	}
	
	ul#nav li a span { display: none; }
	
	ul#nav li#nav-home a:hover 			{ background-position: 0px -35px; }
	ul#nav li#nav-approach a:hover 		{ background-position: -68px -35px; }
	ul#nav li#nav-team a:hover 			{ background-position: -206px -35px; }
	ul#nav li#nav-contact a:hover 		{ background-position: -309px -35px; }
	
	ul#nav li#nav-home a.active, ul#nav li#nav-home a.active:hover 	{ background-position: 0px -69px; }
	ul#nav li#nav-approach a.active, ul#nav li#nav-approach a.active:hover { background-position: -68px -69px}
	ul#nav li#nav-team a.active, ul#nav li#nav-team a.active:hover	{ background-position: -206px -69px; }
	ul#nav li#nav-contact a.active, ul#nav li#nav-contact a.active:hover { background-position: -309px -69px; }



#menu-home, #menu-about, #menu-team, #menu-approach {
	position: absolute;
	z-index: 1000;
	visibility:hidden;
	background: #403a38;
	border-bottom: 2px solid #fff; border-left: 2px solid #fff; border-right: 2px solid #fff;
	width: 120px;
	top: 183px; 
}

	#menu-about 	{ left: 83px; }
	#menu-team 	{ left: 310px; }
	#menu-approach 	{ left: 430px; }
	
		.menu li { display: inline; }
		
		.menu li a {
			font-size: 10px;
			padding: 3px 6px;
			display: block;
			color: #fff;
			text-decoration: none;
			z-index: 1001;
		}
		
			.menu li a:hover {
				background: #fff;
				color: #403a38;
			}
			
	#menu-about	{ right: 0px; }
	
		.menu li { display: inline; }
		
		.menu li a {
			font-size: 10px;
			padding: 3px 6px;
			display: block;
			color: #fff;
			text-decoration: none;
			z-index: 1001;
		}
		
			.menu li a:hover {
				background: #fff;
				color: #403a38;
			}
			
	
	
	
	
#content #right h3 {
		position: relative;
		border-bottom: 2px solid #fff;

	}
	
		#content #right h3 a {
			display: block;
			background: #3B738F;
			padding: 70px 0 6px 6px;
			color: #fff;
			font-size: 13px;
			text-decoration: none;
		}
		
			#content #right h3 a:hover {
				background: #c45500 url("src/arrow-orange.gif") 205px 12px no-repeat;
			}
			
	
	#subnav li, #subnav li li {
		display: inline;
	}
	
		#subnav li a {
			position: relative;
			display: block;
			text-decoration: none;
			padding: 6px;
			border-bottom: 1px solid #ccc9c8;
			color: #fff;
			width: 222px;
			voice-family: "\"}\"";  /* IE SUCKS */
			voice-family: inherit;
			width: 210px;
		}
		
		#subnav li li a {
			position: relative;
			display: block;
			font-size: 10px;
			background: #eae9e9 !important;
			border: none;
			color: #403a38;
			padding: 3px 12px;
			width: 222px;
			voice-family: "\"}\"";  /* IE SUCKS */
			voice-family: inherit;
			width: 198px;
		}
		
			#subnav li a:hover, #subnav li a.active {
				background: #807b79;
			}
			
			#subnav li li a:hover {
				background: #d1cfcf !important;
				color: #403a38;
			}
			
			#subnav li a.more {
				background: url("src/arrow-down.gif") 205px 12px no-repeat;
				border-bottom: 1px solid #ccc9c8;
			}

			#subnav li a.less {
				background: url("src/arrow-up.gif") 205px 12px no-repeat;
				border: none;
			}
			
				#subnav li a.more:hover {
					background: #807b79 url("src/arrow-down.gif") 205px 12px no-repeat;
				}

				#subnav li a.less:hover {
					background: #807b79 url("src/arrow-up.gif") 205px 12px no-repeat;
				}
				
/* content elements
-------------------------------------------------------- */
#content a {
	color: #3B738F;
	font-weight: bold;
	padding: 1px 2px;
}

	#content a:hover {
		color: #fff;
		background: #3B738F;
	}

#content p {
	padding:  0 21px 12px 21px;
}

	#content p.small {
		font-size: 9px;
		line-height: 14px;
		padding: 0 21px 6px 21px;
		color: #989290;
	}

	#content p.date {
		font-size: 10px;
		padding: 0 21px !important;
	}
	
	#content #footer p {
		padding: 36px 21px;
		font-size: 10px;
		color: #989290;
	}
	
	#content #footer a {
		color: #989290;
	}
		
		#content #footer a:hover {
			background: none;
			color: #403a38;
		}

#content #left ul {
	padding-bottom: 21px;
	margin-top: -12px;
}

	#content #left li {
		margin-left: 21px;
		padding: 1px 27px 1px 15px;
		background: url("src/li.gif") 0 6px no-repeat;
	}
	
#content h2 {
	font-size: 18px;
	color: #3B738F;
	padding: 30px 21px 18px 21px;
}

#content h4 {
	font-size: 13px;
	color: #000;
	padding: 0 21px 6px 21px;
}

.profile, .tableinfo {
	font-size: 9px;
	margin: 0 21px;
	border-top: 1px solid #989290;
	width: 500px;
}

.profile td {
	padding: 3px;
	border-bottom: 1px solid #989290;
}

.tableinfo td {
	padding: 3px 1px;
	border-bottom: 1px solid #989290;
}






/* home elements
-------------------------------------------------------- */
#home-content h2 {
	font-size: 14px;
	color: #fff;
	line-height: 18px;
	padding: 21px;
	font-weight: normal;
}

#home-right {
	margin: 21px 0;
}

	#home-right h3 {
		font-size: 14px;
		color: #fff;
		padding: 6px 12px;
	}
	
	#home-right h3 a {
		text-decoration: none;
	}
	
		#home-right a {
			color: #ffffff
		}
		
			#home-right a:hover {
				color: #fff;
			}

#home-content #footer p {
	padding: 21px;
	color: #CCCCCC;
	font-size: 10px;
}

	#home-content #footer p a {
		color: #84adba;
	}

		#home-content #footer p a:hover {
			color: #fff;
		}

#primary a, #primary a:hover {
	position: relative;
	display: block;
	float: left;
	width: 776px;
	height: 227px;
	background: url("src/home.swf") no-repeat;
}

#north-sea {
	position: relative;
	display: block;
	float: left;
}

#secondary a, #secondary a:hover {
	position: relative;
	display: block;
	float: left;
	width: 222px;
	height: 520px;
	background: url("src/flashplacesm.gif") no-repeat !important;
	
}


	#primary a, #secondary a, #home #content a:hover {
		padding: 0 !important;
		text-decoration: none;
	}
	
	#more1, #more2 {
		font-size: 11px;
		position: absolute;
		bottom: 0; right: 0px;
		background: #de6000 url("src/arrow-right.gif") right center no-repeat;
		border-top: 2px solid #fff;
		border-left: 2px solid #fff;
		color: #FFF;
		padding: 6px 30px 6px 15px;
		z-index: 1000;
	}
	
	* html #more1 { bottom: -1px; } /* IE SUCKS */
	
	a:hover #more1, a:hover #more2 {
		background: #c45500 url("src/arrow-right.gif") right center no-repeat;
	}
	
	#home-news {
		float: left;
		border-top: 2px solid #fff;
		width: 222px;
	}
		
		#home-news h4 {
			background: #56504e url("src/icon-news.gif") right center no-repeat;
			padding: 6px 12px;
			color: #fff;
			font-size: 12px;
		}

		#home-news ul {
			padding-top: 12px;
		}
		
		#home-news li {
			font-size: 10px;
			color: #000;
			line-height: 12px;
			padding: 0 12px 12px 12px;
		}
		
			#home-news li a {
				color: #000;
				padding: 0 !important;
				text-decoration: none;
			}
			
				#home-news li a:hover {
					background: none !important;
					color: #e5ddda;
				}

#credit {
		padding: 38px 27px;
		color: #84adba;
		text-align: right;
		font-size: 10px;
	}
