/* CSS Document */

/* General Format */

* {
   padding: 0;
   margin: 0;
   margin-left: 0;
   padding-left: 0;
}

body {
   background: #464646;  
   color: #C36704; 
   text-align: center; 
   min-width: 680px; 
   font-family: "Tahoma", georgia, verdana, lucida, arial, helvetica, sans-serif;
}

p {
   margin-bottom: 10px;
   line-height: 19px;
   font-size: 80%;
}

a, a:link, a:visited {
   color: #464646;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

a:active, a:focus {
   text-decoration: none;
   color: #464646;
}  

span a {
   font-weight: bold;
   text-decoration: none;
}

#container {
   position: relative; 
   margin: 0 auto;
   width: 950px;
   padding: 1px;
   text-align: left;
   background: #FEC200;	
}
#container2 {
   position: relative; 
   margin: 0 auto;
   width: 949px;
   height: 9600px;
   padding: 1px;
   text-align: left;
   background: #FEC200;	
}

/* intro */

#pageHeader {
   height: 200px;
   margin: 0;
   padding: 0;
   background: url(back.gif) center top no-repeat;
}

#pageHeader h1 span {
	position: absolute;
	top: 20px;
	left: 9px;
	width: 618px;
	height: 42px;
	color: #FFFFFF;
}

#pageHeader h2 span {
	position: absolute;
	top: 78px;
	left: 73px;
	width: 866px;
	color: #FEC200;
	height: 36px;
}

#quickSummary .p1 {
	position: absolute;
	top: 116px;
	left: 11px;
	width: 770px;
	font-size: 90%;
	height: 20px;
	color: #FFFFFF;
}

#quickSummary a:link, a:visited {
	color: #FF9900;
	text-decoration: none;
}

#quickSummary a:hover {
	color: #FFF;
	text-decoration: underline;
}

#quickSummary .p2 span {
  position: absolute;
  top: 174px;
  left: 11px;
  width: 654px; 
  font-size: 80%;
  color: #666666;
}



/* generic text */

#supportingText {
   margin-left: 180px;
   margin-right: 2px;
   padding: 10px 10px 10px 10px;
}

#products, #services, #support, #development {
   padding-right: 20px;
}

#supportingText h3 {
   margin-bottom: 10px;
   height: 20px;
   border-bottom: solid #000000 1px;
   border-right: solid #000000 5px;
   color: #000000;
}

#footer {
   clear: both;
   font-size: 70%;
   margin: 0 0 0 -200px;
   margin-top: 60px;
   color: #000;
}

/* links */

#linkList {
   position: absolute;
   top: 202px;
   left: 12px;
   width: 160px;
   font-size: 70%;
   border-bottom: 1px solid #000; 
}

#linkList a, #linkList a:link, #linkList a:visited {
   color: #000000;  
}

#linkList a:hover {
   color: #FFF;
   text-decoration: underline; 
   width: 150px;
}

#linkList ul {
   list-style: disc;
}
#linkList ul li {
   margin-bottom: 5px;
   margin-left: 25px;
}

#linkList h3{
   margin-top: 25px;
   margin-bottom: 10px;
   border-bottom: 1px solid #000; 
   border-right: 5px solid #000; 
   text-align: left;
   color: #000;
}

#llinks ul li {
   margin-bottom: 5px;
}

#lresources {
   margin-bottom: 10px;
}

