@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - THE ALTMAN GROUP CSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		altman_reports.css
	Date:			July 23, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	header Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	#header #hdrImg {
		width:940px; height:175px;
		background:url(../images/headerImg_reports.jpg) no-repeat;
		display:block;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	content Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#content h1 {
		margin:0;
	}
	#content h2 {
		margin:26px 0 0 0;
	}
		
	/* archiveBar Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.archiveBar {
		padding:0 0 0 10px;
		width:480px; height:27px;
		background:#e5e5e5;
	}
		.archiveBar h5 {
			margin:4px 0 0 0;
			font:normal 10px Arial, Helvetica, sans-serif;
			color:#756d55;
			float:left;
		}
		.archiveBar .dropDown {
			margin:0 20px 0 7px;
			width:109px;
			font:normal 12px Arial, Helvetica, sans-serif;
			border:1px solid #c8c8c8;
			color:#777777;
			float:left;
		}
		.archiveBar .dropDown2 {
			margin:0 20px 0 7px;
			width:133px;
			font:normal 12px Arial, Helvetica, sans-serif;
			border:1px solid #c8c8c8;
			color:#777777;
			float:left;
		}
			
	/* reports Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.reports {
		margin:10px 0 20px 0;
		width:490px;
	}
		.reports .date {
			margin:3px 11px 0 0; padding:6px 5px 0 5px;
			width:41px; height:31px;
			background:url(../images/date_bg.gif) no-repeat;
			font:bold 10px Verdana, Arial, Helvetica, sans-serif;
			color:#3664b3;
			text-align:center;
			float:left;
		}
		.reports .reportsInfo {
			margin:2px 0 0 0;
			width:425px;
			float:left;
		}
			.reports .reportsInfo h3 {
				font:bold 15px Georgia, "Times New Roman", Times, serif;
				color:#3664b3;
			}
			.reports .reportsInfo h4 {
				margin:3px 0 5px 0;
				font:normal 12px Arial, Helvetica, sans-serif;
			}
			.reports .reportsInfo a.pdf:link, .reports .reportsInfo a.pdf:visited, .reports .reportsInfo a.pdf:active {
				margin:3px 0 0 0; padding:0 0 0 17px;
				background:url(../images/icon_pdf.png) no-repeat;
				font:bold 10px Verdana, Arial, Helvetica, sans-serif;
				color:#ee7e32;
				display:block;
			}
/*	--------------------------------------------------------------------------------------------------------------------------
	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;
		}
