/********************************/
/*** CSS For Index Section ***/
/********************************/

/*** Links ***/

a:link { 
 	color: green; 
 	text-decoration: underline 
 	}

a:active { 
	color: #7b241c; 
	text-decoration: underline
	}

a:visited { 
	color: #7b241c; 
	text-decoration: underline 
	}

a:hover { 
	color: blue; 
	text-decoration: underline
	}

/*** Formatting ***/

#topcontent p {  
	font-family: Georgia;  
	font-size: 25px;  
	font-style: italic  
	}

#centercontent p {  
	color: gray;  
	}

#centercontent b {  
	color: green;
	}

.header {
	color: white;
	background-color:#660000;
	width:95%;
	margin-right:auto;
	margin-left:auto;
	}

body {
	background-color:#f5f6f6;
	}

.left {
	text-align:left;
	padding:17px;
	}
	
.right {
	text-align:right;
	padding:7px;
	}

.small {
	font-size: x-small;
}	
.indexbutton {
	background-color: white;
	border: 2px solid #075482;
	color: black;
	cursor: pointer;
	float:left;
	padding: 8px;
	margin:5px;
	border-radius: 4px;
	transition-duration: 0.4s;
	opacity:0.5;
	font-size: 3em;
}
.indexbutton:hover {
	background-color: #075482; 
	color: white;
	opacity:1;
}
	
/*** Layout ***/

#topcontent {
    margin-left: 20px;
    margin-right: 20px;
    height:232px;
    background-image:url(indexfiles/indexcontainerbackground_slice.gif); 
    background-repeat: repeat-x;
    padding-bottom:0px;
    color:gray; 
    text-align: center;
    min-width: 550px;
}
        
#indextopcontent {
    z-index: 2;
    width:100%;/*455px;*/
    top:10px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    text-align: center;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#centercontainer {
    margin-left:20px;
    margin-right:20px;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #cdc9c9;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #cdc9c9;
    min-width: 950px;
}
		
#centercontentleft {
    position: relative;
    float: left;
    margin-left: 20px;
    height: 20px;
    background-image:url(indexfiles/boxmidfill_left.gif);
    background-repeat: repeat-y;
    padding-top:0px;
    padding-bottom:0px;
    color:gray; 
    text-align: center;
    }
	
#centercontent {
    background-color: white;
    padding-right: 31px;
    padding-left: 31px;
    padding-top:0px;
    padding-bottom:0px;
    color:gray; 
    text-align: center;
    }

#indexcentercontent {
    min-height: 1000px;
	margin-left:auto;
	margin-right:auto;
    border: darkgray thin solid;
    background-color: white;
}

#indexinfo {
    position: absolute;
    left:20px;
    top: 930px;
    background-color:white;
    border: black thin solid;
    border-radius: 5px;
    padding:5px;
    font-family: Georgia, serif;
}
	
#centercontentright {
    position: relative;
    float: right;
    margin-right: 20px;
    height: 20px;
    background-image:url(indexfiles/boxmidfill_right.gif);
    background-repeat: repeat-y;
    padding-top:0px;
    padding-bottom:0px;
    }
	
#footercontent {
    margin-left: 20px;
    margin-right: 20px;
    height:15px;
    background-image:url(indexfiles/boxbottom_slice.gif);
    background-repeat: repeat-x;
    padding-top:0px;
    color:gray; 
    text-align: center;
    clear: both;
    min-width: 550px;
    }

#philosophy {
    background-color: black;
	color:white;
	font-size:32px;
	text-align:center;
	padding-top:25px;
	padding-bottom:25px;
}

#books {
	background-color: #154360;
	color:white;
	font-size:32px;
	text-align:center;
	padding-top:25px;
	padding-bottom:25px;    
}

#testimony {
    background-color: #154360;
	color:white;
	font-size:25px;
	text-align:left;
	padding-top:25px;
	padding-bottom:25px; 
}

#testimonynotes {
    background-color: #154360;
	color:white;
	font-size:18px;
	text-align:left;
	padding-top:25px;
	padding-bottom:25px; 
	padding-left:5px;
	padding-right:5px;
}


#travel {
    background-color:#145a32;
	color:white;
	font-size:32px;
	text-align:center;
	padding-top:25px;
	padding-bottom:25px;
}

#mapdiv{
    display: none;
}

.clear {
    clear:both;
}

.center {
    margin-right:auto;
    margin-left:auto;
}