/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
	background-color: #FFF;
	color: #666666;
	}
p {
	margin: 0px 0px 10px 0px;
	}
ul {
	margin: 0px 0px 10px 0px;
	font-size: 16px;
	line-height: 180%;
	}
h1 {
	font-size: 32px;
	line-height: 100%;
	color: #9ABAD5;
	margin: 0px 0px 20px 0px;
	font-weight: normal;
	}
h2 {
	font-size: 21px;
	line-height: 100%;
	color: #9ABAD5;
	margin: 7px 0px 3px 0px;
	font-weight: normal;
	}
#container {
	width: 1001px;
	padding: 0px;
	margin: auto;
	position: relative;
	text-align: left;
	overflow: hidden;
	}
#wrapper {
	width: 998px;
	border: 1px solid #CCCCCC;
	float: left;
	}
#topnav {
	width: 800px;
	height: 70px;
	float: left;
	padding: 24px 0px 0px 200px;
	background-image: url(../images/applied_acumen_logo_black.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #707070;
	}
#topnav a {
	text-decoration: none;
	color: #707070;
	}
#clients {
	width: 500px;
	height: 500px;
	float: left;
	padding: 0px;
	background-color: #FFFFFF;
	}
#clienttext {
	width: 500px;
	height: 500px;
	float: left;
	}
#clients p {
	margin-left:10px;
	}
#client_logo {
	width: 167px;
	height: 60px;
	float: left;
	padding: 0px;
	}
#client_photo {
	width: 333px;
	height: 500px;
	float: right;
	padding: 0px;
	}
#client_text {
	width: 147px;
	height: 112px;
	float: left;
	padding: 10px 10px 0px 10px;
	text-align: left;
	}
#maintext {
	width: 423px;
	height: 475px;
	float: left;
	padding: 25px 35px 0px 40px;
	overflow: auto;
	background-color: #FFF;
	text-align: left;
	}
#footer {
	width: 200px;
	height: 26px;
	font-size: 13px;
	line-height: 140%;
	color: #707070;
	text-align: left;
	float: left;
	padding-top: 7px;
	margin: 0px;
	}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	}
#footer2 {
	width: 795px;
	height: 26px;
	font-size: 13px;
	line-height: 140%;
	color: #707070;
	text-align: right;
	float: right;
	padding-top: 7px;
	margin-right: 5px;
	}
#footer2 a {
	color: #707070;
	text-decoration: none;
	}
	/* slider */

		#slider ul, #slider li{ 
			margin:0;
			padding:0;
			list-style:none;
			}	
		#slider, #slider li{ 
			width: 500px;
			height: 500px;
			overflow:hidden;
			}	
		#slider{ 
			margin-left:5px;
			}	
		#prevBtn, #nextBtn{ 
			display:none;
			width:30px;
			height:77px;
			position:absolute;
			left:-25px;
			top:71px;
			}	
		#nextBtn{ 
			left:701px;
			}														
		#prevBtn a, #nextBtn a{  
			display:block;
			width:30px;
			height:77px;
			background:url(../images/btn_prev.gif) no-repeat 0 0;	
			}	
		#nextBtn a{ 
			background:url(../images/btn_next.gif) no-repeat 0 0;	
			}								
