﻿
/*Image Gallery Styles */

#ContentPortfolio 
{
    border-left: 5px solid #002b7a;
    position: relative;
    z-index: 1000;
    margin-left: -33px;
    padding-left: 27px;
}

#ContentPortfolio ul.projects 
{
    margin: 10px 0px 10px;
    width: 435px;
}

#ContentPortfolio ul.projects li
{
    display: block;
    float: left;
    width: 200px;
    padding: 0 5px;
}
#ContentPortfolio ul.projects li.last
{
    padding-bottom: 15px;
}

#ContentPortfolio .footer
{
    margin-left:0;
   position: relative;
  height: 0px;
    width: 100%;
    border-bottom: 25px solid #002b7a;
    clear: both;
}

#ContentPortfolio .imageViewer
{
    float: left;
    width: 416px;
    margin-right: 8px;
    margin-bottom: 0px;
}

#ContentPortfolio  .imageViewer h2
{
    color: #fff;
    padding: 10px 5px 0;
    font-size: 15px;

    background-color: #002b7a;
    margin-top: 0px;
    margin-right: 1px;
    margin-bottom: 1px;
    
}

#ContentMain #ContentPortfolio .header
 {
     background-color: #8cb8cf;
     padding-bottom: 2px;
 }
 
 #ContentMain #ContentPortfolio .header h2
{
    background-color: #002b7a;
    position: relative;
    padding-top: 14px;
    padding-left: 12px;
    color: #fff;
    margin-bottom: 2px;
}

 #ContentMain #ContentPortfolio .header label
 {
     color: #002b7a;
     padding: 5px 15px 5px 13px;
     
     font-size: 12px;
     font-weight: bold;
    
 }
 
  #ContentMain #ContentPortfolio .header select
 {
     color: #2e3031;
     font-size: 12px;
     
 }
 
   #ContentMain #ContentPortfolio .header select.project
 {
    
     float: right;
     margin: 2px 5px 0;
     max-width: 180px;
     color: #2e3031;
     font-size: 12px;
  }
 
 

 #ContentMain #ContentPortfolio .header h2 input
 {
     background: transparent url(/App_Images/Btn_GreyStandard.gif) no-repeat;
     border: 0px;
     width: 134px;
     position: relative;
     bottom: 8px;
    padding-bottom: 2px;
     height: 26px;
     float: right;
     font-size: 12px;
 }

 #ContentMain #ContentPortfolio .image
 {
     margin-bottom: 8px;
     display: block;
     overflow:hidden;
     width: 415px;
     height: 310px;
 }
/* Project Details */

.projectDetails
{
  
}

#ContentPortfolio .projectDetails h2
{
    background-color: #2364dc;
      color: #fff;
    padding: 10px 5px 0 10px;
    font-size: 15px;
   margin-left: 416px;
    margin-top: 0px;
    margin-bottom: 10px;}
  
/* Slider Styles */

#ContentPortfolio .imgNavigator
{
    position: relative;
     width: 375px;
    padding: 8px 20px 14px 21px;
    border-top: 1px solid #002b7a;
      margin: 0 ;
      
     
}
#slider
{
    position: relative;
   
  
   
}

#slider a
{
    display: block;
    width: 120px;
    height: 90px;
    float: left;
    margin-left: 3px;
}

#slider ul, #slider li
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#slider, #slider li
{
    width: 375px;
  
    height: 90px;
    overflow: hidden;
    
}

#slider, #slider li img
{
    margin-left: 1px;
    padding: 0px;
    margin-right: 0px;
}

span#prevBtn
{
    position: relative;
    overflow: hidden;
}
span#prevBtn a
{
    position: absolute;
    display: block;
   bottom: 15px;
    *bottom: 0px;
    right: 0px;
    left: -21px;

    text-indent: -2000px;
    background: transparent url(/App_Images/ImageGallery/ImageGallery_arrowLeft.gif) no-repeat;
    height: 90px;
    width: 20px;
    outline: none;
}

span#nextBtn
{
    position: relative;
    overflow: hidden;
}
span#nextBtn a
{
    position: absolute;
    bottom: 15px;
    *bottom: 0px;
    left: 375px;
    text-indent: -2000px;
    display: block;
    background: transparent url(/App_Images/ImageGallery/ImageGallery_arrowRight.gif) no-repeat;
    height: 90px;
    width: 20px;
    outline: none;
}
span.nextButtonInactive
{
    position: absolute;
    left: 396px;
    display: block;
    background: transparent url(/App_Images/ImageGallery/ImageGallery_arrowRight_inActive.gif) no-repeat;
    height: 90px;
    width: 20px;
    outline: none;
}
span.prevButtonInactive
{
    position: absolute;
    display: block;
    background: transparent url(/App_Images/ImageGallery/ImageGallery_arrowLeft_inActive.gif) no-repeat;
    height: 90px;
    left: 0px;
    width: 20px;
    outline: none;
}

/* Testimonials */

#ContentTestimonials
{
    border-left: 5px solid #002b7a;
    position: relative;
    z-index: 1000;
    right: 33px;
    padding-left: 27px;
    padding-bottom: 5px;
}

/* History of Projects */

#ContentPortfolio table.totals
{
    font-size: 12px;
}
#ContentPortfolio table.totals td
{
    padding-right: 10px;
}

