/*  Body rules */
body {		
		background-image:url(imgs/hd_bkg.gif);
		background-repeat:repeat-x;
		background-color:#FFF;
	 margin:0;
	 padding:0px 0px 25px 0px;
		font-size: 85%;
		font-family: "Trebuchet MS", Helvetica, verdana, arial, sans-serif; 
		}


	/*  #header section */
#header {
	background-position: 32px 22px;
	background-image:url(imgs/logo.gif);
	background-repeat:no-repeat;
	margin:0;
	height:90px;
	position:relative;
	width:100%;
}
#header h1 {
	font-size:14px;
	padding:10px 10px 0px 10px;
	margin:0px;
 }	
	
	
	
	/*  #R_column section */
/* Looks like you have to specify the width of #R_col
or IE5 Mac stretches it all the way across the div, and 
Opera streches it half way. */
#R_col {
		padding: 20px  1% 0px 0px;
		margin: 0 0 0 70%;
  voice-family: "\"}\"";
  voice-family: inherit;
		margin: 0 0 0 75%;
}
html>#R_col  {
		margin: 0 0 0 75%;
} 		


#R_col .tabBody img {
	margin: 1px 1px 15px 1px;
	border: 0px solid #333;
	}

	/*  Content section */
#content {
		border:1px solid #ddd;
  float:left;
		width: 65%;
		margin: 0;
		border: 0px solid #ff9933;
		padding: 5px 3% 0 15px;
		padding-right: 1%;
	 voice-family: "\"}\"";
	 voice-family: inherit;
		padding-right: 3%;
}
html>#content  {
		padding-right: 3%;
} 

		
#content hr {
	color: #000066;
	height:1px;
	width:98%;
	text-align:left;
	display: inline;
}

	


	/*  #left column (used occasionally) */
#left_col  {
	float:left;
	width:170px;
	margin:0px 20px 200px 0;
	height: 100%;
}
		
	
	/*  #footer section */
#footer {
	clear:both;
	margin:30px 0 10px 10px;
	padding:10px;
	border-top: 1px solid #F7832B;
	text-align: right;
	width: 60%;
/* position: relative;
	bottom: 0;
*/
}	
#footer p  {
	padding:2px;
	margin:0;
	margin-top:2px;
	clear:both;
	font-size: 0.8em;
	color:#A5410C;
	text-align: left;
}
#footer img {
	vertical-align: middle;
	border: 0;
	}	
	
	
	/*  rounder corner orange tab boxes */
	/*  left side */
