/* Site Structure Rules ---------------------------------------*/
* {
  position: static !important;
  float: none !important;
	width: auto;
  background-image: none !important;
  margin: 0;
  padding: 0;
  border: 0;
}

html, body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: black;
  padding: 2px;
}

/* General Element Rules --------------------------------------*/
p, h1, h2, h3, h4 {
  margin: 0.35em 0;
}

h1 {
  font-size: 140%;
}

h2 {
  font-size: 125%;
}

h3 {
	font-size: 110%;
}

h4 {
	font-size: 100%;
}

ul, ol {
  padding: 0.35em 0;
  margin: 0 0 0 2em;
}

ol li {
	margin-bottom: 0.75em;
}

img {
	display: none;
}

div.hr {
	border-top: 1px solid #AAA;
  margin: 0.5em 0;
}

/* Special Visual Modifiers ------------------------------------*/
.colorheading {
  color: #A46F17;
}

.extrapadtop {
  margin-top: 0.75em;
}

.center {
	text-align: center;
}

.greyheading {
	color: #666;
}

/* Random content formatting -----------------------------------*/
ul.hyphen {
	list-style-image: url(/images/hyphen.gif);
	margin-left: 1em;
}

ul.sitemap ul li {
	list-style: none;
}

.alt {
  display: inherit !important;
}

.floatbox, .floatboxleft {
	background-color: #F9EFD6;
	margin: 1em 0;
	padding: 1em 0;
}

/*----------------------------------------------------------*/
div#footer {
  background-color: #464646;
  color: white;
  padding: 2px;
}

div#footer a {
  color: white;
}

/*----------------------------------------------------------*/
div#header {
  padding-bottom: 0.5em;
  font-size: 110%;
}

div#headlogo img {
	display: inline;
}

div#printhead, div#date {
  display: none;
}

input#query {
  border: 1px solid #999;
}

/*----------------------------------------------------------*/
div#col1, div#col1-2panel {
  padding: 0.5em 0;
  border: 0px solid #AAA;
  border-width: 1px 0;
}

div#search, div#col2, div#col3 {
  padding: 0.5em 0;
}

/*----------------------------------------------------------*/
ul#navlist, ul#navlist ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#navlist {
	padding-bottom: 0.5em;
}

ul#navlist ul li {
	margin-left: 10px;
}

/*----------------------------------------------------------*/

input.textfield {
  border: 1px solid black;
}

/*--------------------------------------------------------------*/
div#brokerlochead {
	font-size: 110%;
}

input.textfield {
  border: 1px solid black;
  font-size: 95%;
  padding: 2px;
}

div#brokerlocator {
	padding: 0.5em 0;
}

div#brokerreferral {
  font-size: 95%;
}

div#brokerreferral div.field {
  margin: 3px 0;
}

div#brokerreferral input.text,  div#brokerreferral select {
	border: 1px solid black;
	padding: 1px;
	font-size: 95%;
}

div#brokerreferral select, div#brokerreferral input.text {
  width: 100%;
}

div#footer2 span {
	display: block;
}
