@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding:0px;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#4e4d4d;
	line-height:18px;
	background-color:#d0e0fe;
	background-image:url(../images/bodybg.gif);
	background-repeat:repeat-x;
}
@font-face {
 font-family: thamilFont;
 src: url("../fonts/Bamini.eot") /* EOT file for IE */
}
@font-face {
 font-family: thamilFont;
 src: url("../fonts/Bamini.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: marathiFont;
 src: url("../fonts/kiran.eot") /* EOT file for IE */
}
@font-face {
 font-family: marathiFont;
 src: url("../fonts/kiran.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: kannadaFont;
 src: url("../fonts/brhknde.eot") /* EOT file for IE */
}
@font-face {
 font-family: kannadaFont;
 src: url("../fonts/brhknde.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: teluguFont;
 src: url("../fonts/brhtel.eot") /* EOT file for IE */
}
@font-face {
 font-family: teluguFont;
 src: url("../fonts/brhtel.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: oriaFont;
 src: url("../fonts/ufonts.com_akrutioriashok-99bold.eot") /* EOT file for IE */
}
@font-face {
 font-family: oriaFont;
 src: url("../fonts/ufonts.com_akrutioriashok-99bold.ttf") /* TTF file for CSS3 browsers */
}
h1 {
	font-size:16px;
	color:#212020;
	margin:10px 0px;
	text-transform:uppercase;
}
h1 span{
color:#1a609f;
}
h2 {
	font-size:18px;
	color:#137cb0;
	margin:8px 0px;
}
h3 {
	font-size:12px;
	color:#fff;
	margin:0px;
	padding-left:10px;
	line-height:34px;
	background-color:#000000;
	text-transform:uppercase;
}
h4 {
font-size:14px;
	color:#fff;
	margin:0px;
	line-height:36px;
	background-color:#309fe5;
	text-transform:uppercase;
	background-image:url(../images/title_bg.gif);
	background-repeat:no-repeat;
	text-align:center;
}
h5 {
	font-size:14px;
	color:#fff;
	margin:0px;
	text-transform:uppercase;
	margin-left:60px;
	margin-top:18px;
	margin-bottom:14px;
	clear:both
}
h6 {
	font-size:14px;
	color:#000;
	margin:0px;
}
#footer h6 {
	color:#fff;
}
a {
	color:#9f0606;
}
hr {
	border:0px;
	border-bottom:1px solid #969696;
	margin:15px 0px;
}
*:focus {
	outline:0px;
}
a:hover {
	color:#666666;
	text-decoration:none;
}
p {
	margin:10px 0px;
}
.wrap {
	margin:0px auto;
	width:1000px;
}
#header {
	height:123px;
	position:relative;
	color:#000;
}
.logo{
	position:absolute;
	left:10px;
	top:34px;
}
.headernav {
	position:absolute;
	top:40px;
	right:20px;
	font-size:12px;
	color:#000;
	text-align:right;
	text-transform:uppercase;
}
.headernav a{
color:#000;
text-decoration:none;
}
.headerphone a:hover{
color:#ba3b51;
}
.phonetext{
font-size:24px;
}
.header_img {
position:relative;
height:430;
}
.flashheader {
	width:619px;
	float:left;
	padding-left:12px;
}
.sidenav {
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	background-image:url(../images/pink_bg.gif);
	background-repeat:repeat-x;
	background-color:#b7394f;
	padding:10px;
	width:222px;
	float:right;
	height:330px;
	font-weight:bold;
}
.sidenav ul{
margin:0px;
padding:0px;
margin-left:10px;
padding-left:10px;
list-style-image:url(../images/arrow.gif);
}
.sidenav a{
color:#FFFFFF;
text-decoration:none;
background-image:url(../images/dots.gif);
background-repeat:repeat-x;
background-position:bottom;
display:block;
padding:4px 5px;
}
.sidenav a:hover{
color:#CCCCCC;
}
.ongoingProj {
padding:8px;
border: solid 1px #d0d0d0;
}
.readbtn{
position:absolute;
right:10px;
bottom:10px;
}
#nav {
	height:36px;
	clear:both;
	color:#746b6a;
	background-image:url(../images/nav_bg.gif);
	background-repeat:repeat-x;
	padding-left:10px;
	padding-right:12px;
	position:relative;
}

#nav ul {
	list-style: none;
	padding: 2px 0 0;
	margin: 0;
	height: 36px;
}

#nav ul ul {
	padding-top: 0;
}

#nav ul li {
	display: block;
	float: left;
}

#nav ul li a {
	display: block;
	color: #ddd;
	display: block;
	font-size: 12px;
	font-weight: bold;
	float: left;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	padding: 13px 15px 12px;
	text-decoration: none;
	margin-right: 10px;
}
#nav ul li.oria a{
font-family: oriaFont, Verdana, Arial, sans-serif !important;
font-size: 16px;
}

#nav ul li.thamiltext a{
font-family: thamilFont, Verdana, Arial, sans-serif !important;
font-size: 14px;
}

