@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	background-color: #C8CFB4;
	background:#F5F5F4;
	margin: 0px;
}
div#container {
	text-align: left;
	margin: 0px auto;
	width: 910px;
	background-color: #FFFFFF;
}

div#submenucontainer{
padding:10px 20px 0px 0px;
}

div#headerimagediv{
padding:0px 0px 0px 20px;
}

tr#headertr{
height:80px;

}


td {
	color:#9C9C9C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	
	}

	#box1{

  	color:#9C9C9C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:6px;


  
  } 
	
	h2{
  font-size:14px;
  color: #777777;
  padding-top: 10px;
  }
	
ul#breadcrumb {
float:left;
font-family:verdana,arial,sans-serif;
font-weight:bold;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:4px;
padding:1px 0px 5px 15px;
text-align:left;
}
ul#breadcrumb li {
color:#777777;
display:inline;
font-size:10px;
font-weight:bold;
padding-right:5px;
}
ul#breadcrumb li h2 {
display:inline;
} 


ul#breadcrumb a {
color:#0698e3;
padding-left:4px;
text-decoration:none;
}
ul#breadcrumb a:hover {
color:#777777;
text-decoration:underline;
}

h2#sidebarheading{
padding:10px 0px 10px 30px;
margin:0px;
color: rgb(6, 152, 227);
font-size:16px; 
}

.bg_homebox {
padding-left:10px;
padding-top:0px;
}

.bg_homebox1 {

padding-left:10px;
padding-top:23px;
}



.bg_homebox1 ul, div#contactus, div#newsarticles{
padding-left:30px;
}

div#newsarticles{
padding-right:36px;
}

li.treeviewFolderLi{
padding:5px 0px;
list-style-type:none;

}


li.treeviewFolderLi a:link, li.treeviewFolderLi a:active, li.treeviewFolderLi a:visited,li.treeviewFolderLi a:hover {
color:#777777;
text-decoration:none;

}
li.treeviewFolderLi a:hover {
text-decoration:underline;
}

ul#objTree1{
margin-top:0px;
padding-left:34px;
}


div#navbar{
padding-top:10px;
height:30px;
width:100%px;
background:transparent url(/images/slice3.jpg) repeat-x scroll bottom center;
text-align:center;
}

div#breadcrumbdiv{
height:24px;
width:100%px;
padding-top:5px;
padding-bottom:5px;
background:transparent url(/images/slice6.jpg)  no repeat scroll bottom center;
}

.bg_homebox2 {
padding-left:5px;
padding-top:10px;
}

a:link, a:active, a:visited, a:hover {
color:#9C9C9C;
text-decoration:none;

}
a:hover {
text-decoration:underline;
}

tr.trtop, tr.trtitle{
background:transparent url(/images/bghome_up.jpg) no-repeat scroll 0 0;
}
tr.trbottom, tr.trfooter{
background:transparent url(/images/bghome1_down.jpg) no-repeat scroll 0 0;
}
tr.trmiddle,tr.trcontent{
background:transparent url(/images/bghome_mid.jpg) repeat-y scroll 0 0;

}

/*tr.trtitle{
background:transparent url(/images/bg_home_up1.jpg) no-repeat scroll 0 0;
}
tr.trfooter{
background:transparent url(/images/bg_home_down1.jpg) no-repeat scroll 0 0;
}
tr.trcontent{
background:transparent url(/images/bg_home_mid1.jpg) repeat-y scroll 0 0;

}*/

td.boxpad div{
padding-left:20px;

}
img.titleimg{
margin-left:-8px;
}

div#contactus, div#newsarticles{
line-height:18px;
}

div#pagecontent{
padding:0px 20px;
}

div#cpright{
float:right; 
width:250px;
padding-right:20px;
text-align:right;
color: #ffffff;
}

#footernav{
float:left;
padding-left:20px; 
}

td.footer{
background:transparent url(/images/bg_footer.jpg) repeat-x scroll 0 0;

text-align:center;
}

a.sortheader{
color:#FFFFFF;
}
<style type="text/css">
body {
	text-align: center;
	background-color: #C8CFB4;
	margin: 0px;
}
div#container {
	text-align: left;
	margin: 0px auto;
	width: 100%px;
	background-color: #FFFFFF;
}
  
