/* CSS DISPLAY SCREEN ARRK GROUP */

/* ---------- 1.0 MISC ---------- */

body {
	color:#fff;
	background:#000 url(../../images/body_repeat_x.gif) 0 0 repeat-x;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	font-size: 0.7em;
	}
	
/* ---------- 2.0 TOP LINKS ---------- */

a.extranet {
	background: url(../../images/extranet_repeat.png) 0 100% repeat-x;
	text-decoration:none;
	color:#fff;
	padding:18px 13px 2px 13px;
	z-index:500;
	display:block;
	}

/* ---------- 3.0 HEADER ---------- */


		
	/* ---------- 3.1 MAIN MENU ---------- */
	
	#menu li a {
		color:#cbcbcb;
		text-decoration:none;
		font-size:1.2em;
	/*	padding:10px 13px 16px 13px;  Anagha changed to fit all menus */
		padding:10px 8px 16px 8px;  
		font-weight:bold;
		display:block;
		}
	
	#menu li.selected a {
		background:url(../../images/main_menu_links.gif) 0 100% repeat-x;
		text-decoration:none;
		color:#fff;
		}

	#menu li a:hover {
		color:#fc0;
		text-decoration:none;
		}

	/* ---------- 3.2 SUBMENU ---------- */
	
	#submenu li a {
		color:#fff;
		text-decoration:none;
		font-size:1.1em;
		font-weight:bold;
		}

	#submenu li span {
		color:#110018;
		font-size:1.1em;
		font-weight:bold;
		padding:0 7px 0 9px;
		}
	
	#submenu li.selected a {
		text-decoration:none;
		color:#fc0;
		}

	#submenu li a:hover {
		color:#fc0;
		text-decoration:none;
		}


/* ---------- 4.0 COLRIGHT ---------- */
	
