	/* Developed By Md. Mahmdudul Anam
		anam212001@yahoo.com
	*/

	/* Main Style */

	body{
		background-color: #f0f5f9;
		margin: 0 0 0 0;
		font-family: tahoma;
		font-size: 11px;
		font-style: normal;
		font-weight: normal;
		line-height: 16px;
		color: #6d6c6c;

	}
	
	
	
	
	
	/* Dropdown Menu Start */
		#topmenubar{
		text-align: left;
	    clear: both;
		height:35px;
		border: 0px solid red;
		background:url(../img/menubg.gif) repeat-x 0 0 #ffffff; color:#ffffff;
		position:relative;
		z-index: 5;
		}

	
	ul.topnav {
	    list-style: none;
	    padding: 0 20px;
	    margin: 0;
	    float: left;
	    width: 100%;
	    background: #222;
	    font-size: 1.2em;
	    background: url(../img/menubg.gif) repeat-x;
	}
	ul.topnav li {
	    float: left;
	    margin: 0;
	    padding: 0 15px 0 0;
	    position: relative; /*--Declare X and Y axis base for sub navigation--*/
	}
	ul.topnav li a{
	    padding: 10px 5px;
	    color: #fff;
	    display: block;
	    text-decoration: none;
	    float: left;
	}
	ul.topnav li a:hover{
	    background: url(topnav_hover.gif) no-repeat center top;
	}
	ul.topnav li span { /*--Drop down trigger styles--*/
	    width: 15px;
	    height: 25px;
	    float: left;
	    /* background: url(../img/subnav_btn.gif) no-repeat center top;*/
	}
	ul.topnav li span.subhover {background-position: center bottombottom; cursor: pointer;} /*--Hover effect for trigger--*/
	ul.topnav li ul.subnav {
	    list-style: none;
	    position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	    left: 0; top: 35px;
	    background: #fff;
	    margin: 0; padding: 0;
	    display: none;
	    float: left;
	    width: 170px;
	    border: 1px solid #ccc;
	}
	ul.topnav li ul.subnav li{
	    margin: 0; padding: 0;
	    border-top: 1px solid #252525; /*--Create bevel effect--*/
	    border-bottom: 1px solid #444; /*--Create bevel effect--*/
	    clear: both;
	    width: 170px;
	}
	html ul.topnav li ul.subnav li a {
	    float: left;
	    width: 145px;
	    background: #e58700; url(dropdown_linkbg.gif) no-repeat 10px center;
	    padding-left: 20px;
	}
	html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	    background: #e58700; url(../img/menubg.gif) no-repeat 10px center;
	}
	
	/* End Dropdown Menu */
	
	/* text formatting */
	.content-heading{
	  
	    padding-left: 26px;
		padding-top: 10px;
		color:#e58700;
		font-weight: bold;
		font-size: 14px;
	}
	.content-heading-newsletter-excerpts{
	  
	    padding-left: 20px;
		padding-top: 10px;
		color:#e58700;
		font-weight: bold;
		font-size: 14px;
	}
	
	div.tenderlistpaging
	{
	clear:both;
	display:inline;
	margin:0 auto;
	padding:5px 5px;
	float:left;
	text-align:center;
	width:100%;
	
	}
	
	
	#career table th 
	{
	background:#CCCCCC;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;	
	}
	
	#career table tr td 
	{
	background:#FFFFCC;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;	
	}
	
	
	
	
	
	
		
	.bold-text{
		color: #297ead;
		font-weight: bold;
	}
	
	p{
		 padding-left: 0px;
	}
	.read-more:link{
		text-decoration: underline;
		font-size: 11px;
		color: #297ead;
	}
	.read-more:active{
		text-decoration: underline;
		font-size: 11px;
		color: #297ead;

	}
	.read-more:visited{
		text-decoration: underline;
		font-size: 11px;
		color: #297ead;

	}
	.read-more:hover{
		text-decoration: none;
		font-size: 11px;
		color: #e58700;
	}
	
	.footer-link:link{
		font-size: 11px;
		color:#716b6b;
		text-decoration: none;
	}
	.footer-link:active{
		font-size: 11px;
		color:#716b6b;
		text-decoration: none;
	}
	.footer-link:visited{
		font-size: 11px;
		color:#716b6b;
		text-decoration: none;
	}
	.footer-link:hover{
		font-size: 11px;
		color: #2E7BC3;
		text-decoration: none;
	}
	
	
	/* Start Form */
	.submit-button{
		border: 1px solid #2E7BC3;
		background-color: #eeeeee;
	}
	input {
   		background: #2E7BC3;
   		color: #fff;
   		border-bottom: 1px solid #666;
	   	border-right: 1px solid #666;
	   	border-top: 1px solid #ccc;
   		border-left: 1px solid #ccc;
   }

	input#search {
   		background: #2E7BC3;
   		color: #fff;
   		border-bottom: 1px solid #666;
	   	border-right: 1px solid #666;
	   	border-top: 1px solid #ccc;
   		border-left: 1px solid #ccc;
   		width: 100px;
   }

	
	/* End Form */
	
	
	/*inner style */
	

