@charset "UTF-8";
/* CSS Document */


body {  
	font: 9pt/15pt Gill Sans; 
	color: #010E22; 
	background: url(../images/bg.png) repeat center fixed;
	margin: 0px;
	border: 0px;
}


#pageHeader {
    text-align: center;
    background: url(../images/pgd_header.png) center top no-repeat;
    height: 89px;
}

#container {
	color: #010E22;
}

#intromenu {
    z-index: 50;
    margin: auto;
    text-align: left;
    background-color: #000000;
    width: 830px;
    height: 25px;
}

#introflash {
    z-index: 49;
    margin: auto;
    text-align: left;
    width: 830px;
    height: 160px;
}

#maincontainer, #aboutcontainer, #contactcontainer  {
    margin: auto;
    text-align: left;
    background: url(../images/pgd_container_bg.png) center top repeat-y;
    width: 865px;
    height: 440px;
}


#aboutImage  {
	
    background: url(../images/office.jpg) right bottom no-repeat;
	margin-left:375px;
	margin-top:55px;
	width: 383px;
    height: 256px;
}

#contactImage  {
	
    background: url(../images/contact_us.jpg) right top no-repeat;
	margin-left:175px;
	margin-top:1px;
	width: 270px;
    height: 380px;
}


p { 
	font: 10pt/16pt Gill Sans; 
	margin-left: 40px; 
	text-align: left;
	color: #010E22;
	width: 695px;
}


div.keyboard {
	float: left;
	position: relative;
	width: 260px;
	display:inline;
	margin: 35px 0px 0px 20px;
	text-align:center;
}


div.contactus {
	float: right;
	position: relative;
	width: 20px;
	display:inline;
	margin: 20px 100px 0px 0px;
	text-align:center;
	border: 2px solid #666;
}


div.bottomlinks{
	float: right;
	position: relative;
	display:inline;
	margin: 0px 0px 0px 0px;
	width: 865px;
}


#footer {
    font: 9pt/15pt Baskerville; 
    background: url(../images/pgd_footer_bg.png) center top no-repeat;
    width: 865px;
    margin: auto;
    text-align: center;
    padding-bottom : 5px;
}

div#preload { display: none; }
