body#wide #main-body { width: 960px; background:
  url("/images/1024/bg-wide-rt960.gif") repeat-y 0px 200px; 
}

/*---===CRUMBTRAIL===---*/
/* KF added to force word-wrap on breadcrumbs so they will not be hidden by search box */

div#crumbtrail {
	background: #fff none;
	width:700px;	
	font-size: 10px; 
	color: #777b4c; 
	padding: 2px; 
	margin: 0 0 0 4px;
}

div#crumbtrail a:link, div#crumbtrail a:visited {
	color: #039;
	text-decoration: none;
}
div#crumbtrail a:hover, div#crumbtrail a:active {
	color:#933; /*#b53c08*/
	text-decoration: underline;
}

div#crumbtrail, div#crumbtrail a { letter-spacing: .08em; }

/* ---===PAGE HEADLINE ---===*/
div#main-headline { 
	font-size: 16px; 
	color: #4e5225; 
	padding: 16px 0px 0px 0px; 
	margin: 0 0 0 4px;
	width: 700px; }
	
.headline { 
	font-size: 16px; 
	color: #4e5225; 
	padding: 16px 0px 2px 0px; 
	margin: 0 0 0 4px;
	width: 700px; }	

H1.smallhead { 
	font-size: 11px; 
	color: #4e5225; 
	padding: 0px 0px 0px 0px; 
	margin: 0 0 0 4px;
	width: 700px; }	
	

/* ---===PAGE LAYOUT===--- */

/* Commented Backslash Hack hides rule from IE5-Mac \*/
div#main-body { clear:left; }
/* End IE5-Mac hack */

div#main-body {
	width: 960px;
	margin: 0;
	padding: 0;
}

/* --==INNER PAGES==-- */



/* These declarations determine the body id (semi or wide) and layout the page appropriately */

/*WIDE*/
/* body#wide div#main is defined at the end of the file because of IE 5 hack */
 
 body#wide div#side {
	width: 230px;
	float: right;
	margin: 0;
	padding: 0;
	/*background: url("/images/bg-side-rt.gif") repeat-y -4px 200px; */
}
 
div#side h1 {
	font-size:16px;	
	font-weight:bold;
	padding:22px 5px 10px 18px;
	margin:0;
} 

div#side h1 a {
	color:#000;
	text-decoration: none;
} 

div#side h1 a:hover {
	text-decoration: underline;
} 

.sidebar 
{
	background-color:#ebeff8;	/* orig BFCCDD, lt blue ebeff8, med blue: bdcfde*/
}
 
/* TWO-COLUMN */
 
 body#wide div#main div#column1 {
	padding: 0 0 10px 0;
	float: left;
	width: 350px;
 }
  body#wide div#main div#column2 {
	padding: 0 0 10px 10px;
	float: left;
    width:340px; 
 }


/* ---===DIV SPECIFIC FORMATTING===--- */
/* for merger */

#findheader { position: relative; top: -15px; left: 0; } /* was color: #b53c08; */ /*end for merger */
div#main img#nomargin, div#main .nomargin, div#main .nomargin img { margin: 0px; }

/*kf*/
td#main img { margin: 0px 0 0px 0; } 
div#main h6 { margin: 0 0 10px 0; color: #000; font-family: Arial, Verdana, Tahoma, sans-serif; font-size: 12px; font-weight: normal; }
/*end KF*/

/* ---===FOR BUTTONS===--- */

/*kf*/
h6 a:link, h6 a:visited { text-decoration: none; }
h6 a:hover, h6 a:active { color:#777b4c; text-decoration: underline; }
/*end KF*/
/* ---===MORE BUTTONS===--- */
h5 {
	text-align: right;
	padding: 0 15px 5px 0; 
}

#main a.link-arrow-main,
#main a.link-arrow-main:visited,
#main a.link-arrow-main:active,
#main a.link-arrow-main:link,
#home-left a.link-arrow-main,
#home-left a.link-arrow-main:visited,
#home-left a.link-arrow-main:active,
#home-left a.link-arrow-main:link {
	float:right;
	padding-right:21px;
	background:url(/images/arrow_red.gif);
	background-position:center right;
	background-repeat:no-repeat;
	text-decoration:none;
	font-weight:bold;
}

