body {
	color: #333;
	background: #f4f4f4 url(../images/body-bg.jpg) repeat-x top left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

p {
	margin-bottom: 20px;
	line-height: 16px;
}

h3 {
	margin-bottom: 10px;
	font-size: 16px;
}

#container {
	width: 748px;
	margin: 0 auto;
}

	#topHeader {
		height: 84px;
		overflow: hidden;
		position: relative;
		
	}
	
		#logo {
			width: 203px;
			height: 65px;
			float: left;
			position: absolute;
			top: 15px;
		}
	
		#topHeader div.slogan {
			width: 316px;
			height: 37px;
			line-height: 37px;
			color: #fff;
			font-size: 14px;
			text-align: center;
			background: url(../images/slogan-bg.gif) no-repeat top left;
			float: right;
			position: absolute;
			bottom: 0;
			right: 25px;
		}
		
		#header {
			height: 231px;
			background: url(../images/header-bg.jpg) no-repeat top left;
			position: relative;
			margin-bottom: 24px;
		}
		
			#header ul {
				position: absolute;
				bottom: 1px;
				left: 50px;
			}
			
			#header ul li {
				float: left;
			}
			
			#header ul li a {
				display: block;
				background: url(../images/navigation-bg-middle.gif) repeat-x top left;
				width: 128px;
				height: 36px;
				font-size: 16px;
				font-weight: bold;
				line-height: 36px;
				text-align: center;
				color: #333;
				text-decoration: none;
				margin-right: 3px;
			}
			
				#header ul li.home a {
					background: url(../images/navigation-bg-left.gif) no-repeat top left;	
					width: 118px;
				}
				
				#header ul li.contact a {
					background: url(../images/navigation-bg-right.gif) no-repeat top left;	
					width: 118px;
					margin-right: 0;
				}
			
			#header ul li a:hover{
				background-position: bottom left;
			}
			
			body#home #header ul li.home a, body#who ul li.who a,
			body#clients #header ul li.clients a, body#ihc ul li.ihc a, 
			body#contact #header ul li.contact a{
				background-position: bottom left;
			}
		
		#content {
			overflow: hidden;
			width: 100%;
		}
		
		#content #main {
			overflow: hidden;
			margin-bottom: 15px;
		}
			
			#content div.boxRightTop {
				background: url(../images/right-corner.png) no-repeat bottom right;
				padding-right: 12px;
				padding-right: 12px;
			}
			
			#content div.boxLeftTop {
				background: url(../images/left-corner.png) no-repeat bottom left;
				height: 12px;
			}
			
			#content div.boxRightBot {
				background: url(../images/right-corner-bottom.png) no-repeat top right;
				padding-right: 12px;
				padding-right: 12px;
			}
			
			#content div.boxLeftBot {
				background: url(../images/left-corner-bottom.png) no-repeat top left;
				height: 12px;
			}
			
			#content div.boxContent {
				border-left: 1px solid #d2d2d2;
				border-right: 1px solid #d2d2d2;
				background-color: #fff;
				width: 686px;
				padding: 17px 30px;
				overflow: hidden;
			}
			
			#content div.testimonials {
				width: 381px;
				float: left;
				margin-right: 20px;
			}
			
				#content div.testimonials div.boxContent {
					width: 435px;
				}
				
				#content blockquote {
					background: url(../images/blockquote.gif) no-repeat top left;
					line-height: 16px;
					text-indent: 22px;
					padding-top: 0px;
					margin-bottom: 15px;
				}
				
				
				#content div.testimonials span {
					display: block;
				}
			
			#content div.contactus {
				width: 257px;
				float: left;
			}
			
			#client-links {
				width: 517px;
				margin-left: 90px;
			}
			
			#client-links li{
				float: left;
			}
			
				#content div.contactus div.boxContent {
					width: 221px;
				}
				
		#footer {
			overflow: hidden;
			width: 100%;
			border-top: 5px solid #acceb3;
			margin-top: 20px;
			padding: 10px 0;
		}
		
			#footer div.copyright {
				float: left;
			}
			
			#footer div.company {
				float: right;
			}
			
			#slider li {
				width: 381px;
				overflow: hidden;
				min-height: 160px;
			}