@charset "utf-8";

#banner{
	width: 960px;
	height: 151px;
	overflow: hidden;
	background-image: url(../images/about_us_banner.jpg);
	background-repeat: no-repeat;
	}
#middle{
	width:980px;
	clear:both;
	margin-top:10px;
	
	}
#left-side{
	width:192px;
	float:left;
	padding-top:40px;
	padding-left:20px;
	display:inline-block;
	background-image: url(../images/about_us_submenu_bckg.png);
	background-repeat: no-repeat;
	position:relative;
	
	}
	#left-side ul {
		margin-left:20px;
		}
	#left-side li{
		margin-bottom:5px;
		line-height:20px;
		}
	#left-side .sub-active{
		font-weight:bold;
		}
#content{
	margin-left:15px;
	margin-right:5px;
	width:744px;
	font-size:12px;
	display:inline-block;
	float:left;
	}
	#content #about-us-intro{
		margin-bottom:20px;
		display:block;
		}
	#content img{
		float:left;
		margin-top:25px;
		margin-bottom:30px;
		}
	#content #testimonial{
		float:left;
		margin-left:20px;
		margin-right:20px;
		margin-top:35px;
		margin-bottom:30px;
		font-size:12px;
		}
	#content #testimonial-odd .testimonial-top{
		width:747px;
		height:20px;
		background-image: url(../images/testimonials_white_top.png);
		background-repeat: no-repeat;
		background-position: center top;
		display:block;
		margin-left:-10px;
		
		}
	#content #testimonial-odd .testimonial-body{
		width:747px;
		background-image: url(../images/testimonials_white_middle.png);
		background-repeat: repeat-y;
		display:block;
		margin-top:-1px;
		margin-left:-7px;
		margin-bottom:-5px;
		padding-left: 30px;
		padding-right: 30px;
		padding-top:20px;	
		padding-bottom:20px;

	
	}
	#content #testimonial-odd .testimonial-bottom{
		width:747px;
		height:20px;
		background-image: url(../images/testimonials_white_bottom.png);
		background-repeat: no-repeat;
		background-position: center top;
		display:block;
		margin-left:-10px;
		margin-top:-5px;
		margin-bottom:20px;
		
		}
	
	#content #testimonial-odd h1{ line-height:16px; font-size:16px; margin-bottom:5px;}
	#content #testimonial-odd h2{ line-height:14px; font-size:14px; margin-bottom:20px; font-style:normal;}
	#content #testimonial-odd p{ margin-right:70px;}
	
	#content #testimonial-even .testimonial-top{
		width:747px;
		height:20px;
		background-image: url(../images/testimonials_gray_top.png);
		background-repeat: no-repeat;
		background-position: center top;
		display:block;
		margin-left:-10px;
		
		}
	#content #testimonial-even .testimonial-body{
		width:747px;
		background-image: url(../images/testimonials_gray_middle.png);
		background-repeat: repeat-y;
		display:block;
		margin-top:-1px;
		margin-left:-7px;
		margin-bottom:-5px;
		padding-left: 30px;
		padding-right: 30px;
		padding-top:20px;	
		padding-bottom:20px;

	
	}
	#content #testimonial-even .testimonial-bottom{
		width:747px;
		height:20px;
		background-image: url(../images/testimonials_gray_bottom.png);
		background-repeat: no-repeat;
		background-position: center top;
		display:block;
		margin-left:-10px;
		margin-top:-5px;
		margin-bottom:20px;
		
		}
	#content #testimonial-even h1{ line-height:16px; font-size:16px; margin-bottom:5px;}
	#content #testimonial-even h2{ line-height:14px; font-size:14px; margin-bottom:20px; font-style:normal;}
	#content #testimonial-even p{ margin-right:70px;}
	

	
#right-side{
	width:172px;
	margin-left:20px;
	float:left;
	padding-top:40px;
	padding-left:15px;
	padding-right:5px;
	padding-bottom:30px;
	display:inline-block;
	background-image: url(../images/about_us_statement_bckg.png);
	background-repeat: no-repeat;
	position:relative;
	}
#right-side h1{
	line-height:20px;
	font-size:24px;
	}
#right-side p{
	font-size:13px;
	margin-top:15px;
	margin-right:5px;
	margin-bottom:30px;
	}