 #main_photo_table {
	margin-top: 0px;
 }
 .main_photo_table_left_td {
    vertical-align: top;
 }
.main_photo_table_right_td {
    padding-left: 26px;
    vertical-align: top;
 }
 #photo_table {

 }
 .photo_capt_div_first {
	margin-top: 0px;
	margin-bottom: 0px;
    color: #003366;
    font-weight: bold;
    font-family: Verdana, Tahoma;	
    font-size: 11px;
 }
 .photo_capt_div {
	margin-top: 20px;
	margin-bottom: 0px;
    color: #003366;
    font-weight: bold;
    font-family: Verdana, Tahoma;	
    font-size: 11px;
 }
 .photo_ul {
	margin-top: 0px;
    font-family: Verdana;
    padding: 0;
    margin: 0;	
 }
.photoLi{
    border-bottom: 1px #003366 dashed;
    list-style: none;
    line-height: 30px;
    width: 120px;
    font-family: Verdana, Tahoma;
    font-size: 11px;
}  
a.photo_link {
    text-decoration: none;
    color: #003366;
} 
td.photo_td {
	height: 100px;
	width: 138px;
	vertical-align: middle;
	text-align: center;
}
table.tbl_inner 
{
    height: 100%;
    width: 100%;
    border: solid 1px #003366;
}
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: #003366;
    height: 100%;
    width: 100%;	
}
td.td_inner_photo_name {
	border: 1px solid #CCCCCC;
	color: white;
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Tahoma;
	height: 20px;
	background-color: #003366;
} 
.cath_path {
    padding: 4px;
    font-size: 11px;
    font-family: Verdana, Tahoma; 
    color: #003366; 
    margin-top: 0px;  
} 
.div_page_nav {
    padding: 4px;
    font-size: 11px;
    font-family: Verdana, Tahoma;
    /*border: solid 1px black;*/
    line-height: 11px;
    height: 11px;
}
a.a_page_nav {
    margin: 3px;
    color: #003366;
}
a.a_page_nav:hover {
    margin: 3px;
    color: maroon;
    font-weight: bold;
}
.no_navig_link {
    font-family: Verdana;
    margin: 2px;
    color: #003366;  
    font-weight: bold;  
}
.div_no_photos {
    margin-top: 26px;
    font-family: Tahoma, Verdana;
    color: #003366;
}
.aHomeInPath {
	color: Black;
}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    padding: 10px;
    padding-bottom: 0;
    background: #003366;
    visibility: hidden;
    z-index: 10;
    cursor: hand;
    cursor: pointer;
	font-family: Verdana, Tahoma;
	font-size: 11px;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
    font: bold 16px Tahoma;
    line-height: 1.1em;
    color: white;
    padding: 5px 0;
    text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
    background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
    position: absolute;
    visibility: hidden;
    border: 1px solid black;
    background-color: #EFEFEF;
    padding: 5px;
    z-index: 5;
}


/* 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: 10em; /* width needed or else Opera goes nuts */
	/*padding: 3px;*/
}

#nav__ul li ul { /* second-level lists */
	position: absolute;
	background: #808080;
	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 #003366;
}

#nav__ul li:hover ul, #nav__ul li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
.mn_link
{
	display: block;
	width: 10em;	
	color: White;
	cursor: pointer;
	padding: 3px;
	background-color: #003366;
}
.mn_link:hover
{
	background-color: #003366;
}
.mn_sublink 
{
	color: White;
	width: 11em;
	display: block;
	height: 22px;
	line-height: 22px;
	
}
.mn_sublink:hover 
{
	background-color: #C0C0C0;
	color: Black;
}
