@charset "UTF-8";
/* CSS Document */

body {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; 
	background: url(/images/PD_BG_Granite.png) repeat #666666;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 30px 0 0 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;
}
/* Mozilla Tweak: remove dotted lines around links */
a:active, a:visited { outline: none; } 
:focus {  -moz-outline-style: none; } 

.clearall { clear: both;}
/* mutually exclusive properties */
.clra{clear:both;font-size:0px;line-height:0px;padding:0px;margin:0px;}
.clrr{clear:right;font-size:0px;line-height:0px;padding:0px;margin:0px;}
.clrl{clear:left;font-size:0px;line-height:0px;padding:0px;margin:0px;}
/*<<< IC SP*/
#highlight { background:url(/images/PD_BG_center_highlight.png) no-repeat; width:1158px; height:897px; margin:-130px 0 0 -200px; }
#container {
	width:888px;
	padding: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 150px 0 0 200px;
	
}
#Masthead { background-color: #FFFFFF; padding:20px 50px 30px 50px; }
#Masthead #Logo {float:left; }
#Masthead #Nav	{float:right; margin:40px 0 0 0; }
#Masthead #Nav A{ font-family:Trebuchet MS, Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color:#666666; margin:10px 20px 10px 10px; padding:0; text-decoration:none; }
#Masthead #Nav A:hover { color: #999999; text-decoration:none; }
#Masthead #Nav #On { font-family:Trebuchet MS, Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color:#666666; margin:10px 20px 4px 10px; padding:0 0 7px 0; text-decoration:none; border-bottom:solid 4px #CCCCCC; }
#Masthead #Nav img { padding: 0 8px 3px 0;}
#mainContent {
	background-color: #FFFFFF;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	width:inherit;
	height:inherit;
}
#column	{ width:240px; margin:0px 0px 50px 50px; float:left; font-family:Arial, Helvetica, sans-serif; font-size:12px; background:#FFFFFF; }
#column2Up	{ width:530px; margin:0px 0px 50px 50px; float:left; font-family:Arial, Helvetica, sans-serif; font-size:12px; background:#FFFFFF; }
#Folio {
	margin:0 0 50px 18px; background:#FFFFFF;
}
#Folio #column {
	float:left;
	width:210px;
	height:170px;
	margin:0 0 20px 40px;
	padding:10px;
	background-color: #ECECEC;
	border: solid 1px #ccc;
}
#Folio #column	Img {
	display:block;
	background-image:url(/Images/HB_Icon_Loading.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:85px;
	width:210px;
	margin:0 0 10px 0;
	border:1px solid  #000;
}
#Folio #column P {
	margin:0px;
	padding:0px;
	font-size:10px;
}
#Folio #column A {
	margin:10px 0 0 0;
	color: #FF0000;
	text-decoration:none;
}
#Folio #column A:hover {
	text-decoration:underline;
	
}
#Folio #column A Img	{
	
}
#contact_panel { background:#ECECEC; border: solid 1px #ccc; }

#contact_panel fieldset{ border:0px;}
#contact_panel fieldset .row {height:38px;}
#contact_panel fieldset label {display:block;float:left;width:120px; margin-left:10px;}

#contact_panel fieldset label sup{color:#f00;font-weight:normal; font-size:0.95em;padding-left:5px;}

#contact_panel fieldset .row input,#contact_panel fieldset .row select, #contact_panel fieldset textarea{ border: solid 1px #ccc;}

#contact_panel fieldset textarea{ width:304px; padding:4px 0 4px 4px;}

#contact_panel fieldset .row select{padding:1px 4px; line-height:22px; height:22px;width:310px;}

#contact_panel fieldset .row input{width:300px;padding:1px 4px;line-height:18px; height:18px;}

span.err_msg{display:block;width:300px;height:1.2em;line-height:1.2em;padding:2px;color:#f00;overflow:auto;padding-left:130px;}

sup.rnote{ color:#f00;padding:0 85px 0 10px; text-align:left;vertical-align:super;}


#columnFade	{ width:220px; height:260px; background:url(/images/PD_BG_home_fade.png) no-repeat top; margin:0px 10px 10px 25px; padding:0 10px 0 35px; float:left; font-family:Arial, Helvetica, sans-serif; font-size:12px; }
#Footer { background:url(/images/PD_BG_Footer.png) no-repeat; width:888px; height:50px; margin:0 0 50px 0; padding:0px; }
#Footer #Nav {padding:20px 0px 0px 40px; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#666666; float:left; }
#Footer #Nav A {padding:0px 10px 0px 10px; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#666666; text-decoration:none; }
#Footer #Nav A:hover {text-decoration: underline; }
#Footer #Copyright {padding:20px 50px 0px 0px; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#666666; float:right; } 