/* CSS Document */

* {
   padding: 0;
   margin: 0;
   margin-left: 0;
   padding-left: 0;
}

body {
   background: #D2D2D2;  
   color: #000; 
   text-align: center; 
   min-width: 680px; 
   font-family: helvetica, georgia, verdana, lucida, arial, sans-serif;
}

p {
   margin-bottom: 10px;
   line-height: 19px;
   font-size: 80%;
}

a, a:link, a:visited {
   color: #003366;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

a:active, a:focus {
   text-decoration: none;
   color: #003366;
}  

span a {
   font-weight: bold;
   text-decoration: none;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 950px;
	height: 1000px;
	text-align: left;
	background: #FFF;
	border: solid 1px #D2D2D2;
	padding: 10px 10px 10px;
}

/* intro */

#pageHeader {
   height: 340px;
   margin: 0;
   padding: 0;
   background: url(../img/duo_01.jpg) center top no-repeat;
}

#pageHeader h1 span {
	position: absolute;
	top: 4px;
	left: 37px;
	width: 250px;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	background-image: url(img/logo.gif);
}

#pageHeader h2 span {
	position: absolute;
	top: 36px;
	left: 40px;
	width: 250px;
	font-size: 50%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0033FF;
	background-image: url(img/logo.gif);
}

#quickSummary .p1 {
	position: absolute;
	top: 294px;
	left: 224px;
	width: 145px;
	font-size: 90%;
	height: 254px;
}

#quickSummary .p2 span {
	position: absolute;
	top: 662px;
	left: 226px;
	width: 462px;
	font-size: 100%;
	color: #000000;
	line-height: 15px;
	height: 139px;
}

#about {
	position: absolute;
	left: 227px;
	top: 200px;
	height: 296px;
	width: 715px;
	padding: 10px 10px 10px;
}

#about h3 {
   color: #FFCC00;
   font-size: 130%;
   margin-bottom: 20px;
}

#about p {
   color: #FFFFFF;
   font-size: 80%;
   line-height: 18px;
} 

/* generic text */

#supportingText {
   margin-left: 10px;
   margin-right: 10px;
   margin-top: 160px;
   padding: 10px 10px 10px 10px;
}

#supportingText p {
   padding-left: 5px;
   padding-bottom: 5px;
}

#supportingText h3 {
	margin-bottom: 10px;
	height: 22px;
	border-bottom: solid #000000 1px;
	color: #FFFFFF;
	width: auto;
	background-color: #485A5F;
	margin-left: -10px;
	padding-left: 15px;
}

#products, #services, #support, #development {
   background-color: #EFEFEF;
}

#footer {
   clear: both;
   font-size: 70%;
   margin-top: 20px;
   color: #000033;
}

/* links */

#linkList {
	position: absolute;
	top: 200px;
	left: 13px;
	width: 202px;
	font-size: 80%;
}

#linkList a, #linkList a:link, #linkList a:visited {
   color: #0033FF; 
   font-weight: bold; 
}

#linkList a:hover {
   color: #FFCC00;
   font-weight: bold;
   text-decoration: none; 
   background-color: #FFFFFF;
}

#linkList ul {
   list-style: square;
}

#linkList ul li {
   margin-bottom: 2px;
   margin-left: 5px;
}

#linkList h3{
   margin-top: 25px;
   margin-bottom: 10px;
   border-bottom: 1px solid #000; 
   text-align: left;
}

#llinks ul li {
   margin-bottom: 5px;
}

#lresources {
   margin-bottom: 10px;
}
