/* CSS Document */

/* General Format */

* {
   padding: 0;
   margin: 0;
   margin-left: 0;
   padding-left: 0;
}

body {
   background: url(../images/masts/gcc-secondarymast.jpg); 
   color: #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: #369;
   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: 1000px;
   padding: 0px;
   text-align: left;

}

/* intro */

#pageHeader {
   height: 135px;
   margin: 0;
   padding: 0;
   padding-left: 20px;
   font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 70%;
   background: url(../images/masts/gcc-secondarymast.jpg) center top no-repeat;
}

#pageHeader h1 span {
   position: absolute;
   top: 68px;
   left: 44px;
   width: 250px; 
}

#pageHeader h2 span {
	position: absolute;
	top: 59px;
	left: 615px;
	width: 348px;
	height: 28px;
}

#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: #000;
   margin-bottom: 10px;
}



/* generic text */

.style1 {
	font-size: large;
	font-weight: bold;
}
.style2 {
	font-size: medium;
	font-weight: bold;
}
.style3 {
	font-size: 18px;
	font-weight: bold;
	color: #369;
}
.style4 {
	font-size: 18px;
	font-weight: bold;
	color: #369;
}

.style5 {
	font-size: 100%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
}

.style6 {
	font-size: 100%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCC;
}

#supportingText {
   margin-left: 200px;
   margin-right: 25px;
   margin-top: 20px;
   padding: 10px 10px 15px 15px;
   border-left: solid  #333 1px;
   background: url(../images/backgrounds/container-bg-transparent.png); 
}

#products, #services, #support, #development {
   padding-right: 10px;
   padding-left: 10px;
}

#supportingText h3 {
   margin-bottom: 10px;
   height: 18px;
   border-bottom: solid #000 1px;
   color: #fff;
}


#footer {
   clear: both;
   width: 100%; 
   font:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 70%; 
   margin: 0 0 0 0px;
   margin-top: 20px;
   background-image:url(../images/footer/gcc-footer.jpg); background-position:center; background-repeat:no-repeat;
   background-color:#000;
}
#footer a, #footer a:link, #footer a:visited {
   color: #fff;  
}

#footer a: hover {
	   text-decoration: underline; 
	   color:#999;
}
/* links */

#linkList {
	position: absolute;
	top: 155px;
	left: 21px;
	width: 150px;
	font-size: 70%;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 0px solid #fff;
	background: url(../images/backgrounds/column-bg-transparent.png);
}

#linkList a, #linkList a:link, #linkList a:visited {
   color: #000;  
}

#linkList a:hover {
   color: #600;
   text-decoration: none; 
   width: 150px;
}

#linkList ul {
   list-style: none;
}

#linkList ul li {
   margin-bottom: 5px;
   margin-left: 5px;
}

#linkList h3{
   margin-top: 5px;
   margin-bottom: 10px;
   border-bottom: 1px solid #060; 
   background: #CCC;
   text-align: center;
}

#llinks ul li {
   margin-bottom: 5px;
}

#lresources {
   margin-bottom: 10px;
}

#lmenu {

}

