@charset "utf-8";
/* $Id: fix-ie.css,v 1.1.2.23 2008/07/27 18:05:04 andregriffin Exp $ */
/**
 * Drupal 6 Framework - Created by Andre Griffin
 * For Internet Explorer 7 and under
 */

/* DIRTY FIX FOR DEVEL THEMER BREAKING LAYOUT */
.thmr_call {
  width:100%;
  text-align:center;
}

.thmr_call .thmr_call {
  width:auto;
  text-align:left;
}

.thmr_call #wrapper {
  text-align:left;
}

/**/
/*----Specific pages-----*/
/**/
/*----Home page-----*/
#home .view-current-blogs .item-list li{
margin-left:16px;
}
#home #flash{
width:805px;
height:324px;
margin-left:89px;
margin-top:2px;
overflow:hidden;
}
		
		
/**/
/*----Client Testimonial block created with Views-----*/
#block-views-client_testimonial_view-block_1{
background-position:top 1px;
}

#block-views-client_testimonial_view-block_1 .content{
background-image:url(images/clientSays_bg.png);
background-repeat:repeat-y;
background-position:1px 0;
padding-bottom:0;
}

#block-views-client_testimonial_view-block_1 .view-content{
background-position:bottom 1px;
}

#container { 
  margin: 100px 0 0 0; 
}

/**/
/*award-page*/
div.view-award-page div.view-content h3{
border-bottom:1px solid #8dc641;
width:100%;
}	

/**/
/*our-team-page*/
.path-our-team .view-content h2{
padding-top:5px;
}