/**
 * This is the css for the application "Website Directory and RSS Feeds".
 */

body {
  margin: 0;
  background: url('/images/line-background.jpg') top center no-repeat;
  font-family: Arial, sans-serif;
  font-size: 12px;
}
#top{
  width: 100%;
  height: 51px;
  background: url('/images/translucent-top.png') no-repeat;
}
#header{
  text-align: center;
  margin-top: -51px;
  width: 100%;
  height: 140px;
}
#icon-nav{
  margin: 0 auto;
  text-align: center;
  width: 980px;
  height: 140px;
}
#icon-nav img.icon{
   margin-top: 50px;
   float: left;
}
#icon-nav img.iconcurr{
   margin-top: 15px;
   float: left;
}
#icon-nav img#logo{
  float: right;
  border: none;
  margin-top: 13px;
}
#wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#content-window{
  width: 1000px;
  padding: 20px;
  min-height: 500px;
  height: auto !important;
  height: 500px;
  margin: 0 auto;
  background: url("/images/content-window.png") no-repeat;
}
a {
  color: #86a907;
}

#label-window{
  float: left;
  text-align: center;
  width: 220px;
  height: 44px;
  background: url("/images/label-bg.png");
  margin-top: -10px;
  margin-left: 40px;
}
#label-window h1{
	text-transform: uppercase;
        color: #e67425;
        font-family: "Myria Pro", arial, sans-serif;
        font-size: 14px;
        margin-top: 20px;
}

#menu {
 float: right;
 width: 513px;
 height: 57px; 
 background: url("/images/menu-bg.png");
 margin-right: -10px;
 margin-top: -10px;
}

#menu a {
  color: #898989;
  font-size: 10px;
  text-decoration: none;
}

#menu a:hover {
  font-weight: bold;
}

#menu a {
  padding: 8px;
}

#menu a.logout {
  color: #4c4b4b;
}
#menu a img { border: none }
h1, h1 a {
  color: #339db4;
  font-size: 24px;
  font-family: garamond, times, serif;
  letter-spacing: 0px;
  text-decoration: none;
  font-weight: bold;
}

h1 a:hover {
  text-decoration: underline;
}

h1 .green {
  color: #86a907;
  font-style: italic;
}

h2 {
  font-family: arial, verdana, sans-serif;
  color: #797979;
  font-size: 24px;
  font-weight: normal;

}

h2 .tag {
  font-family: arial, verdana, sans-serif;
  font-size: 24px;
  color: #80bfcc;
  font-style: italic;
  }

#search_top {
  width: 995px;
  height: 100px;
  text-align: center;
  margin: 0 auto; 
  margin-top: -15px;
  background: url('/images/rss-search-bg.png') no-repeat;
}
#search_box{
  padding: 20px;
  width: 457px;
  float: left;
}
#search_box h3 {
  text-transform: uppercase;
  float: left;
  color: #339db4;
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-family: arial, tahoma, sans-serif;
  font-weight: bold;
  margin-right: 3px;
  margin-top: 4px;
}

#search_box input#searchbox {
   float: left;
   padding: 2px;
   width: 219px;
   height: 20px;
}
#alpha_box{
  float: left;
  margin-left: 25px;
  padding: 15px 20px;
  
}
#alpha_box h3{
  text-align: left;
  text-transform: uppercase;
  color: #339db4;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-family: arial, tahoma, sans-serif;
  font-weight: bold;
}
#alpha_box a{
  color: #4e9bad;
  font-weight: bold;
  font-size: 13px;
  font-family: arial, tahoma, sans-serif;
  text-decoration: none;
}
#alpha_box span{
  color: #d7dee5;
  font-size: 13px;
  font-family: arial, tahoma, sans-serif;
}
#category_row{
 width: 995px;
 text-align: center;
 margin: 0 auto; 
}
#categories_box {
  width: 457px;
  min-height: 125px;
  height:auto !important;
  height: 125px;
  padding: 25px;
  float: left;
  font-size: 13px;
  color: #666;
  text-align: left;
}

