/* CSS Document */

/* General Format */

* {
   padding: 0;
   margin: 0;
   margin-left: 0;
   padding-left: 0;
}

body {
   background: #297014 url(../images/back.gif) repeat 100% 0;
   color: #04640D; 
   text-align: center; 
   min-width: 680px; 
   font-family: times, georgia, verdana, lucida, arial, helvetica, sans-serif;
}

p {
   margin-bottom: 10px;
   line-height: 19px;
   font-size: 80%;
}

a, a:link, a:visited {
   color: #224419;
   text-decoration: none;
   font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a:active, a:focus {
   text-decoration: none;
   color: #224419;
}  

span a {
   font-weight: bold;
   text-decoration: none;
}

#container {
   position: relative; 
   margin: 0 auto;
   width: 700px;
   padding: 1px;
   text-align: left;
   background: #FFF;
   border-bottom: solid #000000 2px;
   border-right: solid #000000 2px;	
}

/* intro */

#pageHeader {
   height: 100px;
   margin: 0;
   padding-top: 20px;
   padding-left: 40px;
   background: #000;
   color: #FFFFFF
}

#quickSummary {
	float: left;
	width: 190px;
	padding-left: 20px;
	padding-top: 20px;
}

#about {
   margin-left: 230px;
   margin-right: 25px;
   margin-bottom: 30px;
   padding: 10px 20px 10px;
}

#about h3 {
   color: #000;
   margin-bottom: 10px;
}

/* generic text */

#supportingText {
   margin-left: 25px;
   margin-right: 25px;
   padding: 10px 10px 15px 25px;
}

#products, #services, #support, #development {
   padding-right: 50px;
}

#supportingText h3 {
   margin-bottom: 10px;
   height: 20px;
   width: 200px;
   background-color: #000000;
   color: #FFF;
}

#supportingText .p1 {
   color: #000000;
}

#footer {
   clear: both;
   font-size: 70%;
   margin-top: 20px;
   border-top: solid #000000 1px;
   padding-top: 20px;
   color: #000000;
   
}

/* links */

#linkList {
	position: absolute;
	top: 9px;
	left: 591px;
	width: 94px;
	font-size: 70%;
	height: 98px;
	padding-left: 20px;
	border-left: solid #FFFFFF 1px;
}

#linkList a, #linkList a:link, #linkList a:visited {
   color: #5CB609; 
   text-decoration: none;
}

#linkList a:hover {
   color: #FFF;
   text-decoration: underline;
}

#linkList ul {
   list-style: circle; 
}

#linkList ul li {
   margin-bottom: 2px;
   margin-left: 0px;
}
