body {
	background: #000;
	color: #fff;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
}

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

a img { border: none; }

.clear { clear: both; }


.textbox,  .button {
	border-width: 1px;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
}

#wrapper {
	width: 876px;
	margin: 0 auto;
	border: 1px solid #808080;
	background: #000;
}
#header {
	height: 140px;
	background: url(img/headerbg.jpg) no-repeat top center;
	border-bottom: 1px solid #808080;
}
#link1 { 
	text-indent: -9999em;
	display: block;
	height: 122px;
	width: 876px;
	margin: 0;

}
	#link2 {
		text-indent: -9999em;
		display: block;
		height: 14px;
		width: 320px;
		margin: 0;
	}

#content {
}

#nav { 
	text-transform: uppercase;
	height: 22px;
	line-height: 22px;
	border-bottom: 1px solid #808080;
}
	#nav ul { 
		width: 620px; 
		list-style: none;
		margin: 0;
		padding: 0;
		float: left;
	}

	#nav li { 
		list-style: none; 
		margin: 0; 
		padding: 0 2px;
		float: left;
		position: relative;
	}
	
		#nav li a {
			display: block;
			padding: 0 12px;
			text-decoration: none;
			color: #fff;
			white-space: nowrap;
		}
			#nav li a:hover { color: #fc0; }
	
			#nav li.on a { color: #fc0; }
			#nav li.on li a { color: #fff; }
			#nav li.on li a:hover { color: #fc0; }
	
		#nav li ul { 
			display: none;
			float: none;
			position: absolute;
			top: 22px;
			left: 0;
			z-index: 6000;
			width: auto;
			background: #000;
			padding: 0 6px 2px 6px;
			border: 1px solid #808080;
			border-top: none;
		}

		#nav li:hover ul, #nav li.over ul { display: block; }
	
	
			#nav li li {
				float: none;
			}
	
	
	
	
	
	


#nav form { 
	width: 234px; 
	float: right; 
	text-align: right; 
	padding-right: 14px;
}
#nav form p { margin: 0; }

/*
#secondary { 
	width: 155px;
	float: left;
	padding: 18px 10px;
	text-align: center;
}
*/
	

#tertiary { 
	width: 155px;
	float: right; 
	padding: 18px 10px;
}
#primary { 

	padding: 18px 24px;

	background: #364a55;
}

	#projectinfo {
		text-align: center;
	}
	
		#projectinfo h2 {
			text-transform: uppercase;
			font-weight: normal;
			font-size: 18px;
			margin: 0 0 8px 0;
		}
			#projectinfo h2 strong { font-weight: normal; color: #fff; }

		#projectinfo p {
			margin: 0 0 4px 0;
		}
			#projectinfo p strong { color: #fc0; }



#currentprojects {
	clear: both;
	border-top: 1px solid #808080;
	padding-top: 12px;
}

#currentprojects h4 {
	margin-top: 0;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
}

#currentprojects li img { border: 1px solid #fff; }


#tertiary ul, #tertiary li { list-style: none; margin: 0; padding: 0; }
	
	#tertiary li ul { padding-top: 4px; padding-bottom: 12px;  }
	
	#tertiary li { 
		padding-bottom: 6px;
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		text-align: center;
	}
	
	#tertiary li li { 
		font-weight: normal;
		padding-bottom: 4px;
	}
	
	#tertiary a { color: #fc0; text-decoration: underline; }
		#tertiary a:hover { text-decoration: none; }
	#tertiary li li a {	color: #75dfc6; text-decoration: none;}
			#tertiary li li a:hover { text-decoration: underline; }



#tertiary form { text-align: right; }
#tertiary form p { margin: 0; }
#tertiary form span { display: block; padding-top: 3px; padding-bottom: 12px; }
	#tertiary form .fl { float: left; padding-left: 4px;}
	#tertiary form .fr { float: right; }

#tertiary .textbox, #tertiary .button { font-size: 11px; }
#tertiary .textbox { width: 150px; }



	
#footer { 
	clear: both; 
	text-align: center;
	border-top: 1px solid #808080;
}

	
	#footer table {
		width: 876px;
	}
	
	#footer td {
		text-align: center;
		padding: 12px;
	}
	#footer .copyright { color: #699; }
		#footer .copyright a { color: #699; text-decoration:none; }

.sitemap li {
	margin-top: 2px;
	margin-bottom: 2px;
}



/* photocontaner */

#projectphotos { 
	width: 524px; 
	margin: 20px auto;
}


#projectphotos ul, #projectphotos li { padding: 0; margin: 0; list-style: none;  }

#projectphotos li {
	padding-right: 4px;
	padding-bottom: 4px;
	float: left;
}




#projectphotos img { padding: 0; margin: 0; border: 1px solid #fff; }





/* popup */
body#popup {
	margin: 0;
	padding: 0;
}
#popup #wrapper {
	width: auto;
	padding: 0;
	margin: 0;
	border: none;
}
#popupphoto img { }
#popupphoto { text-align: center; padding-bottom: 12px; }

#popupnav { height: 18px; padding: 0 12px; }

#popupnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
	#popupnav li { display: inline; padding: 0 2px; }
	#popupnav li a { padding: 2px 6px; }
		#popupnav li a:hover, #popupnav li.active a { background: #2d2d2d; }
	
	#popupnav p {
		margin: 0;
		text-align: right;
		float: right;
	}
	
	
	
#galleryhead { text-align: center; }
#galleryhead h2 {
	font-size: 24px;
	color: #fc0;
	margin: 0;
	display: inline;
	padding: 2px 36px;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}
	#galleryhead ul, #galleryhead li { margin: 0; padding: 0; list-style: none; }
	
	#galleryhead ul { padding-top: 10px; }
	
	#galleryhead li {
		display: inline;
		padding: 0 12px;
		border-left: 1px solid #fff;
	}
	#galleryhead li.first { border: none; }

	#galleryhead a { color: #fff; text-decoration: none;}
	#galleryhead .active a, #galleryhead a:hover { color: #fc0; }


#categorycopy { margin-top: 2em; color: #9cc; }

#leading p strong { color: #fc0; }

#links { overflow:hidden; }

/* ADMIN STYLES */
body.admin, .admin #wrapper { background: #fff; color: #000; }
.admin #tertiary { display: none; }
.admin .projname { width: 300px; }
.admin textarea { width: 600px; height: 280px; border-width: 1px; }
.admin .editfields td { padding-right: 30px; }
.admin .editfields .textbox { width: 240px; }
.admin a { color: #009; }
.admin a:hover { color: #900; }
.admin #primary { background: #fff; }
.admin #nav { background: #000; }
