/* Fairborn CSS Stylesheet */

BODY 
{
	background-image: url('/images/site_background.jpg');
	background-repeat: no-repeat;
}

BODY.homepage
{
	background-image: url('/images/home/home_background.jpg');
	background-repeat: no-repeat;
}

BODY.clean
{
	background-image: url('/images/clean_background.jpg');
	background-repeat: no-repeat;
}

.sidebar
{
	position: absolute;
	left: 0px;
	top: 140px;
	background-color: #3b7d74;
	width: 147px;
	height: 600px;
	font-family: Arial, Sans-Serif;
	color: #ffffff;
	vertical-align: top;
	padding-left: 4px;
}

.content
{
	position: absolute;
	left: 155px;
	top: 141px;
	width: 545px;
	vertical-align: top;
}

.homebars
{
	position: absolute;
	left: 23px;
	top: 273px;
}

.productbars
{
	position: absolute;
	left: 23px;
	top: 152px;
}

.blacktext
{
	font-family: Times New Roman, Serif;
	font-size: 10pt;
	color: #000000;
}

.greentext
{
	font-family: Times New Roman, Serif;
	font-size: 10pt;
	color: #3b7d74;
}

.medium
{
	font-size: 12pt;
}

.large
{
	font-size: 17pt;
}

a.document:link
{
	text-decoration: underline;
	color: #000000;
}
a.document:visited
{
	text-decoration: underline;
	color: #000000;
}
a.document:hover
{
	text-decoration: underline;
	color: #ff0000;
}
a.document:active
{
	text-decoration: underline;
	color: #000000;
}

a.quotation:link
{
	font-family: Times New Roman, Serif;
	font-size: 13pt;
	font-style: italic;
	font-weight: bold;
	color: #3b7d74;
	text-decoration: none;
}
a.quotation:visited
{
	font-family: Times New Roman, Serif;
	font-size: 13pt;
	font-style: italic;
	font-weight: bold;
	color: #3b7d74;
	text-decoration: none;
}
a.quotation:hover
{
	font-family: Times New Roman, Serif;
	font-size: 13pt;
	font-style: italic;
	font-weight: bold;
	color: #3b7d74;
	text-decoration: none;
}
a.quotation:inactive
{
	font-family: Times New Roman, Serif;
	font-size: 13pt;
	font-style: italic;
	font-weight: bold;
	color: #3b7d74;
	text-decoration: none;
}