#nav ul li a.has_submenu {
	background: transparent url('images/submenu-item.gif') no-repeat scroll right center;
	padding-right: 30px;
}

#nav ul li a.has_submenu:hover, #nav ul li.sfHover a.has_submenu {
	background-image: url('images/submenu-item-hover.gif');
}


#nav ul ul li a { 
	float: none; 
	width: 170px;
}

#nav ul li.selected li a { 
	text-decoration: none; 
	color: #ddd;
}

#nav ul li.selected a, #nav ul li.selected a:hover, #nav ul li.selected li.selected a  {
	color: #fff;
	background-color: #000;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

#nav ul ul li.selected a, #nav ul ul li.selected a:hover {
	text-decoration: underline;
	border: none;
}

#nav ul li a:hover, #nav ul li.sfHover a, #nav ul ul a {
	color: #fff;
	background-color: #000;
	font-weight:normal;
}

#nav ul li li a:hover {
background-color:#999999;
	
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-family: oriaFont, Verdana, Arial, sans-serif;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			200px; /* left offset of submenus need to match (see below) */
	margin-top: 	10px;
	padding-top:	0;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}


/* front page slider styles */




.lc{
position:absolute;
top:0px;
left:0px;
background-image:url(../images/lc.gif);
background-repeat:no-repeat;
width:5px;
height:36px;}
.rc{
position:absolute;
top:0px;
right:0px;
background-image:url(../images/rc.gif);
background-repeat:no-repeat;
width:5px;
height:36px;}
.imgFR {
	float:right;
	margin:0px 0px 0px 5px;
}
.imgML {
	float:left;
	margin:0px 5px 0px 0px;
}
.boldtext {
	font-weight:bold;
}
#content {
	clear:both;
	padding:10px 12px;
	padding-top:20px;
	padding-right:0px;
	background-color:#FFFFFF;
}
.leftcolumn {
	width:735px;
	float:left;
	padding:0px;
}
.textContent{
border-bottom:1px solid #e3b1b9;
padding-bottom:10px;
}
.rightcolumn {
	width:240px;
	float:right;
}
.grayContent {
	padding:10px;
	color:#fff;
	margin-bottom:10px;
	background-image:url(../images/black_bg.gif);
	background-repeat:repeat-x;

	background-color:#424242;
	clear:both;
}
.grayContent a{
color:#FFFFFF;
}
.descContent {
	padding:10px;
	background-color:#e2e2e2;
	clear:both;
}
.descContent a{
color:#000;
}
.footerline {
	height:6px;
	background-color:#e1e0de;
	clear:both;
}
#footer {
	color:#fff;
	clear:both;
	height:96px;
	padding:15px;
	background-color:#121212;
	font-size:11px;
	background-image:url(../images/footer_bg.gif);
}
.services_cont{
margin-top:20px;
margin-left:-9px;
}
.services {
	width:244px;
	float:left;
	margin:0px 2px;
	background-color:#f0f0f0;
	height:235px;
	position:relative;
}
.splitbg{
	background-image:url(../images/bottom_sep.gif);
	background-repeat:no-repeat;
}
.upperCase{
text-transform:uppercase;
}
.newsletter{
background-image:url(../images/news_letter.gif);
background-repeat:no-repeat;
height:95px;
padding:10px;}
.inputbg{
background-image:url(../images/input.gif);
background-repeat:no-repeat;
background-position:left;
height:25px;
border:0px;
width:130px;
float:left;
color:#FFFFFF;
padding-left:6px;
}
.footerleft {
	width:20%;
	float:left;
	padding-left:20px;
}
.footerright {
	width:55%;
	float:right;
	text-transform:uppercase;
}
.footerright a {
	color:#fff;
	text-decoration:none;
}
.footerright a:hover {
	color: #CCCCCC;
	text-decoration:none;
}
.copyrights {
	background-color:#1f1f1f;
	height:40px;
	padding-top:10px;
	border-top:solid 1px #333333;
	color:#7e7e7e
}
.copyright {
	padding:5px;
	color:#FFFFFF;
	width:35%;
	float:left;
	
}
.footerNav{
	width:60%;
	float:right;
	line-height:22px;
}

.clearboth {
	clear:both;
	padding:5px
}
.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.clearfix {
	display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
.cmiddle{
padding:5px;
}
a.contactbtn{
	background-image:url(../images/cbtn.gif);
	background-repeat:no-repeat;
	width:121px;
	height:47px;
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	line-height:33px;
	padding-right:10px
}
a.contactbtn:hover{
color:#CCCCCC;
}
.thamiltext{
 font-family: thamilFont, Verdana, Arial, sans-serif;
 font-size:16px;
}
.marathitext{
 font-family: marathiFont, Verdana, Arial, sans-serif;
 font-size:18px;
}
.kannadatext{
 font-family: kannadaFont, Verdana, Arial, sans-serif;
 font-size: 16px;
}
.telugutext{
 font-family: teluguFont, Verdana, Arial, sans-serif;
 font-size: 16px;
}
.oria {
 font-family: oriaFont, Verdana, Arial, sans-serif;
 font-size: 16px;
}
