/*=========================================
=========================================
CSS Style Sheet
Site: www.electriccog.com
Company: Electric Cog Design
Author: Casey Landreth
=========================================
=========================================
Main Styles*/
HTML, BODY
{
	margin: 0px;
	height: 100%;
	background-image: url(/images/bodyBG.jpg);
}
TABLE
{
	margin: 0px;
	padding: 0px;
	display: block;
}
TD
{
	font-family: Arial;
	font-size: 10pt;
}
OBJECT
{
	margin: 0px;
	padding: 0px;
	display: block;
}
IMG
{
	display: block;
}
H1
{
	font-size: 10pt;
	font-weight: bold;
	color: #172047;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}
/*Layout*/
#content
{
	background: url(/images/contentBG.jpg);
	padding: 0px 35px 10px 70px;
	width: 896px;
}
#content A
{
	color: #405280;
	text-decoration: none;
}
#content A:HOVER
{
	c\olor: #ABABAB;
}
#nav
{
	position: absolute;
	top: 110px;
	left: 65px;
	margin: 0px;
	padding: 0px;
	display: block;
}
#topBG
{
	background-image: url(/images/topBG.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 181px;
	margin: 0px;
	padding: 0px;
	display: block;
}
#layout
{
	height: 100%;
	background-image: url(/images/leftBG.jpg);
	background-repeat: repeat-y;
}
#bottomNav
{
	padding: 0px 25px 0px 70px;
	background: url(/images/footerBG.jpg);
	font-size: 8pt;
	text-transform: uppercase;
	color: #405280;
	font-weight: bold;
}
#bottomNav A
{
	color: #405280;
	text-decoration: none;
}
#bottomNav A:HOVER
{
	color: #B7D2EF;
}
/*Misc*/
.bBorder
{
	border: 2px solid #88ACCE;
}
.transOn
{
	opacity: 0.5;
	filter /**/: alpha(opacity=50);
	border: 2px solid #88ACCE;
}
.transOff
{
	opacity: 1;
	filter /**/: alpha(opacity=100);
	border: 2px solid #88ACCE;
}
/*Footer*/
#footerBG
{
	background-image: url(/images/leftBG.jpg);
	background-repeat: repeat-y;
	padding: 0px 25px 0px 70px;
}
#footer
{
	color: #C0CDEF;
	font-size: 9pt;
}
#footer A
{
	color: #C0CDEF;
	text-decoration: none;
	font-weight: bold;
}
#footer A:HOVER
{
	color: #FFFFFF;
}
/*Text Styles*/
.txt8
{
	font-size: 8pt;
}