#menu ul {
	margin: 0;
	padding: 1;
	list-style: none;
	z-index: 900;
	
}
#menu li {
/* all list items */
	float: left;
	position: relative;
	width: 9em;
	z-index: 900;
}
#menu li ul {
/* second-level lists */
	position: absolute;
	display: block;
	top: 2em;
	left: 0;
	z-index: 999;
}
#menu li>ul {
/* to override top and left in browsers other than IE */
	top: auto;
	left: auto;
	z-index: 999;
}
#menu li ul li ul {
/* third-level lists */
	position: absolute;
	display: block;
	top: 0;
	left: 9em;
		z-index: 999;
}
/* Fix IE. Hide from IE Mac \*/
* html #menu ul li {
	float: left;
	height: 1%;
		z-index: 999;
}
* html #menu ul li a {
	height: 1%;
}
/* End */
#menu li:hover ul {
	display: block;
		z-index: 999;
}
#menu li:hover>ul {
	visibility: visible;
}
#menu ul ul {
	visibility: hidden;
}
/* Make-up syles */
#menu ul, li {
	margin: 0 0 0 0;
		z-index: 999;
}
/* Styles for Menu Items */
#menu ul a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
/* IE6 Bug */
	padding: 5px;
		z-index: 999;
}
/* Hover Styles */
#menu ul a:hover {
	color: #E2144A;
	background: #f9f9f9;
}
/* Sub Menu Styles */
#menu li ul a {
	text-decoration: none;
	color: #77F;
	background:  #f5f5f4;
/* IE6 Bug */
	border: 1px solid #ccc;
	padding: 5px;
}
/* Sub Menu Hover Styles */
#menu li ul a:hover {
	color: #E2144A;
	background: #f9f9f9;
}
/* Icon Styles */
#menu li a.submenu {
	background:  url("Indecon_files/slice.jpg") repeat-x right;
}
#menu li a.submenu:hover {
	background: #f9f9f9 url("Indecon_files/slice.jpg") repeat-x right;
}
#menu li ul a.submenu {
	background: #fff url("Indecon_files/slice.jpg") repeat-x right;
}
#menu li ul a.submenu:hover {
	background: #f9f9f9 url("Indecon_files/slice.jpg") repeat-x right;
}
    

 

   
#menu1 ul {
	margin: 0;
	padding: 1;
	list-style: none;
	z-index: 900;
}
#menu1 li {
/* all list items */
	float: left;
	position: relative;
	width: 9em;
	z-index: 900;
}
#menu1 li ul {
/* second-level lists */
	position: absolute;
	display: block;
	top: 2em;
	left: 0;
	z-index: 999;
}
#menu1 li>ul {
/* to override top and left in browsers other than IE */
	top: auto;
	left: auto;
}
#menu1 li ul li ul {
/* third-level lists */
	position: absolute;
	display: block;
	top: 0;
	left: 9em;
}
/* Fix IE. Hide from IE Mac \*/
* html #menu1 ul li {
	float: left;
	height: 1%;
}
* html #menu1 ul li a {
	height: 1%;
}
/* End */
#menu1 li:hover ul {
	display: block;
}
#menu1 li:hover>ul {
	visibility: visible;
}
#menu1 ul ul {
	visibility: hidden;
}
/* Make-up syles */
#menu1 ul, li {
	margin: 0 0 0 0;
}
/* Styles for Menu Items */
#menu1 ul a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
/* IE6 Bug */
	padding: 5px;
	border: 0px solid #ccc;
}
/* Hover Styles */
#menu1 ul a:hover {
	color: #E2144A;
	background: #f9f9f9;
}
/* Sub Menu Styles */
#menu1 li ul a {
	text-decoration: none;
	color: #024369;;
	background:  #f5f5f4;
/* IE6 Bug */
	border: 1px solid #ccc;
	padding: 5px;
}
/* Sub Menu Hover Styles */
#menu1 li ul a:hover {
	color: #E2144A;
	background: #f9f9f9  url("/images/slice6.jpg") repeat-x right;;
}
/* Icon Styles */
#menu1 li a.submenu {
	background: #f7f7f7; 
}
#menu1 li a.submenu:hover {
//	background: #f9f9f9 url("/images/slice8.jpg") repeat-x right;
}
#menu1 li ul a.submenu {
//	background: #fff url("Indecon_files/slice.jpg") repeat-x right;
}
#menu1 li ul a.submenu:hover {
//	background: #f9f9f9 url("Indecon_files/slice.jpg") repeat-x right;
}

#foothead{

background: #fff url("/images/fot.jpg") repeat-x right;
color: #ffffff;

height:80px;
}
.bg_sub_sep_shdw {
padding-top: 20px;
background:transparent url(/images/bg_sub_sep_shdw.jpg) repeat-y scroll 0 0;
}
.bg_heading{
border-color :  #B3B3BC;

}
#story{
background :  #BDBEB8;
}
#leftnavsub{
/*padding-right:50px;*/
}

div.listelement{
float:left;
width:150px;

}
div.listimg{
float:left;
width:10px;
}

a.submenu{
font-size:13px;
}
#submenu1{
font-size:13px;
}
