body {
	background-color: white;
	padding: 0;
	margin: 0;
	font-family: 'Ubuntu', sans-serif;
}
.goudy {
	font-family: 'Sorts Mill Goudy', serif;
}
.e70{
	font-size: .7em;
}
.e80{
	font-size: .8em;
}
.e90{
	font-size: .9em;
}
.container {
	width: 1024px;
	margin: auto;
	background-color: white;
	overflow: hidden;
}
.tophead {
	padding: 20px;
	position: relative;
}
.greenbar {
	height: 35px;
	background-color: #35745F;
	position: relative;
}
.greenbox {
	background-color: #35745F;
}
.email {
	float: right;
	width: 375px;
	border-bottom: 5px solid #D2AA6F;
	text-align: right;
	font-size: .75em;
	color: #35745F;
	padding: 7px 20px 10px 0;
}
.nav {
	width: 170px;
	float: left;
	padding: 0 15px;
	color: #35745F;
	line-height: 1.8em;
	border: 0px solid red;
	margin-top: 35px;
}
.subnav {
	padding-left: 10px;
	color: #D2AA6F;
	font-size: .8em;
	line-height: 1.2em;
}
.subnav a:active, .subnav a:visited, .subnav a:link, .subnav a:hover {
	color: #D2AA6F;
}
.title {
	font-family: 'Sorts Mill Goudy', serif;
	color: #BC9C59;
	font-size: 1.2em;
	margin-top: 0;
}
.title1 {
        font-family: 'Sorts Mill Goudy', serif;
        color: #BC9C59;
        font-size: 1.2em;
        margin-top: 35px;
}   
.title2 {
	color: #35745F;
	font-size: 1.2em;
}
.subtitle {
	font-family: 'Sorts Mill Goudy', serif;
	color: #35745F;
	font-size: 1.0em;
	margin-top: 0;
}
#map-canvas1, #map-canvas2 {
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 373px;
	height: 250px;
	border: 1px solid #999;
}
.maptitle {
	text-align: center;
	background-color: white;
	padding: 10px 0 2px 0;
	color: #35745F;
	font-size: 1.2em;
}
.footer{
	font-size: .9em;
	padding: 5px 20px;
	color: #35745F;
	margin-top: 30px;
}
.rightcol {
	width: 375px;
	float: left;
	overflow: hidden;
	border: 0px solid green;
}
.content {
	margin-top: 35px;
	float: left;
	padding: 0 15px;
	line-height: 1.3em;
	width: 419px;
	text-align: justify;
	border: 0px solid purple;
}
.content .text {
	font-size: .8em;
}
.content .btext {
	font-size: .8em;
	font-weight: bold;
}
.box02 p:first-child {
	margin-top: 0;
}
.disclaimer {
	color: #35745F;
	font-size: .75em;
	line-height: 1.5em;
	padding-top: 15px;
	overflow: hidden;
}
.disclaimerhome {
	color: #35745F;
	font-family: 'Ubuntu';
	font-size: .75em;
	line-height: 1.5em;
	padding-top: 15px;
	width: 250px;
}
.territoryhome {
	color: #000000;
	font-family: 'Ubuntu';
	font-size: .75em;
	line-height: 1.5em;
	padding-top: 15px;
	width: 250px;
}
.testimonial {
	color: #35745F;
	font-size: .75em;
	font-style: italic;
	line-height: 1.5em;
	padding-top: 15px;
	overflow: hidden;
}
.author {
	color: black;
	font-style: normal;
	width: 120px;
	margin-top: 10px;
	float: right;
}


a:active, a:visited, a:link {
	color: #35745F;
	text-decoration: none;
}
a:hover {
	color: #35745F;
	text-decoration: underline;
}
.table80 td {
	font-size: .8em;
	vertical-align: top;
}
.table90 td {
	font-size: .9em;
	vertical-align: top;
}
img {
	border-color: black;
}
.rounded { /* copy PIE.htc */
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	behavior: url(PIE.htc);
	position: relative;
	overflow: hidden;
}
.shadow { /* copy PIE.htc */
	-webkit-box-shadow: #666 2px 2px 3px;
	-moz-box-shadow: #666 2px 2px 3px;
	box-shadow: #666 2px 2px 3px;
	behavior: url(PIE.htc);
	position: relative;
	overflow: hidden;
}
.left {
	float: left;
	margin-right: 10px;
}
.right {
	float: right;
	margin-left: 10px;
}
