html {
  margin: 0; padding: 0;
  border: 0 solid #fff;
  background-color: #99B3CC;
  background-image: none;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: small;
  line-height: 160%;
  color: #000;
}
body {
  margin: 0;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: small;
  line-height: 160%;
  border-style: 2pt solid;
  border-color: #fff #99B3CC #99B3CC #99B3CC;
  padding: 0em 3pt 1em 3pt;
  background-color: #99B3CC;
  background-image: none;
  color: #000;
}

h1, h2, h3 {
	margin: 0;
	padding: 0em 0em 3pt 0em;
	font-weight: bold;
	font-style: normal;
	line-height: 110%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	text-align: center;
  clear: both;
}

a, a:link, a:visited, a:focus, a:active, a:hover {
	text-decoration: underline;
	color: #000;
  cursor: pointer;
}
a img {
	text-decoration: none; border: 0 solid;
}
a:focus img, a:active img, a:hover img {
	text-decoration: none;
}
ul, ol {
	margin: 0;
	padding: 0;
}
dl {
	margin: 0;
	margin-bottom: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0pt 3pt 7pt 3pt;
}
dt, dd {
	line-height: 1.5;
	clear: both;
}
li {
	line-height: 1.2;
	list-style-type: none;
}
#sponsors {
  border: 0 solid;
  padding: 3pt;
  vertical-align: top;
  overflow: visible;
  text-align: left;
  background-color: #fff;
  background-image: url(img/whitetoblue.png);
  background-position: bottom left;
  background-repeat: repeat-x;
}
#sponsors li {
	list-style-type: none;
	padding: 3pt;
	margin: 1pt 5pt 1pt 2pt;
  display: block;
  float: left;
  width: 160px;
	line-height: 1.2;
	border: 0 solid;
	background-color: #fff;
	background-image: url(img/bluetowhite.png);
	background-position: top left;
	background-repeat: repeat-x;
	color: #000;
	font-size: smaller;
}
address {
 font-size: smaller;
 margin: 1em;
 clear: both;
}
address a {
  text-decoration: underline!important;
}
blockquote {
	font-style: italic;
	margin: 0pt 3pt 7pt 3pt;
	padding: 0;
}
.empty {
	font-size: 1px;
	line-height: 1px;
	height: 0;
	border: 0 solid;
	background: transparent;
	margin: 0;
	padding: 0;
}
hr {
	 border: 0 solid;
	 border-top: 1px solid #fff;
	 background: none;
	 padding: 0;
	 margin: 3pt;
}
form {
 margin: 0;
 padding: 0;
 background-color: transparent;
 font-size: small;
}
form#frmLocator {
 padding: 0pt 3pt 3pt 3pt;
 background-color: #99B3CC;
}
form fieldset {
 margin-bottom: 1em;
 padding: 0.5em;
 color: #000;
 border: 0 solid;
}
form fieldset.options {
	text-align: right;	
}
form fieldset.options input.cmd {
 	display: inline; 
}
form#frmLocator fieldset {
 border: 0 solid;
 background-image: url(img/bluetowhite.png);
 background-position: bottom left;
 background-repeat: repeat-x;
 font-size: x-small;
 float: left;
 display: box;
 min-width: 8em; max-width: 14em; 
 height: auto;
 margin: 1pt 5pt 1pt 2pt;
 padding: 2pt;
}
form#frmLocator fieldset.google, form#frmLocator fieldset.google iframe {
 padding: 0!important;
}
form#frmLocator fieldset.google iframe {
  margin: 0!important;
}
form fieldset legend {
	font-weight: bold;
	font-size: larger;
	padding: 0pt 3pt 2pt 3pt;
	color: #000;
}
form fieldset input {
 width: 90%;
 background-color: #fff;
 color: #000;
 border: 1pt inset #999;
 cursor: default;
}
form fieldset textarea {
 width: 90%;
 height: 10em;
 background-color: #fff;
 color: #000;
 border: 1pt inset #999;
}
form fieldset input.radio, form fieldset input.checkbox {
 width: auto;
 border: 0 solid;
 background: #fff;
}

label {
 display: block;
 padding: 3pt; 
}
li label { display: inline; }
div#divContainer{
 clear: both;
 height: 15em;
 overflow: hidden; /* opera mini 4 bug reported, filed as bug-285972. */
 border: 0 solid;
 padding: 2pt;
 background-color: #99B3CC;
 background-image: url(img/bluetowhite.png);
 background-position: bottom left;
 background-repeat: repeat-x;
}
div#map, div#divAddme, div#divNoAdding, div#divWait, div#divGeocode, div#divReport {
 border: 0 solid;
 display: none;
 background-color: transparent;
}
div#map {
 height: 15em;
 display: block;
}
div p { margin: 1em; }
fieldset p { margin: 0pt 0pt 0.5em 0pt; }
a.cmd, a.cmd:link, a.cmd:visited, input.cmd, form fieldset input.cmd { 
  background-color: #fff;
  line-height: 2;
  color: #000;
  border: 1pt outset #999;
  -khtml-border-radius: 1em; 
  -moz-border-radius: 1em; 
  -msie-border-radius: 1em; 
  -o-border-radius: 1em;
  border-radius: 1em; 
  outline: 0 solid;
  text-decoration: none;
  padding: 1pt 2pt;
  margin: 1pt 2pt; 
  width: 8em;
  text-align: center;
  display: block;
  cursor: pointer;
}
a.cmd:active, input.cmd:active, form fieldset input.cmd:active {
 border: 1pt inset #999;
}
a.cmd:hover, input.cmd:hover, form fieldset input.cmd:hover, a.cmd:focus, input.cmd:focus, form fieldset input.cmd:focus {
  -khtml-border-radius: 5pt; 
  -moz-border-radius: 5pt; 
  -msie-border-radius: 5pt; 
  -o-border-radius: 5pt;
  border-radius: 5pt; 
  outline: 3pt solid invert;
  -khtml-outline-radius: 5pt; 
  -moz-outline-radius: 5pt; 
  -msie-outline-radius: 5pt; 
  -o-outline-radius: 5pt;  
  outline-radius: 5pt; 
}
#sponsors li a img {
  border: 0 solid; 
  text-decoration: none; 
}