body {
	background-attachment: fixed;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat;
	background-position: left top;
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.texttable {
	background-color:#00FF00
}

/*** FOOTER & BOTTOM NAV ***/

.nav_foot
{
	font-size: 1.1em;
}

#nav_bottom_links
{
	margin: 0;
}

#employee_links
{
	margin-top: 10px;
}

#employee_links ul
{
	margin: 0;
}

/* NEW Interactive Footer */  
#interactivefooter
	{
		background-repeat:no-repeat;
		background-color:#cbfe33;
		height:177px;
		color:#000000;
		font-size:11px;
		position: relative;
	}

#footerCol4 a
	{
		float:left; 
		width:65px; 
		display:block;
		zoom:1;
		padding-top:45px;
		color:#99CC00;
		text-decoration:none;
		font-weight:bold;
	}
#footerCol4 a:hover
	 {
		color:#85A4C5;
		text-decoration:none;
	 }
a#facebookbtn {margin-left:30px; color:#7B90BA;}
a#twitterbtn {margin-left:15px; color:#00A0E6;}
a#linkedinbtn {margin-left:18px; margin-top:13px; color:#015078; }
a#youtubebtn {margin-left:15px; color:#555555; width:70px}


#footerCol0,#footerCol4 
	{
		float:left;
		height:150px;
		display:block;
		padding:10px 10px 0px 10px;
	}
#footerCol0
	{
		background-repeat:no-repeat;
		background-position:center;
		width:340px;
	}
#footerCol4
	{	
		background-image:url(images/interactivefooterbg.jpg);
		width:380px;

		} 
