﻿* html p
{
	margin-bottom:12px;
}

* html h2
{
	margin-bottom:8px;
}

* html hr
{
    height:1px;
	margin-top:8px;
	margin-bottom:8px;
}

* html div.crogenEstateVerticalDrape
{
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/crogen-estate-vertical-drape.png');
}

* html img.crogenEstateVerticalDrape
{
	_filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

* html #main
{
	position: fixed; /* turn this off for IE and make #mainColumn1 the constraint area (see below) */
}

* html #mainColumn1
{
	position: relative; /* set this as the constraint area for absolute positioned child elements */
}

* html #mainColumn1 div.crogenEstateVerticalDrape
{
	bottom: 4px;
}

* html #mainColumn1 a,
* html .article
{
	height:1px; /* turn on hasLayout so the filter is applied */
	background-image:none; /* turn off the background image that was applied for compliant browsers */
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/glyphs/white-semi-transparent.png',sizingMethod='scale');
}

* html #mainColumn1 a:hover
{
	_filter:none;
}

* html .encloseFloat
{
	height:100%;
}