@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - THE ALTMAN GROUP CSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		altman_privacy.css
	Date:			July 28, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	header Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	#header h1#hdrPrivacy {
		width:940px; height:175px;
		background:url(../images/headerImg_default.jpg) no-repeat;
		display:block;
	}
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	content Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#content .locations {
		
	}
		#content .locations .location {
			width:240px;
			line-height:17px;
			float:left;
		}
			#content .locations .location h3 {
				margin:0 0 2px 0;
				font:bold 16px Arial, Helvetica, sans-serif;
				color:#305ba5;
			}
			#content .locations .location .numbers {
				margin:6px 0 0 0;
				font:normal 12px Arial, Helvetica, sans-serif;
			}
		#content .email {
			margin:15px 0 30px 0;
		}
	
	#content .outerBorder {
		padding:5px;
		background:#f1f1f1;
	}
		#content .innerBorder {
			padding:15px;
			width:448px; height:143px;
			border:1px solid #d7d7d7;
			background:#fff;
		}
			#content .innerBorder .from {
				width:245px;
				float:left;
			}
				#content .innerBorder .from input {
					margin:0 0 10px 0; padding:2px 0 0 0;
					border:1px solid #c8c8c8;
					height:18px;
					font:normal 12px Arial, Helvetica, sans-serif;
					color:#777;
				}
				#content .innerBorder .from input.addressBox {
					width:200px;
				}
				#content .innerBorder .state {
					margin:0 20px 0 0;
					width:70px;
					float:left;
				}
					#content .innerBorder .state input {
						width:68px;
					}
				#content .innerBorder .zip {
					width:100px;
					float:left;
				}
					#content .innerBorder .zip input {
						width:98px;
					}
			#content .innerBorder .to {
				width:200px;
				float:left;
			}
				#content .innerBorder .to h3 {
					margin:0 0 5px 0;
				}
				#content .innerBorder .to .dropDown {
					border:1px solid #c8c8c8;
					color:#777;
					width:190px;
					font:normal 12px Arial, Helvetica, sans-serif;
				}
				#content .innerBorder .to .search {
					margin:77px 0 0 0;
				}
	#content .smallTxt {
		font:normal 10px Arial, Helvetica, sans-serif;
		color:#756d55;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	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;
		}
