body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images/BG-Gradient.jpg);
	background-repeat:repeat-x;
}
td {
	vertical-align: top; }
	
th { }

.tableHeader {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
}
#tableTitle {
	width:600px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24pt;
	color:#666666;
	border-bottom:#000055 1px solid;
	background-repeat:no-repeat;
	background-position:right;
}
.pageTitle {
	
}
.tableContent {
	width:850px;
	border-left:#0000ff 1px solid;
	border-right:#0000ff 1px solid;
	border-bottom:#0000ff 1px solid;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}
.content {
	vertical-align:top;
	margin:0px;
	height:200px;
	padding:10px;
}
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	padding:5px;
	border:#000099 1px solid;
	width:850px;
	background-color:#ffffff;
	margin-left:auto;
	margin-right:auto;
}
.subTitles{
	font-size:16px;
	color:#3366cc;
	font-weight:bold;
}
/* This controls the look and behavior of the HEADER nav buttons and tables */ 

.buttonTable {
	width:100%;
}
.buttonTd {
	font-weight:bold;
	font-size:14px;
	width:33%;
	border:#000099 1px solid;
}
.buttonLink {
	text-decoration:none;
	display: block;
}
a:link.buttonLink {
	
	text-decoration:none;
	text-align:center;
}
a:visited.buttonLink {
	
	text-decoration:none;
	text-align:center;
}
a:active.buttonLink {
	
	text-decoration:none;
}
a:hover.buttonLink {
	text-decoration:none;
	background-color: #3366CC;
	color: #ffffff;
}


.facebookBtn {
	background:url(../images/airduct-sprites.png) no-repeat 0 0;
	width:108px;
	height:43px;
	float:right;
	margin:10px; }

.facebookBtn a {
	display:block;
	width:108px;
	height:43px; }

.facebookBtn a:hover {
	background:url(../images/airduct-sprites.png) no-repeat 0 -70px;
	width:108px;
	height:43px; }


/***********************all a: links in site ****************************/
a:link, a:visited, a:active {
	color: #0000aa;
	font-weight:bold;
}
a:hover {
	color: #555555;
}

/*********************** Serices ****************************/

#leftPanel {
	width:400px;
	float:left;
}
#rightPanel {
	width:400px;
	float:right;
}


