@import "Type.css";

/* Images */
a img
{
	border: none;
}

img.left
{
    float: left;
    margin: 0 8px 8px 0;
}

img.right
{
    float: right;
    margin: 0 0 8px 8px;
}

/* =container */

/* =masthead */

#masthead
{
	height: 90px;
	margin: 0;
	padding: 0;
}

#masthead div.utility, #masthead div.login
{
    display: none;
}

/* =sub-masthead */

#sub-masthead h2
{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	font-family: Arial, Sans-Serif;
	margin: 0;
	padding: 0;
	position: relative;
	text-indent: 0;
	top: auto;
	left: auto;
}

#sub-masthead div.action
{
    display: none;
}

/* =primarynav */

#primarynav
{
	display: none;
}

/* =body_content */

#sub-nav, #right-column
{
	display: none;
}

#body-content-home div#right-column
{
    display: block;
}

#body-content-home div.home-banner
{
    padding-bottom: 20px;
}

#body-content-home div.home-banner div.action, #body-content-home div.home-body p.learn-more
{
    display: none;
}

/* =footer */

#footer ul
{
    display: none;
}