
/* Self-clear floats for IE6 */
*html .group {
	height: 1%;
}

/* Self-clear floats for IE7 */
*:first-child+html .group {
	min-height: 1px;
}

/*IE5/Win hack for text size */
body {  
	font-size: x-small; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for compliant browsers */
}
	html>body { /* be nice to Opera */
	font-size: small;	
}

/* Allows text-align center to override default left in IE5/Mac \*/
/*\*//*/
 #navigation ul li a {
     display: inline-block;
     white-space: nowrap;
     width: 1px;
 }
 /**/
	 
 
/*Holly Hack for footer */
/* Hide from IE5/Mac \*/	
* html #footer { height: 1%; }
/* End hide from IE5/Mac */

#navigation {
2	    opacity: .4; /* other browsers */
3	    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); /* this works in IE6, IE7, and IE8 */
4	    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)"; /* this works in IE8 only */
5	}

*html .group {
	height: 1%;
}

body.home, body.about, body.services, body.faqs, body.contact { 
	zoom: 1;
}

*html ol.activephotolist li.third {
	width: 33%;
}

*html #navigation li {
	padding-top: 0px;
	padding-bottom: 0px;	
} 

*html .bqend {
	margin-top: -24px;
	margin-bottom: -40px;
}


