@import "Type.css";
@import "Navigation.css";
@import "Grid.css";
@import "Forms.css";

html, body, form
{
    margin: 0;
    padding: 0;
    height: 100%;
}


/* Block-level elements */
h1, h2, h3, h4, p, div, form, label, dl, dt, dd, fieldset 
{
	margin: 0;
	padding: 0;
}

/* Images */
a img
{
	border: none;
}
img.left
{
    float: left;
    margin: 0 8px 8px 0;
}
img.right
{
    float: right;
    margin: 0 0 8px 8px;
}

br.clear, p.clear, div.clear
{
    clear: both;
}

/* print exceptions */

#masthead div.masthead-home-branding div.flash-asset-wrapper img.flash-print-alt
{
	left: 0;
}

#container.home #body-content div.home-column ul li a
{
	text-indent: 0;
}

#container.home #body-content div.home-column.left div.home-cell div.home-tab
{
	margin: 0;
}

#container.home #body-content div#home-our-work ul li#home-our-work-clients, #container.home #body-content div#home-our-work ul li#home-our-work-portfolio
{
	display:none;
}

#container.home #body-content div#home-our-work ul li#home-our-work-clients.ui-tabs-selected, #container.home #body-content div#home-our-work ul li#home-our-work-portfolio.ui-tabs-selected
{
	display: block;
	left: 16px;
}

#container.home #body-content div#home-our-offerings ul li#home-our-offerings-services, #container.home #body-content div#home-our-offerings ul li#home-our-offerings-expertise, #container.home #body-content div#home-our-offerings ul li#home-our-offerings-channel
{
	display: none;
}

#container.home #body-content div#home-our-offerings ul li#home-our-offerings-services.ui-tabs-selected, #container.home #body-content div#home-our-offerings ul li#home-our-offerings-expertise.ui-tabs-selected, #container.home #body-content div#home-our-offerings ul li#home-our-offerings-channel.ui-tabs-selected
{
	display: block;
	left: 16px;
}