/* Default style */

/*Common Elements */
body {
  /*font-size:         small;*/
  /*font-family: Verdana, Helvetica, Arial, sans-serif;*/
  font-family: 'Comic Sans MS', Arial, sans-serif;
  line-height: 1.6em;
  /* background:  LightGoldenRodYellow ; */
  /*background:  #fff100; */
  background:  #99D1FF;
  /*color:       #007e7e;*/
  color:             black;

}

h1 {
  font-size:           160%;
}

h2 {
  font-size:           140%;
}

h3 {
  font-size:           120%;
}



#header{
  min-height: 125px;
  background-color: #fff100;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
   border-radius: 10px;
}

/* The look and feel of the navbar */

#navbar{
  color:       black; 
  font-weight: bold;
  min-height:  440px;
  background-color: #fff100;
  float:        left;
  line-height:  2em;
  /*border-style: line;*/
  width:        110px;
  margin-top:	10px;
  margin-right: 10x;
  padding:      0px;
  border-style: none;
  border-width: 0px;
  -moz-border-radius:    10px;
  -khtml-border-radius:  10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  
  
}

#navbar table{
  border-style: none;
  border-width: 0px;
}
#navbar td{
  padding-right: 10px;
  padding-left:  15px;
  padding-top:   5px;
  
}

#navbar a{
  color:       black; 
  text-decoration: none;
}

#navbar tr{
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#navbar tr:hover{
  background-color: #99D1FF;
}

#navbar tr:hover a{
  color: #005DAA;
}

#navbar tr.current{
  background-color: #40A9FF;
}

#navbar tr.current a{
  color:  #FFF999;
}
/*The look and feel of the footer */

#footer{
  color:        #FFF100;
  padding-left: 120px;
  margin-top:   5px;
  background-color: #40A9FF;
  clear: both;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#footer #charity_det{
  padding:      5px;
  color:        #005DAA;
  font-weight:  bold;
  font-family: 'Times New Roman', serif;
  
}


/* General Styling for the content */

#content{
  border-style: line;
  border-width: 1px;
  border-color: black;
  background-color: #fff100;
  min-height:  420px;
  padding:     10px;
  margin-top:  10px;
  margin-left: 120px;
  margin-bottom:  5px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#content img#NuttyBuilding{
  float: right;
  padding-bottom: 10px;
  margin-right: 10px;
}

#content input, #content textarea{
 font-family: Arial, sans-serif; 
}

/* Specific pages (could go in their own css) */

#contactinfo #address{
  padding:     5px; 
  line-height: 1.15em;
  
}

#contactinfo #address img{
  float: left;
  margin: 10px;

}

#contactinfo #address ul{
  list-style-type: none;
}

#content .news_image {
  float: left;
  margin: 10px;
  clear: both;

}