.l_u {background: url(../assets/imgs/l_u.gif) no-repeat left bottom;}
.l_mid {border-left: 1px solid #FF9933;}
.l_l {background: url(../assets/imgs/l_l.gif) no-repeat left top;}
	/*  middle  */
.m_l {background: url(../assets/imgs/m_l.gif) repeat-x left top;}
.m_u {background: url(../assets/imgs/m_u.gif) repeat-x right bottom;}
	/*  right side */
.r_l {background: url(../assets/imgs/r_l.gif) no-repeat right top;}
.r_mid {border-right: 1px solid #FF9933;}
.r_u {background: url(../assets/imgs/r_u.gif) no-repeat right bottom;}

.tabNews, .tabBody {	
 font-size: .95em;
	color: #663366;
	padding: 10px 3px 0 3px;
	line-height: 1.3em;
}
.tabTitle {
	font-size:1.1em;
	font-weight:bold;
	color: #FF3300;
	white-space: nowrap;
}
ul.tabNews {
	font-size: .9em;
	list-style-type:none;
	margin: 5px 0 0px 3px;
	padding: .4em 0 0 2em ;
	text-indent: -2em;
}
ul.tabNews li{
	padding: 0 0 6px 0 ;
}




	/*  General rules */
p {
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 0.95em;
	color: #460000;
	margin:0;
	padding:0;
	padding-bottom:8px;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #FF3300;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
}
h1,h2,h3,h4, h5,h6,pre {
		margin:0px 0px 0px 0px;
		}
h1 {
	font-size:1.7em;
	margin:20px 0px 0px;
	color: #000066;
}
h2 {
	font-size:1.3em;
	margin:10px 0px 0px 0px;
	color: #CC0000;
}
h3 {
	font-size:1em;
	color: #000000;
	margin:0px 0px 15px 0px;
}
h4 {
	font-size:1.2em;
	font-weight:normal;
	color: #CC0000;
	margin:10px 0px 0px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	
pre {
	font: .85em "Courier New", Courier, mono;
}
ul {
	font-size: 0.95em;
	list-style: square;
	margin-left: 0.6em;
	padding-left: 0.6em;
}
hr {
	color: #000066;
	height:1px;
	text-align:left;
	display: inline;
}
	
.em8 {
	font-size: .8em;
}
.thinBrdr {
border:1px solid #990000;
}
.bigTxt {
	font-size: 1.3em;
}
.red {
	color: #990000;
	clear: both;
}
	



/* form elements */
.btn {
	font: 8px Arial,"Trebuchet MS", Helvetica, Verdana, sans-serif;
	color: #CC0000;
	background: #DBDBDB;
	text-transform: uppercase;
	margin: 1px;
	padding: 0px 1px 1px 0px;
	height: 14px;
	border-top: 1px solid #666;
	border-right: 2px ridge #bbb;
	border-bottom: 2px ridge #bbb;
	border-left: 1px solid #666;
	letter-spacing: 0.18em;
}
.btnOv {
 	background-color: #FF9900;
		cursor:pointer;
 } 
.btnFuc {
 	background-color: #CC0000;
		color:#FFFFFF;
	border: 1px solid #ccc;
 } 
form {
 display:inline;
}
input, textarea {
	background: #E6D8F9;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px inset #FFCC00;
}
.formTxt {
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
}



/* special sections */
#alert {
	background: #FFCC33;
	border: 3px solid #990000;
	position: absolute;
	visibility: visible;
	z-index: 999;
	height: 150px;
	width: 250px;
	left: 250px;
	top: 130px;
	padding: 15px;
	color: #990000;
}
#alert #confirm {
	bottom: 15px;
	position: absolute;
	right: 30px;
}
.floatLeft {
	float: left;
	padding: 0px;
	margin: 0px;
 }
#spotlight {
	margin: 0px;
	padding:0;
}



/* home page */
#logo {
	padding-top: 15px;
	padding-left: 17px;
}
#definitions {
	position: absolute;
 width:340px;
	top: 57px;
	left: 295px;
}
.dictName {
	font-size: 17px;
	font-weight: bold;
	color:#CC0000;
}
.dictDef {
	font: 11px "Courier New", Courier, mono;
	margin-left: 20px;
	width: 300px;
	text-indent: -20px;
	padding-left: 20px;
	padding-top: 10px;
}
.decisive {
	font-weight: bold;
	color: #000000;
}
.commun {
	font-weight: bold;
	color: #CC0000;
}
#login {
	margin:  10px 5px 0px 140px;
	padding: 3px;
	clear:left;
	z-index: 10;
}
#rotatingPic {
position:relative;
top:0px;
left: -1px;
margin: 0px;
width:auto;
}
#companyDesc {
	color: #9F5B12;
	background: #FFF2DF;
	border: 1px dashed #666666;
	height: auto;
	padding: 10px 7px 7px 14px;
	margin: -7px 0px 25px;
	width: 95%;
 voice-family: "\"}\"";
 voice-family: inherit;
	width: 85%;
}
html>#companyDesc  {
	width: 85%;
} 

#intro {
	width: 33%;
	position: absolute;
	left: 538px;
	top: 46px;
	font-size: 1.1em;
	color: #990000;
	line-height: 1.4em;
}
#intro p {
	margin-bottom: 10px;
}

	
	
	/* services page */
