@charset "utf-8";
/* CSS Document */
/* PORTFOLIO PAGE CSS */
	#Content-Image-Viewer {
		float: left ;
		width: 498px ;
		height: 300px ;
	}
		#Content-Image-Viewer Img {
			border: 1px solid darkgray ;
		}
		#PortfolioItemTitle {
			color: #3a65a9 ;
			font-weight: bold ;
			font-size: 16px ;
		}
		#LgPortfolioImg {
			border: 1px solid rgb(50,50,50) ;
			display: none ;
		}
		#PortfolioItemCopy {
			float: left ;
			margin-left: 20px ;
			width: 150px ;
			display: none ;
			background-color: #ffffff ;
		}
			#PortfolioItemCopy ul li {
				list-style-image: url(../Media/Layout/GoTo_Icon.png) ;
			}
	#Content-Navigation {
		float: left ;
		margin-top: 20px ;
	}
		#Content-Navigation a {
			color: #3a65a9 ;
		}
		#Content-Navigation a b {
			font-size: 16px ;
		}
	#Content-Image-Thumbs-Copy {
	}
	#Content-Image-Thumbs {
		margin-top: 10px ;
	}
		#Content-Image-Thumbs A {
			outline: none ;
		}
		#Content-Image-Thumbs Img {
			border: 1px solid rgb(150,150,150) ;
			margin-right: 4px ;
			cursor: pointer ;
		}