
/***************************************************************
MAIN MENU
***************************************************************/

#navContainer {
float: left;
width: 980px;
margin-top: -8px;
border-top: 1px solid #2A568F;
padding-top: 0px;  
background: url(../images/gradientBackground.jpg) repeat bottom left;
border-bottom: 1px solid #2A568F;
}


/***************************************************************
LEFT NAVIGATION MENU
***************************************************************/
#leftNavContainer {
float:left;
width: 175px;
height: auto;
padding-top:1px;

}
#leftNav { 
margin-top:1px;
margin-bottom:-9px;
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/news.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;
}


#centerTopContent{
height: auto;
width: 596px;
padding-top: 0px;	
padding-left:5px;
padding-right:5px;
padding-bottom:0px;
}

#centerContentHomeFirstDiv{
float:left;	
width: 290px;
height:240px;
padding-top: 0px;	
padding-left:5px;
padding-right:0px;
padding-bottom:5px;
}

#centerContentHomeSecondDiv{
float:right;	
width: 290px;
height:240px;
padding-top: 0px;	
padding-left:0px;
padding-right:5px;
padding-bottom:0px;
}

#centerContentHomeSecondDiv ul{
padding:0;
margin:0;
}






