body {
	margin-top: 0px;
  background:url(images/gradient.jpg) repeat-x;
}


/*sections*/

#main {
	width: 830px;
	height: 700px;
	margin-left:auto;
	margin-right:auto;
}

#layout {
	width: 820px;
	height: 700px;
    position: relative;
    left: 0px;
    top: 0px;
	background-color: #FFFDED;
	border: 1px solid #000;
	max-height: 700px;
}

#header {
  background:url(images/header.gif) no-repeat 20% 50%;
	background-color: #FFFDED;
	top: 5px;
	right: 30px;
	height: 100px;
}

#navbar {
	width: 820px;
	height: 18px;
	background-color: #636466;
	text-align:center;
	
}

#photos{
	width: 820px;
	height: 108px;
	background:url(images/summit-header.jpg);
	border-top: 1px solid #6D8855;
	border-bottom: 1px solid #6D8855;
}

#inside{
	width: 800px;
	height: 560px;
	background:url(images/seal.gif) no-repeat;
	background-position: 50% 70%;
	background-color: #FFFDED;
	padding-left: 10px;
	overflow: auto;
}


#footer{
	width: 820px;
	height: 70px;
	position: absolute;
	top: 630px;
	background:url(images/footer.gif) no-repeat center;
	background-color: #FFFDED;
}

.text{
 padding-left: 5px;
 height: 140px;
 overflow: auto;
 border-left: 1px solid #822123;
 	color: #636466;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;

}


/*elements*/

a .alt { display: none; }

a#header-button  {
	text-decoration: none;
	background: url(images/give.gif) top left no-repeat;
	display: block;
	width:  69px;
	height: 68px;
	position: relative;
	top: 0px;
	left: 745px;
        }
  		
a#header-button:hover  {
	background-image: url(images/give-on.gif);
	background-repeat: no-repeat; }
               
a#header-button:active  {
	background-image: url(images/give-on.gif);
	background-repeat: no-repeat; }

/*text styles*/
#navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
}

#navbar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
}

#navbar a:link {
	color: #FFF;
}
#navbar a:visited {
	color: #FFF;
}
#navbar a:hover {
	color: #fff;
}
#navbar a:active {
	color: #fff;
}

.current {
	color: #E7989A;
}

ul {margin-left: 0em; padding-left: .5em; list-style-type: none;}

#inside img{
    float: left;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}


#featured img{
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

strong {
	color: #822123;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #822123;
	padding-left: 5px;
	padding-top: 3px;
	display: inline;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #822123;
	padding-left: 10px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #822123;
	display: inline;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #822123;
	padding-left: 0px;
	padding-top: 3px;
	display: inline;
	line-height: 3px;
}

#News-Text {
	position:absolute;
	width:579px;
	height:133px;
	z-index:1;
	left: 4px;
	top: 18px;
}
.news-format {
	color: #636466;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

#featured-text {
	position:absolute;
	width:187px;
	height:73px;
	z-index:1;
	left: 1px;
	top: 158px;
}

#news a {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

#news a:link {
	color: #103499;
}
#news a:visited {
	color: #9ACC99;
}
#news a:hover {
	color: #1F6FE5;
}
#news a:active {
	color: #1F6FE5;
}



#slideshow {
  float: left;
  margin-left: -5px;
  margin-top: 5px;
  padding-right: 5px;
}

.clearer {
  clear:both;
}
