html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { padding: 0; margin: 0 }
table { border-collapse: collapse; border-spacing: 0 }
a, img, fieldset { border: none; outline: none }
address, caption, cite, th { font-style: normal; font-weight: normal }
ol, ul { list-style: none ;margin-bottom:-5px;}
caption, th { text-align: left }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
em, strong { font-weight: normal; font-style: normal }
abbr { border: none; }
iframe { border: none; overflow: hidden; }
body { background: #FFF; font: 12px/1.25 "Helvetica Neue", Arial, sans-serif; color: #222 }
h1 { margin-bottom: 10px; font-size: 1.5em; }
a { color:#494949;  font-weight:bold; text-decoration: none; font-family:Monospace;}
a:hover { color:#8B8B7E; text-decoration: none }

/* Form Styles */
textarea, input[type=text], input.text-field { font: bold 1.0em "Helvetica Neue", Arial, sans-serif; background: #F0FCE2; font-weight: bold; color: #046800; }

/* General Classes */
.hidden { display: none; }
.subject { font-weight: bold; }

/* Layout
==============================================================================================  */

html { height: 100%; }
body { height: 100%; }
#heading { position: relative; min-width: 950px; }
#header { clear: both; float: left; width: 100%; padding: 5px 0; border-top: 1px solid #41942b; border-bottom: 1px solid #005500;background: #34721E url("/img/header.png") repeat-x 0 0;  }
#banner { float: left; width: 100%; padding: 5px 0; border-top: 1px solid #88c469; border-bottom: 1px solid #006200; }
#footer { position: relative; clear: both; width: 100%; border-top: 1px solid #ddd; }
* html #heading { height: 1%; }

#banner { background: #197d00 url("/img/banner.png") repeat-x 0 0; }
    #banner .inner { width: 950px; margin: 0 auto; }
    #banner .doubleclick { float: left; height: 90px; overflow: hidden; }
    #banner .doubleclick a { display: block; border: none; }
    #banner #guide { float: right; width: 182px; height: 70px; padding: 10px; background: url("/img/guide.png") no-repeat left bottom; overflow: hidden; font-size: 0.9166em; }
    #banner #guide h2 { font-size: 1.1em; margin-bottom: 2px; }
    #banner #guide .image-link { float: left; margin: 0 5px 5px 0; padding: 2px; }
    #banner #guide .image-link:hover { padding: 1px; border: 1px solid #ccc; }
    #banner #guide .image-link img { display: block; border: 1px solid #ccc;}
    #banner #guide .sponsor { float: right; }
         
#footer { font-size: 0.9166em; }
   
    #footer-links { clear: both; width: 100%; padding: 10px 0; border-top: 1px solid #61C253; border-bottom: 1px solid #004B00; background: #060 url("/img/footer.png") repeat-x 0 0; text-align: center; font-weight: bold; color: #fff; text-shadow: 0 -1px 1px #060; line-height: 18px; }
    #footer-links ul { margin: 0 0; }
    #footer-links li { display: inline; padding: 0 6px 0 10px; }
    #footer-links li.first-child { padding-left: 0; background: none; }
    #footer-links a { color: #fff; border-color: #fff; }

#category { clear: both; padding-top: 10px; margin-left:10px; }
	#category .news, #category .categories { margin-right:2px; width: 400px; padding: 0 10px 5px 10px; float: left; border-width:1px; border-style:solid; }
	#category .blog  { margin-right:2px; width: 200px; padding: 0 10px 5px 10px; float: left; border-width:1px; border-style:solid; }
	#category .blog { height:350px;  background: #f2f8ef }
	#category .news { height:350px;  }
	#category .categories { height:500px;  }
	#category h2 { padding: 2px 10px; margin: 0 -10px 0px -10px; font-size: 1.0833em; font-weight: bold; }
	#category .blog h2 { background: #7da76a; color: #fff; }
	#category .news h2 { background: #44617b; color: #fff;}
	#category .categories h2 { background: #44617b; color: #fff;}
	

/* other */
h1 { margin-bottom: 0; font-size: 1.6667em; font-weight: normal; color: #222; border-bottom: 1px solid #ddd; }
h1 span { color: #999; }
h1 span em { font-weight: bold; }

      

  /*this is what we want the div to look like
    when it is not showing*/
  div.loading-invisible{
    /*make invisible*/
    display:none;
  }

  /*this is what we want the div to look like
    when it IS showing*/
  div.loading-visible{
    /*make visible*/
    display:block;
	 z-index:1000;
    /*position it 200px down the screen*/
    position:absolute;
    top:200px;
    left:0;
    width:100%;
    text-align:center;    

    /*in supporting browsers, make it
      a little transparent*/
    background:#fff;
    opacity:.75;
    filter:alpha(opacity=75);
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
  }
  
 /* WEATHER CONTROL */
.weatherman {
width:95%;
}
.weatherman td {
font-size:10px;
padding:0px 5px 0px 5px;
text-align:center;
border:solid 1px #FFFFFF;
}
.weatherman .empty {
background-color:#FFFFFF;
color:#000000;
font-size:11px;
padding-left:2px;
padding-right:2px;
}
.weatherman .empty a {
font-weight:bold;
font-size:13px;
}
.weatherman .dark {
background-color:#707E8A;
color:#FFFFFF;
width:70%;
}
.weatherman .light {
background-color:#9FB3C4;
color:#FFFFFF;
width:30%;
}

