@charset "utf-8";
#headerBox{
	background:url(Imgs/BGs/Hdr_Contact.jpg) no-repeat #fff;
	}
#navBar{
	background:#D26400 url(Imgs/BGs/Menu_BG_Contact.png) top repeat-x;	
}
#navBar li.currNavLink a{
	color:#9F2800;
}
#subNavBar a.currNavLink{ 
	color:#9F2800;
	background:url(Imgs/BGs/subNavArrow6.gif) center left no-repeat;
}

#mainCol{
	width:610px; /*Override normal width of 570px*/
	padding-right:30px; /*Normally 40px*/
}
a{
	color:#9F2800;
}
#sideCol a:hover img{ 
	border: #000 1px solid; /*Highlight for map image*/
}

/*Form confirmation box - all other form rules are in FormStyle.css*/
.confirmBox{
	margin:0 0 0 0;
	min-height:300px;
	width:610px;
	padding:50px 0 0 0;
	background:url(Imgs/BGs/Form_BG.gif) no-repeat;
	text-align:center;
}
.confirmBox p{
	font-size:1.4em;
}
.confirmBox img{
	margin-top:20px;
}