/* CSS Document */

/* General Format */

* {
   padding: 0;
   margin: 0;
   margin-left: 0;
   padding-left: 0;
}

body {
   background: url(Snapshot_28Jan2011.png) left top repeat-x;  
   color: #ffffff; 
   text-align: center; 
   min-width: 500px; 
   font-family: verdana, lucida, arial, helvetica, sans-serif;
}

p {
   margin-top: 5px;
   margin-bottom: 10px;
   line-height: 16px;
   font-size: 80%;
}

a, a:link, a:visited {
   color: #000000;
   text-decoration: underline;
}

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;
   top: 0px;
   left: 0px; 
   margin: 0px;
   width: 750px;
   padding: 0px;
   text-align: left;
   background: #0000ff;	
}

/* intro */

#pageHeader {
   height: 151px;
   margin: 29px 0 0 0;
   padding: 0;
  /* background: url(header.png);  */
}

#pageHeader h1 span {
	position: absolute;
	top: 95px;
	left: 30px;
	width: 750px;
	height: 42px;
	color: #FFFFFF;
        font-family: times, "times new roman", lucia, serif;
	font-size: 34px;
}

#pageHeader h2 span {
	position: absolute;
	top: 80px;
	left: 30px;
	width: 295px;
	color: #ccccff;
        text-decoration: underline;
	height: 36px;
        font-family: calibri, verdana;
	font-size: 24px;
}

#quickSummary .p1 {
	position: absolute;
	top: 110px;
	left: 30px;
	width: 1850px;
	font-size: 15px;
	height: 42px;
	color: #FFFFFF;
        font-family: "Bradley Hand ITC", "Brush Script MT", script;
}

#quickSummary .p2 {
	position: absolute;
	top: -25px;
	left: 10px;
	width: 650px;
	font-size: 15px;
	color: #FFFFFF;
        font-family: "Bradley Hand ITC", "Brush Script MT", script;
}

#quickSummary a:link, a:visited {
	color: #996633;
	text-decoration: none;
}

#quickSummary a:hover {
	color: #FFF;
	text-decoration: underline;
}

#quickSummary .p2 span {
  position: absolute;
  top: 173px;
  left: 17px;
  width: 654px; 
  font-size: 180%;
  color: #ffffff;
}

#about {
	position: absolute;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 0px 5px 0px;
	width: 151px;
	top: 150px;
	color: #ffffff;
}

#about h3 {
   color: #ffffff;
   margin-top: 40px;
   margin-bottom: 10px;
}

/* generic text */

#supportingText {
   margin-left: 200px;
   margin-right: 2px;
   padding: 10px 10px 10px 10px;
}

#products, #services, #support, #development {
   padding-right: 30px;
}

#supportingText h3 {
   margin-bottom: 10px;
   height: 20px;
   border-bottom: solid #F8F245 2px;
   border-right: solid #F8F245 5px;
   border-left: solid #F8F245 5px;
   color: #C08F5E;
   text-align: center;
}

#footer {
   background: url(footer.png);
   Position: absolute;
   left: 0px;
   width: 750px;
   font-size: 10px;
   padding-top: 15px;
   text-align: center; 
   color: #ffffff;
   height: 25px;
}

/* links */

#linkList {
   position: absolute;
   top: 150px;
   margin-top: 5px;
   left: 10px;
   width: 180px;
   font-size: 70%;
}

#linkList a, #linkList a:link, #linkList a:visited {
   color: #ffffff;  
}

#linkList a:hover {
   color: #ccccff;
   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 #F8F245; 
   border-right: 5px solid #F8F245; 
   border-left: 5px solid #F8F245; 
   text-align: center;
   color: #C08F5E;
   font-size: 14px;
}

#llinks ul li {
   margin-bottom: 5px;
}

#lresources {
   margin-bottom: 10px;
}
