@charset "UTF-8";
/* CSS Document */

html, body{
	margin:0px;
	padding:0px;
	font-family: Helvetica, Verdana, sans-serif;
	color:#e7e7e7;
	font-size:12px;
	letter-spacing: 0.25px
	background-color:#232323;
	background-image:url(images/bkgrnd.jpg);
	background-repeat:no-repeat;
}

ul{
	margin:0px;
	padding:0px;
	
}

li{
	list-style:inside;
	list-style:none;
	margin-top:8px;
	
}

p{
	
	line-height:20px;
}

h1{
	font-size:14px;
	font-weight:bold;
	letter-spacing:0.5px;
}

a:hover {
	color: #03a3cc;
}

#container{
	
	margin:0px;
	padding:0px;
	width:999px;
} 

#logo{
	width:237px;
	height:87px;
	margin-bottom:15px;
	float:left;
	
}

#navBox{
	width:999px;
	height:146px;
	background-image:url(images/navBox.gif);
	background-repeat:no-repeat;
	float:left;
}

#navTextLeft{
	width:616px;
	height:80px;
	padding-top:55px;
	padding-left:30px;
	float:left;
	line-height:20px;
}

#contactBox{
	height:110px;
	width:218px;
	float:right;
	margin-top:35px;

	
	
}

#contactBox ul{
	padding-top:30px;
	padding-left:0px;
	margin:0px;
	padding:0px;
	
}



.emailLink, #archiveContainer a{
	color:#e7e7e7;
	text-decoration:none;
}

.viewColor{
	color:#03a3cc;
	text-decoration:none;
}

#iconBox{
	width:96px;
	height:32px;
	float:right;
	margin-right:8px;
	padding:0px;
}

#featureHead, #detailsHead, #archiveHead{
	width:970px;
	height:16px;
	float:right;
	

}


#projContainer{
	width:970px;
	height:250px;
	float:right;
}

#bigPic{
	float:left	
}

#projContent{
	width:400px;
	height:250px;
	float:right;
	
}


.txthead{
	font-weight:bold;
	
}


#horizSep{
	width:970px;
	height:4px;
	background-image:url(images/horizSep.gif);
	float:right;
}


#archiveBoxLeft{
	width:225px;
	height:200px;
	float:left;
	
}

#archiveContainer{
	width:970px;
	height:200px;
	float:right;
}


#vertSep{
	width:3px;
	height:205px;

	background-image:url(images/vertSep.png);
	background-repeat:repeat-y;
	
	float:left;
	padding-right:10px;
	
}

#detailsContainer{
	width:970px;
	height:80px;
	float:right;
	background-color:#101010;
	
}

#detailsBoxLeft, #detailsBoxRight{
	height:80px;
	float:left;
}

#detailsBoxLeft{
	width:300px;
	
}

#detailsBoxRight{
	width:600px;
	
}

#detailsBoxLeft ul{
	margin-left:10px;	
}

#detailsBoxLeft p{
	margin:0px;	
}

#detailsImg{
	width:970px;
	float:right;
}

#detailsImgSub{
	
	width:718px;
	float:left;
}

#featuredThumbsContainer{
	width:970px;
	height:220;
	float:right;
}

#thumbContainer{
	width:320px;
	height:220px;
	float:left;
	
}

#spacer{
	width:999px;;
	height:20px;
	float:left;
}

#footer{
	width:970px;
	height:12px;
	float:right;
	font-size:10px;
	color:#4b4b4b;
	padding-top:25px;
	padding-bottom:15px;
}

#bannerContainer{
	width:312px;
	height:260px;
	margin-right:48px;	
	float:left;
}

#moreViewsContainer{
	width:232px;
	float:right;
}

.vertSpace{
	margin-bottom:15px;	
}
