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

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../graphics/bkgrndgradient.jpg);
	background-repeat: repeat-x;
}

h1 h2 h3 h4 {
}

#pagewrapper {
	width: 750px;
	height: 90%;
	margin-left: 10%;
	color: #003;
	background-color: #FFFFFF;
	background-image: url(../graphics/bkgrndgradient.jpg);
	background-repeat: repeat-x;
}

#navbox {
	border: solid #003366 1px;
	background-color: #FFFFFF;
	width: 20%;
	height: auto;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	line-height: 25px;
	float: left;
	text-align: right;
	margin-top: 15px;
}
#navbox a {
	text-decoration: none;
	color: #009966;
}
#navbox a:hover {
	color: #996666;
	}
#quotebox {
	border: solid #003366 1px;
	background-color: #99CCCC;
	height: auto;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	text-align: left;
	font-style: italic;
	}
	
#infobox {
	width: 200px;
	height: 250;
	color: #330000;
	background-color: #99CCFF;
	border: solid #003366 1px;
	padding: 15px;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	float: right;
	text-align: left;
	font-style: italic;
}
	
#florpanel {
	position: absolute;
	top: 250px;
	left: 150;
	background-image: url(../graphics/maple.jpg);
	background-repeat: repeat-y;
	}
.current {
	color: #330000;
	font-weight: bold;
}

#content {
	float: right;
	width: 65%;
	top: 5px;
	padding: 1em 0em 1em 1em;
	text-align: left;
	font-size: medium;
	height: auto;
}
#content a:link {
	color:#606;
	}
#footer {
	text-align: left;
	font-size: small;
	clear: both;
	padding: 5px 5px 5px 20px;
	border-top: solid 2px #003366;
}
.style1 {
	font-size: medium;
	font-style: italic;
	font-weight: bold;
}
.client {
	text-align: right;
}
.newslettertext {
	font-size: small;
}

