@charset "utf-8";
/*this is styling the Search pages for Lakeway and Smoky the include Shared.html*/
#pageHeadingTextSearch {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 30px;
	padding: 10px 0px 5px 60px;
}
.pageBodyFormText {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16px;
	font-weight:normal;
}
.formFieldHeads {
	font-weight: bold;
	text-align: left;
	padding-right: 4px;
}
#searchFormFieldsFloat {
	width:280px;
	padding: 10px 0px 0px 100px;
	float:left;
}
#searchFormFields {
	width:280px;
	padding: 10px 0px 0px 100px;
}
#searchCheckBoxes {
	margin-left:380px;
}
.checkBoxInfoText {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16px;
	font-weight:normal;
	color: #F00;
	padding: 5px 0px 0px 20px;
}
.buttonSpacerResS {
	font-size:1px;
	line-height: 70px; /*adds space between the button below the float at Smoky Residential page*/
}
.buttonSpacerResL {
	font-size:1px;
	line-height: 50px; /*adds space between the button below the float at Lakeway Residential page*/
}
.buttonSpacer {
	font-size:1px;
	line-height: 20px; /*adds space between the button below the float for non Residential pages*/
}
.searchButton {
	padding:0px 170px 0px 80px;
}
.switchButton {
	padding:20px 20px 20px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	text-align:left;
}
.switchButtonL a {
	position:relative;
	color: #FFF;
	text-decoration:none;
	padding-bottom: 2px;
	background: #F00;
	display: inline;
	border: 1px solid #000;
	-moz-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 2px 2px 4px #000;
	-webkit-box-shadow: 2px 2px 4px #000;
	box-shadow: 2px 2px 4px #000;
	behavior: url(ie_effects/PIE.htc);
}
.switchButtonL a:hover {
	background: #00F;
}
.switchButtonS a {
	position:relative;
	color: #FFF;
	text-decoration:none;
	padding-bottom: 2px;
	background: #F00;
	display: inline;
	border: 1px solid #000;
	-moz-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 2px 2px 4px #000;
	-webkit-box-shadow: 2px 2px 4px #000;
	box-shadow: 2px 2px 4px #000;
	behavior: url(ie_effects/PIE.htc);
}
.switchButtonS a:hover {
	background: #00F;
}
.newButtonSearch {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	padding:20px 0px 20px 0px;
	text-align:left;
}
.newButtonSearch a {
	position:relative;
	color: #00F;
	text-decoration:none;
	padding-bottom: 2px;
	background: #CCC;
	display: inline;
	border: 1px solid #000;
	-moz-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 2px 2px 4px #000;
	-webkit-box-shadow: 2px 2px 4px #000;
	box-shadow: 2px 2px 4px #000;
	behavior: url(ie_effects/PIE.htc);
}
.newButtonSearch a:hover {
	background: #00F;
	color:#FFF;
}
#theCounty {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height:24px;
	padding: 5px 60px 10px 60px;
}
#pageIDXText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	line-height: 20px;
	padding: 10px 40px 10px 40px;
}

