
/***********************************************  
 * bbg_tools.css - tools baseline css          *
 * author: steve mccallum                      *
 * last update:  14/01/2008                    *
 ***********************************************/

/*** typeface sizing tags - to get us to ems ***/
html {
	font-size: 100%;
}
body {
	font-size: 62.5%;
	font-family: Verdana, Lucida, helvetica, arial, sans-serif;
	font-weight: normal;
	line-height: 150%;
	color: #ccc;
	background-color: #000;
	padding: 2em;
	min-width: 95.0em;
}
p {
	font-size: 1.6em;
	line-height: 1.3333333em;
	margin-bottom: 0.66666666em;
	color: #999;
}
a {
	text-decoration: none;
}
.col {
	color: #f60;
}
.err {
	text-decoration: none;
	font-weight: bold;
	padding-top: 0.5em;
	color: #f00;
}
/*** headers (specific to landing page) ***/
h1 {
	font-size: 2.8em;
	font-weight: bold;
	padding-bottom: 0.3em;
	margin-bottom: 0.4em;
	margin-right: 0.3em;
	border-bottom: solid 0.12em;
}
h2 {
	font-size: 2em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0.35em 0;
	border-bottom: solid 0.15em;
}
h3 {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0; 
	padding: 0 0 0 0;
}
h4 {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0; padding: 0;
}
/**********************
 *** index page     ***
 **********************/

/********************************************************/
/****************** structural stuff ********************/
/********************************************************/

/*** top of page ***/
#mainheader {
	float: left;
	width: 95.0em;
}

/*** identity area ***/
#ident {
	float: left;
	padding: 0.0em 3em 0.0em 0.5em;
}

#tools{
	display: block;
	margin: 2em 0 0 5em;
	padding: 2em;
}

#tools h2{
	font-size: 2.2em;
	font-weight: bold;
	color: #999;
	border: none;
}
#tools p {
	font-size: 1em;
	font-weight: bold;
	color: #999;
}
#tools a {
	color: #999;
}
#tools a:hover {
	color: #ccc;
}
/*** top of page end ***/

/*** middle of page ***/
#pagemiddle {
	width: 105.0em;
	padding-top: 0em;
	background-color: transparent;
}

#topsquare {
	float: left;
	z-index: 1;
	width: 80em;
	margin: 2em 1em 1em 0;
	padding: 0em;
	background-color: #000;
}
#topsquare h1 {
    color: #f60;
	border-color: #f60;
}
#topsquare h2 {
    color: #f60;
	border: none;
}
#topsquare p {
}
#topbox {
	float: left;
	margin: 0 0 2em 0;
	width: 95%;
	padding: 2em 2em 0.5em 2em;
}
#intro {
	padding: 2em;
}
#results {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2em;
}
#form{
	width: 100%;
	float: left;
	padding: 1em;
	border: 0.1em solid #333;
}

/*** include the css for specific form items   ***/
/*** see specific css for the tool in question ***/

/*** ads ***/
#ads {
	float: left;
	width: 17.0em;
	margin: 2.0em 0 0 0; 
	padding: 0;
	background-color: transparent;
}
#ads2 {
	width: 50.0em;
	margin: 2.0em auto 1.0em auto;
	padding: 0;
	background-color: transparent;
}

/*** middle of page end ***/

/*** bottom of page ***/
#footer {
	float: left;
	width: 91em;
	margin: 2.em 0 0 0;
	background-color: transparent;
	clear: both;
}
/*** credit area  ***/
#credit {
	display: block;
	position: relative;
	font-size: 0.8em;
	line-height: 120%;
	float: right;
	margin-top: 2.0em;
	text-align: right;
	background-color: transparent;
}
/*** bottom of page end ***/

