@charset "utf-8";
body {
	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-color: #050757;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.topnav {
	color: #ffffff;
	font-size: 12px;
	line-height: 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.topnav A:link, .topnav A:visited {
	color: #ffffff;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none
}
.topnav A:hover {
	color: #ffffff;
	text-decoration: underline
}
.botnav {
	color: #ffffff;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.botnav A:link, .botnav A:visited {
	color: #ffffff;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none
}
.botnav A:hover {
	color: #ffffff;
	text-decoration: underline
}
p {
	text-align:left;
	margin:10px;
}
.p1 {
	text-align:left;
}
hr {
	color: #050757;
}
.orange_box {
	color:#000066;
	font-size:12px;
	background-color:#DD6600;
	border:#000066 1px dotted;
	padding:10px;
	margin:6px 0px;
}
a.button:link, a.button:visited {
	color: white;
	font-size: 13px;
	font-weight: bold;
	line-height: 31px;
	text-decoration: underline;
	background-color: #050757;
	padding: 6px 12px;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #fc0 red red #fc0;
	clear:both
}
a.button:hover {
	color: white;
	border-style: solid;
	border-width: 2px 1px 1px 2px;
	border-color: #fc0 red red #fc0
}
.justify {
	text-align:justify;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#doc_display {
	width:90%;
	margin:6px auto;
	padding:8px;
	text-align:center;
	border:solid #050757 1px;
	font-size:13px;
}
.std_div {
	width:90%;
	padding:2px 0px;
	margin:5px auto;
} /* THIS IS THE DIV ELEMENT THAT SURROUNDS EACH LINK */
#doc_display a:link, #doc_display a:visited {
	display:block;
	color: white;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	background-color: #050757;
	padding: 3px 8px;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #fc0 red red #fc0
}
#doc_display a:hover {
	border-style: solid;
	border-width: 2px 1px 1px 2px;
	border-color: #fc0 red red #fc0
}
#l_col {
	padding: 0px 5px 0px 0px;
}
a:link, a:visited {
	color:#050757;
}
a:hover {
	color:#000;
}
h1 {
	font-size:20px;
	margin-left:22px;
	white-space:nowrap;
}
h2 {
	color:#050757;
	font-size:12px;
	margin:10px 0px 5px 0px;
	white-space:nowrap;
}
.heading18 {
	font-size: 18px;
	font-weight: bold
}
.heading32 {
	font-size: 32px;
	font-weight: bold;
}
.h16blue {
	color: #050757;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
.green_bold_italic {
	color:#050757;
	font-weight:bold;
	font-style:italic;
}
.green {
	color:#050757;
}
#right_text_div {
	position:relative;
	text-align:justify;
}
#black_box1 {
	position:absolute;
	left:-12px;
	top:-13px;
	width:auto;
	height:auto;
	background-color:#050757;
	color:white;
	font-size:25px;
	font-weight:bold;
}
#black_box2 {
	margin:3px;
	padding:3px;
	border:solid #ffffff 1px;
}
.narrow_letter {
	margin-left:18px;
}
.wide_letter {
	margin-left:25px;
}
#div_00 {
	padding:0px;
	border:solid #666 1px;
	width:221px;
	text-align:center;
	margin:25px auto;
}
#div_00 IMG {
	margin:4px 3px;
}
#client_tbl UL {
	margin:12px 0px;
	padding:0px;
	line-height:15px;
}
#client_tbl LI {
	margin:8px 0px;
	;
	padding:0px;
	list-style-type: none;
	white-space:nowrap;
}
#client_tbl LI SPAN {
	color:#050757;
	font-size:12px;
}
#comm_projects_div {
}
#comm_projects_div P {
	margin:8px 0px;
}
#content_tbl {
	font-size:12px;
}
#content_tbl TD {
	vertical-align:top;
}
.td1 {
	text-align:center;
	font-size:8px;
	white-space:nowrap;
}
.td2 {
	width:3px;
	background-image: url(green_divider.gif);
	background-repeat: repeat-y;
}
.td3 {
	line-height:20px;
	text-align:left;
}
#content {
  position: relative;
  border: 3px solid #000000;
  margin: 25px auto;
  padding: 10px;
  width: 780px;
  max-width: 850px;
}
#content #TL {
	position:absolute;
	top:-3px;
	left:-3px;
	background-image: url(body_corner_TL.gif);
	background-repeat: no-repeat;
	width:10px;
	height:10px;
}
#content #TR {
	position:absolute;
	top:-3px;
	right:-3px;
	background-image: url(body_corner_TR.gif);
	background-repeat: no-repeat;
	width:10px;
	height:10px;
}
#content #BR {
	position:absolute;
	bottom:-3px;
	right:-3px;
	background-image: url(body_corner_BR.gif);
	background-repeat: no-repeat;
	width:10px;
	height:10px;
}
#content #BL {
	position:absolute;
	bottom:-3px;
	left:-3px;
	background-image: url(body_corner_BL.gif);
	background-repeat: no-repeat;
	width:10px;
	height:10px;
}
#testimonial_tbl {
	font-size: 12px;
}
#testimonial_tbl TD {
	vertical-align:top;
}
#testimonial_tbl P {
	padding:5px 0px;
	margin:0px;
}
#our_team_tbl {
	font-size: 12px;
}
#our_team_tbl TD {
	vertical-align:top;
	line-height:15px;
}
#our_team_tbl P {
	padding:5px 0px;
	margin:0px;
}
#our_team_tabs LI A {
	padding: 1px 3px 3px 3px;
}
#whats_new_tbl {
	font-size: 12px;
}
#whats_new_tbl TD {
	vertical-align:top;
}
#whats_new_tbl .td1 {
}
#whats_new_tbl .td1 DIV {
	font-size:10px;
	border-bottom:solid black 1px;
	margin-top:9px;
	text-align:right;
}
#whats_new_tbl .td3 {
	font-size:12px;
	border-bottom:solid black 1px;
	padding:9px 0px;
	border-bottom:solid black 2px;
}
#awards_tbl {
	font-size:11px;
	margin-top:10px;
	line-height:normal;
}
#awards_tbl TD {
	text-align:center;
	padding:8px 2px;
}
#awards_tbl TD SPAN {
	font-size:9px;
}
#strategic_div {
	padding:10px 0px;
	line-height: 30px;
}
#strategic_div A {
	color:#000;
}
#container { /*border-left:solid #CCCCCC 1px; border-right:solid #CCCCCC 1px;*/
	height:100%; /*background-color:#6fb76a;*/
	width: 950px;
	margin:0px auto;
	position:relative;
}
#body { /*border-left:solid #4daf45 9px; border-right:solid #4daf45 9px;*/
	height:100%; /*background-color:#c9e7c7;*/
	margin:0px 10px;
	padding:0px 8px 20px 8px;
}
#header {
	background-color:#FFF;
	position:relative;
}
#pcd_logo_div {
	padding:10px 10px 30px 15px;
}
#pcd_logo {
	border:0px;
}
#header #TL {
	position:absolute;
	top:0px;
	left:0px;
	background-image: url(header_corner_TL.gif);
	background-repeat: no-repeat;
	width:9px;
	height:9px;
	z-index:20;
}
#header #TR {
	position:absolute;
	top:0px;
	right:0px;
	background-image: url(header_corner_TR.gif);
	background-repeat: no-repeat;
	width:9px;
	height:9px;
	z-index:20;
}
#header #BR {
	position:absolute;
	bottom:0px;
	right:0px;
	background-image: url(header_corner_BR.gif);
	background-repeat: no-repeat;
	width:9px;
	height:9px;
	z-index:20;
}
#header #BL {
	position:absolute;
	bottom:0px;
	left:0px;
	background-image: url(header_corner_BL.gif);
	background-repeat: no-repeat;
	width:9px;
	height:9px;
	z-index:20;
}
#main_nav {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	background-color:black;
	height:22px;
	color:#FFF;
	z-index:10;
}
#main_nav TD {
	text-align:center;
	white-space: nowrap;
	font-size:13px;
}
#main_nav A {
	color:#FFF;
	font-size:11px;
	padding:4px 2px;
	display:block;
	text-decoration:none;
}
#main_nav A:hover {
	color:#000;
	background-color:#050757;
}
#mini_nav {
	position:absolute;
	bottom:30px;
	right:12px;
	font-size:10px;
	color:#000;
}
#mini_nav UL {
	list-style-type: none;
	margin: 0px 12px 0px 0px;
	padding:0px;
}
#mini_nav LI {
	margin:0px;
	padding:0px;
	display: inline;
	text-align:center;
}
#mini_nav A {
	color:#000;
	padding:0px 2px;
	text-decoration:none;
}
#mini_nav A:hover {
	text-decoration:underline;
}
#footer {
	text-align:center;
	font-size:10px;
	clear:both;
	position:relative;
}
#footer SPAN {
	color:#4daf45;
	font-size:12px;
	line-height:10px;
	font-weight:bold;
}
#footer_tag {
	font-weight:bold;
	padding:12px;
}
#footer_nav {
	font-size:9px;
	margin:0px auto;
}
#footer_nav TD {
	padding:5px;
	color:#050757;
}
#footer_nav A {
	color:black;
	text-decoration:none;
}
#footer_nav A:hover {
	color:#050757;
	text-decoration:underline;
}
IMG {
	border:none white 0px;
}
.img1 {
	border:solid #050757 1px;
}
.img2 {
	border-bottom:solid #050757 1px;
}
UL {
	margin:0px 0px 0px 15px;
	padding:0px;
}
LI {
	margin:5px;
	padding:0px;
}
LI LI {
	list-style-position: outside;
	list-style-image: url(li_dash.gif);
	list-style-type: none;
}
/* * * * * * * * * * * * * * * * * * * */
.tiny {
	font-size:4px
}
.xxxsmall {
	font-size:9px
}
.xxsmall {
	font-size:10px
}
.xsmall {
	font-size:11px
}
.small {
	font-size:12px
}
.normal {
	font-size:14px
}
.medium {
	font-size:14px
}
.large {
	font-size:16px
}
.xlarge {
	font-size:18px
}
.xxlarge {
	font-size:20px
}
.xxxlarge {
	font-size:22px
}
/* ----------- This is the styles for the tabs menu ---------------------- */
.tabcontainer {
	margin-top:0px;
}
.basictab {
	position:absolute;
	height:18px;
	z-index:5;
	white-space:nowrap;
	background-image: url(sub_nav_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color:#050757;
}
.basictab UL {
	padding: 0px;
	margin: 0px 0px 4px 0px;
	list-style-type: none;
	text-align: left;
}
.basictab LI {
	padding:0px;
	margin: 0px;
	display: inline;
}
.basictab LI A {
	padding: 1px 10px 3px 10px;
	margin: 0px;
	color:#ffffff;
	font-size: 11px;
	text-decoration:none;
}
.basictab LI A:visited {
	color:#ffffff;
}
.basictab LI A:active {
	color:#ffffff;
}
.basictab LI A.current {
	background-color:#050757;
}
.basictab LI A:hover {
	background-color:#7d7d7d;
	COLOR: #ffffff;
	text-decoration:underline;
}
.basictab #BR {
	position:absolute;
	bottom:0px;
	right:0px;
	background-image: url(subnav_corner_BR.gif);
	background-repeat: no-repeat;
	width:9px;
	height:9px;
}
.basictab #BL {
	position:absolute;
	bottom:0px;
	left:0px;
	background-image: url(subnav_corner_BL.gif);
	background-repeat: no-repeat;
	width:9px;
	height:9px;
}
.tabcontent {
	DISPLAY: none;
}  /* comment out this line */
.msv_nav {
	position:absolute;
	top:-13px;
	left:75px; /* width:63px; height:75px; */
	text-align:center;
	font-size:11px;
	line-height:16px;
	background-color:#00FF33;
	padding:0px 0px 5px 0px;
	z-index:4;
	background-color:#050757;
}
.msv_nav_div {
	margin-top:12px;
	color:white;
	font-weight:bold;
	border-bottom:solid white 2px;
	margin:12px 8px 0px 8px;
}
.msv_nav #msv_BR {
	position:absolute;
	bottom:0px;
	right:0px;
	background-image: url(subnav_corner_BR.gif);
	background-repeat: no-repeat;
	width:9px;
	height:9px;
}
.msv_nav #msv_BL {
	position:absolute;
	bottom:0px;
	left:0px;
	background-image: url(subnav_corner_BL.gif);
	background-repeat: no-repeat;
	width:9px;
	height:9px;
}
.msv_nav A {
	color:#000;
	text-decoration:none;
	display:block;
	width:80px;
}
.msv_nav A:hover {
	text-decoration:underline;
	background-color:white;
}
/* Feedburner Style */

