﻿@charset "utf-8";
/* Common */
body
{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	margin:0px;
	padding:0px;
}

form
{
	padding:0px;
	margin:0px;
}

img
{
	border:0px;
	outline:0px;
}

a
{
	border:0px;
	outline:0px;
}

.gvtext
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000;
}

.gvtext a:link
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#00C;
	text-decoration:none;
}

.gvtext a:visited
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#00C;
	text-decoration:none;
}

.gvtext a:hover
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#F00;
	text-decoration:none;
}


@font-face {
    font-family: 'YanoneKaffeesatzBoldRegular';
    src: url('../font/yanonekaffeesatz-bold-webfont.eot');
    src: url('../font/yanonekaffeesatz-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/yanonekaffeesatz-bold-webfont.woff') format('woff'),
         url('../font/yanonekaffeesatz-bold-webfont.ttf') format('truetype'),
         url('../font/yanonekaffeesatz-bold-webfont.svg#YanoneKaffeesatzBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'YanoneKaffeesatzLightRegular';
    src: url('../font/yanonekaffeesatz-light-webfont.eot');
    src: url('../font/yanonekaffeesatz-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/yanonekaffeesatz-light-webfont.woff') format('woff'),
         url('../font/yanonekaffeesatz-light-webfont.ttf') format('truetype'),
         url('../font/yanonekaffeesatz-light-webfont.svg#YanoneKaffeesatzLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'Conv_AGENCYR';
	src: url('../font/AGENCYR.eot');
	src: url('../font/AGENCYR.woff') format('woff'), url('../font/AGENCYR.ttf') format('truetype'), url('../font/AGENCYR.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*******PAge Style******************************/



.radiobtntxt
{
    font-family:Tahoma;
    font-size:12px;
    color:#000;
}

.logintxtcon
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#3e3e3e;
	padding:5px 5px 0px 5px;
}

.loginbg
{
	background-image:url(../images/loginbg.png);
	background-repeat:no-repeat;
	width:364px;
	height:276px;
	z-index: 1000;
    background-color: Transparent;
}

.bgShadow
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.spacer
{
	height:10px;
	clear:both;
}

.spacer1
{
	height:5px;
	clear:both;
}


.outertbl
{
	height:100%;
	width:1000px;
}

.topbar
{
	height:132px;
}

.logo
{
	background-image:url(../images/logo.png);
	height:132px;
	width:214px;
	float:left;
}

/****Login Section**************************/
.login
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
	color:#FFF;
}

.login a:link
{
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0;
	text-decoration:none;
}

.login a:visited
{
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0;
	text-decoration:none;
}

.login a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	color:#3F0;
	text-decoration:none;
}
.loginsec
{
	background-image:url(../images/rightloginsec.png);
	background-repeat:no-repeat;
	width:237px;
	height:79px;
	float:right;
}

.loginmnu
{
    float:left;
    margin:2px 20px 0px 0px;
    text-align:right;
    float:right;
}
.righttxtcontext
{
    font-family:Trebuchet MS;
    font-size:22pt;
    color:#FFF;
    text-align:right;
    padding-right:10px;
    text-transform:uppercase;
    letter-spacing:2px;
}
/**Navigation Menubar***************************/


.menudevider
{
	width:1px;
	float:left;
	background-image:url(../images/border-right-menu.png);
	background-repeat:no-repeat;
	background-position:center;
	height:36px;
	
}

#nav, #nav ul {	
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index:2;
}

#nav li {	
	margin:0px;
	padding: 0px;
	float: left;	
	position: relative;	
	z-index:2;
}