#colRight h2 {
	color:#b200f9;
	font-size:2.2em;
	margin-bottom:17px;
	}

	/* ---------- 4.1 YOU ARE HERE ---------- 
	
	#youAreHere {
		color:#4c4c4c;
		}
	
	#youAreHere a {
		color:#4c4c4c;
		text-decoration:none;
		}

	#youAreHere span {
		color:#7f7f7f;
		text-decoration:none;
		}
	
	#youAreHere a:hover {
		color:#fff;
		}
	
	*/
	
	/* ---------- 4.2 CONTENT ---------- */
		
		
		 /*---------- 4.2.1 MAIN CONTENT ---------- */
		
		#main {
			line-height:1.5em;
			font-size:1.2em;
			}
	
		#main h3 {
			
			font-size:1.3em;
			line-height:1.4em;
			margin-bottom:0.5em;
			font-weight:normal;
			margin-top: 1.4em;
			}	

		#main h3 span {
			font-size:0.8em;
			}

		#main h3 a {
			text-decoration:underline;
			}	
		
		#main ul, #main ol {
			margin:0em 0 0.8em 0;
			margin-left:50px;
			}
		
		#main ul li {
			list-style:disc;
			list-style-position:outside;
			color:#B200F9;
			margin-bottom:0.2em;
			}
		#main ul li span 
		{
		    font-family: Verdana;
		    font-style: italic;
		    color: #CBCBCB;         /* Anagha changed on July 4, 2007 to change list element color to grey*/
		}
		    
		
		#main ol li {
			list-style:decimal;
			list-style-position:outside;
			color:#B200F9;
			margin-bottom:0.2em;
			}

		#main li em {
			color:white;
			font-weight: bold;
			}
		
		#main p {
			line-height:1.2em;
			margin-bottom:0.8em;
			color:#CBCBCB;
			font-family:Verdana;
			}
	
		#main p span {
			color:#B200F9;
			}

		a {
			color:#B200F9;
			text-decoration:none;
			}

		a:hover {
			color:#fff;
			text-decoration:none;
			}
		
		.imgWrapper{
		    text-align:center; padding:20px 0 0 0;
		    font-size:10px; 
		    }
		
			/*---------- 4.2.1.1 TESTIMONIALS---------- */

			#main .testimonial .content1 {
				background:url(../../images/start_quote.gif) 0 0 no-repeat;
				}

			#main .testimonial .content2 {
				padding:5px 15px 5px 15px;
				background:url(../../images/end_quote.gif) 100% 100% no-repeat;
				color:#cc4cff;
				}

			#main .testimonial .content2 p {
				color:#cc4cff;
				font-size:1.2em;
				line-height:1.1em;
				}

			#main .testimonial .author {
				margin-left:15px;
				}
			
			/*---------- 4.2.1.2 PODCAST---------- */

			#main .podcast h3 {
				color:#fff;
				font-size:2.4em;
				line-height:1.3em;
				margin-bottom:0.3em;
				font-weight:normal;
				font-family:Arial, Helvetica, sans-serif;
				}	
			
			#main .podcast p {
				color:#cc4cff;
				font-family:Arial, Helvetica, sans-serif;
				font-size:1.40em;
				line-height:1.1em;
				}
				
			#main .podcast .author {
				color:#fff;
				font-size:1.0em;
				}
			
			#main .podcast .btPlay {
				background:url(../../images/button/play_bt.gif) 0 0 no-repeat;
				width:155px;
				height:55px;
				display:block;
				position:relative;
				left:-10px;
				font-weight: normal;
				font-size: 1.0em;
				line-height: 1.0em;
				text-indent: -2000em;
				}
			
			
			/* ---------- 4.2.1.3 NAVIGUATION PAGES ---------- */
			
			.navPages {
				color:#B200F9 !important;
				}
	
			.navPages .page{
				color:#fff !important;
				}
	
			.navPages .selected{
				color:#fff !important;
				text-decoration:underline;
				}
			
			
			/* ---------- 4.2.1.4  EXPANDED CONTENT ---------- */
			
			.expandedContent .close {
				position:relative;
				left:-18px;
				background:url(../../images/grey_cross_10.png) 0 50% no-repeat;
				padding-left:18px;
				color:#666 !important;
				text-decoration:underline !important;
				}

			.expandedContent .close:hover {
				color:#fff !important;
				text-decoration:underline !important;
				}

			.expandedContent dt {
				color:#B200F9;
				font-size:1.4em;
				line-height:1.4em;
				margin-bottom:0.5em;
				font-weight:normal;
				}
				
			.expandedContent dd strong {
				color:#B200F9;
				font-weight:normal;
				}

			.expandedContent .btJobDetails {
				background:url(../../images/button/job_details_bt.png) 0 0 no-repeat;
				width:154px;
				height:42px;
				display:block;
				position:relative;
				left:-3px;
				font-weight: normal;
				font-size: 1.0em;
				line-height: 1.0em;
				text-indent: -2000em;
				}

			.expandedContent .btDownloadPDF {
				background:url(../../images/button/pdficon_small.gif) 0 0 no-repeat;
				width:143px;
				height:42px;
				display:block;
				position:relative;
				left:-3px;
				font-weight: normal;
				font-size: 1.0em;
				line-height: 1.0em;
				text-indent: -2000em;
				}
			
			
		
		/* ---------- 4.2.2 BOXES ---------- */

		#content .boxes h3 {
			color:#fff;
			font-size:1.5em;
			background:url(../../images/box_title_repeat_x.gif) 0 0 repeat-x;
			width:329px;
			}
			
		#content .boxes h3 strong {
			font-weight:normal;
			background:url(../../images/box_title_left.gif) 0 0 no-repeat;
			display:block;
			width:294px;
			padding:8px 10px 8px 25px;
			}

		#content .boxes img {
			margin-left:25px;
			}

		#content .boxes p 
		{
		    height:72px;
			margin:0 25px 0 25px;
			color:#cccccc;
			font-size:1em;
			text-align:justify;
			line-height:1.2em;
			}

		#content .boxes a.readMore{
			position:absolute;
			right:0;
			bottom:0;
			display:block;
			padding:1px 9px;
			color:#cccccc;
			background:#4d3713;
			text-decoration:none;
			}

		#content .boxes a.readMore:hover{
			background:#540074;
			text-decoration:none;
			color:#fff;
			}
		
		/* ---------- 4.2.3 PDF ICO ---------- */
		
		.pdfLink {
            margin-top:10px;
            display:block;
			padding:6px 0 0 22px;
			background:url(../../images/pdf_icon.gif) 0 6px no-repeat;
			}
		
		
		.pdf14LeftBlock, .pdf14LeftInline {
			display:block;
			padding:6px 0 0 38px;
			background:url(../../images/pdficon_small.gif) 0 6px no-repeat;
			}

		.pdf14RightBlock, .pdf14RightInline {
			display:block;
			padding:6px 38px 0 0;
			background:url(images/pdficon_small.gif) 100% 6px no-repeat;
			}


		.pdf22LeftBlock, .pdf22LeftInline {
			display:block;
			padding:6px 0 6px 38px;
			background:url(../../images/pdficon_small.gif) 0 3px no-repeat;
			}

		.pdf22RightBlock, .pdf22RightInline {
			display:block;
			padding:6px 38px 6px 0;
			background:url(../../images/pdficon_small.gif) 100% 3px no-repeat;
			}
			
		.pdf14RightInline, .pdf14LeftInline, .pdf22RightInline, .pdf22LeftInline {
			display:inline !important;
			}

		.pdf22LeftBlock a, .pdf22LeftInline a, .pdf22RightBlock a, .pdf22RightInline a {
			color:#B200F9;
			}

		.pdf22LeftBlock a:hover, .pdf22LeftInline a:hover, .pdf22RightBlock a:hover, .pdf22RightInline a:hover {
			color:#fff;
			}
		
		/* ---------- 4.2.3 CONTACT FORM ---------- */
		
		
			form#formContactUs {
				width:480px;
				}

			form#formContactUs fieldset  {
				clear:both;
				}

			form#formContactUs legend {
				font-size:1.3em;
				margin-bottom:0.6em;
				}

			* html form#formContactUs legend {
				position:relative;
				left:-7px;
				}
			
			form#formContactUs dd {
				font-family:Verdana, Helvetica, sans-serif;
				margin-bottom:10px;
				float:left;
				position:relative;
				width:100%;
				}
			
			form#formContactUs label, form .radio p {
				color:#fff !important;
				width:218px;
				font-size:1.0em;
				display:block;
				float:left;
				}

			form#formContactUs .radio label {
				width:auto;
				display:inline;
				float:none;
				clear:both;
				}
			
			form#formContactUs input, form select, form textarea {
				font-family: Verdana;
				border:1px solid #CFCFCF;
				width:260px;
				/*display:block;*/
				background:#fff;
				height:1.5em;
				font-size:1.0em;
				float:right;
				color:#666;
				}

			form#formContactUs .radio input {
				border:0;
				width:auto;
				background:transparent;
				height:auto;
				float:none;
				margin-left:30px;
				}
			
			form#formContactUs select {
				width:262px;
				font-weight:normal;
				height:1.4em;
				}
			
			form#formContactUs select option {
				padding:3px 9px;
				border-bottom:1px solid #999;
				font-size:1.0em;
				font-weight:normal;
				}
			
			form#formContactUs textarea {
			
				height:160px;
				margin-top:8px;
				font-family:Verdana, Arial,Tahoma; /* Anagha added on July 12, 2007*/
				}
				
			form#formContactUs .button input {
				background:url(../../images/button/get_touch_bt.png) 0 0 no-repeat;
				width:143px;
				height:42px;
				position:relative;
				left:-5px;
				display:block;
				border:0;
				font-weight: normal;
				font-size: 1.0em;
				line-height: 1.0em;
				text-indent: -2000em;
				cursor:pointer;
				float:left !important;
				text-align:left;
				margin-top:10px;
				}
			

	/* ---------- 4.3 INTRO ---------- */
		
	#intro h2 
	{
	    /*
		color:#b200f9;
		font-size:2.7em;
		font-weight:normal;
		padding:0 0 5px 60px;
*/
		}

	#customer #intro h2 {
		color:#fff;
		}

	#intro h3 {
		color:#b200f9;
		font-size:1.6em;
		margin-bottom:0.2em;
		font-weight:normal;
		}

	#intro .direction a, #intro a.btFindMore {
		width:304px;
		height:42px;
		display:block;
		font-weight: normal;
		font-size: 1.0em;
		line-height: 1.0em;
		/* text-indent: -2000em; */
		}

	#intro .direction a.btWorkWith {
		background:url(../../images/button/work_with_bt.png) 0 0 no-repeat;
		}

	#intro .direction a.btWorkFor {
		background:url(../../images/button/work_for_bt.png) 0 0 no-repeat;
		}

	#intro .direction a.btMakeDifferent {
		background:url(images/button/make_different_bt.png) 0 0 no-repeat;
		}

	#intro a.btFindMore {
		background:url(../../images/button/find_more_bt.png) 0 0 no-repeat;
		width:146px;
		height:42px;
		position:relative;
		left:-5px;
		}

	#intro p {
		color:#999;
		font-size:1.7em;
		font-family:Helvetica,Arial, sans-serif;
		line-height:1.3em;
		margin-bottom:1.7em;
		}

	#intro .content p {
		font-size:1.2em;
		}

	#intro p.anotherReason {
		color:#fff;
		font-size:1.5em;
		font-family:Arial, sans-serif;
		line-height:1.3em;
		margin-bottom:0.8em;
		display:block;
		text-align:right;
		font-weight:bold;
		}

	#intro p.anotherReason span {
		color:#b200f9;
		}

	#intro p.anotherReason strong {
		color:#b200f9;
		font-size:1.6em;
		}
			
			
