@charset "utf-8";
/* CSS Document */

.page {
	height: 650px;
	width: 960px;
	border: 1px solid #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	margin-top: 30px;
}
.left-content {
	float: left;
	width: 570px;
	height: 370px;
	background-color: #6584b0;
	vertical-align: baseline;
	margin: 0px;
	padding: 0px;
}

#slides{
	z-index: 7;
	display: block;
    height: 370px;
    width: 570px;
	position: relative;
	overflow: hidden;
}
#slides img {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#slides img.active {
    z-index:10;
    opacity:1.0;
}

.header {
	background-color: #1b3a66;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	height: 180px;
	position: relative
}

body {
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
.nav-bar {
	background-color: #686560;
	background-repeat: no-repeat;
	height: 54px;
}
.content {
	background-repeat: no-repeat;
	height: 370px;
}
.footer {
	background-color: #393939;
	background-repeat: no-repeat;
	height: 45px;
}
.logo {
	height: 126px;
	width: 308px;
	padding-top: 30px;
	padding-left: 30px;
	float: left;
}
.headline {
	float: right;
	margin-right: 140px;
	margin-top: 70px;

}
.right-content {
	float: right;
	width: 390px;
	height: 370px;
	background-color: #172A48;
}
.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
}
.nav-bar {
	display: inline;
}
.home-pics {
	vertical-align: bottom;
	margin-top: 48px;
}

.navigation {
	background-color: #686560;
	height: 54px;
}
a.bonsai:link,a.bonsai:visited,a.bonsai:hover,a.bonsai:active {
color: #FFFFFF;
}

a.readmore:link,a.readmore:visited,a.readmore:hover,a.readmore:active {
	color: #6584b0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(../images/link-arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	padding-left: 18px;
}

.left-content2 {
	float: left;
	width: 567px;
	height: 370px;
	background-image: url(../images/l2-bg.jpg);
	background-repeat: repeat-y;
}
.right-content2 {
	float: right;
	width: 393px;
	height: 370px;
	background-color: #183763;
	background-image: url(../images/r2-bg.jpg);
	background-repeat: repeat-x;
}
.right-content-centered {
	width: 80%;
	margin-right: auto;
	margin-left: auto;

}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.left-content-centered {
	margin-left: 40px;
	width: 85%;
	overflow-y:auto;
	height: 300px;
}
.image-bdr {
	border: 1px solid #c4c4c4;
}
.left-content-centered-heading {
	margin-left: 40px;
	width: 85%;
	overflow-y:auto;
}

.hidden { display: none; }
#vid {
	width: 100px;
	height: 100px;
	position: absolute;
	right: 25px;
	top: 42px;
	}