/***************************************************************
MAIN MENU
***************************************************************/
#navContainer {
float: left;
width: 980px;
margin-top: 0px;
border-top: 1px solid #2A568F;
padding-top: 0px;  
background: url(../images/gradientBackground.jpg) repeat bottom left;
border-bottom: 1px solid #2A568F;
}

#navContainer li a {
padding-left: 15px;
padding-right: 15px;
text-decoration: none;
display: block;
font-weight: bold;
font-size: 12px;
font-family:"Verdana";
color: #2A568F;
float: left;    
background: url(../images/gradientBackground.jpg) repeat bottom left;   
}
#navContainer li a:hover, #navContainer li a:active, #navContainer a:selected {
text-decoration: none;
color: white;
font-weight: bold;
background: url(../images/gradientBackgroundOnSelect.jpg) repeat bottom left;
}  

/***************************************************************
LEFT NAVIGATION MENU
***************************************************************/
#leftNavContainer {
float:left;
width: 175px;
height: auto;
padding-top:1px;
background-color: #F1F1F1;
}
#leftNav { 	
margin-top:1px;	
width: 175px;
height:auto;
padding-left: 0px;
padding-top:10px;		
padding-bottom:10px;		
}

.smallMenu{
width: 175px;
height:100px;
background: url(../images/subNavBackground.jpg) no-repeat;
margin-bottom:1px;
}
.smallMenuHome{
	width: 175px;
	height:100px;
	background: url(../images/subNavBackground.jpg) no-repeat;
	margin-bottom:1px;
}
.largeMenu{
width: 175px;
height:120px;
background: url(../images/subNavigationLarge.jpg) no-repeat;	
margin-bottom:1px;
} 
/***************************************************************
CENTER CONTENT 
***************************************************************/
.tiaSite{
background: url(../images/homepageBanner_tia.jpg) no-repeat top left;
}
.newsItemsTia{
background: url(../images/whatsNew_tia.jpg) no-repeat top right;
}
.aboutUsTia{
background: url(../images/aboutUs_tia.jpg) no-repeat top right;
}
.careersTia{
background: url(../images/careers_tia.jpg) no-repeat top right;
}
.whyChose3CATia{
background: url(../images/whyChose3ca_tia.jpg) no-repeat top right;
}
.databaseServicesTia{
background: url(../images/databaseServices_tia.jpg) no-repeat top right;
}
.supportServicesTia{
background: url(../images/tiaSupport.jpg) no-repeat top right;
}
.ourExperienceTia{
background: url(../images/ourExperience_tia.jpg) no-repeat top right;
}
.professionalServicesTia{
background: url(../images/professionalServices_tia.jpg) no-repeat top right;
}
.privacyTia{
background: url(../images/privacyPolicy_tia.jpg) no-repeat top right;
}
.contactUsTia{
background: url(../images/contactUs_tia.jpg) no-repeat top right;
}
.inplementationExpertsTia{
background: url(../images/implementationExperts_tia.jpg) no-repeat top right;
}
.resourceProvidersTia{
background: url(../images/resourceProviders_tia.jpg) no-repeat top right;
}
.serviceProvidersTia{
background: url(../images/serviceProviders_tia.jpg) no-repeat top right;
}
.tiaSolutionTia{
background: url(../images/tiaSolution_tia.jpg) no-repeat top right;
}
.tiaBenefitsTia{
background: url(../images/tiaBenefitsBanner.jpg) no-repeat top right;
}
.tiaGrowthTia{
background: url(../images/tiaGrowth.jpg) no-repeat top right;
}
.tiaTrainingTia{
background: url(../images/tiaTraining.jpg) no-repeat top right;
}
.tiaOverviewTia{
background: url(../images/tiaOverview.jpg) no-repeat top right;
}
.webServicesTia{
background: url(../images/webServices.jpg) no-repeat top right;
}
.tiaCountryLayer{
background: url(../images/tiaCountryLayerGlobe.jpg) no-repeat top right;
}
.CountryLayerWhatsincluded{
background: url(../images/whyChose3ca_tia.jpg) no-repeat top right;
}
.CountryLayerBenefits{
background: url(../images/tiaBenefitsBanner.jpg) no-repeat top right;
}
.newsArchive{
background: url(../images/newsArchive.jpg) no-repeat top right;
}
#centerContentHomeFirstDiv{
float:left;	
width: 290px;
height:100px;
padding-top: 5px;	
padding-left:5px;
padding-right:0px;
padding-bottom:15px;	
}

#centerContentHomeSecondDiv{
float:right;	
width: 290px;
height:100px;
padding-top: 5px;	
padding-left:0px;
padding-right:5px;
padding-bottom:15px;	
}
#centerContentBottomDiv{
float:left;	
width: 550px;
padding-top: 10px;	
padding-left:5px;
padding-right:0px;
padding-bottom:5px;
}
#centerContentBottomDiv ul {
padding-left:5px; 
list-style-position: inside; 
display: inline-block;
line-height:15px;
}
#centerContentBottomDiv li {
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
text-align:left;
padding-bottom: 5px;
color:  #9BAABF; 
}
#centerContentBottomDiv li a{
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none; 
color:  #9BAABF; 
}
#centerContentSplSecondDiv ul {
padding-left:5px; 
list-style-position: inside; 
display: inline-block;
line-height:15px;
}
#centerContentSplSecondDiv li {
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
text-align:left;
padding-bottom: 5px;
color:  #9BAABF; 
}
#centerContentSplSecondDiv li a{
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none; 
color:  #9BAABF; 
}


