/* colors
	#806640	dark pastel brown
	#e6b873	light pastel brown
	#bf8630	medium pastel brown
	#cfe6db	light pastel aqua
	#408064	dark pastel aqua
	#cfe6e6 light pastel blue green
	#458a8a dark pastel green blue
	#E6D8CF light peach/pink
	#E6A173 peach/brown
*/
	
html, body { /*define the root style for everything else*/
	font-size:  1.0em;
	font-family: Garamond, serif;
	color: #806640; 				/*dark pastel brown */
	background-color: #cfe6e6; 	/*light pastel blue green */
	margin: 0px;
	padding: 0px;}
body {
	width:100%;
	margin:  0 auto;
	border:  2px; 
	color: #806640;}
.page { 
	display: block;
	height:100%;
}
#header, #footer { /*header and footer use different color scheme and span page */
	text-align:center;
	clear: both;
	color: #cfe6e6; 	/*light pastel blue green*/
	background-color: #458a8a; 	/*dark pastel green blue*/
	;
}
#header {font-style: italic; 
		font-weight:  bold;
		position: relative;
		vertical-align: middle;
		min-height:  48px;
		}
#footer { /* footer is for copyright notice, so use a small font */
	font-size: 1.0em;
	
}
.logo{margin-left: 8px;
	float:left;}
.navigation { /*navigation area on the left of the window*/
	font-size:  1.0em;
	float:left;
	width: 28%;
	height: 100%;
	max-width: 208px;
	min-width: 208px;
	padding-left: 2px;
}
.myPic {
	padding-left: 0px;
	margin-top: 0px; 
	width: 720px;
	max-width: 100%;
	height: auto;
}	
#contentPage { /*this is the area to the right of the navigation area that changes based upon selection*/
	font-size: 1em;
	float: left;
	padding-left: 4px;
	padding-right: 4px;
	max-width: 730px;
	min-width: 300px;
	border-left: 2px solid #458a8a; 	/*dark pastel green blue*/
}

h1, h2, h3 {
	padding-bottom: 0px;
	margin-bottom: 0px;}
h1 { 
	margin-top: 0px;
	padding-top: 0px;
	font-size:  32px;
}
h3 {
	font-size: 1.2em;
}
.center {
	text-align: center;
}
a { text-decoration: none;
	padding-left:   4px;
	font-style: italic;
	font-weight: bold;
	color: #806640; 				/*dark pastel brown */
}
ul {
  list-style-type: none;
  margin: 8px;
  padding: 0px;
}
a:link {}
a:visited {}
a:hover {
	color: #408064; 
	text-decoration:underline}
a:active {
	color: #50a17d;}
a.main{
	padding-left:0px
	}
a.expand {							/*for the + or - for expandable menus */
	padding-right: 0px;
	padding-left: 2px;
	margin:   0px
}


/*in this section I define the different content that goes into the content area of the window*/

h2.content {
	font-size: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left:   0px;
}
p {font-size: 1.0em;}



.slicknav_menu {
	display:none;
}

@media screen and (max-width: 1000px) {
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
}
	