/***************************************************************
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:active,#navContainer li.active{
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;
}
#leftNav { 
margin-top:1px;
margin-bottom:1px;
width: 175px;
height:100px;
padding-left: 0px;
padding-top:10px;	
background: url(../images/subNavBackground.jpg) no-repeat;	
}
/***************************************************************
CENTER CONTENT 
***************************************************************/
.insuranceSite{
background: url(../images/homepageBanner.jpg) no-repeat top left;
}
.aboutUs{
background: url(../images/aboutus805x107.jpg) no-repeat top right;
}
.careers{
background: url(../images/career805x107.jpg) no-repeat top right;
}
.whyChose3CA{
background: url(../images/whyChose3CA805x107.jpg) no-repeat top right;
}
.databaseServices{
background: url(../images/databaseServices805x107.jpg) no-repeat top right;
}
.newsItems{
background: url(../images/newsItems805x107.jpg) no-repeat top right;
}
.ourExperience{
background: url(../images/ourExperience805x107.jpg) no-repeat top right;
}
.professionalServices{
background: url(../images/professionalServices805x107.jpg) no-repeat top right;
}
.webServices{
background: url(../images/webServices805x107jpg.jpg) no-repeat top right;
}
.privacy{
background: url(../images/privacyPolicy805x107.jpg) no-repeat top right;
}
.contactUs{
background: url(../images/contactUs805x107.jpg) no-repeat top right;
}

#centerContentHomeSecondDiv{
float:left;	
width: 300px;
height:240px;
padding-top: 15px;	
padding-left:0px;
padding-right:5px;
padding-bottom:0px;
}
