@charset "utf-8";
body {
	background-color: #9ad3ee;
	margin: 0px;
}
#header {
	height: 175px;
	width: 1000px;
	background-image: url(images/banner-2_01.jpg);
	background-size: 100%;
}
#header span {
	display: none;
}
#slideshow {
	height: 450px;
	width: 300px;
	background-color:#CCCCCC;
	float:left;
}
#slideshow img{
	width: 100%;
}
#nav {
	background-image: url(images/banner-2_03.jpg);
	background-size: 100%;
	float: left;
	height: 45px;
	width: 700px;
	text-align: center;
}
#nav ul {
	margin:0;
}
#nav li {
	display: block;
	float: left;
	list-style-type: none;
	margin-right: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	height: 45px;
}
#nav a {
	color: #FFFFFF;
	line-height: 45px;
}
#active {
    font-family: calibri, Arial, Helvetica, sans-serif;
    font-size: 1.05em;
    float: left;
    width: 620px;
    padding: 40px;
    line-height: 1.3;
}
#active .title {
	font-size:1.5em;
	font-weight: bold;
	margin-top: 0px;
}
#quote, .testi {
	font-style: italic;
	color: #00bbd6;
	border: thin solid #00bbd6;
}
#quote {
	padding: 20px;
	float: right;
	width: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.testi {
	padding: 0 20px;
	margin: 1em 0;
}
.reviewer {
	margin-top: -.7em;
	margin-left: 20%;
}
#nav a {
	text-decoration: none;
	display: block;
}
#nav a:hover {
	text-decoration: underline;
}
a {
	color: #0095d9;
}
#active h3 {
	font-size: 1.2em;
	margin-bottom: -.5em;
}
#container {
	width: 1000px;
margin-right: auto;
	margin-left: auto;
}
#container {
	background-color: #FFFFFF;
}
#nav #current {
	color: #80cef2;
	text-decoration: none;
}
hr {
    border: 0;
    background-color: #00bbd6;
    height: 1px;
}
