body {
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url("img/background.jpg");
	background-repeat: repeat-x;
}

td, p, table, tr, ul {
	font-family: arial, sans-serif;
	font-size: 12px;
}

a {
	color: #444444;
}

a:hover {
	color: #000000;
}


h1 {
	margin-top: 0px;
	font-size: 24px;
  font-style: italic;
}

h2 {
	margin: 0px;
	font-size: 14px;
  font-style: italic;
	font-family: Trebuchet Ms;
}

h3 {
	margin: 0px;
	font-size: 10px;
	color: #666E7D;
}

td {
	padding: 0px;
	vertical-align: top;
}

img {
	border: 0px;
	display: block;
}

/*-----Layout-----*/

#body {
	margin: 0px auto;
	width: 850px;
	text-align: left;
}

#main {
	width: 850px;
  background-color: #FFFFFF;
}

#header {
	height: 113px;
  background-image: url("img/logo.jpg");
  background-repeat: no-repeat;
}

#left {

}

#right {
	width: 180px;
	background-color: #F2F2F2;
}

#right h2 {
	padding: 5px;
	text-align: center;
  color: #000000;
	background-color: #E0E0E0;
	border-bottom: 2px solid #FFFFFF;
	border-top: 1px solid #D0D0D0;
}

#right ul {
  margin: 0px;
  padding: 0px;
}

#right ul li {
	text-align: center;
	list-style: none;
  margin: 0px;
  margin-top: 10px;
}

#right a {
	font-style: italic;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}

#footer {
	padding: 5px;
	background-color: #E0E0E0;
  font-size: 10px;
  font-style: italic;
}

.content {
	padding: 20px;
 }

.clear {
	clear: both;
 }
 
.text {
	border: 1px solid #DDDDDD;
}

.current {
	font-weight: bold;
 }

ul.expanded {
   display: block;
}
ul.collapsed {
   display: none;
}

div.expanded {
   display: block;
}
div.collapsed {
   display: none;
}

div.clearfloat {
	clear: both;
}


 
/*----- Side Links -----*/

#side_links {
	margin: 15px 0px 15px 15px;
 }
 
 
/*-----Home-----*/

div#top_reasons {
	height: 300px;
	background-image: url("img/home_map.jpg");
  background-repeat: no-repeat;
 }

ul#top_reasons li {
  margin-bottom: 10px;
 }
 
div#we_want_to_help {
	padding: 10px;
	background-color: #EEEEEE;
 }
 
div#we_want_to_help .left {
	margin-left: 170px;
  width: 200px;
 }
 
div#we_want_to_help .right {
	float: right;
 }
 
div#we_want_to_help .right a {
	text-decoration: none;
  font-style: italic;
 }
 
/*----- Staff -----*/

.staff_header {
	clear: both;
	padding: 5px;
  background-color: #99B6F0;
  color: #FFFFFF;
  font-weight: bold;
  font-style: italic;
 }
 
.staff_info img {
	float: left;
  margin-bottom: 10px;
 }
 
.staff_info p {
	margin-left: 100px;
 }
 
 
/*----- Community -----*/

.community_side {
	float: left;
 }
 
.community_content {
	margin-left: 150px;
  padding: 20px;
 }
 
.statistics {
	width: 400px;
 }
 
/*----- Site Listings -----*/

.site_listing {
	height: 115px;
	padding: 5px;
  margin-bottom: 10px;
	background-color: #6F6F6F;
  color: #FFFFFF;
  font-weight: bold;
 }
 
.site_listing img.thumb {
	float: left;
  margin-right: 10px;
 }

.site_listing a {
	color: #91B0E9;
  text-decoration: none;
 }
 
.site_listing .content {
	padding: 0px;
	margin-left: 130px;
 }
 
#site {
	margin: 20px;
	padding: 5px;
	background-color: #91B0E9;
  border: 1px solid #000000;
 }
 
#site a {
	font-weight: bold;
  text-decoration: none;
  color: #000000;
 }
 
#site_content {
	margin-top: 10px;
	padding: 20px;
	background-color: #FFFFFF;
 } 

#site_content .left {
	float: left;
  width: 280px;
 }

#site_content .right {
	float: right;
  width: 280px;
 }
 
 
 
/* lightbox */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }


#lightbox img{ border: none; } 
#overlay img{ border: none; }


#overlay{ background-image: url(/img/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
