@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-attachment: fixed;
	background-color: #ffffff;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.pgllayout #container {
	width: 1020px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.pgllayout #container {
	width: 1020px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.pgllayout #header {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.pgllayout #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.pgllayout #mainContent {
	padding: 0 20px;
	background-color: #000;
}
.pgllayout #mainContent p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}
.pgllayout #footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 44px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.pgllayout #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}
.pgllayout #blackbreak {
	height: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #000;
}
.pgllayout #whitebreak {
	height: 1px;
	background-color: #fff;
}
/* labels */
.pgllayout #brownlabel {
	height: 25px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #CC6600;
}
.pgllayout #skybluelabel {
	height: 25px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #00CCCC;
}
.pgllayout #YOlabel {
	height: 25px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFCC00;
}
.pgllayout #greylabel {
	height: 25px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #666666;
}
.pgllayout #purplelabel {
	height: 25px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #333399;
}
.pgllayout #redlabel {
	height: 25px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #CC0000;
}
.pgllayout #greenlabel {
	height: 25px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #009900;
}
.pgllayout #bluelabel {
	height: 25px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #3366FF;
}
.pgllayout #precisionlabel {
	height: 30px;
	background-image: url(images/precisionbann.jpg);
}
.pgllayout #accuracylabel {
	height: 30px;
	background-image: url(images/accuracybann.jpg);
}
.pgllayout #timelinesslabel {
	height: 30px;
	background-image: url(images/timelinessbann.jpg);
}
.pgllayout #xtralabel {
	height: 30px;
	background-image: url(images/xtraservbann.jpg);
}
.pgllayout #testimonialslabel {
	height: 30px;
	background-image: url(images/testibann.jpg);
}
/*.xtraservbg {
	background-image: url(images/xtraservbg.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
}*/



/* labels end*/

.pglblack {
	background-color: #000;
}
.pglwhitetext {
	color: #FFF;
	font-size: 12px;
}
.pglwhitetextbold {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
.pglital {
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}
.pglitalplain {
	font-weight: normal;
	font-style: italic;
}
.pglredplain {
	font-weight: bold;
	font-size: 14px;
	color: #C30;
}
.pgllayout #flash {
	height: 224px;
	background-color: #000;
	padding: 0;
}
.pgllayout #container #maincontent table tr td table tr td table {
	text-align: left;
}
.bttwo {
	background-image: url('images/pgl_news.jpg');
}

/* Backgrounds*/
.pglwhite {
	background-color: #fff;
	font-size: 12px;
	text-align: left;
}
.pglformsbg {
	font-size: 12px;
	text-align: left;
	background-attachment: fixed;
	background-image: url(images/forms_bg.jpg);
	background-repeat: repeat-x;
}
.pglcontactbg {
	font-size: 12px;
	text-align: left;
	background-attachment: fixed;
	background-image: url(images/contact_bg.jpg);
	background-repeat: repeat-x;
}
.pglclientbg {
	font-size: 12px;
	text-align: left;
	background-attachment: fixed;
	background-image: url(images/testcap_bg.jpg);
	background-repeat: repeat-x;
}
.pgltestcapbg {
	font-size: 12px;
	text-align: left;
	background-attachment: fixed;
	background-image: url(images/services02_bg.jpg);
	background-repeat: repeat-x;
}
.pglservbg {
	font-size: 12px;
	text-align: left;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-image: url(images/orange_bg.jpg);
}
.pglmatvalbg {
	font-size: 12px;
	text-align: left;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-image: url(images/matval_bg.jpg);
}
.pglplainbg {
	font-size: 12px;
	text-align: left;
}
.pglTables {
	background-color: #FFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
.pglTablestext {
	background-color: #333;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	font-weight: bolder;
}
/* Backgrounds*/




td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}