#main a.link-arrow:hover, #home-left a.link-arrow:hover {
	color:#4e5225; /*was #8EB445 - green*/
	text-decoration:underline;
}

#main a.bp-link-arrow,
#main a.bp-link-arrow:visited,
#main a.bp-link-arrow:active,
#main a.bp-link-arrow:link {
	float:left;
	padding-right:21px;
	background:url(/images/arrow_red.gif);
	background-position:center right;
	background-repeat:no-repeat;
	text-decoration:none;
	font-weight:bold;
}

div#main h5, div#main-wide h5 { background: url(/images/arrow_red.gif) no-repeat 100% 25%; }

div#side h5, div#side-wide h5 { 
	background: url(/images/arrow_red.gif) no-repeat 100% 25%; 
	margin: 0 15px 15px 0;
}

div#home-center h5 a:hover, div#home-right h5 a:hover, div#side-semi h5 a:hover, div#side-wide h5 a:hover { color: #fff; }

h5 a:link, h5 a:visited { text-decoration: none; }
h5 a:hover, h5 a:active { color:#777b4c; text-decoration: underline; }


/* ---===BLOCKQUOTES===--- */
/*customer quote in sidebar of page */
body#wide div#side blockquote, .sidebar blockquote {
	width: 200px;
	margin: 10px 0 20px 15px;
	padding: 0;
	color: #fff;
	background: #6d8bba url(/images/quote-wide04.gif) no-repeat left top; /* was #94acc8 */
}

body#wide div#side blockquote .quote p, .sidebar blockquote .quote p{
	font-family: Tahoma, Arial, Verdana, sans-serif; /*kf added*/
	margin: 0;
	font-size: 11px;
	color: #fff; /*was #000*/
	line-height: 1.3em; /*kf was 1.5 em*/
	padding: 15px 15px 5px 15px;
	background: url(/images/quote-semi02.gif) no-repeat right bottom;
}

body#wide div#side blockquote .author p, .sidebar blockquote .author p {
	font-family: Arial, Verdana, sans-serif; /*kf added*/
	margin: 0;
	padding: 5px 15px 10px 15px;
	color: #000; /*kf was #fff*/
	font-size: 10px;
	line-height: 1.2em; /*kf added*/
	background: url(/images/quote-wide05.gif) no-repeat left bottom;
}
/*end customer quote in sidebar of page */



/*customer quote in body of page */
body#wide div#quote blockquote {
	width: 250px;
	margin: 10px 0 20px 15px;
	padding: 0;
	color: #fff;
	background: #6d8bba url(/images/quote-body-top.gif) no-repeat left top; /* was #94acc8 */
}

body#wide div#quote blockquote .quote p{
	font-family: Tahoma, Arial, Verdana, sans-serif; /*kf added*/
	margin: 0;
	font-size: 12px;
	color: #fff; /*was #000*/
	line-height: 1.3em; /*kf was 1.5 em*/
	padding: 15px 15px 5px 15px;
	background: url(/images/quote-semi02.gif) no-repeat right bottom;
}

body#wide div#quote blockquote .author p {
	font-family: Arial, Verdana, sans-serif; /*kf added*/
	margin: 0;
	padding: 5px 15px 20px 15px;
	color: #fff; /*kf was #fff*/
	font-size: 12px;
	line-height: 1.2em; /*kf added*/
	background: url(/images/quote-body-bottom.gif) no-repeat left bottom;
}

div#quote a:link, div#quote a:visited { color: #fff; }
div#quote a:hover, div#quote a:active { color:#ffff33; }

/*end customer quote in body of page */

/* ---===BOXES===--- */

body#wide div#callcenter {
	width: 200px;
	margin: 0 0 20px 15px;
	padding: 0;
	color: #333;
	background: #fff url(/images/box-callcenter03.gif) no-repeat left top;
}

