@charset "UTF-8";
/* CSS Document */
.copyright {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	line-height:12px;
	padding-left:40px;
	padding-top: 24px;
}
.copyright2 {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	line-height:12px;
	padding-left:500px;
	padding-top: 2px;
}
.copyright3 {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	line-height:12px;
	padding-top: 2px;
}
.smalllink {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	line-height:12px;
	text-decoration:none;
}
body {
	background-color: #6c6050;
	margin: 0px;
}
p {
	color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
}
#container {
	position:relative;
	width: 902;
	top: 0px;
	height: 550;
	left: 0px;
}
#project {
	position:absolute;
	width:270px;
	height:260px;
	z-index:1;
	left: 617px;
	top: 34px;
	color:#FFF;
}
#project2 {
	position:absolute;
	width:270px;
	height:450px;
	z-index:1;
	left: 617px;
	top: 40px;
	color:#FFF;
}
#projectrecognition {
	position:absolute;
	width:270px;
	height:250px;
	z-index:1;
	left: 617px;
	top: 40px;
	color:#FFF;
}
#credits {
	position:absolute;
	width:250px;
	height:18px;
	z-index:1;
	left: 624px;
	top: 526px;
	color:#FFF;
	text-align:right;
}
.photocredit {
	color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	line-height:12px;
	text-align:right;
}
#navigation {
	position:absolute;
	width:290px;
	height:14px;
	z-index:1;
	left: 610px;
	top: 6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	color:#e4a202;
	text-align:left;
}
#homenavigation {
	position:relative;
	width:290px;
	height:14px;
	z-index:1;
	left: 184px;
	top: 6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	color:#e4a202;
	text-align:left;
}
.links {
	color:#e4a202;
	text-decoration:none;
}
.links:hover {
	color:#FFF;
}
.title {
	color:#e4a202;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	text-align:left;
}
.description {
	color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	text-align:left;
}
.testimonial {
	color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:14px;
	text-align:justify;
}
/* These styles create the dropdown menus. */
#navbar {
	margin: 0;
	padding: 0;
	height: 1em; }
#navbar li {
	list-style: none;
	float: left;
	}
#navbar li a {
	display: block;
	padding: 0px 6px;
	color: #e4a202;
	text-decoration: none; }
#navbar li a:hover {
	color: #ffffff;
	}
#navbar li ul {
	display: none; 
	width: 16em; /* Width to help Opera out */
	}
#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	color: #ffffff;}
#navbar li:hover li, #navbar li.hover li {
	float: none; 
	color: #ffffff;}
#navbar li:hover li a, #navbar li.hover li a {
	background-color: #e4a202;
	color: #000; }
#navbar li li a:hover {
	background-color: #666;
	color: #fff;
	}