#blog p, #blog .feedburnerFeedBlock {
	margin: 0;
	padding: 1px;
}
#blog .feedburnerFeedBlock .feedTitle {
	background-color: #000066;
	margin: 0;
	text-align: center;
}
#blog .feedburnerFeedBlock .feedTitle a {
	color:#FFF;
    font-family: "Franklin Gothic Demi", sans-serif;
	font-size: 14px;
}
#blog .feedburnerFeedBlock .fbsubscribelink {
	text-transform: uppercase;
	float: left;
	margin-top:8px;
}
#blog .feedburnerFeedBlock .fbsubscribelink a {
	font-family: arial, san-serif;
	font-size: 8px;
	color:#666666;
}
#blog .feedburnerFeedBlock #creditfooter {
	float: right;
	margin-top:8px;
}
#blog .feedburnerFeedBlock ul {
	margin:3px 0;
	padding: 0;
	list-style-type: none;
}
#blog .feedburnerFeedBlock li {
	border: 1px solid #003366;
	padding: 2px;
	margin:3px;
}
#blog .feedburnerFeedBlock li .headline {
	font-family: "Franklin Gothic Demi", sans-serif;
	font-size: 12px;
	position:relative;
	display: inline-block;
	background-color: #808080;
	width:276px;
	padding:4px;
	overflow:hidden;
}
#blog .feedburnerFeedBlock li .headline a {
	color:#FFF;
	margin:0 2px;
}
#blog .feedburnerFeedBlock li .feedItemAuthor {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	float:right;
	color: #808080;
}
#blog .feedburnerFeedBlock li .date {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #000;
	text-indent:0px;
}
#blog .feedburnerFeedBlock li div {
	color: #003366;
	font-size: 12px;
	white-space:normal;
	text-align:left;
}
/* End */
ul.unique {
	list-style:square;
}
ul.unique li {
	margin:5px 5px 5px 30px;
}
#subnavlist {
	display:block;
	margin:0;
	padding:0;
}
#subnavlist li {
	display:inline;
	margin:0;
	padding:0;
	white-space:nowrap;
	line-height:24px;
}
#subnavlist li a {
	background-color:#000;
	color:#fff;
	text-decoration:none;
	padding:2px 7px;
}
#subnavlist li a:hover {
	background-color:#050757;
}
.BackTop {
	position:fixed;
	bottom:80px;
	margin-left:880px;
}
.BackTop a {
	text-decoration:none;
}
.BackTop a:hover {
	border-width: 1px 0;
	border-style:solid;
	border-color:#000;
	padding:0 0 2px;
}
#employmentApplicationForm, #hr_applicant_profile, #aap_applicantForm {text-align:left;}
.indent { padding-left:200px; }
#requestForQuote { margin-left:10px; }
#requestForQuote label { padding:6px 6px 0; display:inline-block; }
#requestForQuote input.upload,
#requestForQuote #More_Details,
#requestForQuote #Company_E-mail_Address,
#requestForQuote #Company_Address,
#requestForQuote #Company_Name,
#requestForQuote #Product_Description {
	width:95%;
}
#form_holder form.emp_forms input[type=text], #form_holder form.emp_forms textarea {
	font-size:10px;
	font-family:Arial, san-serif;
	margin:1px;
	padding:1px;
	text-align:left;
	border:1px solid #999;
	border-radius:3px;
	vertical-align: baseline;
}
#form_holder form.emp_forms .cols01 {width:10px;}
#form_holder form.emp_forms .cols02 {width:20px;}
#form_holder form.emp_forms .cols03 {width:30px;}
#form_holder form.emp_forms .cols04 {width:40px;}
#form_holder form.emp_forms .cols05 {width:50px;}
#form_holder form.emp_forms .cols06 {width:60px;}
#form_holder form.emp_forms .cols07 {width:70px;}
#form_holder form.emp_forms .cols08 {width:80px;}
#form_holder form.emp_forms .cols09 {width:90px;}
#form_holder form.emp_forms .cols10 {width:100px;}
#form_holder form.emp_forms .cols15 {width:150px;}
#form_holder form.emp_forms .cols20 {width:200px;}
#form_holder form.emp_forms .cols25 {width:250px;}
#form_holder form.emp_forms .cols30 {width:300px;}
#form_holder form.emp_forms .cols35 {width:350px;}
#form_holder form.emp_forms .cols40 {width:400px;}
#form_holder form.emp_forms .cols45 {width:450px;}
#form_holder form.emp_forms .cols50 {width:500px;}
#form_holder form.emp_forms .cols55 {width:550px;}
#form_holder form.emp_forms .cols60 {width:600px;}
.hCenter {text-align:center;}
.ulRight{list-style:none;float:right;padding:0 20px 0 0;margin:0;text-align:left;}
.ulLeft {list-style:none;float:left;margin:0;padding:0 0 0 20px;text-align:left;}
/*.emp_forms input, .emp_forms textarea {
	font:10px/1em Arial, Helvetica, sans-serif;
	margin:2px;
}*/
