@charset "utf-8";
/* CSS Document */
body { background:url('../images/about/splash.jpg') no-repeat top center #234014; }
#header .logo { margin:40px 0 0; background:url('../images/about/logo.gif') no-repeat top left; }

/******************************
   Nav
******************************/	
#header .nav ul li a:hover, #header .nav ul li a.on { text-decoration:none; background:url('../images/about/nav-bg.gif') no-repeat right top; }
#header .nav ul li a:hover span, #header .nav ul li a.on span { background:url('../images/about/nav-left-cap.gif') no-repeat left top; }

/******************************
   About
******************************/	
.about { width:950px; min-height:500px; background:url('../images/about/about-bg.jpg') no-repeat top center #254114; }
	.about .about-inner { overflow:hidden; color:#ffffff; } 
	
	/******************************
	   About Description
	******************************/	
	.about .about-inner .description { float:left; width:420px; padding:0 80px 0 0; margin:50px 0 0 40px; background:url('../images/about/client-kudos.gif') no-repeat top right #254017; }
		.about .about-inner .description p { margin:0 0 12px; }	
	
	/******************************
	   Client Kudos
	******************************/		
	.about .about-inner .client-kudos { float:right; width:368px; height:564px; padding:10px 15px 0 15px; margin:4px 4px 0 0; background:url('../images/about/client-kudos-bg.jpg') no-repeat top center #254017; }	
		.about .about-inner .client-kudos .button-panel { margin:0 auto 18px; overflow:hidden; } 	
			.about .about-inner .client-kudos .button-panel a { display:block; float:left; width:60px; height:27px; line-height:25px; background:url('../images/about/button-green-bg.gif'); text-align:center; color:#ffcc00; } 
				.about .about-inner .client-kudos .button-panel a:hover { color:#d2e2c5; text-decoration:none; } 
				.about .about-inner .client-kudos .button-panel a.prev { margin:0 12px 0 110px; }
				.about .about-inner .client-kudos .button-panel a.next { margin:0 0 0 12px; }				
		
		.about .about-inner .client-kudos .mycarousel { width:360px; }		
		.about .about-inner .client-kudos .quote { font-size:20px; font-weight:bold; line-height:normal; }		
		.about .about-inner .client-kudos .author { font-family:Verdana, Arial, Helvetica, sans-serif; }
		.about .about-inner .client-kudos .title { font-family:Verdana, Arial, Helvetica, sans-serif; }	