.noshow
{
	display: none;
}
/*ENQUIRY FORM CSS */
table.form, table.form_wide
{
	border-top: solid 1px #DDD;
	border-left: solid 1px #DDD;
	margin-bottom:5px;
}
table.form
{
	width: 500px;
}
table.form_wide
{
	width: 600px;
}
caption
{
	background-color: #DDD;
	text-align: left;
	padding: 3px;
	font-weight: bold;
}
th
{
	width: 150px;
}
th, th.th2nd
{
	background-color: #EEE;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-right: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
	padding: 3px;
}
th.th2nd
{
	width: 70px;
}
td.form
{
	text-align: left;
	border-right: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
	padding: 3px;
	padding-left: 5px;
	vertical-align: top;
}
div#footer_bg_shadow
{
	background-image:none;
	width: 1010px;
	height: auto;
}
div#footer
{
	background-color: #DDDDEE;
	width: 700px;
	text-align: center;
	padding: 10px 0px;
	border: solid 2px #CCD0D6;
}
div#content_base
{
	background-image: none;
	width: 700px;
	padding: 0px;
}
div#content_left
{
	float: left;
	min-height: 200px;
	width: 638px;
	padding: 0px 10px 55px 10px;
	background-image: none;
}
div#header
{
	display: none;
}
div#pgMenu
{
	display: none;
}
div#content_right
{
	display: none;
}
ul#footMenu
{
	display: none;
}
div#print_header
{
	width: 750px;
	height: 127px;
	display: block;
}