body
{
	margin:0px 0 0 0px;
	padding:0px 0 0 0px;
	background:#000438;
}

#header
{
	width:800px;
	height:150px;	
	margin:0px 0 0 0px;
	padding:0px 0 0 0px;
	border:0px solid #ACACAC;
}
#headerLeft
{
	width:142px;
	height:150px;	
	margin:0px 0 0 0px;
	padding:0px 0 0 0px;
	float:left;
	border:0px solid red;
}
/*--------headerLeft End---------*/

/*--------headerRight Start---------*/
#headerRight
{
	width:658px;
	height:140px;	
	margin:0px 0 0 0px;
	padding:0px 0 0 0px;
	float:left;
	border:0px solid red;
}
#headerRight ul.top
{
	
	text-align:right;
	margin:80px 0px 0 0px;
	padding:0px 10px 0 0px;
	border:0px solid yellow;
	font-family:Trebuchet MS, Arial, "sans-serif";
	font-size:12px;
	color:#50515b;
	float:right;
	font-weight:normal;
	text-transform:capitalize;
}
#headerRight ul.top li
{
	display:inline;
	margin-left:1px;
	margin-right:1px;
	
}
#headerRight ul.top li a
{
	text-decoration:none;
	color:#fff;
}
#headerRight ul.top li a:hover
{
	
	color:#fff;
	border-bottom:1px dotted #aaabab;
	
}

/*------Topnavigation--------*/
/*#Topnavigation
{	 
	float: left;
	margin: 11px 0 0 1px;
	padding:0px 0 0 0px;
	width:568px;
	border:0px solid red;
	background:url(/images/topnavigationBg.gif) no-repeat;
		 
}

#Topnavigation a
{
color: #fff;
background:none;
text-decoration: none;
padding-left: 0px;
line-height:31px;
font:bold 12px Trebuchet MS, Arial, sans-serif; text-transform:capitalize;

}

#Topnavigation a span
{
	background: none;
	padding-right: 0px;
	line-height:31px;
}

#Topnavigation a, #Topnavigation a span
{
	display: block;
	float: left;
}

/* Hide from IE5-Mac \*/
/*#Topnavigation a, #Topnavigation a span
{
float: none
}*/
/* End hide */

/*#Topnavigation a:hover
{
	color: #fff;
	background: none;
	padding-left: 0px;

}

#Topnavigation a.currentTabLink
{
	color: #fff;
	background: none;
	padding-left: 0px;

}

#Topnavigation a:hover span
{
	background: none;
	padding-right: 0px;
}

#Topnavigation a.currentTabLink span
{
	background: none;
	padding-right: 0px;
}

#Topnavigation ul
{
	list-style: none;
	padding: 0px 0 0 0px;
	margin:  0px 0 0 0px;	
	float: left;
	width:568px;
}

#Topnavigation li
{
	float: left;
	margin: 0px 0px 0 0px;
	background:none;
	list-style-type:none;
	border:0px solid red;
} */

 #menu_container {margin:20px 0 0 0px; border: red 0px solid; width:568px; height:30px; background:gray;}
/*#menu_container {margin:0px 0 0px 0px; border: red 0px solid; width:900px;  height:24px; float:right;padding:0px;z-index:10000;}*/
#pmenu, #pmenu {width:568px; padding:0; margin:0px 0 0 0px; }

#menu_container  ul li.midLine{width:4px; background: url(/images/header-mid-line.gif) 0px 8px  no-repeat;}


/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none;float:right; border:0px solid red;}

/* Set up the link size, color and borders  style = "width:120px;" */
#pmenu a, #pmenu a:visited {display:block;  font-size:10px; font-weight: normal; color:#dfdfdf; height:30px; line-height:30px; text-decoration:none; text-indent:5px; border:0px solid #fff; border-width:0px 0 0px 0px;
font-family: Arial, "Trebuchet MS",  sans-serif; text-transform:uppercase;

}

/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {border-width:0 1px 1px 1px;text-align:left;}
#pmenu li a.enclose, #pmenu li a.enclose:visited {border-width:0 1px 1px 1px; }

/* Set up the list items */
#pmenu li {float:left; background:gray; border:0px solid red;}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}
/* Make the hovered list color persist */
#pmenu li:hover > a {background:#978331; color:#dfdfdf;}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(/images/spacer.gif); width:120px;}
/* Position the first sub level beneath the top level liinks */
#pmenu > li:hover > ul {left:-30px; top:16px;}

/* get rid of the table */
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; }

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {position:relative; background:#978331; color:#dfdfdf;}

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {background:#3f3b37; color:#dfdfdf;}

/* Set up the pointers for the sub level indication */
#pmenu li.fly {background:#3f3b37 ;}
#pmenu li.drop {background: ;}


/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif);}

