@charset "utf-8";
/* CSS Document */

a:link {
	color: #491;
	text-decoration: none;
}

a:visited {
	color: #6a2;
	text-decoration: none;
}


/* Styles for the entire LavaLamp menu
Manual at http://www.gmarwaha.com/blog/2007/08/23/lavalamp-for-jquery-lovers/ */
.lavaLamp {
    position: relative;
    height: 29px; width: 621px;
    padding: 15px; margin: 10px 0;
    overflow: visible;
}

/* Force the list to flow horizontally */
.lavaLamp li {
	float: left;
	list-style: none;
}

/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back {
	background: url("http://www.bytech.ca/static/lava.gif") no-repeat right -30px;
	width: 9px; height: 30px;
	z-index: 8;
	position: absolute;
}

.lavaLamp li.back .left {
	background: url("http://www.bytech.ca/static/lava.gif") no-repeat top left;
	height: 30px;
	margin-right: 9px;
}

/* Styles for each menu-item. */
.lavaLamp li a {
	position: relative; overflow: hidden;
	text-decoration: none;
	font-weight: bold; 
	font: 12px arial;
	color: #24336a; outline: none;
	text-align: center;
	height: 30px; top: 7px;
	z-index: 10; letter-spacing: 0;
	float: left; display: block;
	margin: auto 7px;
	font-weight:bold;
}
		
#bannerNew {
	margin-top: 0px; padding-top: 0px;
	height: 288px;
	background-image:url(http://www.bytech.ca/static/header-bg.gif);
}

p,li,div {
	color: #545454;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
	margin-top: 0px; margin-bottom: 0px;
	line-height: 165%;
	font-weight: 500;
	text-align: left;
}
						
p.footertext {
	margin-left: 85px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
}


.indent				{	text-indent:50px; }

.contactDesc		{	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
						font-size: 9pt;
						margin-top: 0px;
						padding-top: 0px;
						font-weight: bold;
						font-style: normal;
						line-height: 105%; }
						
.contactDetail		{	color: #60af2e;
						margin-top: 3px;
						text-decoration: none; }

.subHeading			{	color: #0a014d;
						font-size: 14pt;
						margin-bottom: 10px;
						margin-top: 35px;
						font-weight: bold; }
