/* CSS Document */


body {
	margin: 0;
	font: 0.8em/110% Arial, Helvetica, sans-serif;
	min-width: 770px;
	background: #D4D0C8;
}

select {
	font-size: 10px;
}

body,
#container {
	width: expression((d=document.compatMode=="CSS1Compat"? document.documentElement : document.body) && (d.clientWidth < 770 ? "770px" : "auto"));
}

#container {
	background: #FFFFFF;
}

div#header {
	background: #ffffff url(../images/bar_gradient.jpg) repeat-y top left;
	border-bottom: 3px solid #993333;
}

div#navigation {
	background: #333333;
	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;
}

/* custom css start */

td.border_left.border_right.center {
	text-align: center;
}

button.hide_btn {
	display: none;
}

td.border_left.border_right.color-red {
    color: #d60c0c;
	background: #ffeded;
    font-weight: bold;
    text-decoration: underline;
}

.show-for-sr,
.show-on-focus {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0;
}

.h1-cls {
	color: rgb(24, 103, 190);
	font-weight: bold;
}

.h4-cls {
	font: bold 1em Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	padding: 0 6px;
	background: url(../images/bg_title_sm.jpg) left repeat-y;
	border: 0px;
	color: #000;
	height: auto;
	margin-block-start: 0.67em;
	margin-block-end: 0.67em;
}
.top-menu.active_top_menu_url {
    text-decoration: underline !important;
}
.active_top_menu_child_url {
    color: #993333 !important;
}
/* custom css end */
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: #05225A;
}

blockquote a:visited {
	font-weight: bold;
	color: #841414;
}

.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: 21em;
	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;
	color: #fff;
	text-decoration: none; 
    padding: 9px 6px;
}
#nav a:focus {
    text-decoration: underline;
}
#nav a:hover {
    text-decoration: underline;
}
#nav a[target="_blank"]:after {
    content: "\f08e";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 5px;
}
#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: 21em;
	z-index: 1000;
}

#nav li ul li a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	display: block;
	padding: 0px;
}

#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.left_align_img {
	float: left;
}

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: underline;
	text-decoration-color: transparent;
}

#footer a:hover,
#footer a:active {
	text-decoration: underline;
}

#footer p {
	margin: 10px 0 0 0;
}


/* FOR PRINT */
img#img_title_print {
	display: none;
}

img#img_title {
	/*display: block;*/
}

#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 */

-->
.external-link-container>a:after{
	content: "\f08e";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 5px; 
    line-height: 25px; 
}

.main-content-area a[target="_new"]:after{
	content: "\f08e";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 5px;  
}
a.top-menu.active_top_menu_sub_menu+table ul, a.top-menu.active_top_menu_sub_menu+ul {
    left: auto !important;
}