/* 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: 700px;
   padding: 1px;
   text-align: left;
   background: #FEC200;	
}

/* intro */

#pageHeader {
   height: 200px;
   margin: 0;
   padding: 0;
   background: url(../images/back.gif) center top no-repeat;
}

#pageHeader h1 span {
	position: absolute;
	top: 36px;
	left: 79px;
	width: 297px;
	height: 42px;
	color: #FFFFFF;
}

#pageHeader h2 span {
	position: absolute;
	top: 78px;
	left: 73px;
	width: 295px;
	color: #FEC200;
	height: 36px;
}

#quickSummary .p1 {
	position: absolute;
	top: 129px;
	left: 17px;
	width: 670px;
	font-size: 90%;
	height: 42px;
	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: 173px;
  left: 17px;
  width: 654px; 
  font-size: 80%;
  color: #666666;
}

#about {
	position: absolute;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 30px;
	padding: 5px 20px 5px;
	width: 151px;
	top: 631px;
	color: #000;
	border-right: solid 1px #000000;
	height: 718px;
}

#about h3 {
   color: #000;
   margin-bottom: 10px;
}

/* generic text */

#supportingText {
   margin-left: 200px;
   margin-right: 2px;
   padding: 10px 10px 10px 10px;
}

#products, #services, #support, #development {
   padding-right: 50px;
}

#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: 205px;
   left: 10px;
   width: 180px;
   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;
}
