


/* texts */
#content strong { color: #333333;}
#content h1 {
	font-size: 2.0em; font-weight: normal; margin: 0 0 20px 0;
}

#content h2 {
	font-size: 1.6em; font-weight: normal; margin: 20px 0;
	line-height:1.2em; font-size: 1.6em; font-weight: normal; padding-bottom: 2px; border-bottom: 1px solid #f48026;
}

#content h3 { font-size: 1.4em; font-weight: bold; margin: 10px 0; }
#content h4 { font-size: 1.2em; font-weight: bold; padding-left: 20px; margin: 10px 0;}
#content h5 { font-size: 1.1em; font-weight: bold; margin: 10px 0; padding-left: 40px; }
#content h6 { font-size: 1.1em; font-weight: bold; margin: 4px 0 0 0; padding-left: 40px; }

#content p { margin: 8px 0 20px 0; font-size: 1.2em; line-height: 20px;}
#content p.intro { font-size: 1.3em; line-height: 1.4em;}






/* lists */
#content ul { list-style: none; margin: 10px 0; padding: 0; font-size: 1.1em; }

#content li { background: url(/01/images/FEDICHEM/items/arrow_gray.gif) 0 5px no-repeat; 

                font-size: 1.2em; line-height: 1.2em; text-indent: 0; padding:0 0 3px 12px; margin: 0 100px 0 0; }

#content li p { font-size: 1.0em; } 

#content ul ul { font-size: 1.0em; padding: 0; margin: 3px 0; }	
#content ul ul li { background: url(/01/images/FEDICHEM/items/dot_gray.gif) 0 3px no-repeat; font-size: 1.0em; padding:0px 0px 3px 12px; margin: 0px 0px 0px 20px; }

#job-info ul li {background:url(/01/images/FEDICHEM/items/dot_gray.gif) 3px 4px no-repeat;}

/* margins */
#content .margin-1 { margin-left: 20px; }
#content .margin-2 { margin-left: 40px; }

/* tables */
#content table { width: 100%; font-size: 1.2em; margin: 5px 0 15px; }  
#content table thead, #content table tbody { margin: 0; padding: 0; border: 0; text-align: left; }

#content table thead th { font-size: 1.5em; font-weight: normal; height: 26px; border-bottom: 1px solid #f48026; line-height: 26px; }

#content table tbody th, #content table tbody td { height: 20px; line-height: 20px; }
#content table tbody th { width: 40%; font-weight: normal; color: #f48026; }

#content table.underlined tr {background: url(/01/images/FEDICHEM/layout/dots.gif) repeat-x bottom;}
#content table.underlined tr td,#content table.underlined tr th {padding-bottom:7px;}

/*
#content table.underlined tbody td ,#content table.underlined tbody th {background: url(/01/images/FEDICHEM/layout/dots.gif) repeat-x bottom;}
*/

/* img */
#content img { display: block; float: left; margin-right: 10px; }
#content img.align_left { display: block; float: left; margin-right: 10px; }
#content img.align_right { display: block; float: right; margin-left: 10px; }

/* new added for hover search */

a.info {
	position:relative;
	color: #676767;
	text-decoration:none;
}
a.info:hover {
	background:none;

}
a.info div {
   display:none;
}


div.mouseover { border:1px solid #40798c; background: #ffffff; padding: 9px; }
div.mouseover, div.mouseover p { font-weight: normal; color: #40798c; }
div.mouseovercursor { cursor:pointer; }
div.mouseover {
	position: absolute;
	left: 0; top: 0;
	width: 230px;
	z-index: 20;
	text-align: left;
/* transparent..	
	-moz-opacity: .93;
	filter: alpha(opacity=95);
*/
}

#searchresults table {
	font-size:1.1em;
	margin:0px 0pt 0px;
	width:100%;
}

.companysearch
{
    font-size:14px;
}

.breadcrumb
{
    margin : 0 0 10px;
}