

/* RESET */

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul,ol, li, dl, dt, dd, form, a, fieldset, input, th, td, :focus {
margin: 0px; 
padding: 0px; 
border: 0px; 
outline: none; 
} 

body {
	background: #FFFFFF url("images/background.png") repeat-x top left;
	font-family: Arial, sans serif;
}

/*STRUCTURE */

#wrapper {
	width: 960px;
	margin: 0px auto;
}

/*HEADER*/

#headerspace {
	float: left;
	width: 100%;
	height: 90px;
	padding-top: 10px;
}

/*logo*/

#logo {
	float: left;
	width: 300px;
	
}

/*search*/

#searchspace {
	float: right;
	width: 217px;
}

#searchspace form {
	float: left;
	padding: 33px 0px 33px 0px;
}

input#searchbar {
	float: left;
	background: url("images/formbg.png") no-repeat top left;
	width: 176px;
	height: 16px;
	padding: 3px 4px 3px 4px;
	border: #E4E4E4 1px solid;
	font-size: .75em;
	color: #8F8F8F;
}

input#searchbtn {
	float: left;
	margin-left: 5px;
	background: url("images/searchbtn.png") no-repeat top left;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	line-height: 0px;
	cursor: pointer;
}

input#searchbtn:active {
	background: url("images/searchbtn-click.png") no-repeat top left;
}

/* NAVIGATION */

#navigation {
	float: left;
	width: 100%;
	height: 37px;
	background: url("images/nav.png") repeat-x;
}

.nav, .nav ul { 
	list-style: none;
	margin-left: 1px;
	padding: 0;
}

.nav {
  font-family: Arial, sans-serif;
  z-index: 100;
  position: relative;
}
.nav li {
	border-left: #4F4F4F 1px solid;
	border-right: #4F4F4F 1px solid;
	float: left;
	margin-left: -1px;
	padding: 0;
	position: relative;
}

.nav li a {
  font-family: Arial, sans-serif;
  font-size: 11px;
  background: url("images/nav.png") repeat-x;
  color: #7F7F7F;
  font-weight: bold;
  display: block;
  padding: 11px 15px;
  text-transform: uppercase;
  text-decoration: none;
}

.nav li a:hover, .nav li a.active {
	background:  url("images/nav-hover.png") repeat-x;
   color: #9F9F9F;
}

.nav li a.active {
	color: white;
}

#nav-one li:hover ul {
	margin-top: 11px;
}

#nav-one li:hover ul a {
  background: #3E3E3E;
  color: #7F7F7F;	
}

#nav-one li:hover ul a:hover {
  background-color: #2F2F2F;
   color: #9F9F9F;	
}

.nav ul {
  background: #565656;
  border: #4F4F4F 1px solid;
  border-top: 0px;
  list-style: none;
  width: 174px;
  position: absolute;
  top: -999em;
  left: -1px;
}

.nav li:hover ul {
  top: 25px;
}

.nav ul li {
  border: 0;
  float: none;
}

.nav ul a {
  border: #4F4F4F 1px solid;
  padding: 9px 12px;
  border-bottom: 0;
  width: 150px;
}

/* CONTENT */

#tabs { 
	width: 100%;
	float: left;
}

#tabs #main {
	background: url("images/mainbg.png") no-repeat;
	width: 960px;
	height: 288px;
}

#tabs #es {
	background: url("images/ESbg.png") no-repeat;
	width: 960px;
	height: 288px;
}

#tabs #network {
	background: url("images/networkbg.png") no-repeat;
	width: 960px;
	height: 288px;
}

#tabs #web {
	background: url("images/webbg.png") no-repeat;
	width: 960px;
	height: 288px;
}	

#tabs #software {
	background: url("images/softwarebg.png") no-repeat;
	width: 960px;
	height: 288px;
}	

#tabs #es, #tabs #network, #tabs #web, #tabs #software {
	display: none;
}

h1.tabtitle {
	float: left;
	color: white;
	width: 930px;
	padding-left: 30px;
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 1.8em;
}

p.tabtitle {
	float: left;
	color: #E6FF7F;
	width: 930px;
	padding-left: 30px;
	margin-top: -2px;
	text-transform: uppercase;
	font-size: .9em;
}

#web h1.tabtitle , #software h1.tabtitle, #web p.tabtitle, #software p.tabtitle {
	text-align: right;
	padding: 0px 30px 0px 0px;
}

/*Tabs*/

ul.tabs {
	float: left;
	width: 960px;
	height: 114px;
	background: url("images/tabsbg.png") repeat-x top left;
	list-style: none;
}

.tabs li {
	float: left;
}

.tabs li a {
	float: left;
	width: 191px;
	height: 114px;
	text-align: center;
	text-decoration: none;
	border-left: #3E3E3E 1px solid;
}

.tabs li a img {
	float: left;
	width: 58px;
	margin: 10px 66px 0px 66px;
}

.tabs li a span {
	width: 192px;
	text-transform: uppercase;
	font-size: .75em;
	font-weight: bold;
	color: #5F5F5F;
	text-align: center;
	margin: 0px auto;
}

.tabs li a:hover {
	background: url("images/tabsbg-hover.png") repeat-x top left;
}

.tabs li a.active {
	background: url("images/tabsbg-active.png") no-repeat top left;
	border: 0px;
	width: 192px;
}

.tabs li a.active span {
	color: white;
}

/*Welcome Tab*/

#mainlinks {
	float: left;
	width: 600px;
	margin-top: 10px;
}

#col1, #col2 {
	float: left;
	width: 270px;
}

