/* CSS Document */

<!--
body { 
	margin: 0; 
	font: 0.8em/110% Arial, Helvetica, sans-serif;
	min-width: 740px;
	}
select { font-size:10px; }

body, #container {width:expression(
	(d = document.compatMode == "CSS1Compat" ? document.documentElement : document.body) &&
	(d.clientWidth < 740 ? "740px" : "auto"));
	}
div#header { 
	background: #ffffff url(../images/bar_gradient.jpg) repeat-y top left; 
	border-bottom: 3px solid #993333;
	}
div#navigation {
	background: #999999;
	height: 30px;
	vertical-align: middle;
	}	
div#navigation a img { border: 0; }	
div#breadcrumb {
	font-size: 85%;
	}	
div#breadcrumb a:link, div#breadcrumb a:active { font-size: 1.2em !important; }	
div#breadcrumb a:hover { color: #3399ff !important; }
div#breadcrumb a:visited { color: #666666; font-size: 1.2em; }

div#wrap_content {
	padding: 25px;
	}	
	
h2 {
	border-top: 4px solid #0066cc;
	border-bottom: 1px dotted #CCCCCC;
/*	padding: 0 0 1px 0;
	_padding: 2px 0 0 0;*/
	padding: 2px 0;
	_padding: 4px 0 0 0;
	height: 29px;
	line-height: 26px;
	margin-top: 10px; 
	margin-bottom: 4px;
	color: #0066cc;
	font-size: 1.4em;
	vertical-align: middle;
	}	
h2 img { margin-right: 10px; }
h4 { 
	font: bold 1em Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	padding: 0 6px;
	background: url(../images/bg_title_sm.jpg) left repeat-y;
	}	
blockquote, div.div_indent { margin: 0 0 30px 30px; }	

blockquote a:link, blockquote a:link { 
	text-decoration: none;
	font-weight: bold;
	}
blockquote a:hover { color: #3399ff; }	
blockquote a:visited { font-weight: bold; }
.unbold { font-weight: normal !important; }

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0 0 0 3px;
	list-style: none;
	line-height: 1;
}

#nav ul { 
	border-top: 1px solid #999999; 
	_border-top: 1px solid #ffffff; 
	padding-top: 2px; 	
	top: 134px;
	_top: 138px;
	position: absolute;
	background: #cccccc;
	width: 20em;
	left: -999em;  /*using left instead of display to hide menus because display: none isn't read by screen readers */
	}
#nav a {
	display: block;
	width: auto;
	}
#nav li { /* all list items */
	float: left;
	/*width: 10em;  width needed or else Opera goes nuts */
	}
#nav li ul { /* second-level lists */
	z-index: 1000;
	}
#nav li ul li {
	padding: 3px 4px;
	/*padding: 5px 4px;*/
	border-bottom: 2px solid #ffffff;
	display: block;
	width: 20em;
	z-index: 1000;
	}
#nav li ul li a { 
	text-decoration: none; 
	color: #000000;
	font-weight: bold;
	display: block;
	}	
#nav li ul li a:hover { 
	text-decoration: none; 
	color: #993333;
	font-weight: bold;
	}	
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}
	
	
/* LIST OF STANDARD ISSUES */
ul.ul_issues {
	list-style: none;
	_list-style-image: url(../images/list.gif) ;
	margin-left: 0;
	_margin-left: 20px;
	padding-left: 1em;
	text-indent: -1em;	
	}
	
ul.ul_issues li:before {
	content: "\003E \0020";
	color: #993333;
	font: Verdana;
	font-weight: bold;
	padding-right: 0.5em;
	}
ul.ul_issues li {
	line-height: 1.4em;
	}	
ul.ul_issues p {
	margin: 1.8em 0 0.5em 18px;
	_margin: 1.8em 0 0.5em 9px;
	font-size: 1.7em;
	color: #993333;
	}	

/* End LIST OF STANDARD ISSUES */
	
	
table.tb_underdev { 
	width: 100%; 
	/*border-style: thin groove; */
	}	
	
table.tb_underdev th {
	background: #71AAFF;
	/*border-top: thin groove #999999;*/
	border-bottom: thin groove;
	text-align: left;
	padding: 0 25px 0 3px;
	white-space:nowrap;
	}
	
table.tb_underdev td {
	vertical-align: top;
	padding: 5px 5px 5px 3px;
	border-bottom: 1px solid #DCDCDC;
	}
#progW {
	width:130px !important;
	_width:90px !important;
	padding:5px 45px 5px 3px !important;
	}	
	
.border_left { border-left: 1px solid #999999; }	
.border_right { border-right: 1px solid #999999; }	
	
		

form.fm { margin: 0; display: inline; }

.va_middle { vertical-align: middle; }
img.img_info { margin-right: 15px; /*margin-left: 4px; */}

div.adobe { 
	margin: 50px 0 10px 0;
	padding: 10px;
	border: 1px solid #CCCCCC;
	font-size: 0.85em;
	}
div.adobe span { font-weight: bold; }	
div.adobe p { margin: 0 0 10px 0; }

img { border: none; }
img.img_left { 
	float: left; 
	margin-right: 28px; 
	margin-bottom: 13px;
	_margin-bottom: 0;
	}
	
img.img_right {
	float: right;
	margin-right: 15px;
	margin-top: 5px;
	}	


/* FOOTER */
#footer { 
	background:#333333; 
	margin:0; 
	bottom:0; 
	padding: 10px 0; 
	text-align:center; 
	font-size:0.85em;
	color:#CCCCCC;
	border-top:3px solid #993300;
	}
#footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
#footer a:hover, #footer a:active {
	text-decoration:underline;
	}
#footer p {
	margin:10px 0 0 0;
	}	



/* FOR PRINT */
img#img_title_print { display: inline; }
img#img_title { display: none; }
img.img_notPrint { display:none; }


ul#nav { display: inline; }

#opt_main { display: none; }
#opt_comm { display: none; }
#opt_const { display: none; }
#opt_elec { display: none; }
#opt_energy { display: none; }
#opt_envir { display: none; }
#opt_gas { display: none; }
#opt_life { display: none; }
#opt_quality { display: none; }
/* FOR PRINT */

-->