@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_limited.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;
		}
		
	/*	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;
		}
	
	/* process */
	#content .process {
		background:url(../images/limited_process.png) no-repeat;
	}
		#content .process ul {
			padding:85px 0 0 0; margin:0;
			font:bold 15px Arial, Helvetica, sans-serif;
			color:#305ba5;
			list-style:none;
		}
			#content .process ul li {
				margin:0 10px 0 0;
				background:none;
				text-align:center;
				width:83px;
				float:left;
			}
				#content .process ul li.review {
					margin:0 0 0 6px;
					text-align:left;
					width:78px;
				}
				#content .process ul li.processing {
					margin:0 9px 0 0;
				}
				#content .process ul li .smallText {
					font:normal 13px Arial, Helvetica, sans-serif;
				}
				
/*	--------------------------------------------------------------------------------------------------------------------------
	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;
		}