* {
	font-family: futura;
	margin: 0;
	padding: 0;
	color: #c18801;
	font-size: 13px;
	}
	
body { 
	background: #3c342a;
	text-align: center;
	}

img { border: 0; }
#pagewrap {
	width: 785px;
	margin: 0 auto;
	text-align: left;
	}

#masthead {
	height: 120px;
	}
	
#masthead a {
	position: relative;
	top: 40px;
	}

#maincontent {
	height: 490px;
	width: 785px;
	border-spacing: 0;
	padding: 0;
	border-collapse: collapse;
	}
	
	#homefeature {
		border: solid 4px #fff;
		}
	
#maincontent td {
	vertical-align: top;
	padding: 0;
	}
	
#navbar {
	background: #25282a;
	height: 40px;
	}

#mininav {
	height: 40px;
	font-size: 11px;
	}

#mininav div {
	height: 19px;
	border-bottom: solid 1px #5a5f63;
	}


#mininav ul {
	list-style: none;
	float: right;
	background: #4b5055;
	}

#mininav ul li {
	float: left;
	margin-left: 5px;
	}


	#mininav a {
		text-decoration: none;
		}
	
	#mininav strong {
		color: #6cf;
		text-transform: uppercase;
		font-weight: bold;
		}
		
	#mininav span {
		margin-left: 5px;
		padding-left: 10px;
		background: url(../images/icon-slash.gif) 0 1px no-repeat;
		color: #aeb0b3;
		}
		
#thumbs {
	width: 200px;
	}
	
#thumbs ul { 
	list-style: none;
	float: left;
	}
	
#thumbs ul li {
	float: left; 
	margin: 0 5px 14px 0;
	width: 60px;
	height: 42px;
	background: #5a5f63;
	text-align: center;
	}
	
#thumbs ul li a {
	display: block;
	width: 60px;
	height: 42px;
	text-align: center;
	}

#details div { }
#details div img { }

	#photoCaption {
		font-size: 12px;
		line-height: 15px;
		color: #ddd;
		margin: 10px 0 0 0;
		padding-right: 10px;
		}
	


/* Project Descriptions Popups
-------------------------------------------------- */

#projecttext {
	background: #4b5055 url(popup-bg.gif) 0 0 repeat-x;
	color: #666;
	margin: 20px;
	text-align: left;
	}
	
#projecttext h1 {
	color: #6cf;
	font-size: 18px;
	line-height: 21px;
	margin: 0 0 12px 0;
	font-weight: normal;
	}
	
#projecttext p {
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 12px 0;
	}
	


/* Secondary Nav Styles
-------------------------------------------------- */

#secondarynav {
	list-style: none;
	float: left;
	margin-left: 12px;
	}


#secondarynav li {
	float: left;
	padding: 0 8px 0 9px;
	background: url(../images/icon-navdividers.gif) left center no-repeat;
	}
	
	#secondarynav li.first {
		background: none;
		}
	
	#secondarynav li a {
		display: block;
		line-height: 40px;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 11px;
		color: #5a5f63;
		}
		
		#secondarynav li a:hover {
			color: #fff;
			}
			
		#secondarynav li a:active {
			color: #6cf;
			}
	
	
/* Primary Nav Styles
-------------------------------------------------- */

#primarynav {
	list-style: none;
	float: right;
	margin-right: 9px;
	}
	
#primarynav li {
	float: left;
	padding: 0 11px;
	background: url(../images/icon-navdividers.gif) left center no-repeat;
	}
	
	#primarynav li.first {
		background: none;
		}
	
	#primarynav li a {
		display: block;
		line-height: 40px;
		font-size: 15px;
		text-transform: uppercase;
		text-decoration: none;
		color: #5a5f63;
		}
		
	#primarynav li a:hover {
			color: #fff;
			}
			
		#primarynav li a:active { color: #6cf; }
		
		#secondarynav li.current a,
		#primarynav li.current a {
			background: url(../images/icon-navarrow.gif) top center no-repeat;
			color: #6cf;
			}
	
	
/* Category Galleries
-------------------------------------------------- */

#projectMenu { width: 210px; float: left; padding: 0; margin: 0;}

#projectMenu li { 
	list-style: none; 
	float: left; 
	margin: 0 10px 10px 0; 
	padding: 0;
	width: 185px;
	height: 125px;
	}

#projectMenu a {
	display: block;
	width: 185px;
	height: 125px;
	text-decoration: none; 
	color: #fff;
	}
	
#projectMenu a img {border: solid 2px #5a5f63;}
	
	#projectMenu img { border: 0; }
	#projectMenu a p { display: none; }
	
	#projectMenu a:hover { background: #34383B; }
	
	#projectMenu a:hover img { display: none; }
	#projectMenu a:hover p {text-align: center; font-size: XXpx;				 
		display: block; 
		font-family: arial, helvetica, sans-serif;
		color: #ccc;
		padding: 25px 20px 25px 10px;
		height: 71px;
		border: solid 2px #aeb0b3;
		}


/* Text Page Styles
-------------------------------------------------- */

.textpage h2 {
	color: #6cf;
	font-weight: normal;
	font-size: 18px;
	margin: 0 220px 12px 0;
	}
	
.textpage p {
	font-size: 13px;
	line-height: 16px;
	margin: 0 220px 12px 0;
	}
	
#sidebar {
	float: right;
	width: 170px;
	}
	
#sidebar p {
	margin: 0 0 5px 0;
	}
	
#sidebar h2 {
	margin: 0 0 12px 0;
	}
	
#sidebar p a {
	color: #fff;
	}
	
#sidebar p a:hover {
	color: #6cf;
	}
	
.iAgree { 
	font-weight: bold;
	color: #6cf; 
	}
	
	.iAgree:hover {
		color: #fff;
		}




#subscribe {
	line-height: 15px;
}

form {
	margin-top:10px;
	line-height: 30px;
}

form input {
	margin-left:10px;
}
textarea, input {
	color:black; 
}
input[type="submit"] {
	margin-left:0px;
}
input[type="checkbox"] {
	margin-left:0px;
}
font.required {
	display:none;
}
