@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - THE ALTMAN GROUP CSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		altman_sharp.css
	Date:			July 21, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	header Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
	#header h1#hdrARP {
		width:940px; height:175px;
		background:url(../images/headerImg_arp.jpg) no-repeat;
		display:block;
	}
	
	#header h1#hdrManagement {
		width:940px; height:175px;
		background:url(../images/headerImg_management.jpg) no-repeat;
		display:block;
	}
	
	#header h1#hdrOH {
		width:940px; height:175px;
		background:url(../images/headerImg_operational.jpg) no-repeat;
		display:block;
	}
	
	#header h1#hdrQA {
		width:940px; height:175px;
		background:url(../images/headerImg_qa.jpg) no-repeat;
		display:block;
	}
	
	#header h1#hdrClients {
		width:940px; height:175px;
		background:url(../images/headerImg_clients.jpg) no-repeat;
		display:block;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	content Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#content h4 {
		margin:0 0 3px 0;
		font:italic 13px Arial, Helvetica, sans-serif;
		color:#305ba5;
		line-height:13px;
	}
	
	#content ul {
		margin:6px 0 20px 9px;
		list-style:none;
	}
		#content ul li {
			margin:0 0 6px 0; padding:0 0 0 7px;
			line-height:13px;
			background:url(../../../images/bullet_orange.gif) 0 6px no-repeat;
		}
		
	#content ul.orangeArrow li {
		margin:0 0 7px 0; padding:0 0 0 15px;
		background:url(../../../images/bullet_orangeArrow.gif) 0 4px no-repeat;
		line-height:17px;
	}
	
	
	/*	q&a Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#content h2.question {
		margin:0 0 3px 0; padding:0 0 0 17px;
		font:bold 15px Arial, Helvetica, sans-serif;
		background:url(../../../images/bullet_orangeArrow.gif) 0 4px no-repeat;
		color:#305ba5;
		line-height:20px;
	}
	#content p.answer {
		margin:0 0 25px 17px;
	}
	
	/*	partial client Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#content ul#clients {
		margin:20px 0 0 0; padding:0;
		list-style:none;
		font:bold 14px Arial, Helvetica, sans-serif;
		color:#305ba5;
	}
		#content ul#clients li {
			margin:0 0 20px 0; padding:0;
			background:none;
		}
			#content ul#clients ul {
				margin:5px 0 0 10px; padding:0;
			}
				#content ul#clients ul li {
					margin:0 0 3px 0; padding:0 0 0 7px;
					color:#595959;
					font:normal 13px Arial, Helvetica, sans-serif;
					background:url(../../../images/bullet_orange.gif) 0 8px no-repeat;
					line-height:17px;
				}
	/*	--------------------------------------------------------------------------------------------------------------------------
	sideCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#sideCol .action {
		margin:10px 0 0 0; padding:4px 0 0 0;
		width:180px; height:48px;
		background:url(../../../images/icon_contactUs.jpg) 115px 0 no-repeat;
	}
		#sideCol .action .orangeText {
			width:110px; height:32px;
			font:bold 14px Verdana, Arial, Helvetica, sans-serif;
			line-height:15px;
		}
		#sideCol .action .lgText {
			font:bold 16px Verdana, Arial, Helvetica, sans-serif;
		}