@charset "utf-8";
/* CSS Document */
	.whatNewItem
	{
		display:block;
		/*width: 200px;
		height:70px;*/		
		margin: 0px;
		padding:0px;
		vertical-align:top;
		white-space:normal;
		font-family:Verdana, Geneva, sans-serif;
		font-size:8pt
	}
	
	.whatNewItem a
	{
		font-family:Verdana, Geneva, sans-serif;
		font-size:8pt;
		line-height:12pt;
		font-variant:normal;
		font-size-adjust:none;
		font-style:normal;
		font-weight:normal;
	}
	#whatNewLeftBtn
	{
		cursor:pointer;
		background-image:url(images/whatnewrightbtn.jpg);
		background-position:0px 0px;
		background-repeat:no-repeat;
		
	}
	#whatNewLeftBtn:hover
	{
		background-position:-18px 0px;
	}
	
	#whatNewRightBtn
	{
		cursor:pointer;
		background-image:url(images/whatnewleftbtn.jpg);
		background-position:0px 0px;
		background-repeat:no-repeat;
		
	}
	#whatNewRightBtn:hover
	{
		background-position:-18px 0px;
	}
	.localRepItem
	{
		display:block;
		/*width: 200px;
		height:70px;*/		
		margin: 0px;
		padding:0px;
		vertical-align:top;
		white-space:normal;
		font-family:Verdana, Geneva, sans-serif;
		font-size:8pt
	}
	#localRepLeftBtn
	{
		cursor:pointer;
		background-image:url(images/whatnewrightbtn.jpg);
		background-position:0px 0px;
		background-repeat:no-repeat;
		
	}
	#localRepLeftBtn:hover
	{
		background-position:-18px 0px;
	}
	
	#localRepRightBtn
	{
		cursor:pointer;
		background-image:url(images/whatnewleftbtn.jpg);
		background-position:0px 0px;
		background-repeat:no-repeat;
		
	}
	#localRepRightBtn:hover
	{
		background-position:-18px 0px;
	}
	
	#contactUsBtn
	{
		background-image:url(images/contactMeBtn.jpg); 
		width:60px;
		height:15px;
		background-repeat:no-repeat
	}
	#contactUsBtn:hover
	{
		background-position:0px -16px;
	}
	
	#zipChangeBtn:hover
	{
		text-decoration:underline;
	}