/* ---------- 5.0 COLLEFT ---------- */	


#colLeft .blockWrapper h3 {
	color:#fff;
	font-size:1.9em;
	font-weight:normal;
	line-height:1.2em;
	margin-bottom:0.3em;
	}

#colLeft .blockWrapper h4 {
	color:#B200F9;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.1em;
	margin-bottom:0.3em;
	}

#colLeft .blockWrapper p {
	color:#ccc;
	font-size:1.1em;
	line-height:1.2em;
	margin-bottom:0.3em;
	}



	/* ---------- 5.1 IN DETAILS  ---------- */
		
	.inDetails h3, .relatedLinks h3 {
		font-size:1.1em;
		font-weight:bold;
		margin-bottom:15px;
		padding:5px 14px;
		background: url(../../images/related_information_title.gif) 0 0 repeat-y;
		}

	.inDetails h3 {
		background: url(../../images/in_details_title.gif) 0 0 repeat-y;
		}
	
	.inDetails dl, .relatedLinks dl {
		margin-left:14px;
		}

	.inDetails dt , .relatedLinks dt {
		font-weight:bold;
		font-size:1.2em;
		color:#fff;
		margin-top:10px;
		display:block;
		}

	.inDetails dt a, .relatedLinks dt a{
		color:#fff;
		text-decoration:none;
		}

	.inDetails dt a span, .relatedLinks dt a span {
		color:#B200F9;
		}
		
	.inDetails dt a:hover, .relatedLinks dt a:hover {
		color:#B200F9;
		text-decoration:none;
		}
		
	.inDetails dd, .relatedLinks dd {
		font-size:1.1em;
		color:#999;
		}

	.inDetails dd a, .relatedLinks dd a {
		color:#999;
		}

	.inDetails dd a:hover, .relatedLinks dd a:hover {
		color:#fff;
		}


		
