@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - THE ALTMAN GROUP CSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		altman_newsletters.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_proxyalert.jpg) no-repeat;
		display:block;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	content Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#content {
		
	}
		#content h1 {
			margin-bottom:0;
			height:14px;
			background:none;
		}
		#content .selectorBox {
			padding:5px 0 0 10px;
			width:480px; height:26px;
			background:#e5e5e5;
			border-top:solid 1px #c8c8c8;
		}
			#content .selectorBox select {
				margin:0 0 0 4px;
			}
	/* newsletter Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.newsletter {
		margin:30px 0 0 0;
		width:490px;
	}
		.newsletter .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;
		}
		.newsletter .newsletterInfo {
			width:425px;
			float:left;
		}
			#content .newsletter .newsletterInfo h2 {
				margin:0 0 4px 0;
				/*height:15px;*/
				font:bold 15px Georgia, "Times New Roman", Times, serif;
			}
				#content .newsletter .newsletterInfo h2 a:link, #content .newsletter .newsletterInfo h2 a:visited, #content .newsletter .newsletterInfo h2 a:active {
					color:#9b4500;
				}
			.newsletter .newsletterInfo h3 {
				height:12px;
				font:normal 12px Arial, Helvetica, sans-serif;
			}
			.newsletter .newsletterInfo a.pdf:link, .newsletter .newsletterInfo a.pdf:visited, .newsletter .newsletterInfo a.pdf:active {
				margin:7px 0 0 0; padding:0 0 0 17px;
				height:14px;
				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;
		}
