/* root */

	body {
	position: relative;
	width: 800px;
	margin: 0 auto 5px auto;
	color: #000;
	font-family: "Trebuchet MS", Tahoma, Verdona, sans-serif;
	font-size: small;
	}

	a img {border: none;}
  .clear {clear: both;}

/************************************************/
/****	topper tags		*****************/
	#topper {
		height: 150px;
		background: url(img/dsn/header2.jpg) no-repeat;
		margin: 0 0 10px 0;
		padding: 0;
		position: relative;
		}
		#internal {
			position: relative;
			text-align: right;
			padding: 0 10px;
			margin: 0;
			}
			#internal a {
				margin-right: 5px;
				padding: 5px;
				padding-top: 8px;
				text-decoration: none;
				color: #fff;
				font-weight: bold;
				background-color: #90976b;
				border: 1px solid black;
				border-top: none;
				}
			#internal a:hover {
				color: #b9be9e;
				}
    #search {
			position: relative;
      width: 200px;
			top: 70px;
			left: 590px;
      vertical-align: middle;
      }
		#search input {
			color: #6d7543;
			background: #fff;
			font-size: xx-small;
			padding: 2px 5px;
			margin: 0;
			border: 1px solid #6d7543;
			display: inline;
			}
      #srch {
			  text-align: right;
        }
   #bigHome {
    position: absolute;
    display: block;
    width: 100px;
    height: 140px;
    top: -10px;
    left: 50px;
    text-decoration: none;
    margin:0;
    padding: 0;
    }

/************************************************/
/************************************************/
/****	weekend tags		*****************/
	#weekend {
		width: 530px;
/*	height: 398px; */
		margin: 0;
		padding: 0;
		}
/************************************************/
/****		sub toppers							*****************/
#subHead {
	color: white;
	margin: 0;
	padding: 0; /*  40px 0 0; */
	text-align: right;
}
/**************************************/
/****	front menu tags	*****************/
#fmenu {
	float: right;
	text-align: right;
	width: 250px;
	display: inline;
	}
	#fmenu div {
		height: 140px;
		margin: 0 0 15px 0;
		}
	#fmenu #start {background: url(img/dsn/start.jpg) no-repeat;}
	#fmenu #m_news {background: url(img/dsn/news.jpg) no-repeat;}
	#fmenu #resources {background: url(img/dsn/resources.jpg) no-repeat;}
	#fmenu ul, #menu h3 { 
		width: 155px;
		float: right;
		display: inline;
		}
 	#fmenu ul {width: 140px;}
	#fmenu h3 a {
		padding: 5px 10px 5px 0;
		color: #fff;
		background-color: #90976b;
		}
	#fmenu li {
		list-style: none;
		border-bottom: 1px solid #b9be9e;
		}
	#fmenu a {
    display: block;
		text-decoration: none;
		padding: 0 10px 0 0;
		color: #fff;
		background-color: #b9be9e;
		}

	#fmenu a:hover {
		color: #b9be9e;
		background-color: #90976b;
		}
	#fmenu h3 a:hover {color: #fff;background-color:#b9be9e;}


/**************************************/
/****	main menu tags	*****************/
#menu {
	float: right;
	margin: 0 0 0 15px;
	width: 150px;
	padding: 0 0 10px 0;
	background-image: url(img/dsn/menu_pix.jpg);
	}
	#menu div {
		margin: 0 5px 0 0;
		padding:  7px 0;
		line-height: 120%;
		text-align: right;
    clear: both;
		}
	#menu h3 {
		width: 135px;
		margin: 0;
		padding: 0;
    font-size: 1.1em;
		}
	#menu ul {
		clear: both;
		margin: 0;
		padding: 0;
		}
	#menu ul ul {
		border-right: 1px solid #475046;
		/* border-bottom: 1px solid #475046; */
		margin: 2px 5px 2px 8px;
		padding: 0;
		}
	#menu li {
		list-style: none;
		padding: 4px 5px 3px 0;
    line-height: .85;
		}
	#menu a {
		text-decoration: none;
		color: #000;
		}
	#menu a:hover {
		color: #999;
    }
  #menu .current {
		color: #fff;
		}