/* ---------- 6.0 SUMMARY ---------- */
		
	#summary2 h2 {
		color:#B200F9;
		font-size:1.7em;
		font-weight:normal;
		margin-bottom:0.7em;
		}
	#summary2 #flashTeam h2 {
		color:#DDD2D8;
		font-size:1.6em;
		font-weight:normal;
		margin-bottom:0.2em;
		}

	#summary2 h3 {
		color:#B200F9;
		font-size:1.4em;
		}

	#summary2 li {
		margin-bottom:0.5em;
		color:#999;
		}

	#summary2 p {
		margin-bottom:0.9em;
		}
	#summary2 #flashTeam p {
		/*background:transparent url(../../images/end_quote.gif) no-repeat scroll 100% 100%; */
		color:#DDD2D8;
		font-size:1.2em;
		font-weight:normal;
		font-style: italic;
		font-family: Verdana;
		}
	#summary2 #flashTeam div {
		/*background:transparent url(../../images/start_quote.gif) no-repeat scroll 0pt 0pt;*/
		padding-left: 15px;
	}	
	
	#summary2 #flashQuote div.quoteWrap{
		margin-right:100px;
		padding:0px 20px 0px 30px; margin:20px 0px 0px 0px;
		background:transparent url(../../images/purple_quotes.gif) no-repeat top left;
		height:90px;
    }
    #summary2 #flashQuote div.quoteWrapInner{
		 padding:0px 30px 0px 0px; margin:0px;
		 
		 background:transparent url(../../images/purple_quotes.gif) no-repeat bottom right;
    }	
    #summary2 #flashQuote div.author{
        font: bold 14px Arial;
        color:#ccc;

    }
	#summary2 a {
		color:#999;
		}

	#summary2 a.viewMore {
		color:#fff;
		padding:3px 0 3px 30px;
		background:url(../../images/view_more_icon.png) 0 50% no-repeat;
		font-size:1.2em;
		}

	#summary2 #flashTeam a.viewMore {
		color:#fff;
		padding:3px 0 3px 30px;
		background:url(../../images/view_more_icon.png) 0 50% no-repeat;
		font-size:1.2em;
		float:right;
		}

	#summary2 a:hover {
		color:#fff;
		}
		
		