/* keep the third level+ hidden when you hover on first level link */
#pmenu li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#pmenu li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#pmenu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
visibility:visible; left:-30px; top:14px; left:-31px; top:15px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#pmenu li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:120px;
}
/* make the fourth level visible when you hover over third level link */
#pmenu li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}


/*--------headerRight End---------*/
/*--------header End---------*/

/*--------banner start---------*/
#banner
{
	
	width:800px; 
	height:199px;
	margin:0px 0 0 0px;
	padding:0px 0 0 0px;
	border-bottom:0.5px solid #36374c;
	background:#030000;
}
/*--------banner End---------*/
/*--------body content start---------*/


#bodycontentarea	
{
	width:800px;
	height:Auto;
	padding:0;
	margin:0;
	border-top:1px solid #36374c;
	border-bottom:0px solid #36374c;
	background-color:#00032d;
}


#contentleft

{
	width:230px;
	height:auto;
	border:0px solid red;
	float:left;
	margin:0px 0 0 0px;
	padding:0px 10px 0 0px;
}

#contentleft h1

{
	font-family:Times New Roman;
	font-size:25px;
	font-weight:normal;
	color:#fff;
	border:0px solid red;
	float:left;
	padding:30px 0 0 0px;
	margin:0px 0 0 0px;
}
#contentleft h1 span

{
	font-family:Times New Roman;
	font-size:25px;
	font-weight:bold;
	color:#fff;
	border:0px solid red;
}
#contentleft p

{
	font-family:Times New Roman;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	border:0px solid red;
	float:left;
	margin:0px 0 0 0px;
	padding:8px 0 0 0px;
	text-align:left;
}

/*--------body content End---------*/

/*--------body right start---------*/

#contentRight

{
	width:540px;
	height:auto;
	border:0px solid blue;
	margin:0px 0 0 0px;
	padding:0px 0 0 10px;
	float:left;
	background:none;
}
#rightimage
{
	width:210px;
	height:180px;
	margin:20px 0 0 0px;
	padding:0px 0 0 0px;
	border:2px solid #5b5b5b;
	background-color:#003600;
	background:url(/images/news-box.gif)  repeat-x;
	float:left;
	

}
#feature-product
{
	width:210px;
	height:180px;
	margin:20px 0 0 20px;
	padding:0px 0 0 0px;
	border:2px solid #5b5b5b;
	background-color:#003600;
	background:url(/images/news-box.gif)  repeat-x;
	float:left;
	text-align:center;
}
#feature-product table 
{
	text-align:left;
	font-size:11px;
	border:px solid red;
	color:#ffffff;	
	margin:20px 0px 0px 0px;
	font-family:Times New Roman;

		
}
#feature-product p
{
color:#FFFFFF;
text-align:center;
font-family:Times New Roman;
font-weight:bold;font-size:20px;
padding:0px 0 0 0px;
margin:5px 0 0 0px;
}
#feature-product .project
{
	color:#000066;font-family:Times New Roman;font-weight:bold;font-size:15px;
}
.newsupdate
{
	height:20px;
	text-align:left;
	padding-left:3px 0 0 0px;
	color:#FFFFFF;
	font-family:Times New Roman;
	font-weight:normal;font-size:20px;
	border:0px solid red;
}
.newsupdate p
{
	color:#FFFFFF;
	text-align:center;
	font-family:Times New Roman;
	font-weight:bold;font-size:20px;
	padding:0px 0 0 0px;
	margin:5px 0 0 0px;
}

.newsupdate table 
{
text-align:left;
font-size:11px;
border:px solid red;
color:#000066;	
margin:30px 0px 0px 0px;
font-family:Times New Roman;
}

#flashanimation
{
	width:500px;
	height:370px;
	border:0px solid red;
	margin:40px 0 0 3px;
	padding:0px;
	text-align:left;
	background:#00032d;
}
.date{
font-family:Times New Roman;
color:#fff;
font-weight:normal;font-size:14px;
}
/*------Body End-----*/
/*----Footer Start---*/
#Footer
{
	margin:30px 0 0 0px;
	padding:0px;
	width:800px;
	border:0px solid red;
	height:	43px;
	background:url(/images/subfooterBgPattern.gif) repeat-x;
	padding-top:0px;
	
}
#Footer h5
{
	color:#e96d1f; 
	font:bold 13px/26px  Times New Roman; 
	margin:0px 0 0 0px;
	text-align:right;
	padding-right:20px;
}

