.spacer{
	clear:both;
	width: 100%;
	height: 10px;
}
.cell_left{	float:left; width: 65%; padding: 5px; }
.cell_right{	float:left; width: 30%; padding: 5px; }
.searchformcontainer{
	width: 94%;
	margin: 0 auto;
	background: url(../images/jpegs/searchformbg1.jpg) repeat-x #CAD4DD top; 
	min-height: 160px;
}
.sBG2{
	background: url(../images/jpegs/searchformbg2.jpg) no-repeat bottom; 
	min-height: 180px;

}
.searchformcontainer_LG{
	width: 555px;
	margin: 0 auto;
	background: url(../images/jpegs/searchformbg1.jpg) repeat-x #C0CDD6 top; 
	min-height: 300px;
}

.sBG2LG{
	background: url(../images/jpegs/searchformbg2_LG.jpg) no-repeat bottom; 
	min-height: 252px;
	height:100%;
	display: block;
	overflow:auto;
}

.resultstop{
	background:url(../images/jpegs/searchformtopresults.jpg) no-repeat; width:555px; height:47px;
	padding-left: 160px;
	padding-top: 17px;
	font-weight: bold;
	font-size: 14px;
	color:#424F58;
}
.searchform{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color:#333;
	text-align:left;
	margin-top: 10px;

}
.searchform label{
	float: left;
	font-weight: bold;
	text-align:left;
	padding-left: 10px;
	width: 20%;
	margin-bottom: 20px;
}

.searchform input, textarea, select{
	width: 65%;
	margin-bottom: 20px;
	float: left;
	text-align:left;
}
.searchform input.SM, textarea.SM, select.SM{
	width: 10%;
	margin-bottom: 10px;
	float: left;
	text-align:left;
}
.searchform br{
	clear: left;
}
.searchform div{
	float:left;
	width: 78%;
}

.searchform h2{
	font:  18px tahoma, arial, verdana, sans-serif;
	font-style:normal;
	font-variant:normal;
	color:#009966;
	margin:0 0 10px 0;
	display:block;
}

input.submit , a.submit , a.submit:link, a.submit:visited{ color: #fff; background: url(../images/jpegs/buttonBG.jpg); border: none; text-transform:uppercase;font-size: 10px; font-weight:bold; padding: 2px; cursor: pointer; text-decoration:none; width:auto; margin:1px; text-align:center;} 
a.submit:hover, input.submit:hover{ color: #fff; background: url(../images/jpegs/buttonBG_f2.jpg); border: none; text-transform:uppercase;font-size: 10px; font-weight:bold; padding: 2px; cursor: pointer; text-decoration:none; width:auto; text-align:center;} 

#box-table-a {
	border-collapse:collapse;
	color:#333;
	font-size:12px;
	margin:10px;
	text-align:left;
	width:97%;
}


#box-table-a th {
	background:#003366 none repeat scroll 0 0;
	border-bottom:1px solid #006699;
	border-top:4px solid #006699;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	padding:8px;
}
#box-table-a td {
	background:#f5f5f5 none repeat scroll 0 0;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid transparent;
	color:#333;
	padding:8px;
}
#box-table-a td a{
	color:#666;
	font-weight:bold;
}

#box-table-a tr:hover td, #box-table-a tr:hover td a:hover  {
	background:#006699 none repeat scroll 0 0;
	color:#fff;
}