/************************************************/
/************************************************/
#content {
	width: 630px;
	}
#content img.thmb {
	float: left;
	margin: 0 10px 10px 0;
	}
#home_copy { 
	width: 530px;
	}
	#content h3, #content h4, #content h5,
	#home_copy h3, #home_copy h4, #home_copy h5 {
		padding: 10px 10px 0 10px;
		}
	#content p, #home_copy p, div.p{
		padding: 2px 10px 10px 15px;
		}


/************************************************/
/****	footer tags		*****************/
#foot {
  height: 110px;
  background: url(img/dsn/footer.jpg) no-repeat;
  clear: both;
  margin: 0;
  padding: 0;
  line-height: 105%;
  }
  .services {
    position: relative;
    top: 30px;
    left: 48px;
    width: 190px;
    margin: 0;
    padding: 0;
    font-size: 1em;
    }
    .services p {
      font-size: .9em;
      padding-left: 5px;
      }
    .services a {
      text-decoration: none;
      }
    .services a:hover {
      color: white;
      }

  .map {
    position: relative;
    top: 42px;
    left: 335px;
    width: 88px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: .85em;
    }
    .map a {
      color: black;
      text-decoration: none;
      }
    .map a:hover {
    color: #fff;
    }
   #bigMap {
    position: absolute;
    display: block;
    width: 100px;
    height: 70px;
    bottom: -15px;
    left: -3px;
    text-decoration: none;
    margin:0;
    padding: 0;
    }

  .logo {
    position: relative;
    bottom: 20px;
    left: 585px;
    width: 180px;
    font-size: .85em;
    }
    .logo h3 {font-size: 1.2em;}
    .logo a {text-decoration: none; color: black;}
    .logo a:hover {color: #fff;}

/**********************************************/
/*****  bottom links  *************************/
.external {
	clear: both;
	position: relative;
	top: -5px;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: .85em;
	}
	.external a {
		text-decoration: none;
		margin-right: 5px;
		padding: 5px;
		color: #fff;
		font-weight: bold;
		background-color: #b9be9e;
		border: 1px solid black;
		border-bottom: none;
		}
	.external a:hover {
		color: #90976b;
		}


/**********************************************/
/*****  news list  ****************************/

  h3.newsgrp {
		border-bottom: 1px solid #333;
    }
  
	div .nevn{
		clear: left;
		margin: 10px 0 10px 10px;
		padding: 0 5px 5px 5px;
		}

	.nevn img {
		float: left;
		margin: 0 15px 10px 0;
		}
  .listGrps {
    margin: 15px 0 0 0;
    clear: left;
    }

  .nevn h5, .listGrps h3{
    display: inline;
    position: relative;
    left: -12px;
    }

/**********************************************/
/**********************************************/
	.egiving form{
		margin: 0 0 10px 40px;
		padding: 0;
		}
	.hide{display: none;}
	.lnkHover{background-color:#b9be9e;}
	.slim{
		list-style: none;
		}
	.more {
		margin-left: 25px;
	}

  .evnt {
    padding-bottom: 10px;
    }
/**********************************************/
/**********************************************/

  .note {
    font-size: .85em;
    color: #333;
    }

  .liHead { /*make an LI look like a header (h4ish) */
    font-size: .85em;
    text-align: left;
    color: gray;
    line-height: 1.5em;
    border-bottom: 1px solid grey;
    }
  .liHead2 { /*make an LI look like a header (h5ish) */
    font-size: .85em;
    color: gray;
    text-decoration: underline;
    }
  .liHead3 { /*make an LI look like a header (h5ish) */
    font-size: .85em;
    margin: 0;
    padding: 0;
    color: gray;
    text-decoration: none;
    }

	.exp {
    display: none;
    }


/**********************************************/
/**********************************************/
  div.podcastSeries{
    margin: 0 0 40px 0;
    padding: 0;
    }
  .podcastSeries p, .podcastSeries h1 {
    padding: 0 ! important;
    }
  .podcastSeries td, .podcastSeries th {
    padding: 5px;
    margin: 0;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    }
  td.odd{ background-color: #e3e5db;}
  .podcastSeries td img {
    border: none;
    padding: 0;
    margin: 0 6px 0 0;
    }