#Footer p
{
	color:#646464; 
	font:11px/22px Times New Roman; 
	text-transform:normal;
	margin:0px 0 0 0px;
	padding-left:0px;
	padding-top:0px;
	line-height:14px;
	padding-right:0px;
	font-family:Times New Roman;
}
#Footer p span
{
	color:#b1b1b1; 
	
}
#Footer p a
{
	color:#646464; 
	text-decoration:none;
	}


/*----------subinner-------*/
#bodycontentareaSub	
{

width:800px;
padding:0;
margin:0;
border-top:1px solid #36374c;
border-bottom:1px solid #36374c;
background-color:#00032d;
}
#bodycontent{
	width:755px;
	float:left;
	margin:0px 0 20px 12px;
	padding:0px 10px 0 0px;
	border:0px solid red;
}
#bodycontent h1

{
	font-family:Times New Roman;
	font-size:25px;
	font-weight:normal;
	color:#fff;
	border:0px solid red;
	padding:25px 0 0 0px;
	margin:0px 0 0 0px;
	text-align:left;
}
#bodycontent h1 span

{
	font-family:Times New Roman;
	font-size:25px;
	font-weight:bold;
	color:#fff;
	border:0px solid red;
}
#bodycontent h2

{
	font-family:Times New Roman;
	font-size:22px;
	font-weight:normal;
	color:#fff;
	border:0px solid red;
	padding:10px 0 0 0px;
	margin:0px 0 0 0px;
	text-align:left;
}

#bodycontent td
{
	font-family:Times New Roman;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	
	color:#fff;
	text-align:left;
}

#bodycontent p

{
	font-family:Times New Roman;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	border:0px solid red;
	margin:0px 0 0 0px;
	padding:8px 0 0 0px;
	text-align:left;
	color:#fff;
}
/************************************************************************************************/
#subcontentleft1

{
	width:230px;
	min-height:300px;
	float:left;
	margin:10px 15px 0 0px;
	padding:0px 0px 0 0px;
	border:0px solid orange;
}
#subcontentleft1 .leftimg

{
	width:230px;
	float:left;
	margin:0px 0px 0 0px;
	padding:0px 0px 0 0px;
	border:0px solid orange;
}
#subcontentleft
{
	/*width:500px;*/
	float:left;
	margin:0px 0 0 0x;
	padding:0px 0px 0 5px;
	border:0px solid blue;
}

#subcontentleft h1

{
	font-family:Times New Roman;
	font-size:25px;
	font-weight:normal;
	color:#fff;
	border:0px solid red;
	padding:25px 0 0 0px;
	margin:0px 0 0 0px;
	text-align:left;
}
#subcontentleft h1 span

{
	font-family:Times New Roman;
	font-size:25px;
	font-weight:bold;
	color:#fff;
	border:0px solid red;
}
#subcontentleft h2

{
	font-family:Times New Roman;
	font-size:22px;
	font-weight:normal;
	color:#fff;
	border:0px solid red;
	padding:10px 0 0 0px;
	margin:0px 0 0 0px;
	text-align:left;
}

#subcontentleft td
{
	font-family:Times New Roman;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	
	color:#fff;
	text-align:left;
}

#subcontentleft p

{
	font-family:Times New Roman;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	border:0px solid red;
	margin:0px 0 0 0px;
	padding:8px 0 0 0px;
	text-align:left;
	color:#fff;
}

#currentdevelopmentimage

{
/*background:url(/images/current_development.jpg);*/
/*width:127px;height:128px;
*/
width:800px;
height:120px;
float:left;
border:0px solid red;
text-align:center;
margin-top:20px;


}

#image_1
{
background:url(/images/image_1.jpg);
width:145px;
height:92px;
float:left;
margin-top:21px;
margin-left:7px;
padding:0;
border:0px solid red;

}

#image_2
{
background:url(/images/image_2.jpg);
width:145px;
height:92px;
float:left;
margin-top:21px;
margin-left:7px;
padding:0;
border:0px solid red;

}

#image_3
{
background:url(/images/image_3.jpg);
width:144px;
height:92px;
float:left;
margin-top:21px;
margin-left:7px;
padding:0;
border:0px solid red;

}

#image_4
{
background:url(/images/image_3.jpg);
width:145px;
height:92px;
float:left;
margin-top:21px;
margin-left:7px;
padding:0;
border:0px solid red;

}

.sub_heading 
{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

#breadcrumb {
	font-family: Times New Roman;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color:#fff;
	text-decoration:none;
	height:15px;
	float:left;
}
#breadcrumb a{
	
	color: #fff;
	text-decoration:none;
}

#breadcrumb a:hover{
	text-decoration: underline;
}

.prompt{
font-size:12px;
color:#fff;
font-family: Times New Roman;
border-color:#fff;

}

