@import url(print.css);
/*=side navigation
-------------------*/
#contentWrapper #sideNav {
/*	background: url(../images/about_pic.jpg) no-repeat;*/
}

#contentWrapper #main {
	position: relative;
	}
#main #sideInfo {
	position: absolute;
	top: 52px;
	right: 0;
	}

/*=contact form
------------------------------*/
#contact input.txtInput { width: 275px;}
#contact textarea { width: 275px; }
#contact select { width: 203px; }


#proSearch input.txtInput { width: 220px; }
#proSearch select { width: 203px; }
#proSearch textarea { width: 220px; }
#proSearch th { vertical-align: top; width: 120px; }