#PGLTableContainer {
/* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
	position:relative;
	margin:0px;
	width:868px;
	height:38px;
	text-align:left;
}

#PGLMenuContainer_0 {
/* This ID is related to the master menu div for menu PGLMenuContainer_0 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:66px;
	top:38px;
	visibility:hidden;
	z-index:300;
}

#PGLMenu_0 {
/* This class defines things about menu PGLMenu_0's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:transparent;
	width:339px;
	height:234px;
}

.PGLMIFVStylePGLMenu_0 {
/* This class determines the general characteristics of the menu items in menu PGLMenu_0 */
	border-top:0px solid #ffffff;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #ffffff;
	border-right:0px solid #ffffff;
	width:339px;
	height:26px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:329px;
	height:16px;
}

.PGLMIVStylePGLMenu_0 {
/* This class determines the general characteristics of the menu items in menu PGLMenu_0 */
	border-top:0px;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #ffffff;
	border-right:0px solid #ffffff;
	width:339px;
	height:26px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:329px;
	height:16px;
}

#PGLMenu_0_Item_0 {
/* Unique ID for item 0 of menu PGLMenu_0 so we can set its position */
	left:0px;
	top:0px;
}

#PGLMenu_0_Item_1 {
/* Unique ID for item 1 of menu PGLMenu_0 so we can set its position */
	left:0px;
	top:26px;
}

#PGLMenu_0_Item_2 {
/* Unique ID for item 2 of menu PGLMenu_0 so we can set its position */
	left:0px;
	top:52px;
}

#PGLMenu_0_Item_3 {
/* Unique ID for item 3 of menu PGLMenu_0 so we can set its position */
	left:0px;
	top:78px;
}

#PGLMenu_0_Item_4 {
/* Unique ID for item 4 of menu PGLMenu_0 so we can set its position */
	left:0px;
	top:104px;
}

#PGLMenu_0_Item_5 {
/* Unique ID for item 5 of menu PGLMenu_0 so we can set its position */
	left:0px;
	top:130px;
}

#PGLMenu_0_Item_6 {
/* Unique ID for item 6 of menu PGLMenu_0 so we can set its position */
	left:0px;
	top:156px;
}

#PGLMenu_0_Item_7 {
/* Unique ID for item 7 of menu PGLMenu_0 so we can set its position */
	left:0px;
	top:182px;
}

#PGLMenu_0_Item_8 {
/* Unique ID for item 8 of menu PGLMenu_0 so we can set its position */
	left:0px;
	top:208px;
}

#PGLMenuContainer_0 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#PGLMenuContainer_0 a {
/* Controls the general apperance for menu PGLMenuContainer_0's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#33cc00;
	text-align:left;
	vertical-align:middle;
	padding:5px;
	background-color:#000000;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#PGLMenuContainer_0 a:hover {
/* Controls the mouse over effects for menu PGLMenuContainer_0 */
	color:#ffcc00;
	background-color:#000000;
}
#PGLMenuContainer_1 {
/* This ID is related to the master menu div for menu PGLMenuContainer_1 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:176px;
	top:38px;
	visibility:hidden;
	z-index:300;
}

#PGLMenu_1 {
/* This class defines things about menu PGLMenu_1's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:transparent;
	width:470px;
	height:78px;
}

.PGLMIFVStylePGLMenu_1 {
/* This class determines the general characteristics of the menu items in menu PGLMenu_1 */
	border-top:0px solid #ffffff;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #ffffff;
	border-right:0px solid #ffffff;
	width:470px;
	height:26px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:470px;
	height:16px;
}

.PGLMIVStylePGLMenu_1 {
/* This class determines the general characteristics of the menu items in menu PGLMenu_1 */
	border-top:0px; solid #ffffff;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #ffffff;
	border-right:0px solid #ffffff;
	width:470px;
	height:26px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:470px;
	height:16px;
}

#PGLMenu_1_Item_0 {
/* Unique ID for item 0 of menu PGLMenu_1 so we can set its position */
	left:0px;
	top:0px;
}

#PGLMenu_1_Item_1 {
/* Unique ID for item 1 of menu PGLMenu_1 so we can set its position */
	left:0px;
	top:26px;
}

#PGLMenu_1_Item_2 {
/* Unique ID for item 2 of menu PGLMenu_1 so we can set its position */
	left:0px;
	top:52px;
}
#PGLMenu_1_Item_3 {
/* Unique ID for item 3 of menu PGLMenu_1 so we can set its position */
	left:0px;
	top:78px;
}

