/* CSS Document */

/* General Format */

* {
   padding: 0;
   margin: 0;
   margin-left: 0;
   padding-left: 0;
}

body {
   background:  #000
   text-align: center; 
   min-width: 1000px; 
   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: #fff;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

a:active, a:focus {
   text-decoration: none;
   color: #cccccc;
}  

span a {
   font-weight: bold;
   text-decoration: none;
}

#container {
   position: relative; 
   margin: 0 auto;
   width: 1000px;
   padding: 0px;
   text-align: left;
   background: #000
}

/* intro */

#pageHeader {
   background: url(../images/gw_backmast.jpg) center top no-repeat;
   height: 204px;
   margin: 0;
   padding: 0;

}

#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: #fff;
}

#columnright {
	float: right;
	font-size: 80%
	line-height: 19px;
	width: 210px;
	min-width: 210px;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 30px;
}

#about {
   margin-left: 220px;
   margin-right: 35px;
   margin-bottom: 30px;
   padding: 10px 20px 10px;
   border-style: double;

}

#about h3 {
   color: #fff;
   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: #fff;
}

.style5 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.style6 {
	font-size: small;
	font-weight: bold;
	color: #fff
}



#supportingText {
   margin-left: 20px;
   margin-right: 20px;
   margin-top: 20px;
   padding: 10px 10px 15px 15px;
}

#products, #services, #contextbox3, #support, #development {
   padding-right: 10px;
   padding-left: 10px;
}

#supportingText h3 {
   margin-bottom: 10px;
   height: 18px;

}

#footer {
   clear: both;
   font-size: 70%;
   margin: 0 0 0 -200px;
   margin-top: 30px;
}

/* links */

#linkList {
   position: absolute;
   top: 275px;
   left: 35px;
   width: 150px;
   font-size: 70%;

}

#linkList a, #linkList a:link, #linkList a:visited {
   color: #cccccc;  
}

#linkList a:hover {
   color: #cccccc;
   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;
   background: #000;
   text-align: center;
}

#llinks ul li {
   margin-bottom: 5px;
}

#lresources {
   margin-bottom: 10px;
}