div#announce {
    margin: 1em 15% 1em 15%;
    border: 3px solid #CD00DC;
    padding: 0em 0em 0em 0em;
    
    background-color: #dfdfdf;
    
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .7);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, .7);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .7);

}
div#announce p {
    padding-top: 1em 0 1em 0;
    font-size: 125%;
    text-align: center;
    margin: 1em 2em 1em 2em;
    line-height: 1.2em;
}
div#indexHdr {
    background-image: url('../img/logo7b.png');
    background-repeat: no-repeat;
    height: 200px;
}

div#indexLeft {
    position: relative;
    float: left;
    width: 40%;
    font-size: 170%;
}

div#indexRight {
    float: right;
    width: 55%;
    padding-bottom: 1em;
}

#indexRight p.captioned {
    line-height: 1.3em;
    font-size: 125%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 1em;
    border: 2px solid #555;
    padding: 0px 10px 10px 10px;
    width: 558px;
    background: #fbf4cc;
    
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .7);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, .7);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .7);
}

#indexRight p.captioned img {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
    padding: 3px;
    border: 1px solid #000;
}

/*==========================================================*/
#indexLeft {
    padding-top: 1em;
    padding-left: .5em;
}

.button {
    margin-top: 1.75em;
}

.button a {
    color: rgba(256,256,256,.8);
    padding: 2px 14px;
    text-decoration: none;
    font-weight: bold;
    
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    
    box-shadow: 2px 2px 4px rgba(0,0,0,.8);
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.8);
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,.8);
	
	text-shadow: 1px 1px #000;
}


/*================================================*/
.button.olive a {
    border: 1px solid #858045;
    background: #858045 url("../img/glass.png") repeat-x 0 50%;
}

.button.olive a:hover {
    border: 1px solid #858045;
    background: #a7a26b url("../img/glass.png") repeat-x 0 50%;
}

.button.olive a:active {
    position: relative;
    top: 2px;
    left: 2px;
	background-color: #79721f;
}

.button.rust a {
    border: 1px solid #cd5a20;
    background: #cd5a20 url("../img/glass.png") repeat-x 0 50%;
}

.button.rust a:hover {
    border: 1px solid #cd5a20;
    background: #f37537 url("../img/glass.png") repeat-x 0 50%;
}

.button.rust a:active {
    position: relative;
    top: 2px;
	left: 2px;
	background-color: #d04e0f;
}

.button.burgundy a {
    border: 1px solid #852c1f;
    background: #852c1f url("../img/glass.png") repeat-x 0 50%;
}

.button.burgundy a:hover {
    border: 1px solid #852c1f;
    background: #c8402e url("../img/glass.png") repeat-x 0 50%;
}

.button.burgundy a:active {
	position: relative;
	top: 2px;
	left: 2px;
	background-color: #bc2410;
}

.button.green a {
    border: 1px solid #31cd0d;
    background: #31cd0d url("../img/glass.png") repeat-x 0 50%;
}

.button.green a:hover {
    border: 1px solid #31cd0d;
    background: #4eea29 url("../img/glass.png") repeat-x 0 50%;
}

.button.green a:active {
	position: relative;
	top: 2px;
	left: 2px;
	background-color: #26930d;
}

.button.paleYellow a {
    border: 1px solid #c4d228;
    background: #c4d228 url("../img/glass.png") repeat-x 0 50%;
}

.button.paleYellow a:hover {
    border: 1px solid #ebf391;
    background: #ebf391 url("../img/glass.png") repeat-x 0 50%;
}

.button.paleYellow a:active {
	position: relative;
	top: 2px;
	left: 2px;
	background-color: #94a00d;
}


/*============================================================*/
#who {
    margin-left: 20%;
    margin-top: 0em;
}

#what {
    margin-left: 45%;
}

#where {
    margin-left: 30%;
}

#education {
   margin-left: 8%;
}

#calendar {
    margin-left: 49%;
}

#news {
    margin-left: 20%;
}

#newsletter {
    margin-left: 15%;
}

#healing {
    margin-left: 25%;
}

#hall { 
    margin-left: 40%;
}

#search {
    margin-left: 15%;
}
/* ----------------------------------------------- */
p#mission {    
    text-align: center;
    font-size: 120%;
    font-family: arial, sans-serif;
    font-style: italic;
    font-weight: bold;
    color: #333;
    margin: .5em 22% 1em 22%;
    text-shadow: 1px 1px #fff;
}

p#mission2 {
    text-align: center;
    font-size: 120%;
    font-family: arial, sans-serif;
    font-weight: bold;
    color: #333;
    margin: .5em 22% 1em 22%;
    text-shadow: 1px 1px #fff;
}

