/* begin basic html elements */
html {
	background: url(/Assets/images/3-9/bgBody_3-9_03.gif);
}

body {
	color: #000;
}

a {
	color: #9b3d13;
}

a:hover {
	color: #333;
}
/* end basic html elements */





/* begin util nav */
div.divUtilNav {
	background-color: #d6481c;
	color: #fff;
}
	
	div.divUtilNav a {
		color: #fff !important;
	}
	
		.openLanguage {
			background-color: #f9f0b9;
		}
			
			.openLanguage a {
				color: #000 !important;
				background: none !important;
			}
			
			.openLanguage li.active a {
				color: #9b3d13 !important;
			}
			
			.openLanguage li a {
				color: #333 !important;
			}
/* end util nav */





/* begin header */
div.divHeader {
}
	
	div.divHeaderContent {
		color: #000;
	}
	
	div.divHeader a {
		color: #f9f0b9;
	}
	
	div.divHeader a:hover {
		color: #000;
	}
	
	div.divLanguages a {
		background: url(/Assets/images/3-9/language_3-9_03.gif) right no-repeat;
	}
		
		.divLanguages h2 a {
			background: url(/Assets/images/3-9/arrowOpen_03.gif) 10px no-repeat;
		}
		
		.divLanguages h2.languagesOpened a {
			background: url(/Assets/images/3-9/arrowClosed_03.gif) 10px no-repeat;
		}
			
		a.aCallNow {
			background: url(/Assets/images/3-9/phone_3-9_03.gif) top left no-repeat;
		}
			
			a.emailLink:hover {
				color: #000 !important;
			}
	
	.divAddress {
		color: #f9f0b9;
	}
/* end header */





div.divClearHeader {
	background: url(/Assets/images/3-9/bgDivClearHeader_3-9_03.png) top center no-repeat;
}





/* begin main body */
div.divBody 
{
	/* Perumal , Krishnaraj (Cognizant) on July 29, 2009: 3393 - png repeat option is not supported in IE browsers so I have changed png image to gif image */
	background: url(/Assets/images/3-9/bgDivBody_3-9_03.gif) 0 0 repeat-y;
}
	
	/* begin left nav */
			#nav li {
				background: url(/Assets/images/3-9/bgNav_3-9_03.png) top right no-repeat;
			}
				
				#nav li a {
					color: #f9f0b9;
				}
				
				#nav li a:hover {
					color: #feaa79;
				}
				
				#nav li.active {
					background: url(/Assets/images/3-9/bgNavSelected_3-9_03.png) top right no-repeat;
				}
				
					#nav li.active a {
						color: #9b3d13;
					}
				
				#nav li ul li,
				#nav li ul li.active {
					background: none;
				}
					
					#nav li ul li a,
					#nav li.active ul li a,
					#nav li li.active a {
						background: none;
						color: #f9f0b9;
					}
					
					#nav li ul li a:hover {
						color: #feaa79;
					}
				
				#nav li li.active a {
					color: #fff;
				}
	/* end left nav */
	
	/* content */
	div.divContent {
		background: url(/Assets/images/3-9/bgDivContent_3-9_03.jpg) 0 .5em no-repeat;
	}
		
		table.homePage div.divTextBody {
			background: url(/Assets/images/3-9/bgDivTextBody_3-9_03.jpg) 25px 0 no-repeat;
		}
		
		div.divTextBody h2 {
			color: #9b3d13;
		}
		
		/* div pods */
			div.divPod {
				background: url(/Assets/images/3-9/bgDivPod_3-9_03.png) 0 0 no-repeat;
			}
				
				div.divPod h2 {
					color: #feaa79;
				}
				
				div.divPod ul,
				div.divPod a {
					color: #f9f0b9;
				}
					
				div.divPod a:hover {
					color: #feaa79;
				}
			
			div.divOfficeHours {
				color: #f9f0b9;
				background: none;
			}
				
				div.divOfficeHours h2 {
					color: #feaa79;
					background: url(/Assets/images/3-9/bgOfficeHoursTop_3-9_03.gif) top left no-repeat;
				}
				
				div.divOfficeHoursContent {
					background: url(/Assets/images/3-9/bgOfficeHoursBottom_3-9_03.gif) bottom left no-repeat;
				}
		
		/* footer */
		div.divFooter {
			color: #9b3d13;
			background-color: #000;
		}
			
			div.divLNFooterLogo {
				background: url(/Assets/images/3-9/LexisNexisLogo_3-9_03.gif) 0 0 no-repeat;
			}
			
			div.divFooter a {
				color: #feaa79;
			}
				
				div.divFooter a:hover {
					color: #f9f0b9;
				}
/* end main body */