body#wide div#callcenter h3 {
	margin: 0;
	font-size: 11px;
	padding: 10px 10px 10px 10px;
	background: transparent;
	background: url(/images/box-callcenter04.gif) no-repeat right bottom;
}

body#wide div#callcenter p {
	margin: 0;
	padding: 0 10px 10px 10px;
	color: #333;
	font-size: 10px;
	background: url(/images/box-callcenter04.gif) no-repeat right bottom;
}

body#wide div.sortby {
	width: 200px;
	margin: 20px 0 20px 15px;
	padding: 0;
	color: #333;
	background: #fff url(/images/box-sortby-top.gif) no-repeat left top;
}

body#wide div.sortby h3 {
	margin: 0;
	font-size: 11px;
	padding: 4px 10px 0 10px;
	background: transparent;
}

body#wide div.sortby ul {
	margin: 0;
	padding: 0 10px 10px 10px;
	color: #333;
	font-size: 10px;
	background: url(/images/box-sortby-bottom.gif) no-repeat right bottom;
}

body#wide div.prodfind {
	width: 200px;
	margin: 20px 0 20px 15px;
	padding: 0;
	color: #333;
	}

body#wide div.basicbox {
	width: 210px;
	margin: 20px 0 20px 10px;
	padding: 0;
	color: #333;
	background: #fff url(/images/box-basic-wide-body.gif) no-repeat left top;
	border: 1px solid #d4d2bb; /*527eab blue*/ /*d4d2bb taupe*/
}

body#wide div.basicbox h3 {
	margin: 0;
	font-size: 12px;
	padding: 4px 10px 2px 10px;
	background: transparent;
	color: #333;
}

body#wide div#side div.basicbox {
	width: 210px;
	margin: 20px 0 20px 9px;
	padding: 0;
	color: #333;
	background: #fff url(/images/box-basic-wide.gif) no-repeat left top;
	border: 0;
}

body#wide div#side div.basicbox h3 {
	margin: 0;
	font-size: 12px;
	padding: 4px 10px 2px 10px;
	background: transparent;
	color: #fff;
}

/*kf added to control bottom image-rounded corners of basic box 
body#wide div.bottomimage, .sidebar div.bottomimage {
	background: url(/images/box-basic-wide02.gif) no-repeat right bottom;
}*/
	
body#wide div.basicbox p, body#wide div.basicbox ul, body#wide div.basicbox dl {
	margin: 0;
	padding: 4px 10px 4px 10px; /*was 10px 10px 10px 10px */
	color: #333;
	font-size: 12px;
	list-style-type: none;
	line-height: 16px;
}

div#side div.basicbox p, div#side div.basicbox ul, div#side div.basicbox dl {
	margin: 0;
	padding: 4px 10px 4px 10px; /*was 10px 10px 10px 10px */
	color: #333;
	font-size: 11px;
	list-style-type: none;
	line-height: 16px;
}

body#wide div.basicbox h4, .sidebar div.basicbox h4 {
	font-family: arial; 
	font-size: 11px; 
	font-weight: bold; 
	color: #000; 
	margin: 0px 0px 0px 4px;
	padding: 0px 10px 2px 6px; 
	background: transparent;
}

body#wide div.basicbox dt, .sidebar div.basicbox dt {
	margin: 0;
	padding: 5px 5px 0 0;
	color: #333;
	font-size: 12px;
	font-weight: bold;
}

.basicboxcontent ul li, .basicboxcontent dl dd{
    margin: 0;
    padding: 0 0 0 12px;
	font-size: 12px;
    border-bottom: none;
	list-style-type: none;
	background: url(/images/bullet-raquo.gif) 0px .46em no-repeat;
}
/* for formatting of Related Info List Links in side bar (no nesting) */	
div#side .basicboxcontent ul li, div#side .basicboxcontent dl dd{
    margin: 0;
    padding: 0 0 0 12px;
	font-size: 11px;
    border-bottom: none;
	list-style-type: none;
	background: url(/images/bullet-raquo.gif) 0px .46em no-repeat;
}

