#main_photo_table
{
	margin-top: 0px;
}
.main_photo_table_left_td
{
	vertical-align: top;
}
.main_photo_table_right_td
{
	padding-left: 0px;
	vertical-align: top;
}
#photo_table
{
	margin-left: 110px;
}
.photo_capt_div_first
{
	margin-top: 0px;
	margin-bottom: 0px;
	color: #336666;
	font-weight: bold;
	font-family: Calibri, Verdana, Tahoma;
	font-size: xx-large;
}
.photo_capt_div
{
	margin-top: 20px;
	margin-bottom: 0px;
	color: #C0C0C0;
	font-weight: bold;
	font-family: Calibri, Verdana, Tahoma;
	font-size: 11px;
}
.photo_ul
{
	margin-top: 0px;
	font-family: Calibri, Verdana;
	padding: 0;
	margin: 0;
}
.photoLi
{
	border-bottom: 1px dashed #C0C0C0;
	list-style: none;
	line-height: 30px;
	width: 120px;
	font-family: Calibri, Verdana, Tahoma;
	font-size: 16px;
}
A.photo_link
{
	text-decoration: none;
	color: #464D55;
}
TD.photo_td
{
	height: 100px;
	width: 210px;
	vertical-align: middle;
	text-align: center;
}
TABLE.tbl_inner
{
	height: 200px;
/*100%;*/
	width: 100%;
	border: 1px solid #3B3B3B;
}
TD.td_inner_photo
{
	vertical-align: middle;
	text-align: center;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid white;
	padding: 0px;
	background-color: #464D55;
	height: 100%;
	width: 100%;
}
TD.td_inner_photo_name
{
	border: 1px solid #CCCCCC;
	color: white;
	text-align: center;
	font-size: 16px;
	font-family: Calibri, Verdana, Tahoma;
	height: 20px;
	background-color: #464D55;
}
.cath_path
{
	padding: 4px 4px 4px 0px;
	font-size: 16px;
	font-family: Calibri, Verdana, Tahoma;
	color: black;
	margin-top: 0px;
}
.div_page_nav
{
	padding: 4px 4px 4px 110px;
	font-size: 16px;
	font-family: Calibri, Verdana, Tahoma;
/*border: solid 1px black;*/
	line-height: 20px;
	height: 20px;
}
A.a_page_nav
{
	margin: 5px;
	color: #464D55;
/*#3B3B3B;*/
	font-size: 16px;
	font-weight: bold;
}
A.a_page_nav:hover
{
	margin: 5px;
	color: maroon;
	font-weight: bold;
}
.no_navig_link
{
	font-family: Calibri, Verdana;
	margin: 2px;
	color: white;
/*#3B3B3B;*/
	font-weight: bold;
}
.div_no_photos
{
	margin-top: 26px;
	font-family: Calibri, Tahoma, Verdana;
	color: #C0C0C0;
	font-weight: bold;
}
.aHomeInPath
{
	color: white;
/*#C0C0C0;*/
}
/*Horizontal category menu*/
#nav__ul, #nav__ul UL
{
/*all lists*/
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav__ul LI
{
/*all list items*/
	float: left;
	width: 11em;
/*width needed or else Opera goes nuts
padding: 3px;*/
	margin-left: 0px;
}
#nav__ul LI UL
{
/*second-level lists*/
	position: absolute;
	background: #272C32;
	width: 11em;
	left: -999em;
/*using left instead of display to hide menus because display: none isn't read by screen readers
line-height: 20px;
padding: 3px;
border: solid 1px #3B3B3B;*/
}
#nav__ul LI:hover UL, #nav__ul LI.sfhover UL
{
/*lists nested under hovered list items*/
	left: auto;
}
.mn_link
{
	display: block;
	width: 11em;
	color: white;
	cursor: pointer;
/*border: solid 1px #3B3B3B;*/
	padding: 3px;
	padding-left: 5px;
	background-color: #464D55;
	height: 22px;
	line-height: 22px;
}
.mn_link:hover
{
	background-color: #464D55;
}
.mn_sublink
{
	color: black;
	width: 11em;
	display: block;
	height: 22px;
	line-height: 22px;
	background-color: #FFFFFF;
	padding: 3px;
}
.mn_sublink:hover
{
	background-color: #C0C0C0;
	color: black;
	width: 11em;
}
