/* - ABA Water Systems style sheet - */
/* - Last modified July 6, 2004 - */

/* - PSEUDO-CLASSES - */
/* - Not editable or viewable in DreamWeaver - */

A:link.searchbar, A:visited.searchbar, A:active.searchbar {
	background-color: transparent;
	color: #FFFFFF;
}
A:link.footer, A:visited.footer, A:active.footer {
	background-color: transparent;
	color: #FFFFFF;
}
A:hover.footer, A:hover.searchbar {
	color: #FFFFFF;
	font-weight: bold;
}
A:hover.leftnav {
	color: #0000CC;
	font-weight: bold;
}
A:visited {
	color: #666666;
}
A:link {
	color: #666666;
}
A:active {
	color: #666666;
}
A:hover {
	color: #0000CC;
}
/* - REDEFINED HTML TAGS- */

body {
	background: #FFFFFF;
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0px;
}
td {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
th {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
/* - CUSTOM CLASSES FOR ABA NAVIGATION CONVENTIONS - */

/* - Applied to Table cells for horizontal and vertical lines - */

.stroke {
	background: #999999;
	background-color: #999999;
}
/* - Applied to bold text - */

.bold {
	font-weight: bold;
}
/* - Applied to headlines in the body content (Standard Grey) - */

.headline {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
/* - Applied to headlines in the body content (Standard Grey) - */

.bodysubtitle {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
/* - Colors the links in the body content (Standard Grey) - */

.links {
	color: #666666;
}
/* - Applied to the links in the left navigation - */

.leftnav {
	color: #666666;
}
/* - Applied to the subheads in the left navigation - */

.leftnavsubtitle {
	color: #333333;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
/* - Applied to the links and text in the global header - */

.searchbar {
	color: #FFFFFF;
}
/* - Applied to the links and text in the global footer - */

.footer {
	color: #FFFFFF;
}
/* - Applied to the copyright text in the global footer - */

.footeritalic {
	color: #FFFFFF;
	font-style: italic;
}
/* - Applies background color to the header table cell - */
/* - Overridden by ABAglobalbkgimg.css file with a background image - */
/* - This avoids a bug in Netscape 4 that obscures text in a table with a background image - */

.headerbkgimage {
	background-color: #3E3E3E;
	background-repeat: repeat;
	color: #FFFFFF;
}
/* - Applies background color to the footer table - */
/* - Overridden by ABAglobalbkgimg.css file with a background image - */
/* - This avoids a bug in Netscape 4 that obscures text in a table with a background image - */

.footerbkgimage {
	background-color: #3E3E3E;
	background-repeat: repeat;
	color: #FFFFFF;
}
/* - Applied to the navigation above the global header - */

.headernav {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
}
/* - Applied to table for the bread crumbs and color of non-linked widgets- */

.crumbs {
	color: #CC0000;
	font-size: 10px;
}
/* - CUSTOM CLASSES FOR COLOR OF BODY CONTENT HEADLINES AND LINKS- */
/* - ADAPT OR ADD ADDITIONAL CLASSES TO MATCH YOUR BODY CONTENT COLOR PALATTE - */

/* - CUSTOM CLASSES for Blue - */
/* - Colors the blue headlines in the body content - */

.headlineblue {
	color: #6699CC;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
/* - Colors the subtitles blue in the body content - */

.bodySubHeadBlue {
	color: #6699CC;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
/* - Colors the subtitles blue in the body content - */

.bodyHeadBlue {
	color: #6699CC;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
}
/* - Colors the links in the body content blue - */

.linksblue {
	color: #6699CC;
}
/* - PSEUDO-CLASS Colors the links in the body content blue - */

A:link.linksblue, A:visited.linksblue, A:active.linksblue {
	color: #6699CC;
}
/* - PSEUDO-CLASS Sets the Hover color of the linksblue links to Maroon - */

A:hover.linksblue {
	color: #0000CC;
}
/* - CUSTOM CLASSES for "Resin Orange" - */
/* - Colors the headlines orange in the body content - */

.headlineorange {
	color: #7A0019;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
/* - Colors the subtitles orange in the body content - */

.bodysubsubtitleblue {
	color: #6699CC;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
/* - Colors the links in the body content orange - */

.linksorange {
	color: #CC6633;
}
/* - PSEUDO-CLASS Colors the links in the body content orange - */

A:link.linksorange, A:visited.linksorange, A:active.linksorange {
	color: #CC6633;
}
/* - PSEUDO-CLASS Sets the Hover color of the previous linksorange color to Blue - */

A:hover.linksorange {
	color: #0000CC;
}
/* - Custom Class for default font override - */
/* - Used to override other styles making the text appear as the default font - */

.normal {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
/* - CUSTOM CLASSES - */
/* - insert new code in this area - */

.bodyTableHead {
	font-family: Verdana, Helvetica, sans-serif;
	color: #6699CC;
	font-size: 10px;
	font-weight: bold;
}
.float-left {
	float:left;
	padding-right:14px;
	padding-bottom:2px;
}
.float-right {
	float:right;
	padding-left:14px;
	padding-bottom:12px;
}