.basicboxcontent ol li{
    margin: 0;
    padding: 0 0 0 10px;
    border-bottom: none;
	list-style-type: decimal;
}

.basicboxcontent li a:link, .basicboxcontent li a:visited, .basicboxcontent dd a:link, .basicboxcontent dd a:visited
 {  color: #039; text-decoration: none; } 
.basicboxcontent li a:hover, .basicboxcontent li a:active, .basicboxcontent dd a:hover, .basicboxcontent dd a:active
 {  color: #933; /*#b53c08*/ text-decoration: underline; }

/* end KF added*/	

/* kf added 12/21/04* for formatting of list links in body of index pages */	

/* Links on Indexes: White Papers, Press Room, Press Releases, Media Coverage */

span.indexlist a:link, span.indexlist a:visited {  
	color: #039; text-decoration: none;
	font-size: 12px;
	font-weight: bold;
 	margin: 0;
    padding: 0;
    border-bottom: none;
}

span.indexlist a:hover, span.indexlist a:active {  
	color: #933; /*#b53c08*/ text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
 	margin: 0;
    padding: 0;
    border-bottom: none; 
}

.indexlist td {
	font-size: 12px; 
}
	
.indexlist td a:link, .indexlist td a:visited {  
	color: #039; text-decoration: none;
	margin: 0;
    padding: 0;
    border-bottom: none;
}

.indexlist td a:hover, .indexlist td a:active {  
	color: #933; /*#b53c08*/ text-decoration: underline;
	margin: 0;
    padding: 0;
    border-bottom: none; 
}

/* Index pages with nested DL's: Product Indexes and Customer Story Indexes */

.indexlistn dt
{
	font-size: 12px;
	color: #333;
	font-weight: bold;
    margin: 1.5em 0 .50em 0;
    padding: 0 0 0 2px;
    border-bottom: solid 1px #000000;
	background: #fff;
}

.indexlistn dd
{
    margin: 0 0 2px 9px;
    padding: 0 0 0 11px;
    border-bottom: none;
    background: url(/images/bullet-raquo.gif) 1px .43em no-repeat;
}

.indexlistn dd.nested
{
    margin: 0 0 2px 0;
    border-bottom: none;
    background: transparent;
}

.indexlistn dd.nested dd
{
    margin: 0 0 2px 9px;
    padding: 0 0 0 11px;
    border-bottom: none;
    background: url(/images/bullet-raquo.gif) 0px .43em no-repeat;
}

.indexlistn dd.nested dt
{
	font-size: 12px;
	color: #333;
	font-weight: bold;
	margin: .50em 0 0 0;
	padding: 0;
	border-bottom: none;
	border-top: none;
	background: transparent;
}

.indexlistn dt a:link, .indexlistn dt a:visited {
	color: #039; text-decoration: none;
}

.indexlistn dt a:hover, .indexlistn dt a:active {
	color: #933; /*#b53c08*/ text-decoration: underline;
}

.indexlistn dd a:link, .indexlistn dd a:visited {
	color: #039; text-decoration: none;
}

.indexlistn dd a:hover, .indexlistn dd a:active {
	color: #933; /*#b53c08*/ text-decoration: underline;
}

/* end KF added*/


/* ---===FLOATS===--- */

img.float-left {
	float: left;
	padding: 5px;
	margin: 5px 5px 5px 0;
	border: 1px solid #ccc;
}

img.float-right {
	float: right;
	padding: 5px;
	margin: 5px 0px 5px 5px;
	border: 1px solid #ccc;
}


/* ---===FORM ELEMENTS===--- */

/*kf*/
select#who, select#what { 
		background : #FFFFFF;
    	font-family : arial, sans-serif, helvetica, helv;
    	font-size : 11px;
    	font-weight : normal;
    	color : black;
    	text-align : left;
		margin: 5px 0 10px 0;
		}
/*end KF*/	

/* original - select#who, select#what { margin: 0;}*/

/* Product Index and A-Z index */
div#productindex table tbody {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 12px;
    	font-weight : normal;
    	color : #ccc;
    	border : solid 1px #ccc;
		vertical-align:top;
		}	

