
/* center column */	
	#maincontent {
		padding-left: 182px;   /* LC width */
		padding-right: 0; 
			background: url("/images/photogallery_bg.jpg") no-repeat top left;}

		div.centercontent {
			margin-left: 11px !important;
			height: 440px;}
			
		#maincontent #center {
		    background: transparent;}
			
		

			
/* -------------------------------------------------------------------------------------------------------
																				PHOTO GALLERY NAV */	
div.galleryimg {
    height: 349px;
    width: 500px;
    position: relative;
    text-align: center;}

div.gallCredit {
    background: #4C4D4F;
    width: 500px;
    margin-top: 0.2em;
    padding: 0.5em 0;}
    
    #maincontent #center div.gallCredit p {
        margin: 0;
        padding: 0 0.5em 0.2em 0.5em;
        color: #ffffff;}
    
div.gallCredit em {
    color: #DBDCDE;}
    
#gallImg {
    margin: 0 auto;
    position: relative;
    display: block;}
    
/* parent div for drop shadow background image */	
		#gallerynav {
			background: #353435;
			margin: 0 0 0 0;
			padding: 0;
			width: 500px;
			height: 30px;
			overflow:hidden;}	

/* menu button */				
		#gallerynav #menubutton {
			float: left;
			width: 17px;
			margin: 6px 0 0 24px;}

/* previous button */			
		#gallerynav #previous {
			float: left;
			width: 12px;
			margin: 6px 15px 0 10px;}

/* next button */			
		#gallerynav #next {
			float: right;
			width: 12px;
			margin: 6px 10px 0 15px;}

/* thumbnail buttons */								
		#gallerynav #thumbnails .thumbnail {
			float: left;
			width: 14px;
			height: 14px;
			margin: 6px 3px 0 3px;
			border: 1px solid #fff;
			padding: 0;}		

/* thumbnail images opacity */							
		#gallerynav #thumbnails .thumbnails a.current img {
			opacity: .9;}						
		#gallerynav #thumbnails .thumbnails a.current:hover img {
			opacity: 1;}						
		#gallerynav #thumbnails .thumbnails a img {
			opacity: .9;}						
		#gallerynav #thumbnails .thumbnails a:hover img {
			opacity: 1;}

/* thumbnail image preview */

#thumbnailpreview {
	position: absolute;
	width: 53px;
	height: 40px;
	margin-top: -40px;
	left: 93px;}
	
#previewimg {
	background: #fff;
	padding: 2px 2px 0 2px;
	margin: 0;}	
	
#previewarrow {
	margin: 0;
	padding: 0;
	background: url("/images/photogallery_arrow.gif") no-repeat  bottom center;
	height: 3px;
	width: 53px;}
/* Certifications */

ul.certList {
    margin: 0;
    padding: 0;}

    ul.certList li {
        list-style-type: none;
        margin: 0;
        padding: 0;
        float: left;
        width: 171px;
        text-align: center;
        padding: 0.5em;
        background: #95979A;
        margin: 1em 1em 0 0;}
        
        ul.certList li img {
            margin: 0 auto;
            position: relative;}
        
        ul.certList li div {
            text-align: left;}
            
        ul.certList li a.certLink, ul.certList li a.certLink:visited {
            color:#8E181B;
            float: right;}
            
        ul.certList li a.certLink:hover {
            color: #ee0000;}
            
#gallerynav #thumbnails .currentThumb img {
    border: 1px solid #72C2CC;}