#PGLMenuContainer_1 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#PGLMenuContainer_1 a {
/* Controls the general apperance for menu PGLMenuContainer_1's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#33cc00;
	text-align:left;
	vertical-align:middle;
	padding:5px;
	background-color:#000000;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#PGLMenuContainer_1 a:hover {
/* Controls the mouse over effects for menu PGLMenuContainer_1 */
	color:#ffcc00;
	background-color:#000000;
}
#PGLMenuContainer_2 {
/* This ID is related to the master menu div for menu PGLMenuContainer_2 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:278px;
	top:38px;
	visibility:hidden;
	z-index:300;
}

#PGLMenu_2 {
/* This class defines things about menu PGLMenu_2's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:transparent;
	width:237px;
	height:104px;
}

.PGLMIFVStylePGLMenu_2 {
/* This class determines the general characteristics of the menu items in menu PGLMenu_2 */
	border-top:0px solid #ffffff;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #ffffff;
	border-right:0px solid #ffffff;
	width:231px;
	height:26px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:221px;
	height:16px;
}

.PGLMIVStylePGLMenu_2 {
/* This class determines the general characteristics of the menu items in menu PGLMenu_2 */
	border-top:0px;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #ffffff;
	border-right:0px solid #ffffff;
	width:237px;
	height:26px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:221px;
	height:16px;
}

#PGLMenu_2_Item_0 {
/* Unique ID for item 0 of menu PGLMenu_2 so we can set its position */
	left:0px;
	top:0px;
}

#PGLMenu_2_Item_1 {
/* Unique ID for item 1 of menu PGLMenu_2 so we can set its position */
	left:0px;
	top:26px;
}

#PGLMenu_2_Item_2 {
/* Unique ID for item 2 of menu PGLMenu_2 so we can set its position */
	left:0px;
	top:52px;
}

#PGLMenu_2_Item_3 {
/* Unique ID for item 3 of menu PGLMenu_2 so we can set its position */
	left:0px;
	top:78px;
}
#PGLMenu_2_Item_4 {
/* Unique ID for item 3 of menu PGLMenu_2 so we can set its position */
	left:0px;
	top:104px;
}
#PGLMenu_2_Item_5 {
/* Unique ID for item 3 of menu PGLMenu_2 so we can set its position */
	left:0px;
	top:130px;
}
#PGLMenu_2_Item_6 {
/* Unique ID for item 3 of menu PGLMenu_2 so we can set its position */
	left:0px;
	top:156px;
}
#PGLMenu_2_Item_7 {
/* Unique ID for item 3 of menu PGLMenu_2 so we can set its position */
	left:0px;
	top:182px;
}

#PGLMenuContainer_2 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#PGLMenuContainer_2 a {
/* Controls the general apperance for menu PGLMenuContainer_2's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#33cc00;
	text-align:left;
	vertical-align:middle;
	padding:5px;
	background-color:#000000;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#PGLMenuContainer_2 a:hover {
/* Controls the mouse over effects for menu PGLMenuContainer_2 */
	color:#ffcc00;
	background-color:#000000;
}

.linkbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #59B400;
	text-decoration: none;
}
.linkbody2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #06C;
	text-decoration: none;
}
.linkbody3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
.linkbody4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
.linkbody5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.h1 {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}
.h2 {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}
.h3 {
	color: #600;
	font-size: 18px;
	font-weight: bold;
}
.h35 {
	color: #600;
	font-size: 12px;
	font-weight: bold;
}
.h4 {
	color: #700;
	font-size: 12px;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
A:link {
	text-decoration: none;
}
A:visited {
	text-decoration: none;
}
A:active {
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}

.bgbaby {
	font-weight: bold;
	background-color: #333;
}
.bgbaby2 {
	font-weight: bold;
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C60;
}
.bgbaby3 {
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

/* -------------POPBOX---------------- */
.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: url("images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
	border: solid 1px #ffffff;
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}
