* {padding:0; margin:0;}

body {
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  background-color: #EBE9E9;

  margin: 0 auto;
}

#container {
width: 780px;
height: 380px;
position: absolute;
 background-image: url('images/ISG-Home.jpg');
  background-repeat: no-repeat;
}

a.menu:link {
	color: #EBE9E9;
	text-decoration: none;
}
a.menu:visited {
	color: #EBE9E9;
	text-decoration: none;
}
a.menu:hover {
	color: #FF9900;
	text-decoration: none;
}
a.menu:active {
	color: #EBE9E9;
	text-decoration: none;
}

a.isg:link {
	color: #0099CC;
	text-decoration: none;
}
a.isg:visited {
	color: #0099CC;
	text-decoration: none;
}
a.isg:hover {
	color: #0099CC;
	text-decoration: underline;
}
a.isg:active {
	color: #0099CC;
	text-decoration: none;
}

a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: underline;
}
a:active {
	color: blue;
	text-decoration: none;
}


.people {
	position: relative;
	margin: 5px 5px 5px 105px;
	height: 110px;
}
.photo {
	position: absolute;
	left: 10px;
	margin: 1px;
	height: 110px;
}
.machine {
	position: absolute;
	left: 10px;
	margin: 1px;
}

.pc {
	position: relative;
	width: 30%;
	margin: 5px;
	padding-left: 100px;
	color: #0099CC;
	font-weight: bold;
	font-size:.8em;
	border:1px solid #999;
	background:#fff;

}
.server {
	position: absolute;
	left: 50%;
	margin: 1px;
	padding-left: 100px;
	color: #0099CC;
	font-weight: bold;
	font-size:.8em;
	border:1px solid #999;
	background:#fff;
}

#title {
 position: absolute;
 top: 79px;
 width: 737px;
 color: #0099CC;
 text-align: right;
 z-index:2;
}

#top {
 background: #0099CC;
 height: 78px;
 width: 737px;
}
#top_aux {
 position: absolute;
 padding:  0px 10px;
 left: 0px;
 top: 79px;
 width: 737px;
 height: 20px;
 overflow: hidden;
 vertical-align: top;
}

.top_aux p{
 vertical-align: top;
}


#main {
 position: absolute;
 padding:  20px 10px;
 left: 0px;
 top: 100px;
 width: 780px;
 height: 280px;
 text-align: left;
}


#footer {
 position: absolute;
 top: 381px;
 height: 30px;
 text-align: center;
 padding: 10px;
 width: 780px;

}

#objective {
 position: relative;
 left: 100px;
 text-align: center;
 padding: 10px;
 width: 600px;
 margin: 1px;
 color: #0099CC;
 font-weight: bold;
 font-size:.8em;
 border:1px solid #999;
 background:#fff;
}


.links {

background-color: #0099CC;
left: 0px;
top: 50px;
position:relative;
padding: 5px 1px 1px 20px;
vertical-align: bottom;

}

.links p{
 vertical-align: bottom;
}

#mytable{
	left: 10px;
	position: absolute;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #EBE9E9;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #0099CC;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

th.spec {	
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #4b7079;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #92777b;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4b7079;
}


td.alt {
	background: #F5FAFA;
	color: #92777b;
}

div#senior
{
  margin: 0px 20px 0px 20px;
  display: none;
}


/* =navigationt tabs */

	#tabmenu {
		color: #000;
		border-bottom: 2px solid black;
		margin: 12px 0px 0px 0px;
		padding: 0px;
		z-index: 1;
		padding-left: 10px }

	#tabmenu li {
		display: inline;
		overflow: hidden;
		list-style-type: none; }

	#tabmenu a, a.active {
		color: #EBE9E9;
		background: #0055CC;
		font: bold 1em "Trebuchet MS", Arial, sans-serif;
		border: 2px solid black;
		padding: 2px 5px 0px 5px;
		margin: 0;
		text-decoration: none; }

	#tabmenu a.active {
		background: #0099CC;
		border-bottom: 3px solid #0099CC; }

	#tabmenu a:hover {
		color: #EBE9E9;
		background: #0099CC; }

	#tabmenu a:visited {
		color: #EBE9E9; }

	#tabmenu a.active:hover {
		background: #0099CC;
		color: #EBE9E9; }