/* ---------- 7.0 MEMBERSHIP ---------- */	

	#membership dt {
	float:left;
	color:#B200F9;
	font-size:1.2em;
	font-weight:normal;
	display:block;
	padding:0 10px;
	width: 70px;
		}
		
	#membership dd
	{
		margin:5px 10px!important;
		padding:0px!important;
	}
		
		
/* ----------8.0 FOOTER ---------- */				
	
	
	/* ---------- 8.1 COLRIGHT ---------- */	
	
	p.workForUs {
		font-size:1.8em;
		color:#fc0;
		margin-top:50px;
		display:block;
		text-align:right;
		}

	p.copyright {
		font-size:1.1em;
		color:#999999;
		margin-top:25px;
		display:block;
		text-align:right;
		}

	#home p.copyright, #customer p.copyright {
		display:block;
		margin-top:8px;
		text-align:left;
		}


	
		/* ---------- 8.1.1 TALK TO JHON ---------- */

   
		.talkToJohn h3 {
			font-size:1.8em;
			font-weight:normal;
			margin-bottom:20px;
			}

		.talkToJohn dt {
			font-weight:normal;
			margin-bottom:0.5em;
			color:#999999;
           	}

		#home .talkToJohn dt {
			font-size:1.25em;
			float:left;
			border:1px solid #000;
			width:300px;
			}

		.talkToJohn dd {
			font-size:1.7em;
			}

		#customer .talkToJohn dd {
			font-size:1.6em;
			}

		#home .talkToJohn dd {
			float:left;
			}

		#home .talkToJohn dd.telUk {
			margin-right:20px;
			padding-right:20px;
			border-right:2px solid #C0C0C0;
			clear:both;
			width:219px;

			}

		#home .talkToJohn dd.telIndia {
			width:100px;
			position:relative;
			left:3px;
			font-size:1.2em;
			font-weight:bold;
			}


		.talkToJohn dd.email {
			font-size:1.2em !important;
			font-weight:bold;
			margin-top:14px;
			}

		#home .talkToJohn dd.email {
			font-size:1.2em;
			font-weight:bold;
			margin-top:0;
			float:right;
			z-index:1000;
			margin-bottom:0.5em;

			}

		.talkToJohn dd.email a{
			color:#fff;
			}

		.talkToJohn dd span {
			color:#AC00F1;
	/* 		float:right;            Anagha on June 18, 2007 for Contact Us problem*/
			}

		.talkToJohn dd.telUk span {
			margin-right:22px;
			}

		#home .talkToJohn dd.telUk span {
			margin-right:5px;
			
			}

		.talkToJohn dd.telIndia span {
			margin-right:3px;
			}

		#home .talkToJohn dd.telIndia span {
			margin-right:5px;
			}
		
		
		/* ---------- 8.1.2 LINKS FOOTER ---------- */

		#footerLinks li a {
			margin:0 4px;
			}
			
			
		
/* ---------- 9.0 Site Map Collapsable Menu ---------- */	
ul#navMenu{
	list-style:none;	
    margin:0 !important; float:left;
}	
ul#navMenu li,
#navMenu ul,#navMenu ul li {
	list-style:none;	
    margin:0;
}
ul#navMenu > li {
    margin-bottom:5px;
    padding:5px 5px 6px 5px;
}
#navMenu .navGroupTitle{
	color:#B200F9; padding-left:23px; background: url(../../images/openclose_icon.gif) no-repeat 2px 1px;
	font: bold 1em Verdana, Arial;
}
#navMenu a.ngOpen{ /* Added by jQuery to mark an item as open */
	background-position: 2px -49px;
}
#navMenu a {
	font: 1em/2.0em Verdana, Arial;	
	text-decoration:none;outline:0;  border:1px dotted #000;
}
#navMenu ul a {
	font-weight : normal;
}
#navMenu a{ /* Removes the standard black dotted border when onFocus */
	
}
#navMenu a:focus{
	border:1px dotted #333;
}
#navMenu a{
	color:#ccc; padding-left:23px;
}
#navMenu  a.pageLink{
	background: url(../../images/arrow_icon.gif) no-repeat 5px 5px;	
}