div.mypaging
{
clear:both;
display:inline;
margin:0 auto;
padding:5px 5px;
float:left;
text-align:center;
width:100%;

}
.pagingcolor a
{
color:#0066CC;
text-decoration:underline;
}

div.paging
{
width:100%;
clear:both;

}
div.paging, div.disabled
{
	display: inline;

}
div.paging a
{
color:#036;
font-weight:bold;
text-decoration:none;
}


	
.newstitle
{
color:#0066CC;
font-size:14px;
font-weight:bold;
font-family:tahoma;
text-align:left;
}

.newsdescription
{

color:#333333;
font-size:12px;
font-family:"Courier New", Courier, monospace;
text-align:left;
}

.clientsandpartners a{
color:#666666;
font-size:12px;
}

.clientsandpartners a:hover{
color:#e58700;
font-size:12px;
}



/* Dropdown Menu Start */
		#topmenubar{
		text-align: left;
	    clear: both;
		height:35px;
		border: 0px solid yellow;
		background:url(../img/menubg.gif) repeat-x 0 0 #ffffff; color:#ffffff;
		position:relative;
		z-index: 4;
		}

	
	ul.topnav {
	    list-style: none;
	    padding: 0 20px;
	    margin: 0;
	    float: left;
	    width: 800px;
	    background: #222;
	    font-size: 1.2em;
	    background: url(../img/menubg.gif) repeat-x;
	}
	ul.topnav li {
	    float: left;
	    margin: 0;
	    padding: 0 15px 0 0;
	    position: relative; /*--Declare X and Y axis base for sub navigation--*/
	}
	ul.topnav li a{
	    padding: 10px 5px;
	    color: #fff;
	    display: block;
	    text-decoration: none;
	    float: left;
	}
	ul.topnav li a:hover{
	    background: url(topnav_hover.gif) no-repeat center top;
	}
	ul.topnav li span { /*--Drop down trigger styles--*/
	    width: 17px;
	    height: 25px;
	    float: left;
	    /* background: url(../img/subnav_btn.gif) no-repeat center top; */
	}
	ul.topnav li span.subhover {background-position: center bottombottom; cursor: pointer;} /*--Hover effect for trigger--*/
	ul.topnav li ul.subnav {
	    list-style: none;
	    position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	    left: 0; top: 35px;
	    background: #fff;
	    margin: 0; padding: 0;
	    display: none;
	    float: left;
	    width: 170px;
	    border: 1px solid #ccc;
	}
	ul.topnav li ul.subnav li{
	    margin: 0; padding: 0;
	    border-top: 1px solid #252525; /*--Create bevel effect--*/
	    border-bottom: 1px solid #444; /*--Create bevel effect--*/
	    clear: both;
	    width: 170px;
	}
	html ul.topnav li ul.subnav li a {
	    float: left;
	    width: 145px;
	    background: #e58700; url(dropdown_linkbg.gif) no-repeat 10px center;
	    padding-left: 20px;
	}
	html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	    background: #e58700; url(../img/menubg.gif) no-repeat 10px center;
	}
	
	/* End Dropdown Menu */	
	