/* CSS Document */

/* General Format */

* {
   padding: 0;
   margin: 0;
   margin-left: 0;
   padding-left: 0;
}

body {
   color: #ffffff; 
   text-align: center; 
   min-width: 400px; 
   font-family: "Trebuchet MS", "Bitstream Vera Sans", georgia, 
	   verdana, lucida, arial, helvetica, sans-serif;
}

p {
   margin-bottom: 10px;
   line-height: 19px;
   font-size: 80%;
}

a, a:link, a:visited {
   color: #6699ff;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

a:active, a:focus {
   text-decoration: none;
   color: #6699ff;
}  

span a {
   font-weight: bold;
   text-decoration: none;
}

#container {
   position: relative; 
   margin: 0 auto;
   width: 400px;
   padding: 0px 0px 0px 0px;
   text-align: left;
   background-image:url(../content/backgrounds/video-bg.jpg);
}

/* intro */

#pageHeader {
   height: 30px;
   margin: 0;
   padding: 0;
   padding-top: 6px;
   padding-left: 120px;
   font-size: 120%;

}

#pageHeader h1 span {
   position: absolute;
   top: 68px;
   left: 44px;
   width: 250px; 
}

#pageHeader h2 span {
   position: absolute;
   top: 120px;
   left: 44px;
   width: 250px; 
}

#quickSummary .p1 {
	position: absolute;
	top: 42px;
	left: 378px;
	width: 274px;
	font-size: 90%;
	height: 87px;
}

#quickSummary .p2 span {
  position: absolute;
  top: 138px;
  left: 378px;
  width: 275px; 
  font-size: 80%;
  color: #FFFFFF;
}

#about {
   margin-left: 220px;
   margin-right: 35px;
   margin-bottom: 30px;
   padding: 10px 20px 10px;
   border-style: double;
   border-color: #A88029;
}

#about h3 {
   color: #FFCC00;
   margin-bottom: 10px;
}

/* generic text */

.style1 {
	font-size: large;
	font-weight: bold;
}
.style2 {
	font-size: medium;
	font-weight: bold;
}
.style3 {
	font-size: 22px;
	font-weight: bold;
	color: #3399cc;
}
.style4 {
	font-size: 18px;
	font-weight: bold;
	color: #6F0;
}

#supportingText {
   margin-left: 5px;
   margin-right: 5px;
   padding: 0px 0px 0px 0px;
}

#products, #services, #support, #development {
   padding-right: 0px;
}

#supportingText h3 {
   margin-bottom: 10px;
   height: 18px;
   border-bottom: solid #ffffff 1px;
   color: #999900;
}

#footer {
   clear: both;
   font-size: 70%;
   margin: 0 0 0 -200px;
   margin-top: 30px;
}

/* links */

#linkList {
   position: absolute;
   top: 147px;
   left: 35px;
   width: 150px;
   font-size: 70%;
   border-bottom: 0px solid #fff; 

}

#linkList a, #linkList a:link, #linkList a:visited {
   color: #6699ff;  
}

#linkList a:hover {
   color: #FFF;
   text-decoration: none; 
   width: 150px;
}

#linkList ul {
   list-style: none;
}

#linkList ul li {
   margin-bottom: 5px;
   margin-left: 5px;
}

#linkList h3{
   margin-top: 25px;
   margin-bottom: 10px;
   border-bottom: 0px solid #6699ff; 
   background: #003366;
   text-align: center;
}

#llinks ul li {
   margin-bottom: 5px;
}

#lresources {
   margin-bottom: 10px;
}