@charset "utf-8";
/* CSS Document */
body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #3F3C36;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #3469AB;
	background-image: url(../siteGraphics/treebranchback.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	font-size: 21px;
	color: #333;
	font-weight: normal;
	margin-bottom: 4px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #000;
	margin-bottom: 2px;
}
h3 {
	font-size: 16px;
	margin-bottom: 4px;
	font-weight: normal;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}

#container {
	width: 900px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../siteGraphics/TopMenuBack.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 12px;
	height: 100%;
}

#allContent {
	background-color: #DBDAD6;
}
#menu {
	font-size: 12px;
	margin-right: 12px;
	margin-bottom: 28px;
	margin-left: 25px;
	text-align: center;
	background-color: #1F1C19;
}

#mainContent {
	margin-top: 0;
	margin-right: 335px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 45px;
} 

#mainContent p {
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-right: 20px;
}
#mainContent_1Column {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 45px;
	padding-bottom: 0;
	padding-left: 45px;
}
#mainContent_1Column p {
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 8px;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px;
	padding-top: 25px;
	padding-right: 45px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: center;
}
#sidebar1 img {
	margin-bottom: 8px;
}


#footer {
	width: 900px;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 25px;
	font-size: 12px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C5C5C5;
	background-color: #DBDAD6;
	background-image: url(../siteGraphics/FooterMenuBack.jpg);
}
#MtnBottom {
	background-image: url(../siteGraphics/Mtns-bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 100px;
	width: 100%;
}
.sidebarImageCaption {
	font-size: 12px;
	text-align: center;
	font-style: italic;
	margin-top: 0px;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.SidebarPhotos {
	text-align: center;
	width: 251px;
	margin-bottom: 12px;
	font-size: 12px;
}
.SidebarPhotos p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 14px;
}
#mainContent ul {
	list-style-type: disc;
	margin: 0px;
	padding-top: 0px;
	padding-right: 45px;
	padding-bottom: 12px;
	padding-left: 25px;
	font-size: 14px;
}

#mainContent li {
	line-height: 20px;
}
.Copyright {
	font-size: 11px;
	padding: 4px;
	margin: 12px;
}
  
/* Style for slideshow */
#test2 {
    margin: 0;
    border: 0px;
    width: 900px;
    height: 200px;
	background-color:#000;
  }.center {
	text-align: center;
}
.footertext {
	font-size: 12px;
}