.serviceList {
}
.serviceList h1 {
	font: bold 1.2em "Trebuchet MS", Helvetica, Verdana, sans-serif;
	padding:3px;
	margin-top:15px;
	color: #CC0000;
}
.serviceList ul {
	background: #e5e5e5;
	border: 1px dashed #666666;
	padding: 10px 10px 10px 30px;
	margin: 0px 0px 10px 25px;
	font: normal .85em "Trebuchet MS", Helvetica, Verdana, sans-serif;
	color: #333333;
	list-style: outside;
	width: 90%;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 75%;
	}
html>.serviceList ul {
	width: 75%;
} 
.serviceList ul li {
	padding: 0px 0px 5px;
	padding: 0 0 6px 0 ;
	text-indent: -1em;
	voice-family: "\"}\"";
	voice-family: inherit;
	text-indent: 0em;
}
html>.serviceList ul li  {
	text-indent: 0em;
} 


/* portfolio pages */
.techbox {
	font-size: 1.2em;
 font-weight:bold;
	text-align:center;
	color:#CC0000;
	background-color:#e5e5e5;
	border: 1px dashed #999999;
	margin: 1px 0px 15px;
	padding: 5px;
	width:80%;
}
.techbox h2 {
	font-size: 1.1em;
}
.techbox a, .techbox a:link, .techbox a:visited {
	font-size: 1em;
	text-align:center;
	color:#CC0000;
	margin: 10px 0px 0px 0px;
	display:block;
}
.techbox a:hover {
	color:#000099;
}
.techbox ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#444;
	font-size: 0.6em;
	text-align:left;
	 font-weight:normal;
	list-style: none;
	list-style-image:none;
	margin: 0;
	padding: 0;
}
.techbox li  {
	list-style: none;
	list-style-image:none;
	margin: 0;
	padding: 5px 5px 0px 5px;
	white-space:nowrap;
}



/* about us page */
.quote {
	color: #990000;
	background: #FFF2DF;
	padding: 10px 10px 10px 20px;
	margin: 0 20px 10px 40px;
	font-style: italic;
	border: 1px dashed #DA9D9A;
	width: 90%;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 65%;
	text-indent: -10px;
	}
html>.quote  { /* be nice to opera */
	width: 65%;
} 
.contact {
	font-size: 1.2em;
 font-weight:bold;
	text-align:left;
	color:#CC0000;
	background-color:#e5e5e5;
	border: 1px dashed #999999;
	margin: 1px 0px 15px;
	padding: 10px;
	width:85%;
}
.contact p {
 padding: 0 0 0 15px;
	font-size: .8em;
	font-weight:normal;

}
.contact h1 {
margin: 0 0 10px 5px;
color:#CC0000;
	font-size: 1em;
}




/*  project list  */
.prjList {
	margin: 30px 0px 10px 0px;
	padding:0px;
	width:auto;
}
.prjTitle {
	color: #CC0000;
	font-size: 1.3em;
	font-weight: bold;
	line-height:1.1em;
}
.prjText {
	padding-left: 110px;
}	


/* ================================== */
/* =====  Horizontal nav   ========= */
#menuWrapper	{
	position:absolute;
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top: 1px;
	right: 5px;
	height: 20px;
	width: 460px;
voice-family: "\"}\"";
	voice-family:inherit;
	width: 460px;
	}
html>#menuWrapper	{
	width: 460px;
	}
.menu {
	margin: 0;
	padding: 0;
	}
#menuWrapper .menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
	}
#menuWrapper .menu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}
#menuWrapper .menu ul li a {
 background: #f93;
	width: 90px;
	height: 1.8em;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #c30;
	border-right: none;
	padding: 0 0 0 0;
	margin: 0 0 4px 0;
	color: #c30;
	font-weight:bold;
	text-decoration: none;
	display: block;
	text-align: center;
	letter-spacing: 1px;
	line-height: 2em;
	font-size:    xx-small;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
	font-size:    .8em;   
	}
html>#menuWrapper .menu ul li a {
	font-size: .8em;   
	} 
#menuWrapper .menu ul li a:hover {
	color: #000;
	background: #fc0;
	}
#menuWrapper .menu a:active	{
	background: #c30;
	color: #000;	
	}
#menuWrapper ul li#contact a {
		border-right: 1px solid #fff;
	}
