/* CSS Document */
/*----General Styles-------*/
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1 {
  font-size: 120%;
  font-family: Arial, Helvetica, sans-serif
}
h2 {
  font-size: 110%;
  font-family: Arial, Helvetica, sans-serif;
  color: #003399;
  line-height: 1.5em;
  font-weight: bold; 
}
h3 {
   font-size: 105%;
   font-weight: bold;
}
img {
  border: none;
}
html {
  background: url(../images/blue_square1.gif);
  font-family: Arial, Verdana, sans-serif;
  font-size: medium; 
  color: #000000;
  text-align: center;
}

body {  
 width: 800px;
 margin: 0 auto;
 text-align: left;
 border: 1px solid #333333;
}
/*--------Header--------*/
#header { 
 background: #111580;
 float: left;
 width: 100%;
}

#header img {
  padding: 10px;
  float: left;
}
#title {
 text-align: center;
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 140%; 
 font-weight: bold; 
 color: #FFFFFF; 
 /*text-decoration: none;*/
 float: right;
 width: 596px;
 padding: 0;
 margin: 0;
 padding-top: 13px;
 line-height: 1.5em;
}
#slogan {
 font-size: 70%; 
 font-weight: normal;
}
#wrapper {
  float: left;
  width: 100%;
  background: /*#585ea3*/ url(../images/bkgrd.jpg) repeat-y;
}
/*------------Menu---------*/
#menu {
  float: left;
  width: 188px;
  list-style: none;
  color: #ffffff;
  font-weight: bold;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0 6px 7px 6px;  
  font-size: 85%;
}

#menu a {
  color: #ffffff;
  display: block;
  margin-top: 7px;
}

#menu a:hover {
  background: url(../images/hover.gif) no-repeat right center;
}
#menu .current a{
  background: url(../images/active.gif) no-repeat right center;
}
#menu .current a:hover {
  background: url(../images/active.gif) no-repeat right center;
}
#menu li {
  display: inline; /* Removes gaps in IE/Win */  
   
}

/*----------Content----*/
#content {
  float: left;
  width: 579px;
  padding: 10px;
  background: #ffffff;
}
#intro {
  font-family: Arial, Helvetica, sans-serif;
}

#content img {
  float: right;
  padding: 10px;
}
#member-agencies {
  float: left;
}
#goal {
 width: 150px;
 margin-top: 15px;
 margin-bottom: 30px;
 padding: 4px;
 border: 4px solid #111580;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 115%; 
 color: #111580;
 font-weight: bold; 
 text-align: center; 
 line-height: 30px;
}
.left {
  float: left;
}
.leadership, .sponsors {
  list-style: none;
  padding: 5px 10px;
}
.special {
  color: #FF0000;
}
/*-----------Footer--------*/  
#footer {
  clear: both;
  width: 100%;
  background: #111580;
  color: #FFFFFF;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
  float: left;
  line-height: 1.3em;
  padding-top: 6px;
}
#footer a {
  color: #FFFFFF;
}
#footer p {
  float: left;
  width: 170px;
  margin: 50px 12px 10px 12px;
} 