@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4B4B4B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF371E;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF371E;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF371E;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF00;
	text-decoration: none;
}
.twoColFixRtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
} 
.twoColFixRtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	margin: 0px;
} 
h1 {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FF371E;
	font-weight: normal;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 255px;
	background-color: #FFFFFF;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin: 0px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0px;
	margin-right: 255px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 25px;
	background-color: #FFFFFF;
} 
.twoColFixRtHdr #beanstalk {
	background-color: #FFFFFF;
	margin: 0px;
	padding-right: 20px;
	padding-left: 25px;
	padding-top: 15px;
}
.twoColFixRtHdr #resultsContent {
}
#adHolder1 {
	position: relative;
	visibility: visible;
	z-index: 0;
	display: block;
}
#searchbar1 {
	background-color: #E0E0E0;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 35px;
	margin-top: 0px;
	margin-right: -10px;
	margin-bottom: 0px;
	margin-left: -10px;
	height: 24px;
}
#changejurisdiction {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4B4B4B;
	background-color: #E0E0E0;
	height: 22px;
	width: 160px;
	overflow: hidden;
	float: right;
	margin: 0px;
	line-height: 22px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixRtHdr #footer {
	background-color: #FFFFFF;
	margin-top: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #container #footer #copyright {
	font-size: 10px;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.smallprint {
	font-size: 12px;
	padding-left: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#tabs  {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding-top: 15px;
}
.fieldset {
	width:100%;
	height: 22px;
	margin: 0px;
	padding: 0px;
	border-top-color: #FFFFFF;
	border-top-style: none;
	border-right-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	border-left-color: #F0F0F0;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
  }
.fieldset .textfield {
	height:20px;
	width:400px;
	border:solid 0 #fff;
	background: transparent no-repeat fixed;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.fieldset>input.textfield {
	background: transparent no-repeat;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#find {
	background-color: #E0E0E0;
	padding: 0px;
	height: 24px;
	width: 475px;
	overflow: hidden;
	line-height: 24px;
	margin: 0px;
}
#jumpform {
	background-color: #E0E0E0;
	padding: 0px;
	height: 22px;
	width: 110px;
	overflow: hidden;
	float: right;
	line-height: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#iechangejurisdiction {
	background-color: #a0E0E0;
	float: right;
	width: 200px;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
}
.contactfieldset {
	width:460px;
	border-top-color: #FFFFFF;
	border-top-style: none;
	border-right-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	border-left-color: #F0F0F0;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: visible;
	height: 100%;
	background-color: #E0E0E0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
  }
.contactfieldset .contacttextfield {
	border:solid 0 #fff;
	overflow: hidden;
	margin: 0px;
	padding: 3px;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4B4B4B;
}
#contactbar {
	line-height: 150%;
}
#submitasitebar {
	line-height: 150%;
}
.contactfieldset>input.contacttextfield {
	overflow: hidden;
	margin: 0px;
	padding: 3px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4B4B4B;
}
.contactfieldset .contacttextarea {
	border:solid 0 #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4B4B4B;
	padding: 3px;
}
.submitasitefieldset {
	width:460px;
	border-top-color: #FFFFFF;
	border-top-style: none;
	border-right-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	border-left-color: #F0F0F0;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: visible;
	height: 100%;
	background-color: #E0E0E0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
  }
.submitasitefieldset .submitasitetextfield {
	border:solid 0 #fff;
	overflow: hidden;
	margin: 0px;
	padding: 3px;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4B4B4B;
}
#submitasitebar {
	line-height: 200%;
}
.submitasitefieldset>input.submitasitetextfield {
	overflow: hidden;
	margin: 0px;
	padding: 3px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4B4B4B;
}
.submitasitefieldset .submitasitetextarea {
	border:solid 0 #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4B4B4B;
	padding: 3px;
}
.twoColFixRtHdr #gatewaytable {
	margin-left: 170px;
}
html { height: 100%; margin-bottom: 1px; }
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