div#productindex td.th {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 12px;
    	font-weight : bold;
    	color:#333;
		background-color:#d4d2bb; /*527dad*/
    	border : solid 1px #ccc;
		vertical-align:bottom;
	}		
		
div#productindex td {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 12px;
    	font-weight : normal;
    	color:#333;
		background-color:#fff;
    	border-right : solid 1px #ccc;
		border-left : solid 1px #ccc;
		border-bottom : solid 1px #ccc;
		vertical-align:top;
		padding : 5px 5px 5px 5px;
}	
		
div#productindex td.altbg {
		background-color:#e9e8e4; /*ebeff8  f4f3ec*/
}							
		
.viewall a:link, .viewall a:visited  {
	padding : 0px 20px 0px 12px;
	background:url(/images/bullet-raquo.gif) no-repeat 90% 40%;
	text-decoration:none;
	color: #039; text-decoration: none; font-size: 12px;
}

.viewall a:hover, .viewall a:active {
	color: #933; /*#b53c08*/ text-decoration: underline; font-size: 12px; padding : 0px 20px 0px 12px;
}

div#productindex .basicboxcontent dd {
	padding : 1px 5px 6px 12px;
}	

div#productindex td a:link, div#productindex td a:visited  {
	color: #039; text-decoration: none;}

div#productindex td a:hover, div#productindex td a:active  {
	color: #933; /*#b53c08*/ text-decoration: underline;}	

/* Solutions Page Index */
div#solindex table tbody {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 12px;
    	font-weight : normal;
    	color : #ccc;
    	vertical-align:top;
		}	

div#solindex td.th {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 14px;
    	font-weight : bold;
    	color:#333;
		background-color:#d4d2bb; /*527dad*/
    	border : solid 1px #ccc;
		vertical-align:bottom;
	}		
		
div#solindex td {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 12px;
    	font-weight : normal;
    	color:#333;
		background-color:#fff;
    	vertical-align:top;
		padding : 5px 5px 5px 5px;
}	
		
div#solindex td.altbg {
		background-color:#e9e8e4; /*ebeff8  f4f3ec*/
}							
		
div#solindex .basicboxcontent dd {
	padding : 1px 5px 3px 12px;
}	

div#solindex td a:link, div#productindex td a:visited  {
	color: #039; text-decoration: none;}

div#solindex td a:hover, div#productindex td a:active  {
	color: #933; /*#b53c08*/ text-decoration: underline;}	
		
/*table-specific classes and IDs - KF*/
div#main table tbody	{
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 12px;
    	font-weight : normal;
    	color : #333;
		vertical-align : bottom;
		}	
		
table#matrix {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 11px;
    	font-weight : normal;
    	color : #333;
    	text-align : center;
		border : solid 1px #ccc;
		}	


.headtextsmall {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 11px;
    	font-weight : normal;
    	color : #fff;
    	text-align : center;
		}
.headtextsmall a:active {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 11px;
    	font-weight : normal;
    	color : #fc3;
    	text-align : center;
		text-decoration: underline;
		}
		
.headtextsmall a:link {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 11px;
    	font-weight : normal;
    	color : #fff;
    	text-align : center;
		text-decoration: underline;
		}
		
.headtextsmall a:visited {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 11px;
    	font-weight : normal;
    	color : #fff;
    	text-align : center;
		text-decoration: underline;
		}
		
.headtextsmall a:hover {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 11px;
    	font-weight : normal;
    	color : #fc3;
    	text-align : center;
		text-decoration: underline;
		}		

.headtextmed {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 12px;
    	font-weight : normal;
    	color : #fff;
		text-align : left;
    	}		

.textsmall {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 11px;
    	font-weight : normal;
    	color : #333;
		text-align : left;
    	}

