@charset "utf-8";
/* CSS Document */

body {
	background: #fff;
	font-family: 'Trebuchet MS', trebuchet, geneva, sans-serif;
}

a {
	color: #768650;
	text-decoration: none;
}

a.nb {
	color: #444;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

.wrapper {
	width: 820px;
	margin: 0 auto;
}

.header {
	height: 140px;
	background: #fff url(../images/header.gif) no-repeat top left;
	border-bottom: 10px solid #fff;
}

.header h1 {
	display: none;
}

.left {
	width: 180px;
}

.leftnav {
	background: #9da953 url(../images/navfade.jpg) repeat-x bottom left;
	width: 180px;
	float: left;
	padding: 0 0 17px 0;
}

.leftnav img {
	width: 180px;
}

.leftnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.leftnav ul li {
	color: #fff;
}

.leftnav ul li a {
	display: block;
	font-size: 15px;
	height: 32px;
	width: 130px;
	line-height: 32px;
	color: #fff;
	text-decoration: none;
	padding: 0 0 3px 25px;
	background: url(../images/diamond.gif) no-repeat top left;
}

.leftnav ul li a:hover {
	color: #333;
	background: url(../images/diamondhov.gif) no-repeat top left;
}

.right {
	width: 636px;
	float: right;
}

.photo {
	float: left;
	padding-left: 12px;
	width: 200px;
	height: 130px;
}

.photo span {
	display: none;
	position: absolute;
}

.right a {
	text-decoration: underline;
}

.right h2 {
	font-size: 18px;
	color: #768650;
	padding: 0 0 0 10px;
	margin: 0;
}

.right h1 {
	font-size:20px;
	color:#9da953;
	padding-left:10px;
}

.right h3 {
	font-size: 15px;
	color: #768650;
	padding: 0 0 0 10px;
	margin: 0;
}

.right p, .right li, .right table {
	color:	#444;
	font-size:	14px;
	text-align:	justify;
	padding-left:	10px;
	clear:	both;
	margin-top: 0;
}

.comments {
	margin: 0;
	padding: 0;
	text-align: center;
}

.comments li {
	padding: 0 0 0.5em 0;
	line-height: 15px;
	margin: 0 0 0 0;
	list-style: none;
	list-style-position: outside;
	font-style: italic;
	font-size: 12px;
	text-align: center;
	width: 99%;
}

.right span {
	font-size: 20px;
	font-style: italic;
	display: block;
	text-align: center;
	color: #768650;
}

.right p strong, .right p strong a {
	color: #9DA953;
	font-size: 15px;
	text-decoration: none;
}

.footer {
	height: 40px;
	line-height: 40px;
	background: #768650;
	font-size: 15px;
	color: #ccc;
	text-align: center;
	clear: both;
	border-top: 10px solid #fff;
}

.nblink {
	float: left;
	width: 180px;
	font-size: 12px;
}

.innerlink {
	float: right;
	width: 180px;
	font-size: 12px;
}

.list li {
	padding: 0 0 0.2em 0;
	line-height: 17px;
	margin:0 0 0 0.5%;
	clear: none;
	list-style-image: url(../images/diamondlist.gif);
}

.floatlist li {
	float: left;
	width: 44%;
	padding: 0 0 0.2em 0;
	line-height: 17px;
	margin: 0 0 0 5%;
	clear: none;
	list-style-image: url(../images/diamondlist.gif);
}

.floatlist {
	margin: 1em 0;
	overflow: auto;
}

.tariff {
	border-collapse: collapse;
	width: 98.5%;
	margin: 0 0 0 1.5%;
}

.tariff td {
	border-right: #9da953 solid 1px;
	padding: 0.2em;
	text-align: center;
}

.tariff .oddrow {
	background-color: #b9c386;
}

.right span.req {
	padding: 0;
	margin: 0;
	display: inline;
	color: #FF0000;
	font-weight: bold;
}

.right label {
	width: 130px;
	float: left;
	padding-right: 4px;
	text-align: left;
	padding-bottom: 5px;
	line-height: 14px;
}

.errors {
	border: 1px solid #FF0000;
	background-image: url(../images/error.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 3px 5px 5px 30px;
	margin: 0 auto 10px auto;
	width: 385px;
}

.form {
	margin: auto;
	background-color: #D0E1C6;
	padding: 10px 10px 10px 10px;
	width: 400px;
}

.contactFrm {
	border: #009966 1px solid;
	padding: 10px 10px 10px 5px;
}

.photoleft {
	float: left;
	border: #9dac79 1px solid;
	margin: 5px 5px 0 0;
}

.photoright {
	float: right;
	border: #9dac79 1px solid;
	margin: 5px 0 0 5px;
}

.address {
	width: 48%;
	float: left;
}

#map {
	float: right;
	width: 320px;
	height: 200px;
	clear:right;
	margin: 20px 0 0 0;
	border: #768650 2px solid;
}

#map span {
	font-size: 8px;
}

.clear {
	clear: both;
}

.strong {
	font-weight: bold;
}
