/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
font:100.01%/1.25em Verdana, Arial, Helvetica, sans-serif;
}
 

 
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
 
h1 {
	letter-spacing:0px;
	font:bold 16px FranklinGothic, Arial, Helvetica, sans-serif;
}
 
h2 {
	letter-spacing:-1px;
	font:bold 14px FranklinGothic, Arial, Helvetica, sans-serif;
}
 
h3 {
	font:bold 10px FranklinGothic, Arial, Helvetica, sans-serif
}
 
p {
	margin:0;
	padding:0 0 15px 0px;
}
 
ul, ol {
	list-style:disc;
	padding:0px 0px 0px 30px;
	margin: 0px 0px 10px 0px;
}
 
blockquote {
margin:22px 40px;
padding:0;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
	font:1em FranklinGothic, Arial, Helvetica, sans-serif;
}
input[type="checkbox"] {
	margin: 4px 10px 4px 0px;
	border: none #ffffff 0;
}
textarea {
	line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
	border:0px;
	margin:0px;
	padding:0px;
	border-collapse: collapse;
}
 
  table tr td {
	padding:0px;
  }
 
/***** Wrapper *****/
 
#wrap {
width:790px;
margin:0 auto;
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
/* other helpful classes */
ol.outline li {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
ol.outline ol {
  list-style-type: upper-alpha;
  margin-left: 0px;
  padding-left: 20px;
}
ol.outline ol ol {
  list-style-type: decimal;
  margin-left: 0px;
  padding-left: 20px;
}
ol.outline ol ol ol {
  list-style-type: lower-alpha;
  margin-left: 0px;
  padding-left: 20px;
}
ol.outline ol ol ol ol {
  list-style-type: lower-roman;
  margin-left: 0px;
  padding-left: 20px;
}

/*main link markup*/

a:focus, a:active { outline: none; }
a:link {
	text-decoration: none;
	color: #3300FF;
}
a:visited {
	text-decoration: none;
	color: #3300FF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.background {
	background-attachment: fixed;
	background-image: url(images/bkrnd.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.cellblack { background-color: black; }
.cellwhite { background-color: white; }

/*copy markup*/

.bodyCopy {
	color: #101010;
	font-size: 12px;
	font-family: FranklinGothic, Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-align: justify;
}
.bodyCopyBld {
	color: #101010;
	font-size: 12px;
	font-family: FranklinGothic, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
}
.bold_oNg {
	color: #009f4e;
	font-size: 16px;
	font-family: FranklinGothic, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
}
.copyright {
	color: #101010;
	font-size: 9px;
	font-family: FranklinGothic, Arial, Helvetica, sans-serif;
	line-height: 12px;
	text-align: center;
}
.footerCell {
	font-family: FranklinGothic, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #101010;
	padding-bottom: 5px;
	line-height: 12px;
	text-align: center;
}

/*pseudo link markup*/

.link01 { color: #101010; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 16px; text-align: left; }
.link01 a:link { color: #4349ff; text-decoration: none; }
.link01 a:visited { color: #c40000; text-decoration: none; }
.link01 a:hover { color: #f00; text-decoration: none; }
.link01 a:active { color: #b300ff; text-decoration: none; }

.anchorlink {
	color: #101010;
	font-size: 9px;
	font-family: FranklinGothic, Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0px;
}
.anchorlink a:link { color: #4349ff; text-decoration: none; }
.anchorlink a:visited { color: #4349ff; text-decoration: none; }
.anchorlink a:hover { color: #f00; text-decoration: none; }
.anchorlink a:active { color: #b300ff; text-decoration: none; }


.imageVertSpacer {
	margin-top: 10px;
}
.rSidebarCellPad {
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.sideMenuVSpacer {
	margin: 6px 0px 0px 0px;
}
.sidebarBld {
	color: #101010;
	font-size: 11px;
	font-family: FranklinGothic, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 14px;
	text-align: left;
}

.sidebarLink01 {
	color: #101010;
	font-size: 12px;
	font-family: FranklinGothic, Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-align: left;
}
.sidebarLink01 a:link { color: #4349ff; text-decoration: none; }
.sidebarLink01 a:visited { color: #c40000; text-decoration: none; }
.sidebarLink01 a:hover { color: #f00; text-decoration: none; }
.sidebarLink01 a:active { color: #b300ff; text-decoration: none; }
.bodyCell_pad {
	padding-right: 30px;
	padding-left: 30px;
	text-align: left;
}
.bold_RP {
	color: #E18741;
	font-size: 16px;
	font-family: FranklinGothic, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
}
.bold_Utilities {
	color: #00A3AD;
	font-size: 16px;
	font-family: FranklinGothic, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
}
.bold_PG {
	color: #8c0052;
	font-size: 16px;
	font-family: FranklinGothic, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
}
.bold_Manufacture {
	color: #A59366;
	font-size: 16px;
	font-family: FranklinGothic, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
}
.bold_Gov {
	color: #E54132;
	font-size: 16px;
	font-family: FranklinGothic, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
}
.bodyCopyBldBigger {
	color: #101010;
	font-size: 14px;
	font-family: FranklinGothic, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
}
.bodyLi {
	color: #101010;
	font-size: 12px;
	font-family: FranklinGothic, Arial, Helvetica, sans-serif;
	line-height: 0px;
	text-align: justify;
}
.bodyCopyContact {
	color: #101010;
	font-size: 14px;
	font-family: FranklinGothic, Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-align: left;
}
.hide {
	visibility: hidden;
	width: 580px;
}
.success_error {
	text-align: center;
	vertical-align: middle;
	height: 300px;
	width: 592px;
}
.bodyCopyBld_16 {
	color: #101010;
	font-size: 16px;
	font-family: FranklinGothic, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
}
input[type="text"] {
	margin: 3px 0px 3px 16px;
	border: solid #00529B 1px;
}
input[type="textarea"] {
	margin: 3px 0px 3px 16px;
	border: solid #00529B 1px;
}
#imageContainer { height:110px; }  
#imageContainer img { display:none; 	
			position:absolute; 	
			top:0px; left:0px; 	
			height:110px;  	
			width:592px; 	
			opacity: -0.01; }
			
.bodyCopyFG_wht {
	color: #FFFFFF;
	font-size: 14px;
	font-family: FranklinGothic, Arial, Helvetica, sans-serif;
	line-height: 22px;
	text-align: justify;
	padding: 5px 30px 15px 30px;
}
.bodyCopyFG_left {
	color: #FFFFFF;
	font-size: 14px;
	font-family: FranklinGothic, Arial, Helvetica, sans-serif;
	line-height: 22px;
	text-align: left;
	padding: 5px 30px 15px 30px;
}
.bodyCopyFG_smallcaps {
	color: #FFFFFF;
	font-size: 10px;
	font-family: FranklinGothic, Arial, Helvetica, sans-serif;
	line-height: 22px;
	text-align: left;
}
.bodyCopyFG_leftBlk {
	color: #000000;
	font-size: 14px;
	font-family: FranklinGothic, Arial, Helvetica, sans-serif;
	line-height: 22px;
	text-align: justify;
	padding: 5px 0px 15px 0px;
	}
.fgLink {
	color: #FFFFFF;
	font-size: 14px;
	font-family: FranklinGothic, Arial, Helvetica, sans-serif;
	line-height: 22px;
	text-align: left;
	padding: 0px 30px 15px 30px;
}
.fgLink a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.fgLink a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.fgLink a:hover {
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -.5px;
}
.fgLink a:active {
	color: #FFFFFF;
	text-decoration: none;
}