#categories_box h3 {
  color: #9f9f9f;
  font-family: arial, tahoma, sans-serif;
  font-weight: normal;
  font-size: 19px;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}

#category_links {
  margin: 2px;
}

#category_links a {
  color: #9f9f9f;
  text-decoration: none;
  font-size: 12px;
}
#curved_hr{
  float: left;
  height: 32px;
  width: 527px;
  margin-left: -25px;
  background: url("/images/curved-hr.png") no-repeat;
}
/*#categories_box a:hover {
  font-weight: bold;
}*/

/* Margin would not work in Firefox */
#boxes_gap {
  height: 25px;
  clear: left;
}

#topics_box {
  text-align: left;
  width: 427px; 
  float: left;
  padding: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-size: 14px;
}

#topics_box h3 {
  color: #9f9f9f;
  font-size: 24px;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  font-family: arial, tahoma, sans-serif;
  font-weight: normal;
}

#topics_box h3 span {
  color: #e67425;
}
#topics_box a {
  text-transform: lowercase;
  color: #339db4;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  font-family: arial, verdana, sans-serif;
}

#topics_box a:hover {
  font-weight: bold;
}

.listing_box {
  float: left;
  width: 285px;
  font-size: 11px;
  padding-right: 15px;
}

.listing_box .heading {
  padding-bottom: 2px;
}

.listing_box .heading a {
  font-weight: bold;
  color: #285d6a;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
}

.listing_box .heading a:hover {
  text-decoration: underline;
}

.listing_box .bookmark a  {
  font-size: 9px;
  text-transform: none;
  color: #898989;
}

.listing_box .rating a {
  font-size: 9px;
  text-transform: none;
  text-decoration: none;
  color: #898989;
}

.feed_item {
}

.feed_item a {
  color: #000;
  text-decoration: none;
  font-size: 11px;
  border-top: solid #efefef 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: block;
}

.feed_item a:hover {
  color: #285b67;
  background-color: #f6f6f6;
}

.listing_menu {
  clear: both;
  margin-bottom: 15px;
}

.listing_menu a {
  text-decoration: none;
  color: #86a907;
}

.required {
  color: red;
  font-weight: bold;
}

.form_error {
  color: red;
  font-size: 11px;
}

.form_row {
  margin-bottom: 10px;
}

.form_row .content {
  display: block;
}

label {
  color: #666;
  font-weight: bold;
}

.smaller {
  font-size: 11px;
}

#login_box {
  background-color: #6e4a10;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  padding: 25px;
  width: 400px;
}

#login_box form {
  margin-left: auto;
  margin-right: auto;
}

#login_box label {
  color: #fff;
}

#login_box h2 {
  color: #fff;
  font-weight: normal;
}

#login_box .form_error {
  color: #f9655e;
  font-size: 14px;
  font-weight: bold;
}

#login_button {
  background-color: #a16c18;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  font-weight: bold;
  margin: 10px;
  margin-left: 0;
  font-size: 17px;
  letter-spacing: 1px;
  padding: 3px;
}
#fixed-menu{
  margin-top: 20px;
  background: url("/images/fixed-menu-bg.png") center no-repeat;
  width: 100%;
  height: 47px;
  position: fixed;
  bottom: 0;
}
#map_div {
	padding: 5px;
	margin-bottom: 40px;
	min-height: 400px;
  height: auto !important;
  height: 400px;
}
#map_legend {
	width: 250px; 
	min-height: 380px; 
	height: auto !important; 
	height: 380px; 
	float: left
}
#map_legend h2{
	margin: 5px 0;
}
#map_legend h2 a{
	font-size: 12px;
}
#map_canvas{
  position: relative;
  width: 680px; 
  height: 480px;
  float: right;
  z-index: 1;
}
#loadMessage
{
  visibility: hidden;
  position: absolute;
  top: 450px;
  left: 700px;
  z-index: 9000001;
  width: 100px;
  height: 100px;
}
img {behavior: url(/js/fixnaturalwh.htc)
