/* CSS Document */

/* General Format */

* {
   padding: 0;
   margin: 0;
   margin-left: 0;
   padding-left: 0;
}
body {
   background: #333333;  
   color: #FFFFFF; 
   text-align: center; 
   min-width: 680px; 
   font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
}

p {
   margin-bottom: 10px;
   line-height: 19px;
   font-size: 80%;
}

a, a:link, a:visited {
   color: #CCCCCC;
   text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	background-color: #CCCCCC;
	color:#003387;
}

a:active, a:focus {
   text-decoration: none;
   color: #323232;
}  

span a {
   font-weight: bold;
   text-decoration: none;
}

#container {
   position: relative; 
   margin: 0 auto;
   width: 800px;
   padding: 1px;
   text-align: left;
   background: #CCCCCC;	
}

/* intro */

#pageHeader {
   height: 120px;
   width:790px;
   margin: 0;
   padding: 0;
   background: url("../images/back.png") center top no-repeat;
}

#pageHeader h1 span {
   position: absolute;
   left: 54px;
   top: 24px;
   width: 397px;
}

#pageHeader h2 span {
   position: absolute;
   left: 54px;
   top: 67px;
   width: 509px;
}

#pageHeader h3 span {
   position: absolute;
   left: 54px;
   top: 100px;
   width: 508px;
}

#quickSummary .p1 {
	position: absolute;
	top: 122px;
	left: 127px;
	width: 539px;
	font-size: 90%;
	height: 61px;
	border-left-width: 5px;
	border-left-color: #323232;
	border-left-style: solid;
	padding-left: 10px;
}

#quickSummary .p2 span {
  position: absolute;
  top: 33px;
  left: 392px;
  width: 171px; 
  font-size: 80%;
  color: #000000;
}

#about {
   margin-left: 195px;
   margin-right: 25px;
   margin-bottom: 30px;
   padding: 10px 20px 10px;
   background-color: #4D5A80;
}

#about td{
	font-size:14px;
}

#about h3 {
   color: #FFDB86;
   margin-bottom: 10px;
}

#about h4 {
   color: #FFF;
   padding-top:20px;
   margin-bottom: 10px;
   font-size:14px;
   line-height:20px;
}

#about li {
   margin-left:20px;
   padding-bottom:10px;
   font-size:14px;
}

#about p {
   font-size:14px;
}

/* generic text */

#supportingText {
   margin-left: 200px;
   margin-right: 25px;
   padding: 10px 10px 15px 25px;
   color: #393939;
}

#products, #services, #support, #development {
   padding-right: 50px;
}

#supportingText a {
   color:#404C6B;
}

#supportingText h3 {
   margin-bottom: 10px;
   height: 20px;
   width: 200px;
   background-color: #003387;
   color: #BABFCC;
}

#footer {
   clear: both;
   font-size: 70%;
   margin: 0 0 0 -200px;
   margin-top: 20px;
}

/* links */

#linkList {
   position: absolute;
   top: 96px;
   left: 18px;
   width: 191px;
   font-size: 70%;
   line-height:20px;
}

#llinks {
   background:#002CA6;
}

#linkList a, #linkList a:link, #linkList a:visited {
   color: #002280; 
   width: 160px;
   display: block;
   float: left;
}

#linkList a:hover {
   float: left;
   color: #FFF;
   text-decoration: none; 
   background-color: #666780;
   text-decoration: none;
   font-style: normal;  
   width: 160px;
}

#linkList ul {
   list-style: none;
}

#linkList ul li {

   color: #5D5D5D;
   margin-bottom: 0;
   margin-left: 5px;
   font-weight:bold;
}

#linkList h3{
   margin-top: 25px;
   margin-bottom: 10px;
   border-bottom: 1px solid #000; 
   background: #003387;
   color:#BABFCC;
   text-align: left;
}

#llinks ul li {
   color: #333333;
   margin-bottom: 0px;
   font-weight:bold;

}

#lresources {
   margin-bottom: 10px;
}
