@charset "UTF-8";
/* CSS Document */


* { margin:0px auto;
	padding:0;
	}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	}


body {
	background-color: #000000;
	text-align: center;
	overflow:hidden;
	}		
		
div#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -290px;
	float: left;
	}
 
div#wrapper {
	width: 950px;
	height: 580px;
	clear: both;
	text-align:left;
	margin: 0 auto;
	position: relative;
	top: -290px;
	/* IE4ever Hack: Hide from IE4 **/
	position: static;
	/** end hack */
	}
	 
	/* Hide from IE5mac \*//*/
	div#shim {
	display: none;
	}
	 
	html, body {
	height: auto;
	}
	/* end hack */
	 
	/* ]]> */
		
#cover {
	height: 100%;
	width: 100%;
	left: 0px;
	background:  #000000 url(../images/progress.gif) no-repeat center;
	z-index: 201;
	*z-index: 100;
	position:absolute;
	}

#branding {
	width:950px;
	margin-bottom:0px;
	}
	

#container {
	background-image: url(../images/bg_v2i.png);
	width: 930px;
	height: 470px;
	padding: 10px;
	text-align:left;
	}
	


/*---------------------------------------------------------------------------------------
--- MAIN TOP NAVIGATION
---------------------------------------------------------------------------------------*/

	
#navigation {
	width: 930px;
	height: 19px;
	border-bottom: 1px solid #FFFFFF;
	color:#FFFFFF;
	font-size:12px;
	text-align:right;
	padding-top:0px;
	}
	
	#navigation ul { margin-top: 10px; margin-bottom:0px;}
	
	#navigation ul, #navigation li {
		display:inline;
		padding: 0px 20px 0px 20px;
		}
		
	#navigation a {color:#FFFFFF; text-decoration:none;}
	#navigation a:hover {color:#f27315; text-decoration:none; border-bottom: 2px solid #f27315;}
	#navigation a#current {color:#f27315; border-bottom: 2px solid #f27315;}
	



/*---------------------------------------------------------------------------------------
--- CONTENT
---------------------------------------------------------------------------------------*/

#content {
	height: 400px;
	width: 930px;
	margin-top: 20px;
	background-color:#000000;
	}
	
	#content_index {
		height: 400px;
		width: 930px;
		margin-top: 20px;
		background-color:#000000;
		}
	


	/*---------------------------------------------------------------------------------------
	--- Sub Navigation
	---------------------------------------------------------------------------------------*/

	#sub_nav {
		float:left;
		background-color:#000000;
		height: 360px;
		width: 150px;
		color: #f27315;
		padding-left: 20px;
		padding-top: 40px;
		}
		
		#sub_nav h1 {
			font-size: 16px;
			margin-bottom:10px;
			}
		
			
			
	/*---------------------------------------------------------------------------------------
	--- Content Area
	---------------------------------------------------------------------------------------*/
	
	
	#content_area {
		float:left;
		width: 760px;
		}
		
		/*---------------------------------------------------------------------------------------
		--- Content Area / Projects
		---------------------------------------------------------------------------------------*/
		
		#project_container {
			float:left;
			background-color:#000000;
			width: 735px;
			height: 340px;
			padding: 40px 10px 20px 15px;
			position: absolute;
			}
			
			#project_container h1 { color:#f27315; font-size:18px; line-height: 17px; margin-bottom:20px;}

			
			
	
	
	/*---------------------------------------------------------------------------------------
	--- Content Left / Information
	---------------------------------------------------------------------------------------*/
	
	#content_left {
		float:left;
		background-color:#000000;
		width: 235px;
		height: 340px;
		padding: 40px 15px 20px 10px;
		overflow:auto;
		}
		
		#content_left h1 { color:#f27315; font-size:16px; line-height: 17px; margin-bottom:20px;}
		#content_left p {
			color:#FFFFFF;
			font-size:11px;
			line-height: 17px;
			margin-bottom: 10px;
			}
		#content_left li {
			color:#FFFFFF;
			font-size:11px;
			line-height: 15px;
			list-style:square;
			margin-left: 13px;
			}

	/*---------------------------------------------------------------------------------------
	--- Content Right / Information
	---------------------------------------------------------------------------------------*/

	
	#content_right {
		float:left;
		background-color:#000000;
		height: 400px;
		width: 500px;
		margin-left: 0px;
		*margin-left: -3px;  /* IE7 and below */
		_margin-left: 0px;  /* IE6 and below */
		
		}
		
		#content_right-video {
			width: 500px;
			padding-top: 50px;
			padding-bottom: 50px;
			text-align:center;
			}
		
		#content_right-text {
			float:left;
			height: 360px;
			width: 460px;
			padding-top: 40px;
			padding-left: 20px;
			padding-right: 20px;
			}
			
		#content_right-awards {
			float:left;
			height: 360px;
			width: 460px;
			padding-top: 40px;
			padding-left: 20px;
			padding-right: 20px;
			}


			/*---------------------------------------------------------------------------------------
			--- References
			---------------------------------------------------------------------------------------*/


			#reference {
				margin-bottom: 20px;
				}
		
			#reference p {
				font-size:11px;
				line-height: 17px;
				color:#FFFFFF;
				}
			#reference h4 {
				color:#f27315;
				font-size:10px;
				font-style:italic;
				margin-top: 5px;
				}

			/*---------------------------------------------------------------------------------------
			--- References
			---------------------------------------------------------------------------------------*/


			#contactdetails {
				width:310px;
				height: 90px;
				margin-top:0px;
				margin-bottom: 30px;
				margin-left: 100px;
				background-image:url(../images/profile-luke.jpg);
				padding-top: 60px;
				padding-left: 50px;
				}
		
			#contactdetails p {
				font-size:11px;
				line-height: 17px;
				color:#FFFFFF;
				}
			#contactdetails h4 {
				color:#f27315;
				font-size:10px;
				font-style:italic;
				margin-top: 5px;
				}

	

/*---------------------------------------------------------------------------------------
--- SLIDESHOW
---------------------------------------------------------------------------------------*/
		/*** set the width and height to match your images **/

		#slideshow1, #slideshow2, #slideshow3, #slideshow4, #slideshow5 {
		  }

		.slideshow {
			position:relative;
			height:400px;
			width: 500px;
			}
		
		.slideshow IMG {
			position:absolute;
			z-index:8;
			opacity:0.0;
			height:400px;
			width: 500px;
			}
		
		.slideshow IMG.active {
			z-index:10;
			opacity:1.0;
			}
		
		.slideshow IMG.last-active {
			z-index:9;
			}

		.slideshow2 {
			position:relative;
			width: 930px;
			height:400px;
			}
		
		.slideshow2 IMG {
			position:absolute;
			z-index:8;
			opacity:0.0;
			width: 930px;
			height:400px;
			}
		
		.slideshow2 IMG.active {
			z-index:10;
			opacity:1.0;
			}
		
		.slideshow2 IMG.last-active {
			z-index:9;
			}


/*---------------------------------------------------------------------------------------
--- Footer
---------------------------------------------------------------------------------------*/


#footer {
	width: 930px;
	color: #666;
	height: 20px;
	padding-top: 10px;
	}

	#footer a, #footer a:visited  {
		color:#666666;
		}
	
	#footer a:hover {
		color:#f27315;
		}
