@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - THE ALTMAN GROUP CSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		altman_ir.css
	Date:			July 21, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	header Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
	#header h1#hdrIR {
		width:940px; height:175px;
		background:url(../images/headerImg_ir.jpg) no-repeat;
		display:block;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	content Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	/*	contact us to get started  */
	#content .contactUs {
		margin:5px 0 25px 0;
	}
		#content .contactUs .call {
			padding:0 0 0 25px;
			width:125px; height:25px;
			background:url(../../images/icon_phone.png) no-repeat;
			display:block;
			float:left;
		}
		#content .contactUs .email {
			padding:0 0 0 25px;
			width:160px; height:25px;
			background:url(../../images/icon_email.png) no-repeat;
			float:left;
		}
		#content h6 {
			font:bold 11px Arial, Helvetica, sans-serif;
			color:#f87b39;
			line-height:12px;
		}
		
	/*	steps to begin a program  */
	#content h3 {
		margin:0 0 5px 0;
		font:bold 16px Arial, Helvetica, sans-serif;
		color:#305ba5;
		border-bottom:4px solid #ebf1fc;
	}
		#content h3 .goldNum {
			font:normal 18px Georgia, "Times New Roman", Times, serif;
			color:#e9b12d;
		}
	
	#content h4 {
		margin:0 0 3px 0;
		font:italic 13px Arial, Helvetica, sans-serif;
		color:#305ba5;
		line-height:13px;
	}
	
	/*	program offerings  */
	#content .offerings {
		padding:5px;
		width:480px;
		background:#f1f1f1;
	}
		#content .offerings .research {
			width:155px; height:253px;
			border:1px solid #d7d7d7;
			background:#fff;
			float:left;
		}
		#content .offerings .execution {
			margin:0 4px;
			width:155px; height:253px;
			border:1px solid #d7d7d7;
			background:#fff;
			float:left;
		}
		#content .offerings .consulting {
			width:155px; height:253px;
			border:1px solid #d7d7d7;
			background:#fff;
			float:left;
		}
		#content .offerings h3 {
			margin:8px 0 4px 0; padding:0 0 0 16px;
			font:bold 14px Arial, Helvetica, sans-serif;
			color:#305ba5;
			border:none;
		}
		#content .offerings ul {
			margin:0 0 0 9px;
			list-style:none;
			width:130px;
			font:normal 12px Arial, Helvetica, sans-serif;
		}
			#content .offerings ul li {
				margin:0 0 5px 0; padding:0 0 0 7px;
				line-height:13px;
				background:url(../../images/bullet_orange.gif) 0 6px no-repeat;
			}
	/*	--------------------------------------------------------------------------------------------------------------------------
	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;
		}
