﻿body
{
    color: #000;
	background-color: #fff;
}

h1.nonVisual
{ position: static !important; }

a
{
    text-decoration: underline;
    color: #000;
    cursor: pointer;
}

a.action
{
    padding-left: 0;
    background-image: none;
}

a.large
{
    padding-left: 0;
    background-image: none;
}

input.text,
textarea,
select
{ border-color: #000; }

div#page
{
	position: static;
    width: 98%;
    margin: 0;
    background-color: #fff;
    overflow: visible;
}

div#header
{
	position: static;
	margin-bottom: 10px;
    overflow: visible;
}

div#body
{
    position: static;
    width: 98%;
    overflow: visible;
}

div#primaryContent
{
	position: static;
    float: none;
    width: 98%;
    background-color: #fff;
    overflow: visible;
}

	div#primaryContent div.section
	{
		padding: 20px 0;
		border-bottom: 0;
		margin-bottom: 10px;
		overflow: visible !important;
	}
	
div#contentHeader
{ overflow: visible; }

div#footer
{
    clear: both;
    width: 98%;
    overflow: visible;
}

div#legal
{
	width: 98%;
    text-align: right;
    background-color: #fff;
}

div#secondaryContent,
p#slogan,
p#signature,
div#legal ul,
div#customerControls,
div#heroBanners,
body.home div#primaryContent div.section.right,
p.breadcrumbs
{ display: none; }

body.home div#contentHeader
{
    position: static;
    border-bottom: 0;
    background-color: #fff;
}

body.home div#primaryContent div#contentHeader div.section
{
    position: static;
    width: auto;
    padding: 0;
}

body.home div#primaryContent
{ background-color: #fff; }

body.home div#primaryContent div.section
{ float: none; }
