/* CSS Document */

div#photos { width: 658px; height: 368px; border: 1px solid #F00; background-image: url(../images/photos/main/phillip-a-dolan.jpg); background-position: center; background-repeat:no-repeat; background-color: #eee; }
div#thumbs { width: 644px; border: 1px solid #F00; margin-top: 10px; padding: 7px 7px 6px 7px; }
div.thumb { width: 90px; height: 51px; float: left; padding: 0; margin: 1px; background-position: center; background-repeat: no-repeat; background-color: #eee; }
img.thumbspacer { width: 90px; height: 51px; border: 0; }

p.tabnav { padding: 0; margin: 10px 0 5px 0; border-bottom: 1px solid #F00; line-height: 17px; }
p.tabnav a { 
	padding: 2px 10px; margin: 0 20px 0 5px; 
	border: 1px solid #999; border-bottom-width: 0; border-left-width: 4px; color: black; 
	background-color: #ddd; 
	text-decoration: none; 
	font-weight: bold;
}
p.tabnav a:hover { background-color: #09C; border-left-color: #F00; color: white;}
p.tabnav a.current { background-color: #09C; border-left-color: #F00; color: white; }

p.subtabnav { padding: 0; margin: 10px 0 5px 0; border-bottom: 1px solid #F00; line-height: 14px; }
p.subtabnav a { 
	padding: 2px 10px; margin: 0 20px 0 5px; 
	border: 1px solid #999; border-bottom-width: 0; border-left-width: 4px; color: black; 
	background-color: #eee; 
	text-decoration: none; 
	font-size: 10px;
}
p.subtabnav a:hover { background-color: #09C; border-left-color: #F00; color: white;}
p.subtabnav a.current { background-color: #09C; border-left-color: #F00; color: white; }

div#credits { font-size: 9px; text-align: right; color: #aaa; text-decoration: none; }