.textsmall sup {
		font-size : 12px;
		}

.textmed {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 12px;
    	font-weight : normal;
    	color : #333;
		text-align : left;
    	}		

table#login {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 12px;
    	font-weight : normal;
    	color : #333;
    	text-align : center;
		border : solid 1px #6D8BBA;
		}

.logintable {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 12px;
    	font-weight : normal;
    	color : #333;
    	text-align : center;
		border : solid 1px #6D8BBA;
		}

table#profile {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 12px;
    	font-weight : normal;
    	color : #333;
		vertical-align : bottom;
		}	
				
div#center {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 12px;
    	font-weight : normal;
		text-align : center;
    	}	


.errormessage, .errormessage P, .errormessage LI {
		font-family : arial, verdana, sans-serif, helvetica, helv;
		font-size : 12px;
    	font-weight : normal;
    	color: #f00;
		}

.AspButton {background: #94acc8; color:#fff; font-weight:bold; cursor:hand}
		
.sortindex { font-size: 11px; line-height: 14px; margin: 0; }

.sortindex dt
{
    font-size : 12px;
    font-weight : bold;
	margin: 0 0 4px 0;
    padding: 0 0 0 0;
    border-bottom: none;
}

.sortindex dd
{
    margin: 0 0 0 9px;
    padding: 0 0 0 11px;
    border-bottom: none;
    background: url(/images/bullet-raquo.gif) 0px .43em no-repeat;
}

.sortindexa
{
    margin: 0 0 0 9px;
    padding: 0 0 0 9px;
    border-bottom: none;
    
}

.sortindex dd a:link, .indexlistn dd a:visited {
	color: #039; text-decoration: none;
}

.sortindex dd a:hover, .indexlistn dd a:active {
	color: #933; /*#b53c08*/ text-decoration: underline;
}

/* Portent 2 Column Layout */
#content-list-wrapper {
	display:block;
	padding-top:25px;
}

#content-list-wrapper ul {
	padding:0;
	margin:0;
	list-style-type: none;
}

#content-list-wrapper ul.no-bullets li {
	background:white;
	padding-left:0px;
}


#content-list-wrapper ul li {
	padding-bottom:6px;
	background:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position: 0em .6em;
	padding-left:9px;
}

.content-list-left {
	display:block;
	float:left;
	width:270px; /*270*/
	border:0;
	padding:0px 10px 0px 0px;	
	margin:0;
}


.content-list-right {
	width:270px; /*190*/
	padding:0px 0px 0px 15px;
	display:block;
	float:right;
	/*border-left:1px solid #ccc;*/

}

/* Download PDF Link - Side Nav */
div#side .download-pdf {
	font-size: 11px;
	width:199px;
	background: #d4d2bb url(/images/pdf-icon.gif) no-repeat 8px .60em;
	margin:0;
	padding:8px 0px 8px 31px;
	border:0px;
}

div#side .download-pdf a, div#side .download-pdf a:link, div#side .download-pdf a:active, div#side .download-pdf a:visited {
	text-decoration:none;
	font-weight:bold;
}

/* Download PDF Link - in body */

a.pdf-arrowb, a.pdf-arrowb:link, a.pdf-arrowb:active, a.pdf-arrowb:visited {
	padding-left:23px;
	background:url(/images/pdf-icon.gif);
	background-position: center left;
	background-repeat:no-repeat;
	text-decoration:underline;
	margin:10px 5px 5px 0px;
	height:21px;
	padding-top:2px;
	padding-bottom:2px;
}


.download-pdf-b {
	display: block;
	/* margin:5px 5px 5px 0px; */
	padding-left:26px;
	background:url(/images/pdf-icon.gif) no-repeat 0px .20em;
	min-height:21px;
	border:0px;
	margin:10px 5px 5px 0px;
	padding-top:0px;
	padding-bottom:6px; 
}