#nav a, #nav a:link{
	margin:0px;
	display: block;
	width: auto;
	color:#fdc384;	
	padding:11px 12px 11px 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;	
	z-index:2;
	font-style:normal;
	text-transform:uppercase;
	outline:none;
}
#nav li:hover, #nav li.sfhover {
	background-image:url(../images/menuhover.png);
	background-repeat:repeat-x;
	background-position:top;
	color:#FFF;
	padding:0px;
	outline:none;
}
#nav li:hover a, #nav ul a{
	color:#FFF;
	outline:none;
}
#nav li a:hover,#nav li a:focus{	
	z-index:2;
	background-image:url(../images/menuhover.png);
	background-repeat:repeat-x;
	background-position:right;
	color:#FFF;
	outline:none;
}
li
{
	outline:none;
	border:none;
}

/*   for placement of drop down */
#nav li ul {	
	position: absolute;
	width:200px;
	left: -999em;	
	top:100%;
	padding:0;
	margin:0 ;	
	z-index:2;
    background: #00b4ff;
    background: -moz-linear-gradient(top, #008cc7, #00b4ff);
    background: -webkit-gradient(linear,left top, left bottom, from(#008cc7), to(#00b4ff));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#008cc7', EndColorStr='#00b4ff', GradientType=0);
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}

#nav li li {	
	padding:0;
	margin:0;	
	z-index:2;
	width:200px;
	background-image:none;
}

#nav li:hover ul {
	left: auto;
	z-index:2;
	width:200px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	margin:0px;
	padding:0;
	z-index:2;
	width:200px;
}

#nav li li a, #nav li li a:link{
	margin:0px;
	padding:5px 0px 5px 5px;	
	text-align:left;
	width:auto;
	color:#FFFFFF;
	font: normal 13px Tahoma, Geneva, sans-serif;
	text-decoration:none;
	text-transform:capitalize;
	
}

#nav li li a:active, #nav li li a:visited{
	background:none;
	width:200px;

}

#nav li li a:hover{
	background:none;
	color:#000;
	background-color:#DDD;
}


/****Search Section**************************/
.searchsecbg
{
	background-image:url(../images/callbg.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	margin:0px;
	padding:0px;
}

.searchicobg
{
	background-image:url(../images/searchbg.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:49px;
	width:200px;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#670700;
	text-transform:uppercase;
	padding-left:50px;
}


.searchsecright
{
	height:49px;
	width:260px;
	float:right;
	margin-right:140px;
}

.searchsectxt
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000;
	text-align:right;
	width:255px;
	float:right;
	clear:both;
	background-image:url(../images/receiver.gif);
	background-repeat:no-repeat;
	background-position:left;
	margin-top:15px;
}


/****Banner Section**************************/

.bannercon
{
	padding:0px 0px 0px 0px;
	text-align:center;
	width:746px;
	height:250px;
	margin:0 auto;
	background-color:#FFF;
	border:1px solid #CCC;
}


#slider
{
	left:0;
	height:250px;
	width:746px;
	overflow:hidden;
	z-index:1; 
	margin:0 auto;
}

.items
{
	display:none;
}

.pagination 
{
	position:absolute;
	bottom:0px;
	right:300px;
	z-index:2;
}

.pagination li 
{
	float:left;
	padding-left:3px;
}

.pagination a
{
	display:block;
	width:17px;
	height:17px;
	background:url(../images/buttons.png) right 0 no-repeat;
	text-indent:-9999px;
}

.pagination a:hover, .pagination .current a
{
	 background-position:left;
}

.banner 
{
	position:absolute;
	top:20px;
	z-index:2;
	right:32px;
	color:#a0a0a0;
	width:350px;
}

.title
{
	font-size:47px;
	line-height:1.4em;
	letter-spacing:-2px;
	display:block;
	padding-bottom:9px;
	font-family:'YanoneKaffeesatzLightRegular';
	display:inline;
	padding:0px;
	margin:0px;
	text-align:left;
}
.title .color2 
{
	color:#000;
}
.title span
{
	display:block;
	margin-top:-17px;

}

.button1 
{
	font-size:28px;
	padding:0 24px;
	height:49px;
	line-height:46px;
	margin-top:-1px;
	letter-spacing:-2px;
	float:left;
}

.color1
{
	color:#5f870e;
	text-align:left;
}

.color2 
{
	color:#fff;
	text-align:left;
}

.button1 
{
	display:inline-block;
	font-size:22px;
	color:#fff;
	padding:0 18px;
	background:#6d090c;
	height:45px;
	line-height:44px;
	position:relative;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	letter-spacing:-1px;
	margin-top:-4px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;

}
.button1:hover
{
	background:#ff6c00;
	color:#FFF;
}

p 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#000;
	text-align:left;
}


