/*This stylesheet formats the page that appears on a page within an IFRAME on our website */
.copyright {
	width: 100% !important;
}
#rlist {
	font-size: 11px;
}
#MapWindow{
	height: 445px;
	width: 747px;
}
#ListPanel{
	width: 747px;
}
mapFrame{
	width: 747px;
}
body{
	padding: 5px 0 0 0;
	margin: 0; 
	font: 12px Arial, Tahoma, Sans-serif; 
	line-height: 1.7em;
	color: #454545;
}
small{
	font-size: 9px;
	font-weight: normal;
}
#errorMsg{
	color: #b42b35;
}
.tinyLeftMargin{
	margin-left: 20px;
}
.medLeftMargin{
	margin-left: 30px;
}
.buttonLine{
	text-align: center;
}
.indLeft{
	font-weight: bold;
	text-align: left;
}
#searchCriteria{
	width: 747px;
}
#searchCriteria td{
	padding-bottom: 7px;
}
#resultList{
	border-bottom: solid 1px #FFDC00;
	margin-top: 8px;
}
#resultList th{
	background-color: #FFDC00;
}
#resultList th, #resultList td{
	padding: 2px;
	text-align: left;
}
#resultList td.listtddistance{
	text-align: right;
}
th#resColId{
	width: 20px;
	color: #FFDC00;
}
th#resColType{
	width: 70px;
}
th#resColName{
	width: 190px;
}
th#resColAddress{
	width: 260px;
}
th#resColPhone{
	width: 130px;
}
th#resColDistance{
	width: 50px;
	text-align: center;
}
#resultList tr.even{
	background-color: #F0F0F0;
}
#resultList td.listtdid a {
	background: none;
}
#resultList tr:hover{
	background-color: #fffcd9;
	cursor: pointer;
}
.buttons{
	width: 140px;
	padding: 0px;
	margin: 0px;
	float: right;
}
input.buttonSubmit{
	background: transparent url(../media/images/buttons/search_now.gif) left center no-repeat;
	border: none;
	cursor: pointer;
	height: 32px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width:	88px;
	font-size:0px;
}
input.buttonCancel{
	background: transparent url(../media/images/buttons/clear_fields.gif) left center no-repeat;
	border: none;
	cursor: pointer;
	height: 32px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width:	88px;
	font-size:0px;
}
a{
	color: #620000; 
}
a:hover{
	color: #D70000;
}
a strong{
	font-weight: normal;
}
p{
	margin: 0 0 5px 0; 
}
h1{
	font-weight: bold;
	font-size: 2.2em;
	padding: 8px 0 0 0;
	margin: 0;
	letter-spacing: -1px;
}
h2{
	margin: 0; 
	padding: 0; 
	font-weight: bold;
	font-size: 1.8em;
}
h3{
	font-weight: bold;
	font-size: 1.2em;
}
h1 a, h2 a{
	color: #000; 
	background: inherit; 
	text-decoration: none;
}
ul{
	margin: 0; 
	padding : 0; 
	list-style : none; 
}
input, textarea, button, select, label {
	font-size: 1em;
}