/* --- FORM ADD NEWS ----*/
div#formAddNews {
width:480px;
}

div#formAddNews fieldset  {
clear:both;
}

div#formAddNews legend {
font-size:1.3em;
margin-bottom:0.6em;
}

* html div#formAddNews legend {
position:relative;
left:-7px;
}

div#formAddNews dd {
font-family:Verdana, Helvetica, sans-serif;
margin-bottom:10px;
float:left;
position:relative;
width:100%;
}

div#formAddNews label, form .radio p {
color:#fff !important;
width:218px;
font-size:1.0em;
display:block;
float:left;
}

div#formAddNews .radio label {
width:auto;
display:inline;
float:none;
clear:both;
}

div#formAddNews input, form select, form textarea {
font-family: Verdana;
border:1px solid #CFCFCF;
width:260px;
/*display:block;*/
background:#fff;
height:1.5em;
font-size:1.0em;
float:right;
color:#666;
}

div#formAddNews .radio input {
border:0;
width:auto;
background:transparent;
height:auto;
float:none;
margin-left:30px;
}

div#formAddNews select {
width:262px;
font-weight:normal;
height:1.4em;
}

div#formAddNews select option {
padding:3px 9px;
border-bottom:1px solid #999;
font-size:1.0em;
font-weight:normal;
}

div#formAddNews textarea {

height:160px;
margin-top:8px;
font-family:Verdana, Arial,Tahoma; 
}

div#formAddNews .button input {
background:url(../../images/button/get_touch_bt.png) 0 0 no-repeat;
width:143px;
height:42px;
position:relative;
left:-5px;
display:block;
border:0;
font-weight: normal;
font-size: 1.0em;
line-height: 1.0em;
text-indent: -2000em;
cursor:pointer;
float:left !important;
text-align:left;
margin-top:10px;
}

/* --added by Deepa - */
#newsDetailContainer ul li {
list-style:disc;
list-style-position:outside;
color:#fff !important;
margin-bottom:0.2em;
}

/* ---------- 4.2.3 KeepItLocal FORM ---------- */
		
		
			form#formKeepItLocal {
				width:800px;
				}

			form#formKeepItLocal fieldset  {
				clear:both;
				}

			form#formKeepItLocal legend {
				font-size:1.3em;
				margin-bottom:0.6em;
				}

			* html form#formContactUs legend {
				position:relative;
				left:-7px;
				}
			
			form#formKeepItLocal dd {
				font-family:Verdana;
				margin-bottom:10px;
				float:left;
				position:relative;
				width:100%;
				}
			
			form#formKeepItLocal label, form .radio p {
				color:#fff !important;
				width:300px;
				font-size:1.0em;
				display:block;
				float:left;
				}
				
			
			form#formKeepItLocal .radio label {
				width:auto;
				display:inline;
				float:none;
				clear:both;
				}
			
			form#formKeepItLocal input[type="text"]{
				font-family: Verdana;
				border:1px solid #CFCFCF;
				width:260px;
				/*display:block;*/
				background:#fff;
			
				}
		    form#formKeepItLocal input[type="checkbox"] {
				font-family: Verdana;
				border:1px solid #CFCFCF;
				width:20px;
				margin-top:4px;
				float:left;
				/*display:block;*/
				background:#fff;
			
				}
				* html form#formKeepItLocal input[type="checkbox"] {
				font-family: Verdana;
				border:1px solid #CFCFCF;
				width:20px;				
				margin-top:4px;
				float:left;
				/*display:block;*/
				background:#fff;
			
				}
				
				
			form#formContactUs .radio input {
				border:0;
				width:auto;
				background:transparent;
				height:auto;
				float:none;
				margin-left:30px;
				}
			
			form#formContactUs select {
				width:262px;
				font-weight:normal;
				height:1.4em;
				}
			
			form#formContactUs select option {
				padding:3px 9px;
				border-bottom:1px solid #999;
				font-size:1.0em;
				font-weight:normal;
				}
			
			form#formContactUs textarea {
			
				height:160px;
				margin-top:8px;
				font-family:Verdana, Arial,Tahoma; /* Anagha added on July 12, 2007*/
				}
				
			form#formContactUs .button input {
				background:url(../../images/button/get_touch_bt.png) 0 0 no-repeat;
				width:143px;
				height:42px;
				position:relative;
				left:-5px;
				display:block;
				border:0;
				font-weight: normal;
				font-size: 1.0em;
				line-height: 1.0em;
				text-indent: -2000em;
				cursor:pointer;
				float:left !important;
				text-align:left;
				margin-top:10px;
				}

