* html img,
* html .png,
* html .contentFooter {
    azimuth: expression(
        this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "/_ie6/img.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
    );
}

*html div.contentFooter *{position: relative;}

*html div.stripe div.content div.contentFooter div.serviceLinks{
	width: 115px;
	float: left;
	padding-right: 0px;
}

*html div.serviceLinks ul.links li,
*html div.serviceLinks2 ul.links li{
	height: 17px;
	padding-left: 8px;
}

/* navigation */

*html #nav{
	list-style: none;
	position: relative;
	width: 450px;
	height:11px;
	left: 520px;
	bottom: 9px;
}

*html #panel1nav{
	width: 70px;
	height: 11px;
	padding-bottom: 15px;
	float:left;
	padding-right: 20px;
}

*html #panel1nav a:link,
*html #panel1nav a:visited{
	text-indent: -10000em;
	background: url(services.gif) no-repeat 0 0;
	display: block;
	height: 11px;
}

*html #panel1nav a:hover,
*html #panel1nav a.on:link,
*html #panel1nav a.on:visited
{
	background: url(services.gif) no-repeat 0 -14px;
}

*html #panel2nav{
	width: 70px;
	height: 8px;
	padding-bottom: 15px;
	float:left;
	padding-right: 20px;
}


*html #panel2nav a:link,
*html #panel2nav a:visited{
	text-indent: -10000em;
	background: url(projects.gif ) no-repeat 0 0;
	display: block;
	height: 11px;
}

*html #panel2nav a:hover,
*html #panel2nav a.on:link,
*html #panel2nav a.on:visited{
	background: url(projects.gif) no-repeat 0 -14px;
}

*html #panel3nav{
	width: 50px;
	height: 11px;
	padding-bottom: 15px;
	float:left;
	padding-right: 20px;
}

*html #panel3nav a:link,
*html #panel3nav a:visited{
	text-indent: -10000em;
	background: url(press.gif) no-repeat 0 0;
	display: block;
	height: 11px;
}

*html #panel3nav a:hover,
*html #panel3nav a.on:link,
*html #panel3nav a.on:visited
{
	background: url(press.gif) no-repeat 0 -14px;
}

*html #panel4nav{
	width: 50px;
	height: 11px;
	padding-bottom: 15px;
	float: left;
	padding-right: 20px;
}


*html #panel4nav a:link,
*html #panel4nav a:visited{
	text-indent: -10000em;
	background: url(about.gif) no-repeat 0 0;
	display: block;
	height: 11px;
}

*html #panel4nav a:hover,
*html #panel4nav a.on:link,
*html #panel4nav a.on:visited
{
	background: url(about.gif ) no-repeat 0 -14px;
}


*html #panel5nav{
	width: 63px;
	height: 11px;
	padding-bottom: 15px;
	float: left;
	padding-right: 20px;
}

*html #panel5nav a:link,
*html #panel5nav a:visited{
	text-indent: -10000em;
	background: url(contact.gif) no-repeat 0 0;
	display: block;
	height:8px;
}

*html #panel5nav a:hover,
*html #panel5nav a.on:link,
*html #panel5nav a.on:visited
{
	background: url(contact.gif) no-repeat 0 -14px;
}

* html div.stripe div.content img.tagline{
	margin: 10px 20px 0 0;
}

* html div.stripe div.content div.interiorPhoto img.taglineInterior{
	margin: 10px 0 0 18px;
	clear:both;
}

* html div.stripe div.content div.interiorContent div.paddingInteriorContent{
	margin-left: 4px;
	height: 356px;
}

* html img.int-corner{
	margin-left: 8px;
}







