/*PORTFOLIO*/

#portfoliocolumn1 {
	clear: left;
}

#portfoliocopy {
	width: 720px;
}

#portfoliocopy h2 {
	font-size:130%;
	margin-bottom: 5px;
}

#portfoliocopy p {
	margin-bottom: 8px;
}

/*PROJECT NAVIGATION*/

#projectnav {
	float: left;
	width: 280px;
}

#projectnav h2 {
	font-size:110%;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 1px;
}

#projectnav a.feature {
	font-weight: bold;
	text-decoration: none;
	background-image:url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#projectnav a {
	padding-left: 10px;
}

#projectnav a:hover {
	text-decoration: underline;
}

#projectnav li {
	list-style-type: none;
	line-height: 130%;
}

#projectnav ul {
	margin-bottom: 15px;
}

#leftparagraph {
	float: left;
	width: 260px;
	margin-right: 15px;
}
#featurednav {
	width: 695px;
	float:left;
}
/*PROJECT DISPLAY WINDOW*/
#featuredisplay {
	border: 1px solid #CCCCCC;
	float:left;
	width: 695px;
	height: 100%;
	display: inline;
}
#projectdisplay {
	border: 1px solid #CCCCCC;
	float: right;
	width: 390px;
	height: 100%;
	padding: 10px;
	display: inline;
}

#projectdisplay h1 {
	font-size:130%;
	font-family: "MS Trebuchet", Arial, Helvetica, sans-serif;
	margin-top: 8px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	display: block;
	text-transform: none;
	color: #333333;
	line-height: 120%;
}

#projectdisplay p {
	font-weight: normal;
	margin-top: 8px;
	font-size: 100%;
}

#projectdisplay .blockright {
	padding: 7px;
	margin-left: 6px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-top: 2px;
	float: right;
	width: 135px;
	background-color: #F8F8F8;
	font-size:90%;
}

#photoscroll {
	height: 5px;
	width: 100px;
	float: right;
	font-size: 7px;
}

#projectdisplay .stats li {
	margin-top: 6px;
	margin-left: 15px;
	list-style-type: circle;
	list-style-position: outside;
}
/* Portfolio */
.typeNav{
	float:left; 
	background-color:#e7e7e7; 
	width:100px; 
	padding-left:10px; 
	padding-top:7px; 
	font-size:11px; 
	font-weight:bold; 
	color:#666; 
	height:288px;
}
.typeNav .typeUnselected a:link{
	text-decoration:none;
	color:#666;
}
.typeNav .typeUnselected a:hover{
	text-decoration:none;
}
.typeNav .typeUnselected a:visited{
	text-decoration:none;
	color:#666;
}
.typeNav .typeSelected a:link{
	text-decoration:none;
}
.typeNav .typeSelected a:hover{
	text-decoration:none;
}
.typeNav .typeSelected a:visited{
	text-decoration:none;
}
.typeSelected{
	display:block; 
	background-color:#fff; 
	color:#9a2c2f; 
	margin-left:-10px;
	padding:5px 10px;
}
.typeUnselected{
	display:block;
	padding:5px 0;
}
.typeNone{
	display:none;
	visibility:hidden;
}
.projectSelected{
	display:block; 
	margin-left:-10px; 
	padding:6px 10px;
	background-color:#9a2c2f; 
	color:#fff; 
	font-size:11px;
}
.projectUnselected{
	display:block; 
	margin-left:-10px; 
	padding:6px 10px;
	font-size:11px;
}