/*this CSS is created for new homepage by Dayanand Rahate on 2/12/2008 [Start] */			
#home.newHome h1#logo, #home.newHome #submenu
{
    display:none;
}

#home.newHome #menu ul
{
    padding:15px 0 0 40px;
}

#home.newHome #menu li.selected a
{
    background:none;
}

#home.newHome #content
{
    width:937px;
    display:block;
    float:left;
}

#home.newHome #content .boxes li.columnLeftbox
{
    margin-right:22px;
    width:360px;
    padding-bottom:15px;
}

#home.newHome #content .boxes .columnLeftbox p 
{
    height:auto;
    margin:0 0 0 25px;
    text-align:left;
}

#home.newHome #content .boxes .columnLeftbox .selectIndustry
{
    display:block; 
    margin-left:24px;
    float:left; 
    width:156px;
    padding-top:14px;
    *padding-top:10px;
}

#home.newHome #content .boxes .columnLeftbox .selectRequirement
{
    width:150px;
    margin-left:20px;
}

#home.newHome #content .boxes .columnLeftbox .selectIndustry ul
{
    margin:0;
    padding:13px 0;
}

#home.newHome #content .boxes .columnLeftbox .selectIndustry ul.border
{
    border-right:1px solid #313131;
}

#home.newHome #content .boxes .columnLeftbox .selectIndustry li
{
    display:block;
    float:none;  
    background:none;
border:0;
margin:0;
padding:0;
position:static;
width:auto; 
line-height:13px;
}

#home.newHome #content .boxes .columnLeftbox h3 
{
    width:360px;
}

#home.newHome #content .boxes li
{
    width:259px;
}

#home.newHome #content .boxes li.boxLeft {
margin-right:24px;
height:224px;
}

#home.newHome #content .boxes li.boxRight
{
    height:224px;
}

#home.newHome #content .boxes h3
{
    width:259px;
}

#home.newHome #content .boxes h3 strong
{
    width:220px;
}

#home.newHome #content .boxes img
{
    margin-left:24px;
    margin-bottom:5px;
}

#home.newHome #content .boxes img.topCorner
{
    margin:10px 0 10px 10px;
}

#home.newHome #content .boxes img.bottomCorner
{
   margin:3px 10px 0 220px;
}

#home.newHome #content .boxes p
{
    height:auto;
    text-align:left;
}

#home.newHome #content .boxes .whatSay p
{
    margin:0 10px 0 20px;
}

#home.newHome #content .boxes .whatSay img.topCorner 
{
    margin:8px 0 0 10px;
}

#home.newHome #content .subheading
{
    color:#B200F9;
}

#home.newHome #content .boxes li
{
    margin-bottom:25px;
}

#home.newHome #membership
{
    margin-top:0;
}
/*this CSS is created for new homepage by Dayanand Rahate on 2/12/2008 [End] */			

#home.newInside h1#logo, #home.newInside #submenu
{
    display:none;
}

#home.newInside #menu ul
{
    padding:15px 0 0 40px;
}

#home.newInside #menu li.selected a
{
    background:none;
}

#home.newInside #content
{
    width:937px;
    display:block;
    float:left;
}

#home.newInside #content .boxes li.columnLeftbox
{
    margin-right:22px;
    width:308px;
    padding-bottom:15px;
    margin-bottom:16px;
    height:532px;/*old 505*/
}

