@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - THE ALTMAN GROUP CSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		altman_global.css
	Date:			July 28, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
/*	--------------------------------------------------------------------------------------------------------------------------
	header Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#header h1#hdrGlobal {
		width:940px; height:175px;
		background:url(../images/headerImg_global.jpg) no-repeat;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	content Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#content #services {
	
	}
		#services p {
			margin:0 0 18px 20px;
		}
		#services h3 {
			margin:0 0 5px 0;
			font:bold 16px Arial, Helvetica, sans-serif;
			color:#305ba5;
			border-bottom:4px solid #ebf1fc;
		}
			#services h3 .goldNum {
				font:normal 18px Georgia, "Times New Roman", Times, serif;
				color:#e9b12d;
			}
		#services h4 {
			margin:0 0 3px 20px;
			font:italic 13px Arial, Helvetica, sans-serif;
			color:#305ba5;
			line-height:17px;
		}
		#services .reportItem {
			margin:0 0 20px 0; padding:0;
		}
			#services .reportItem .item {
				padding:0 0 0 15px;
				width:150px;
				font:bold 13px Arial, Helvetica, sans-serif;
				color:#305ba5;
				background:url(../../../images/bullet_orangeArrow.gif) 0 4px no-repeat;
				float:left;
			}
			#services .reportItem .details {
				width:304px;
				background:
				font:normal 12px Arial, Helvetica, sans-serif;
				line-height:17px;
				float:left;
			}
		#services ol {
			margin:5px 0 20px 45px;
			list-style:lower-alpha;
			color:#e89c42;
			line-height:17px;
		}
			#services ol li {
				margin:0 0 10px 0;
			}
				#services ol li .grey {
					color:#595959;
				}
		#services ul {
			margin:5px 0 20px 30px;
			list-style:none;
			line-height:17px;
		}
			#services ul li {
				margin:0 0 2px 0; padding:0 0 0 10px;
				background:url(../../../images/bullet_orange.gif) 0 8px no-repeat;
			}
				#services ul li .grey {
					color:#595959;
				}
				
/*	--------------------------------------------------------------------------------------------------------------------------
	sideCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#sideCol .action {
		margin:7px 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;
		}
