/* CSS Document - HOME PAGE */
body    {
		font-family: Verdana, Arial, Helvetica, sans-serif;
        }
		
#banner {
		width: 800px;
		height: 160px;
		margin: 0 auto;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #06c;
	    }

#container  {
			width: 800px;
			height: auto;
			margin: 0px auto;
			font-size: 12px;/*11px;*/
			color: #fff;
			background-color: #42aacd;
		    }

#container a:link   {
					color: #FFF;
					text-decoration: underline;
				    }

#container a:hover  {
					color: #FFF;
					text-decoration: underline;
				    }
			
#container a:visited {
					 color: #FFF;
					 text-decoration: underline;
				     }
		   
#picBanner  {
			height: 186px;
			margin: 0;
			padding: 0 66px;
			background: url(../images/bg-NavGradient.jpg) no-repeat;
		    }
					  
#navigation {
		background-color: red;
}
			
#flashBanner {
	float: left;
	position: absolute;
	top: 324px;
	margin: 0 0 0 0px;
}
					  		  				   
#triCol-Container   {
					width: 668px;
					height: 210px;
					margin: 0 66px;
					background-color:#68bbd7;
				    }
			 
				.triCol-FloatL  {
								width: 221px;
/*								height: 158px;*/
								height: 230px;
								float: left;
								padding-top: 15px;
								margin: 0;
								padding: 0;
							    }
				
#nextBancaSafari    {
					width: 221px;
					height: 145px;
					float: left;
					padding-top: 15px;
					margin: 0;
				    }

#nextBancaSafari p  {
					color: #315581;
				    }

#nextBancaSafari p a:link, #nextBancaSafari p a:visited {
														color: #315581;
														text-decoration: underline;
													    }

#nextBancaSafari p a:hover, #nextBancaSafari p a:focus {
													   color: #315581;
													   text-decoration: underline;
													   }

#bodyContent {
	width: 668px;
	height: 358px;
	padding-right: 0px;
	background-image: url(../images/img-bancasafari.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 10px;
	margin-right: 66px;
	margin-bottom: 0;
	margin-left: 66px;
}

#footer  {
	width: 800px;
	padding-bottom: 10px;
	margin: 0 auto;
	font-size: 12px;/*11px*/;
	color: #315581;
	text-align: center;
	background-color: #42aacd;
}
/*			 
#footer  {
	width: 800px;
	padding-bottom: 10px;
	margin: 10px 66px 0 66px;
	color: #315581;
	background-color: #42aacd;
	text-align:center
}
*/
		 
#footer a:link {
	color: #315581;
	text-decoration: none;
}
		  
#footer a:hover {
	color: #315581;
	text-decoration: underline;
}	
						 
#footer a:visited {
	color: #315581;
	text-decoration: none;
}

/* CSS TEXT FORMAT style="left: 101px; top: 325px; */

p {
	font-size: 12px;/*11px*/
	color: #fff;
	margin: 0;
	padding: 0;
}

a.testimonial-s {
   display: block;
   width: 180px;
   height: 81px;
   background: url(../images/button-othersayS1.gif) 0 0 no-repeat;
   text-decoration: none;
   }
a:hover.testimonial-s {
  display:block;
  background: url(../images/button-othersayS2.gif) 0 0 no-repeat;
  }
  
a.maillist {
	display: block;
	width: 180px;
	height: 81px;
	text-decoration: none;
	background-image: url(../images/txt-newsletter.gif);
   }
a:hover.maillist {
  display:block;
  background: url(../images/txt-newsletter2.gif) 0 0 no-repeat;
  }