.sitemap a{
color:#fff;
font-family: Times New Roman;
font-size: 12px;
text-decoration:none;
}
.sitemap a:hover{
color:#fff;
font-family: Times New Roman;
background:#6c2b19;
text-decoration:none;
}

.links_new {text-decoration: underline; font-size: 11px; color: #693F87;
}

a.links_new:hover { text-decoration: underline; font-size: 11px; color: #BDC3F5;
}

/* Root = Horizontal, Secondary = Vertical */
#headerRight ul#navmenu-h {
  margin: 21px 0 0 0px;
  padding: 0;
  width: 620; /*For KHTML*/
  list-style: none;
  height: 30px;
  border:0px solid red;
  float:right;
  
}

#headerRight ul#navmenu-h li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 30px;
  border:0px solid blue;
}

#headerRight ul#navmenu-h ul {
  margin: 0;
  border: 0 none;
  padding: 0;
 /*width: 160px;*/
  list-style: none;
  display: none;
  position: absolute;
  top: 31px;
  left: 0;
}

#headerRight ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#headerRight ul#navmenu-h ul li {
  /*width: 160px;*/
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  text-align:left;
  border-bottom: 1px solid #737373;
}

/* Root Menu */
#headerRight ul#navmenu-h a
{
  border-right: 1px solid #737373;
  border-bottom: 1px solid #737373;
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #eee url(/images/topnavigationBg1.gif) repeat-x;
  color: #fff;
  font: bold 12px/30px Times New Roman;
 text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
#headerRight ul#navmenu-h a:hover,
#headerRight ul#navmenu-h li:hover a,
#headerRight ul#navmenu-h li.iehover a {
  background: #616161;
  color: #FFF;
}

/* 2nd Menu */
#headerRight ul#navmenu-h li:hover li a,
#headerRight ul#navmenu-h li.iehover li a {
  float: none;
  background: #EEE;
  color: #666;
  font: bold 11px/30px Times New Roman;
}

/* 2nd Menu Hover Persistence */
#headerRight ul#navmenu-h li:hover li a:hover,
#headerRight ul#navmenu-h li:hover li:hover a,
#headerRight ul#navmenu-h li.iehover li a:hover,
#headerRight ul#navmenu-h li.iehover li.iehover a {
  background: #eee url(/images/topnavigationBg1.gif) repeat-x;
  color: #FFF;
}

/* 3rd Menu */
#headerRight ul#navmenu-h li:hover li:hover li a,
#headerRight ul#navmenu-h li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
#headerRight ul#navmenu-h li:hover li:hover li a:hover,
#headerRight ul#navmenu-h li:hover li:hover li:hover a,
#headerRight ul#navmenu-h li.iehover li.iehover li a:hover,
#headerRight ul#navmenu-h li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
#headerRight ul#navmenu-h li:hover li:hover li:hover li a,
#headerRight ul#navmenu-h li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
#headerRight ul#navmenu-h li:hover li:hover li:hover li a:hover,
#headerRight ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

#headerRight ul#navmenu-h ul ul,
#headerRight ul#navmenu-h ul ul ul {
  display: none;
  position:absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
#headerRight ul#navmenu-h li:hover ul ul,
#headerRight ul#navmenu-h li:hover ul ul ul,
#headerRight ul#navmenu-h li.iehover ul ul,
#headerRight ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

#headerRight ul#navmenu-h li:hover ul,
#headerRight ul#navmenu-h ul li:hover ul,
#headerRight ul#navmenu-h ul ul li:hover ul,
#headerRight ul#navmenu-h li.iehover ul,
#headerRight ul#navmenu-h ul li.iehover ul,
#headerRight ul#navmenu-h ul ul li.iehover ul {
  display: block;
}

a.anchor{
font:12px/22px Times New Roman; 
color:#fff; 
text-decoration:underline;
font-weight:bold;
}
a.anchor:hover{

text-decoration:none;
}
#document{
	width:500px;
	height:276px;
	margin-top:20px;
	padding:0px;
	border:0px solid red;
	float:left;
	color:#fff;
}

#document ul
{
	list-style-type:none;
	display:block;
	padding:0px 0 0 22px;
	border:0px solid #000;
	float:left;
	margin:10px 0 0 0px;
	text-align:left;
}
#document ul li
{
	background:url(/images/tick.gif) no-repeat 6px;
	padding-left:20px;
	padding-top:0px;	
	font-family:Arial, "Trebuchet MS","Bitstream Vera Sans", sans-serif; 
	font-size:12px;
	color:#12F16B;	
	font-weight:normal;
	margin-top:3px;

}

#document ul li a
{
	text-decoration:none;
	color:#12F16B;
}
