/* 
Inspire Template 
Structure for Core 5 templates
*/
    #main_image { 
      width:299px;
      height:454px;
    }

    .content {
      color:white;
      margin-left:7px;
    }
    
      .content div {
        width: 311px; /* width:301px; */
        margin:22px;
        height:360px;
        overflow:auto; /* only if content is too long */
      }
      
      /* Used for pagination class */
      .arrow:hover { color:#fc7a02; text-decoration:none; }
    
      #content_core {
        width:356px; 
        height:454px; 
        background:url('../images/clear.jpg');
        color:#666666;
        overflow:hidden;        
      }
        
        /** html #content_core { margin-top:-10px; }*/
        #content_core div { overflow:hidden; }

        #content_core a { color:#666666;  }
    
      /* End define */
    
    /* Snippet area (specific for Core 5) */
    
    #snippet_area2 { 
      width:175px; 
      margin-left:7px;
      height:454px; 
    }
    
    #snippet_area2 p { 
      clear:none; 
      margin:0 0 7px 0;
      float:left;
    }
    
    .snip_a,.snip_a_bot {
      height:130px;
      width:175px;
      float:left;          
    }

    .snip_a_bot { height:180px; }

    .snip_a span,.snip_a_bot span { display:none; }

       /* Core 5 snippets */

        #portfolio { background:url('../images/snippets/core5_portfolio.jpg') no-repeat top left; } 
        #enews { background:url('../images/snippets/core5_enews.jpg') no-repeat top left; }
        #webhc { background:url('../images/snippets/core5_web.jpg') no-repeat top left; }
        #teamsn { background:url('../images/snippets/core5_team.jpg') no-repeat top left; }
        
        #portfolio:hover,#enews:hover,#webhc:hover 
        { background-position:0 -130px; }      
        
        #teamsn:hover
        { background-position:0 -180px; }         
        
      /* End */
    
    /* End Snippet area */
    
/* IE 6 hack area */
    * html .content div { margin:22px 11px 22px 11px; }          