/* maincontainer width & left column margin width set the same */


body {
	background-image: url(body_bg1.png);
}

#Layerimg {
	position:absolute;
	width:800px;
	height:600px;
	z-index:1;
	left: 6px;
	top: 6px;
}
#Layer1 {
	position:absolute;
	width:220px;
	height:147px;
	z-index:1;
	left: 10px;
	top: 80px;
}
#Layer2 {
	position:absolute;
	width:220px;
	height:147px;
	z-index:1;
	left: 10px;
	top: 80px;
}

#Layer3 {
	position:absolute;
	width:300px;
	height:147px;
	z-index:1;
	left: 585px;
	top: 8px;
}
#Layer4 {
	position:absolute;
	width:300px;
	height:147px;
	z-index:1;
	left: 585px;
	top: 8px;
}
#Layer5 {
	position:absolute;
	z-index:1;
	left: 565px;
	top: 323px;
}

/* Provisional Extra Area */

#extraDiv1{
	position: absolute;
	top:85px;
	margin-left: 225px;
	background: transparent url() no-repeat left;
	clear: none;
	z-index: 1;
	width: 550px;
}
	#extraDiv2{
	position: absolute;
	top: 280px;
	margin-left:330px;
	background: transparent url() no-repeat left;
	float: none;
	z-index: 2;
	width: 475px;
}
	#extraDiv3{
	position: absolute;
	top: 548px;
	margin-left:515px;
	background: transparent url() no-repeat left;
	float: none;
	z-index: 3;
}
#extraDiv1orig{
	position:fixed;
	top:0;
	width:100px;
	height:100px;
	left:50%;
	margin-left:500px;
	background: transparent url() no-repeat left;
	color: #ff131f;
	font-size: 12px;
}
	#extraDiv2orig{
	position:fixed;
	top:0;
	width:100px;
	height:100px;
	left:50%;
	margin-left:-600px;
	background: transparent url() no-repeat left;
	color: #ff131f;
	font-size: 14px;
}
#webex {
	position:absolute;
	width:220px;
	z-index:1;
	left: 230px;
	top: 400px;
	display: inline;
}

#services {
	position:absolute;
	width:800px;
	height:160px;
	z-index:1;
	left: 115px;
	top: 5px;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	display: inline;
}

.news_features{
	padding: 5px 3px 0;
	font-family: arial;
	font-size: 14px;
	color: #666666;
	line-height:18px;
	text-align:justify;
}

.inside{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/* Fonts & Layouts */

tr.odd td, tr.even td {
  padding: 5px;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
	font-family: Arial;
}
h1 {
	font: 14px Arial;
}

    .content {
  color: white;
  margin: 0 auto;
	font: 14px arial;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
  text-decoration: none;
}

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

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

a:hover {
	color: #0000FF;
	text-decoration: underline;
}

a:active {
	color: #0000FF;
	text-decoration: none;
}

/* Picture layouts */
.left {float:left; margin:10px; border:0px solid #000;}
.right {float:right; margin:10px; border:0px solid #000;}

