
	#lmenupanelhdr {
		background-image:url('/images/centerTopBorder.gif'); 
		background-repeat:repeat-x; 
		height:6px; 
		border: 0px;
		}
		
	#lmenupanel {
		float: left;
		height: 444px; 
		width: 181px; 
		top: 6px; 
		background-image:url('/css/images/lpanelgradbg.jpg');
		/* background-repeat:no-repeat; 
		background-attachment: fixed; 
		background-position: center; */
		}
		
#contentblockgrad {
	/* deliberately blank */
	margin:0px;
	background-image: url(/css/images/main_top2.gif);
	background-repeat: repeat-x;
	border-top:1px solid #000;
}
		

#leftcontentfixedgrad {
	float: left;
	width:181px;
	background:#D3D3D3;
	background-image:url('/css/images/main_top2.gif');
	background-repeat:repeat-x;
	/* border-right:1px solid #000;
	border-bottom:1px solid #000;
	border-left:1px solid #000; */
	color : #fff;
	/* padding: 10px 10px 5px 10px; */
	padding: 0px;
		left:0px;
		/* top:121px; */
	
}

#centrecontentfixedgrad {
	/* padding: 10px 15px 5px 15px; */
	padding: 0px 0px 0px 0px;
	width: auto;
	min-width: 363px; /* banner width (563) - leftcol (180) - margins (10x2) */
	margin-left: 180px;
	margin-right: 166px;
	line-height:125%;
		height:450px;
		overflow:auto;
		/* background-color: #E1E2E7; */
		/* background-image:url('/css/images/cpanelgradbg.jpg'); */
		background-repeat:repeat-x;
		background-attachment: fixed; 
		background-position: center top;

}

#rightcontentfixedgrad {
	float: right;
	/* width:144px; */
	background: #FEEFE2;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	/* background-image: url(/css/images/rcontent_top.gif);
	background-repeat: repeat-x; */
	padding: 10px 10px 5px 10px;

		width:180px;
		height: 450px;
		font-size:11px;
		/* color:#555555; */
		color:#9A3409;
		background:#FEEFE2;
		background-image:url('/css/images/rpanelgradbg.jpg');
		background-repeat:repeat-x;
		background-attachment: fixed; 
		background-position: center bottom;
		overflow:auto;
}

    #thumbnails {
        width: 170px;
        height: 300px;
        text-align:center;
        padding:10px 10px 0px 10px;
        font-weight:bold;
		color: #005B90;
        display:none;
    }
	
	.expandableSpan {
	   display:none; 
    }
    
    .expandableSpanGallery { 
       vertical-align:top; 
       position:absolute; 
       top: 250px; 
    }
    
    html>body .expandableSpanGallery {  
       position:absolute;
       top: 250px;  
    }
    


    #tooltip { 
        z-index:1;
        display:block;
        position:absolute;
        top:2em; left:200px; width:15em;
        color:#000;
        text-align: center
    }
	
    .imageDialog {
        padding:10px 10px 10px 10px;
        width:620px; 
        height:470px; 
        border: solid black 1px;
        color:#9A3409;
		background:#FEEFE2;
		font-size:11px;
        font-weight:bold;
		z-index:1;
    }
	
    .imageTab {
        border-top: solid black 1px;
        border-left: solid black 1px;
        border-right: solid black 1px;
        font-weight:bold;
		background-color:#cff; 		
		width: 163px;
    } 
    
    #imageTooltip {
        position: absolute;
        display: none;
        z-index: 1;
        font-weight:bold;
        background-color:#cff; color:#000;
        border: solid black 1px;
    }	