var ,li
{
    border: 0 none;
    font-size: 100%;
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
    vertical-align: top;
	display:block;
	
}
	
.spacer
{
	height:10px;
	clear:both;
}


span
{
	text-align:left;
}

/****Content Section**************************/

.pathseparator
{
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#9AECFA;
	padding-left:2px;
	padding-right:2px;
	font-weight:bold;
}

.bedcromb
{
	background-image:url(../images/bedcromb.jpg);
	background-repeat:repeat-y;
	padding:5px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	background-color:#FFF;
}

.bedcromb a:link
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#0CF;
	text-decoration:none;
}

.bedcromb a:visited
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#0CF;
	text-decoration:none;
}

.bedcromb a:hover
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#F90;
	text-decoration:none;
}
.conbg
{
	background-image:url(../images/conbg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding:8px;
}

.homedestxt
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	background-color:#efefef;
	line-height:18px;
	text-align:justify;
	margin:0px 8px 0px 8px;
	padding:8px;
	height:230px;
}

.reccon
{
	background-image:url(images/recruitment.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#2d4f76;
	height:435px;
	margin:0px;
}

.trncon
{
	background-image:url(../images/tnbg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#59901a;
	height:435px;
	margin:0px;
}

.emcon
{
	background-image:url(../images/embg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#d07801;
	height:435px;
	margin:0px;
}

.pluscon
{
	background-image:url(../images/recplusbg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin:0px 8px 0px 8px;
	padding-right:10px;
}





.headingcontainor
{
	margin-bottom:0px;
	margin-top:0px;
}

h1
{
	font-family:'Conv_AGENCYR',Sans-Serif;
	font-size:30px;
	color:#960a00;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:inline;
}

h2
{
	font-family:'Conv_AGENCYR',Sans-Serif;
	font-size:30px;
	color:#333;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:inline;
}

h3
{
	font-family:'Conv_AGENCYR',Sans-Serif;
	font-size:24px;
	color:#960a00;
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	display:inline;
}

h4
{
	font-family:'Conv_AGENCYR',Sans-Serif;
	font-size:24px;
	font-weight:bold;
	color:#333;
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	display:inline;
}

h5
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#06C;
	margin:5px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	display:inline;
}

h6
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#333333;
	margin:5px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	display:inline;
	text-transform:uppercase;
}

.content
{
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#000;
    text-align:justify;
	line-height:22px;
}


.points
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	background-image:url(../images/bullet3.gif);
	background-repeat:no-repeat;
	padding-left:14px;
	background-position:left top;
	padding-top:2px;
	padding-bottom:2px;
}

.points a:link
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	text-decoration:none;
}

.points a:visited
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	text-decoration:none;
}

.points a:hover
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#090;
	text-decoration:none;
}


.quotetxt
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	padding-left:9px;
	margin-top:2px;
	margin-bottom:2px;
}

.quotefrmcon
{
	padding-left:9px;
	padding-right:8px;
}

/*********Left Colum*************/
.othlftcon
{
	background-image:url(../images/leftcolbg.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	border:1px solid #a9a9a9;
	padding:5px;
	
}

.othlftconhead
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
	padding:4px 0px 4px 0px;
	border-bottom:2px solid #690000;
	margin-bottom:5px;
}

.viewmore
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	background-color:#036;
	padding:3px 10px 3px 3px;
	text-align:right;
}

.viewmore a:link
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}

.viewmore a:visited
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}

.viewmore a:hover
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FC0;
	text-decoration:none;
}