/* .download-pdf-b a, .download-pdf-b a:link, .download-pdf-b a:active, .download-pdf-b a:visited {
	padding-left:23px;
	background:url(/images/pdf-icon.gif);
	background-position: center left;
	background-repeat:no-repeat;
	text-decoration:underline;
	margin:10px 5px 5px 0px;
	height:21px;
	padding-top:2px;
	padding-bottom:2px; 
}*/

/* Search page */

div#search-results td.search-summary {
	width:76px;
	font-size:12px;
	padding-left:15px;
	color:#333;
	padding:10px 0px 0px 10px;
	margin:0px;
	vertical-align:top;
}

* html div#search-results td.search-summary {
	padding:10px 0px 0px 0px;
	p\adding:10px 0px 0px 10px;
	}
	
	
.percent {
	float:left;
	display:block;
	margin:0;
	padding:0px 3px 0px 0px;
}

.color-bar {
	width:35px;
	height:7px;
	border:0;
	background-color:#ccc;
	overflow:hidden;
	display:block;
	margin:5px 0px 5px 0px;
	padding:0;
}

.color-percent {
	background:#993333;
	height:7px;
}

.gray {
	color:#999;
}

h2.underline,
div#search-results h2 {
	display:block;
	border-bottom:1px solid black;
	margin:30px 0px 5px 0px;
	padding:0px 0px 1px 0px;
	font-size:12px;	
	color:#333;
}

/* --------------------------------------------------------- REQUEST FORM -------------------- */

#request-form-page {
	width:365px;
	padding:0px;
	margin:0px 0px 20px 0px;
}

#request-form-page td.label {
	vertical-align:middle;
	text-align:right;
}


#request-form-page input.req-field {
	width:274px;
	padding:2px 2px 2px 2px;
	border:1px solid black;
}

.req-send {
	height:30px;
	vertical-align:middle;
	padding:5px;
	margin-left:115px;
}

.req-send input {
	background-color:#e78f20;
	color:#fff;
	border:0;
	padding:2px 5px 2px 5px;
}

.req-comments {
	width:274px;
	padding:2px 2px 2px 2px;
	border:1px solid black;
	height:175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* PullQuote/box styles */
 
.pullquote-left-wrapper {
 width:233px;
 border:1px solid #dddce1;
 height:auto;
 color:#333;
 float:left;
 display:block;
 margin:5px 10px 0px 0px;
 padding:5px;
}
 
.pullquote-right-wrapper {
 width:233px;
 border:1px solid #dddce1;
 height:auto;
 color:#333;
 float:right;
 display:block;
 margin:5px 0px 0px 10px;
 padding:5px;
}
 
.pullquote-content {
 padding:15px 15px 10px 15px;
 margin:0;
 color:#333;
 display:block;
 font-size:11px;
 width:203px;
 border:0;
 background:#ccc;
}
 
* html .pullquote-content {
 width: 233px; 
 w\idth:203px;
} 
 
 
 
.pullquote-content h1, 
.pullquote-content h2, 
.pullquote-content h3, 
.pullquote-content h4 {
 font-size:11px;
 margin:0;
 padding:0;
}

.contextHelp
{
	position: absolute;
	background-color: #e3ffe7; /*#fffacd; #b0c4de;*/
	border: solid 1px #000;
	padding: 5px;
	width: 150px;
}
		
.contextHelp h1 
{
	font-size:12px;
}

/* Crumb Table */
.crumbtable
{
	width:760px;
}

.crumbcell
{
	vertical-align:top;	
	width:700px;
	padding-right: 5px;
}

.infocell
{
	vertical-align:top;	
	width:230px;
}

.headlinecell
{
	vertical-align:bottom;	
}

.bordercell
{
	height:8px;
	background: url(/images/div_horizontal.gif) repeat-x;
}

/* IE5 Layout Hacks */
body#wide div#main {
	float: left;
 	margin: 0;
 	width: 732px; /*for IE5 Win */
 	padding:5px 14px 30px 14px; /* padding: 20px 25px 0 5px; */
	voice-family: "\"}\"";
	voice-family: inherit;
 	width: 702px;
 }
