/* CSS Document */

/*table {
	margin-left: 20px;
	}

td {
	padding-right: 20px;
	}*/

#gallery_strip {
	background-image: url(utilities/title_portfolio.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #847A6C;
	padding: 10px 6px 1px;
	margin-left: 10px;
	font-size: 9px;
	color: #FFF;
	text-align: center;
	}

#gallery_strip img {
	padding: 3px;
	border: 1px #FFF dotted;
	margin: 3px;
	}
	
#gallery_strip img:hover{
	border: 1px #FFF solid;
	}

.gallery {
	font-size: x-small;
	margin-bottom: 20px;
	margin-left: 10px;
	line-height: normal;
	text-align: center;
	}

.gallery td {
	padding: 2px;
	}

.gallery img {
	padding: 3px;
	border: 1px #FF7900 dotted;
	}
	
.gallery img:hover{
	border: 1px #FF7900 solid;
	}

#img_container {
	font-size: x-small;
	}

#process_strip {
	background-color: #847A6C;
	padding: 10px 6px 1px;
	margin-left: 10px;
	font-size: 9px;
	color: #FFF;
	text-align: center;
	}

#process_strip img {
	padding: 3px;
	border: 1px #FFF dotted;
	margin: 3px;
	}
	
#process_strip img:hover{
	border: 1px #FFF solid;
	}

#process_strip h3 {
	font-size: normal;
	text-align: left;
	font-weight: normal;
	}

/*  Via Dynamic Drive  */


.photonavlinks{ /*CSS for pagination DIV*/
	font: normal 14px Trebuchet MS;
	border-top: 1px #000 solid;
	padding-top: 5px;
	}

.photonavlinks a{ /*CSS for each navigational link*/
	margin-right: 2px;
	margin-bottom: 3px;
	padding: 1px 5px;
	text-decoration: none;
	background-color: white;
	color: #094790;
	}

.photonavlinks a.current{ /*CSS for currently selected navigational link*/
	background-color: #094790;
	color: #FFF;
	}


#navlinks a.current{ /*CSS for currently selected navigational link*/
	background-color: #094790;
	color: #FFF;
	}