body#pghome #menuWrapper .menu li#home a, 
body#pgservices #menuWrapper .menu li#services a,
body#pgproducts #menuWrapper .menu li#products a,
body#pgportfolio #menuWrapper .menu li#portfolio a,
body#pgcontact #menuWrapper .menu li#contact a,
body#pgabout #menuWrapper .menu li#about a {
	background: #c30;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #c30;
	border-top: 1px solid #c30;
	text-decoration:underline;
	color: #fff;
	font-weight: bold;
	}

/* ================================== */
/* =====  Footer nav   ============== */
#footer .menu ul {
	border: 0;
	margin: 0 0 0 5px  ;
	padding: 0;
	text-align: center;
	}
#footer .menu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0 10px 0 0 ;
	list-style: square;
	}
#footer .menu ul li a {
	padding: 0 0 0 0;
	margin: 4px;
	color: #c30;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	font-size:    xx-small;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
	font-size:    x-small;   
	}
html>#footer ul li a  {
	font-size: x-small;   
} 
#footer .menu ul li a:hover {
	color: #FF6600;
}
#footer .menu a:active	{
	color: #fff;
}
body#pghome #footer li#home a, 
body#pgservices #footer li#services a,
body#pgproducts #footer .menu li#products a,
body#pgresources #footer li#resources a,s
body#pgabout #footer li#about a {
	text-decoration:underline;
	color: #c30;
	font-weight: bold;
	}
/* --------- END MENUS -----------------------*/
/*============================================*/


/* misc junk */
.greek {
	font-size: 1em;
}
.cost {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 70%;
	font-weight: normal;
	line-height: 2.5em;
}
#joinList {
}
#joinList p {
	display: inline;
}



div.row {
  clear: both;
  padding-top: 5px;
}
#contactSection div.row span.fldLabel {
	float: left;
	width: 110px;
	text-align: right;
	font-size: 1em;
	color:#FF0000;
	padding-top: 5px;
  }
div.row span.formw {
	float: right;
	width: 235px;
	text-align: left;
	vertical-align: top;
	color: #3333FF;
} 
div.spacer {
  clear: both;
}
#contactSection input, textarea, select {
	background: #E4E4F1;
	color: #645D98;
}
#contactSection select {
margin:5px;
font-size: .9em;
}
#contactSection .chkBx {
background-color:#FFFFFF;
border:0px;
}
#contactSection {
	width:400px;
	margin-left:50px;
}
.tryus {
	font-size: 0.9em;
	color: #460000;
	line-height: 1.2em;
	padding:3px;
}
.tryus h1 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 8px 0px;
}
.ltblue {
	color: #0063ff;
}




	/* CSS for the box starts here */
	.box {
	margin: 20px 0 20px 0;
		padding:0 13px 0 0; /* right side */
		background:#fff url(/assets/imgs/borders.gif) 100% 0 repeat-y;
	}
	.bi { /* left side */
		padding:0 0 0 10px;
		background:#fff url(/assets/imgs/borders.gif) 0 0 repeat-y;
	}
	.bt {
		height:17px;
		margin:0 -12px; /* top side */
		background:url(/assets/imgs/box.gif) 100% 0 no-repeat;
	}
	.bt div {
		width:18px;
		height:17px; /* upper left corner */
		background:url(/assets/imgs/box.gif) 0px 0 no-repeat;
	}
	.bb {
		height:17px;
		margin:0 -12px;/* bottom */
		background:url(/assets/imgs/box.gif) 100% 100% no-repeat;
	}
	.bb div {
		width:18px;
		height:17px; /* bottom left corner */
		background:url(/assets/imgs/box.gif) 0 100% no-repeat;
	}
	.box h1 {
		padding:0.3em 10px;
		background:#efece6;
		font:bold 1.2em/1 Arial, Helvetica, sans-serif;
	}
	.box p, .box ul {
		margin:0;
		padding:4px 10px;
		background:#fff;
	}
	.box li {
		margin:0 0 0 2em;
		padding:0;
	}