.mainlink {
	width: 185px;
	height: 40px;
	float: left;
	margin: 20px 0px 20px 30px;
	padding: 10px 0px 0px 55px;
	border: none;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.mainlink  span {
	float: left;
	width: 185px;
}

.mainlink span.desc {
	float: left;
	text-transform: uppercase;
	font-size: .65em;
	color: #E6FF7F;
}

#eslink {
	background: url("images/esicon-small.png") no-repeat 0px 0px;
}

#networklink {
	background: url("images/neticon-small.png") no-repeat 0px 0px;
}

#weblink {
	background: url("images/webicon-small.png") no-repeat 0px 0px;
}

#softwarelink {
	background: url("images/softicon-small.png") no-repeat  0px 0px;
}

a.mainlink:hover {
	height: 39px;
	width: 183px;
	padding: 9px 0px 0px 54px;
	border: #B5DB37 1px solid;
}

#softwarelink:hover, #weblink:hover, #networklink:hover, #eslink:hover  {
	background-position: -1px -1px;
	background-color: #8FC22C;
}

.tabdesc {
	float: left;
	text-align: left;
	line-height: 1.75em;
	font-size: .85em;
	color: white;
	width: 525px;
	margin: 20px 30px;
}

#web .tabdesc, #software .tabdesc {
	float: right;
	text-align: right;
}

.read {
	float: left;
	text-align: left;
	line-height: 1.75em;
	font-size: .85em;
	color: white;
	width: 525px;
	margin: 5px 30px;
}

#web .read , #software .read {
	float: right;
}

.read a {
	text-decoration:none;
}

.readmore {
	float: left;
	color: #7F7F7F;
	padding: 0px 8px;
	font-size: .8em;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	background-color: #3D3D3D;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.readmore:hover {
	color: white;
}

#web .readmore, #software .readmore {
	float: right;
	text-align: right;
}

.maincontent {
	float: left;
	width: 100%;
	padding-top: 20px;
}

.leftcontent {
	float: left;
	width: 556px;
}

.leftcontent .title {
	padding-bottom: 10px;
}

.title p {
	color: #85BE25;
	text-transform: uppercase;
}

.title p.cap {
	color: #838383;
	font-size: .7em;
	font-weight: bold;
}

.leftcontent .text {
	float: left;
	line-height: 1.75em;
	font-size: .8em;
	color: #3F3F3F;
}

.leftcontent .text p a {
	color: #709F1D;
	text-decoration: none;
}

.leftcontent .text p a:hover {
	text-decoration: underline;
}

.rightcontent {
	float: right;
	width: 383px;
	background: #F4F4F4 url("images/sidebarbg.png") no-repeat top left;
	border: #DFDFDF 1px solid;
	margin-bottom: 20px;
	padding: 0px;
}

.rightcontent .title {
	float: left;
	height: 46px;
	width: 383px;
	border-bottom: #DFDFDF 1px solid;
}

.rightcontent .title p {
	margin: 6px 0px 0px 10px;
}

.rightcontent .title p.cap {
	margin-top: 0px;
}

.rightcontent .text {
	padding: 5px 10px 10px 10px;
}
.rightcontent .text ul {
	float: left;
	width: 363px;
	list-style: none;
	font-size: .75em;
}

.rightcontent .text ul li {
	padding: 5px 0px;
	border-bottom: #ECECEC 1px solid;
	line-height: 1.5em;
}

.rightcontent .text ul li p {
	color: #A0A0A0;
	font-size: .9em;
	font-style: italic;
}

.rightcontent .text ul li p.posttitle {
	color: #85BE25;
	font-weight: bold;
	font-style: normal;
}

#footer {
	float: left;
	width: 100%;
	margin-top: 20px;
	padding: 15px 0px;
	border-top: #E3E3E3 1px solid;
}

#footer p {
	font-size: .75em;
	color: #3F3F3F;
}

/*--------SINGLE PAGE-------------*/

#tabs #single {
	background: url("images/singlebg.png") no-repeat;
	width: 960px;
	height: 100px;
}

/*Services*/

.services {
	border: #E3E3E3 1px solid;
	padding: 10px;
	margin-bottom: 20px;
}

.services:hover {
	background-color: #F6F6F6;
}

.servicesimg {
	float: left;
	width: 60px;
	height: 60px;
	margin: 15px 10px 0px 0px;
}

.servicestext {
	float: right;
	width: 464px;
}

#servicesright text {
	padding: 5px 0px 10px 0px;
}

#servicesright ul {
	list-style: none;
}

#servicesright ul li{
	color: #A0A0A0;
	border: 0px;
}

#servicesright ul li p{
	color: #6F6F6F;
	font-size: 1em;
	font-style: normal;
}

/*The Individual Services*/

#indservices p {
	margin-bottom: 10px;
	text-indent: 20px;
}

#indservices ul {
	float: left;
	margin-left: 30px;
}

#indservices p.listtitle {
	text-indent: 0px;
}

/*--------CONTACT US-------------*/

.contactright {
	float: left;
	padding: 10px 0px;
}

.contactright p {
	margin: 5px 0px 0px 0px;
	width: 100%;
	color: #6F6F6F;
	font-size: .8em;
	font-style: normal;
}

/*--------CAREERS-------------*/

.jobtitles {
	margin-top: 10px;
	float: left;
	width: 100%;
	color: #466F14;
	border-bottom: #AFAFAF 1px dotted;
}

#jobs p {
	margin-bottom: 10px;
	text-indent: 20px;
}

#jobs ul {
	float: left;
	margin-left: 30px;
	margin-bottom: 10px;
}

#jobs p.listtitle {
	float: left;
	text-indent: 0px;
	margin-top: 10px;
	width: 100%;
}
