/* CSS Document */

body{
margin:0;
padding:0;
line-height: 1.5em;
a
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #EAEAEA;
height: 90px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
background: #C8FC98;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.b{border:1px solid #CCCCCC}
.b_l{border-left:1px solid #CCCCCC}
.b_r{border-right:1px solid #CCCCCC}
.b_t{border-top:1px solid #CCCCCC}
.b_b{border-bottom:1px solid #CCCCCC}


#liquid-round {
 position: relative;
 width:100%;
 margin:0px auto;
 background:#fff url(../images/leftside_liqrnd[1].gif) repeat-y left top;
}
.top {
 width:100%;
 height:20px;
 background:url(../images/top_liqrnd[1].gif) no-repeat left top;
}
   
.top span {
 display:block;
 position:relative;
 height:20px;
 background:url(../images/top-right_liqrnd[2].gif) no-repeat right top;
 }

.center-content {
 position:relative;
 background:url(../images/rightside_liqrnd[2].gif) repeat-y right top;
 padding:20px 20px 1px 25px;
 margin:-1px 0 -60px 0;
}
 
.bottom {
 height:60px;
 background:url(../images/bottom_liqrnd[1].gif) no-repeat left bottom;
}
   
.bottom span {
 display:block;
 position:relative;
 height:60px;
 /*background:url(http://www.search-this.com/rounded/bottom-right.gif) no-repeat right top;*/
 background:url(../images/bottom-right_liqrnd[1].gif) no-repeat right top;
}

.p_top10{ padding-left:10px;}
.p_bot10{ padding-left:10px;}
.p_left10{ padding-left:10px;}
.p_right10{ padding-left:10px;}

div.scrolltab{
 height:350; 
 overflow: auto;
 border: 0px solid #666; 
 padding-top: 0px; 
 scrollbar-face-color:#D2E5FF; /* white*/
 scrollbar-arrow-color:blue; 		/* black*/					
 scrollbar-track-color:#D4D3D3; 	/* #D4D3D3*/
 scrollbar-shadow-color:''; 
 scrollbar-highlight-color:''; 
 scrollbar-3dlight-color:'';
 scrollbar-darkshadow-Color:'';
 margin-right:0px;
 }
 
 div.scrolltab_port{
 height:625; 
 overflow: auto;
 border: 0px solid #666; 
 padding-top: 0px; 
 scrollbar-face-color:#D2E5FF;
 scrollbar-arrow-color:blue; 							
 scrollbar-track-color:#D4D3D3; 
 scrollbar-shadow-color:''; 
 scrollbar-highlight-color:''; 
 scrollbar-3dlight-color:'';
 scrollbar-darkshadow-Color:'';
 margin-right:0px;
 }
 
 div.scrollgallery_skill { 
 	width:351px;
	height:181; 
	overflow: auto;
	border: 0px solid #666;
	padding-top: 0px; 
	scrollbar-face-color:white; 
	scrollbar-arrow-color:#black; 
	scrollbar-track-color:#D4D3D3; 
	scrollbar-shadow-color:''; 
	scrollbar-highlight-color:''; 
	scrollbar-3dlight-color:''; 
	scrollbar-darkshadow-Color:''; 
	}
 
 .DGreenText8{
	font:"Times New Roman";
	/*"Courier New, Tahoma, Verdana";*/
	font-weight:bold;
	font-size:14px;
	color:black;
	}

.headname{
	text-align:center;
	font:"Times New Roman";
	font-size:12px;
	color:#000000;
	font-weight:bold;
	/*border:solid 1px #CCCCCC ;*/
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-image:url(../images/blue_bg.PNG);
	}

/*---Comment Box---*/
.commentbox{
	background-color:#BED9FF;
	width: 230px;
	padding: 3px;
	border:1px solid #000000;
	}

.portfolio1{
	background-image:url(../images/blue_bg.PNG);
	font:"Times New Roman";
	font-weight:bold;
	text-align:center;
	}
.portfolio_about_us{
	background-image:url(../images/grray_back.PNG);
	font:"Times New Roman";
	font-weight:bold;
	text-align:center;
	}	

/*---End Comment Box---*/

/*---TOP MENU---*/
.indentmenu{
	font: bold 13px Arial;
	width:60%; /*leave this value as is in most cases*/
	overflow: hidden;
	}
	
.indentmenu ul{
	margin: 10px;
	padding: 5px 0 0 0;
	float: left;
	width: 80%; /*width of menu*/
	border: 1px solid #564c66; /*dark purple border*/
	border-width: 1px 0;
	background:black url(media/indentbg.gif) center center repeat-x;
	background-color:#999999;
	}

.indentmenu ul li{
	display: inline;
	}

.indentmenu ul li a{
	float: left;
	color: white; /*text color*/
	padding: 5px 11px;
	text-decoration: none;
	border-right: 0px solid #564c66; /*dark purple divider between menu items*/
	}

.indentmenu ul li a:visited{
	color: white;
	}

.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: white !important; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px; /*shift text down 1px for selected and active item*/
	background: black url(media/indentbg2.gif) center center repeat-x;
	}
	
.vision_mission_text{font-family:"Franklin Gothic Medium"; font-size:14px; color:#434343;}	

a.linkopacity img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5; 
	opacity: 0.5;
	-khtml-opacity: 0.5;
	}

.txtlink{
	text-decoration:none;
	color:#0066FF;
}

