@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 p.info
{
	position: absolute;
	top: 9px;
	right: 20px;
	width: 120px;
	color: #000;
}

/* =primarynav */

#primarynav
{
	display: none;
}

/* =body_content */

#body_content_inner_left, #body_content_right
{
	display: none;
}

#home_banner h2
{
	margin: 15px 0 10px 0;
	width: auto;
}

#home_banner p
{
	margin: 0 0 6px 0;
	width: auto;
}

#home_banner p a
{
	display: none;
}

#home_banner div.callout
{
	display: none;
}

/* -> results table */

#body_content_inner_center table.results
{
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#body_content_inner_center table.results caption
{
	margin: 0;
	padding: 8px 6px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

#body_content_inner_center table.results th, #body_content_inner_center table.results td
{
	text-align: left;
	vertical-align: top;
	padding: 8px 6px;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
}

#body_content_inner_center table.results th
{
	border-right: 1px solid #ccc;
}

#body_content_inner_center table.results td
{
	text-align: right;
}

/* =footer */