#home.newInside #content .boxes .columnLeftbox p 
{
    height:auto;
    margin:0 0 0 25px;
    text-align:left;
}

#home.newInside #content .boxes .columnLeftbox .selectIndustry
{
    display:block; 
    margin-left:24px;
    float:left; 
    width:156px;
    padding-top:14px;
    *padding-top:10px;
}

#home.newInside #content .boxes .columnLeftbox .selectRequirement
{
    width:150px;
    margin-left:20px;
}

#inside.newInside #content .boxes .columnLeftbox .selectIndustry ul
{
    margin:0;
    padding:13px 0;
}

#home.newInside #content .boxes .columnLeftbox .selectIndustry ul.border
{
    border-right:1px solid #313131;
}

#home.newInside #content .boxes .columnLeftbox .selectIndustry li
{
    display:block;
    float:none;  
    background:none;
border:0;
margin:0;
padding:0;
position:static;
width:auto; 
line-height:13px;
}

#home.newInside #content .boxes .columnLeftbox h3 
{
    width:308px;
}

#home.newInside #content .boxes li
{
    width:259px;
}

#home.newInside #content .boxes li.boxLeft {
margin-right:16px;
}

#home.newInside #content .boxes h3
{
    width:259px;
}

#home.newInside #content .boxes .insideTopBox h3
{
    width:612px;
}

#home.newInside #content .boxes .insidebottomBox h3
{
    width:297px;
}

#home.newInside #content .boxes h3 strong
{
    width:262px;
}

#home.newInside #content .boxes img
{
    margin-left:25px;
    margin-bottom:6px;
}

#home.newInside #content .boxes li.insidebottomBox img
{
    margin-left:25px;
    margin-bottom:10px;
}

#home.newInside #content .boxes img.topCorner
{
    margin:10px 0 10px 10px;
}

#home.newInside #content .boxes img.bottomCorner
{
   margin:3px 10px 0 220px;
}

#home.newInside #content .boxes p
{
    height:auto;
    text-align:left;
}

#home.newInside #content .boxes .whatSay p
{
    margin:0 0 0 20px;
}

#home.newInside #content .boxes .whatSay img.topCorner 
{
    margin:8px 0 0 10px;
}

#home.newInside #content .subheading
{
    color:#B200F9;
}

#home.newHome #content .boxes li
{
    margin-bottom:25px;
}

#home.newInside #membership
{
    margin-top:0;
}

#home.newInside #content .boxes .columnLeftbox h2 {
color:#FFFFFF;
font-size:1.2em;
font-weight:bold;
line-height:1.2em;
margin-bottom:1.2em;
margin-left:3.3em;
margin-right:1em;
margin-top:1.1em;
}

#home.newInside #content .boxes li.insideTopBox{
width: 612px; 
margin-right: 0pt;
margin-bottom:16px;
height:242px;/*old 215*/
}

#home.newInside #content .boxes li.insidebottomBox
{
    width:297px;
    margin-bottom:16px;
    height:227px;
}

#home.newInside #content .boxes li.insidebottomBox ul
{
    margin:0;
    padding:0;
    width:127px;
    float:left;
}

#home.newInside #content .boxes li.insidebottomBox ul li
{
    width:150px;
    background:none;
    border:0;
    display:block;
    float:left;
    margin-bottom:0;
    padding-bottom:0;
    position:static;
    margin-left:25px;
    line-height:13px;
}

#home.newInside #domticker2
{
    margin-left:20px;
}

/*tiker CSS */


#domticker{
width: 240px;
height: 110px;
padding: 5px;
}

#domticker div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
height: 110px;
overflow:hidden;
}

#domticker a{
font-weight: bold;
}

#domticker2{
height:110px;
padding:3px;
width:250px;
}

#domticker2 a{
text-decoration: none;
}

/*tiker CSS [End]*/

.openSourceformContainer
{
    width:500px;
    margin-left:25px;
    margin-top:30px;
    display:block;
    float:left;
}

.openSourceformContainer dd {
float:left;
font-family:Verdana;
margin-bottom:10px;
position:relative;
width:100%;
}

.openSourceformContainer label{
color:#FFFFFF !important;
display:block;
float:left;
font-size:1em;
width:172px;
}

.openSourceformContainer select
{
   float:left;
   height:auto;
}

.openSourceformContainer input
{
    height:16px;
}