﻿/* ---- Background Styling ------------------*/
body {
	background-color: #fff;
	background-image: url('none');
	text-align: left;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 1.5em
	}
	
#content {
	background-image: none;
	background-color: #fff;
}
	
#container {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	}

#header {
	background-image: none;
	background: #fff;
	border-bottom: 1px solid #aaa;
	width: 100%;
	padding-bottom: 10px;
	}
	
#header form {
	display: none;
	}
#mainNav, #audience, #callToAction, #secondaryNav {
	display: none;
	}
	
#footer select {
	display: none;
	}
	
.skiplink {
	display: none;
	}

	
.logo {
    border: none;
    float: left;
}

a {
    color: #000066;
    text-decoration: underline;
}

a:hover, a:visited {
    text-decoration: underline;
    color: #222222;
}

#footer {
clear: both;
border-top: 1px solid #dddddd;
font-size: 98%;
margin-top: 10px;
background-color: White;
background-image: none;
}


#footer address {
font-size: 80%;
font-style: normal;
}
	
/* ---- Turn off unnecessary items ---------- */


#navigation, .containertop, .containterbottom, .progressbar, .info {
	display: none;
	}
	
#header h1 {
    text-align: right;
    font-weight: bold;
    font-size: 210%;
    color: #000066;      
}

#header h2 {
    text-align: right;
}

/* --- estimator ---*/

#calculator 
{
    width: 100%;
    margin: 10px;
    border: none;
    text-align: left;
    font-size: 98%;
}

#calculator h3 {
color: #000066;
font-size: 118%;
}

#calculator span.note{
font-size: 80%;
font-style: italic;
}

.results h3 {
	font-size: 20px;
	color: #000066;
}

.reported {
width: 250px;
text-align: left;
clear: right;
background-color: #ffffff;
font-size: 90%;
float: right;
padding: 5px;
margin-right: 30px;
border-bottom: 1px solid #cccccc;
}

.reported h5 {
text-align: center;
color: #000066;
margin: 0;
padding: 0;
}

.results h4 {
color: #000066;
font-size: 110%;
margin: 3px;
}

.results table {
width: 370px;
margin: 0;
}

.results table th {
width: auto;
}

.results table td {
width: 30%;
}

.results h2 {
border-top: 1px solid #cccccc;
font-size: 150%;
}

.indirect {
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
margin: 5px;

}

.indirect th {
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
text-align: center;
font-size: 95%;
color: #000066;
font-weight: bold;
}

.indirect td {
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
padding: 2px;
}