.clipnts
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	background-image:url(../images/bullet2.gif);
	background-repeat:no-repeat;
	background-position:left;
	margin-top:4px;
	margin-bottom:4px;
	padding:2px 0px 2px 10px;
}

.clipnts a:link
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
}

.clipnts a:visited
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
}

.clipnts a:hover
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#090;
	text-decoration:none;
}


/****Footer Section**************************/
.footer
{
	background-image:url(../images/footerbg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	height:auto;
	overflow:auto;
	clear:both;
	background-color:#210000;
}

.footeraddsec
{
	 width:370px;
	 height:150px;
	 float:right;
	 margin-left:0px;
	 margin-right:8px;
}

.footerdevider
{
	background-color:#18a6d1;
	height:5px;
	clear:both;
}

.footerone
{
	background-color:#ddf1f9;
	clear:both;
	padding:5px;
}

.footertwo
{
	height:30px;
	border-top:1px solid #CCC;
	clear:both;
}

.footer2txt
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	padding:8px 8px 8px 8px;
}

.footer2txt a:link
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#FF0;
	text-decoration:none;
}

.footer2txt a:visited
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#FF0;
	text-decoration:none;
}

.footer2txt a:hover
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#3F0;
	text-decoration:none;
}

.footeraddhead
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FC3;
	font-size:24px;
	margin-bottom:0px;
	text-align:left;
	margin-right:12px;
	margin-left:12px;
}

.footeradd
{
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;
	margin-bottom:5px;
	text-align:left;
	line-height:20px;
	margin-left:12px;
	border-bottom:1px solid #CCC;
}

.smallspacer
{
	height:5px;
	clear:both;
	
}

.footer-links-containor
{
	width:620px;
	height:150px;
	float:left;
}

.footer-links-head-con
{
	float:left;
	width:200px;
	margin-left:3px;
}

.footer-links-head
{
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FF0;
	padding-left:5px;
}

.footer-links-sec-con
{
	float:left;
	width:200px;
	height:120px;
	margin-left:3px;
}

.footer-links-sec-txt
{
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;
	margin-top:3px;
	margin-bottom:3px;
	padding-left:5px;
}

.footer-links-sec-txt a:link
{
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;
	text-decoration:none;
}

.footer-links-sec-txt a:visited
{
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;
	text-decoration:none;
}

.footer-links-sec-txt a:hover
{
	font-family:Tahoma, Geneva, sans-serif;
	color:#FF0;
	font-size:12px;
	text-decoration:none;
}

.networktxt
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FC3;
	margin:0px 8px 0px 12px;
}

.followusimgcon
{
	width:32px;
	height:32px;
	float:left;
	margin:0px 0px 0px 5px;
}
.fb
{
	background-image:url(../images/facebook1.jpg);
	background-repeat:no-repeat;
	width:32px;
	height:32px;
}
.fb:hover
{
	background-image:url(../images/facebook.jpg);
	background-repeat:no-repeat;
	width:32px;
	height:32px;
}

.tw
{
	background-image:url(../images/twitter1.jpg);
	background-repeat:no-repeat;
	width:32px;
	height:32px;
}
.tw:hover
{
	background-image:url(../images/twitter.jpg);
	background-repeat:no-repeat;
	width:32px;
	height:32px;
}

.gle
{
	background-image:url(../images/google1.jpg);
	background-repeat:no-repeat;
	width:32px;
	height:32px;
}

.gle:hover
{
	background-image:url(../images/google.jpg);
	background-repeat:no-repeat;
	width:32px;
	height:32px;
}

.tube
{
	background-image:url(../images/youtube1.jpg);
	background-repeat:no-repeat;
	width:32px;
	height:32px;
}
.tube:hover
{
	background-image:url(../images/youtube.jpg);
	background-repeat:no-repeat;
	width:32px;
	height:32px;
}

.innertblcon
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	text-align:left;
}

.mandatory
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#F00;
}
