@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - THE ALTMAN GROUP CSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		altman_articles.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_articles.jpg) no-repeat;
		display:block;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	content Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#content h1 {
		margin:0;
	}
	
	/* archiveBar Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.archiveBar {
		padding:0 0 0 10px;
		width:480px; height:25px;
		background:#e5e5e5;
	}
		.archiveBar h5 {
			margin:4px 0 0 0;
			font:normal 10px Arial, Helvetica, sans-serif;
			color:#756d55;
			float:left;
		}
		.archiveBar .dropDown {
			margin:0 0 0 7px;
			width:115px;
			font:normal 12px Arial, Helvetica, sans-serif;
			border:1px solid #c8c8c8;
			color:#777777;
			float:left;
		}
		
	/* articles Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.article {
		margin:30px 0 0 0;
		width:490px;
	}
		.article .date {
			margin:0 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;
		}
		.article .articleInfo {
			width:425px;
			float:left;
		}
			#content .article .articleInfo h2 {
				margin:0 0 4px 0;
				font:bold 15px Georgia, "Times New Roman", Times, serif;
				line-height:18px;
			}
				#content .article .articleInfo h2 a:link, #content .article .articleInfo h2 a:visited, #content .article .articleInfo h2 a:active {
					color:#9b4500;
				}
			.article .articleInfo h3 {
				height:12px;
				font:normal 12px Arial, Helvetica, sans-serif;
			}
			.article .articleInfo a.pdf:link, .article .articleInfo a.pdf:visited, .article .articleInfo a.pdf:active {
				margin:7px 0 0 0; padding:0 0 0 17px;
				background:url(../images/icon_pdf.png) 0 2px 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;
		}