body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin:0;
	padding:0;
	background:#011D32 url(images/bkg.gif) repeat-x top;
}

#logo {
	margin:10px;
	position:relative;
	z-index:100;
	float:left;
}
#wrapper {
	margin:10px auto;
	width:960px;
	position:relative;
	z-index:400;
}
#tek {
	position:absolute;
	top:594px;
	left:509px;
	z-index:100;
}
#colorgrid{
	background: #012740 url(images/colorbar.gif) repeat-x center;
	width:100%;
	position:absolute;
	top:491px;
	height:140px;
	z-index:1;
}
#footer {
	width:100%;
	height:70px;
	position:absolute;
	top:760px;
	margin:0;
	padding:0;
	z-index:1;
	text-align:center;
}
#nav {
	margin:0px;
	position:absolute;
	top:520px;
	width:608px;
	left:366px;
	z-index:300;
}
#nav  ul{
	    list-style:none;
    display:inline;
	margin:0;
	padding:0;
	float:left;
}

#nav li {
    list-style:none;
    display:inline;
	margin:0;
	padding:0;
	float:left;
}

#nav li a:hover { 
    background-position: 0px -51px;
}
#nav li a:active, #nav li.active a {
    background-position: 0px -101px;
}

#nav li span {
	display: none;
}


#nav a.services {
	display: block;
	width: 130px;
	height: 50px;
	background: url(images/services.gif) no-repeat 0 0;
	margin:0px;
	padding:0px;
}

#nav a.committment {
	display: block;
	width: 174px;
	height: 50px;
	background: url(images/committment.gif) no-repeat 0 0;
	margin:0px;
	padding:0px;
}


#nav a.team {
	display: block;
	width: 106px;
	height: 50px;
	background: url(images/team.gif) no-repeat 0 0;
	margin:0px;
	padding:0px;
}

#nav a.contact {
	display: block;
	width: 117px;
	height: 50px;
	background: url(images/contact.gif) no-repeat 0 0;
	margin:0px;
	padding:0px;
}
#text {
	position:relative;
	float: right;
	width:450px;
	margin-top:30px;
}
p {
	text-align:justify;
	line-height:200%;
	margin:20px 0px 15px 0px;
	padding:0;
}
.intro{
	font-size:20px;
}
h1{
	font-size:20px;
	font-weight:normal;
	letter-spacing:1px;
	margin:20px 0px -10px 0px;
}
h3{
	font-size:14px;
	font-weight:bold;
	margin-top:30px;
}
a{
	text-decoration:underline;
	color:#FFF;
	font-weight:bold;
}
a:hover{
	text-decoration:none;
}

#subnav {
	position:absolute;
	top:350px;
}
ul {
	margin:0px 0px 40px 10px;
	padding:0;
}
li {
	margin:5px 0px 12px 12px;
	padding:0;
	line-height:140%;
}

