body {
	color: #686868;
	background: #d1ddbf url(/images/body_bg.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	margin: 0;
}

form {
	margin: 0;
	line-height: normal;
}

ul {
	margin-bottom: 0;
	margin-top: 0;
}

a {
	text-decoration: underline;
	color: #1c6700;
}

a:hover {
	color: #686868;
}

a img {
	border: 0;
}

h1 {
	color: #1c6700;
	font-size: 21px;
	line-height: normal;	
	margin: 0 0 10px 0;
}

h2 {
	color: #1c6700;
	font-size: 18px;
	line-height: normal;
	margin: 0 0 5px 0;
}

h3 {
	color: #1c6700;
	font-size: 16px;
	line-height: normal;
	margin: 15px 0 5px 0;
}

p {
	margin: 0;
}

p + p {
	margin: 15px 0;
}

.clear {
	clear: both;
}

br.clear {
	font-size: 1px;
}

.left {
	float: left;
}

.right {
	float: right;
}

#wrapper {
	width: 978px;
	text-align: left;
	margin: auto;
	padding-top: 17px;
}

#header_bg {
	background: url(../images/header_bg.jpg) repeat-x;
}

#header_l {
	background: url(../images/header_l.jpg) no-repeat;
}

#header_r {
	background: url(../images/header_r.jpg) no-repeat top right;
	height: 115px;
	padding: 16px 19px 0 19px;
}

#logo {
	float: left;
	padding: 0 0 0 30px;
}

#description_small {
	float: right;
	font-style: italic;
	font-size: 18px;
	color: #181818;
	padding: 0 10px 0 14px;
}

#description_big {
	float: right;
	font-size: 36px;
	color: #1c6700;
	border-right: 2px solid #343434;
	padding-right: 15px;
}

#menu_bg {
	background: url(../images/menu_bg.gif) repeat-x;
	clear: right;
	width: 665px;
	float: right;
	margin-top: 15px;
}

#menu_l {
	background: url(../images/menu_l.gif) no-repeat;
}

#menu_r {
	background: url(../images/menu_r.gif) no-repeat top right;
	height: 23px;
	padding: 9px 10px 10px 10px;
	font-size: 16px;
	color: #ffffff;
}

#menu_r a {
	color: #ffffff;
	text-decoration: none;
	padding: 0 7px;
}

#menu_r a:hover {
	text-decoration: underline;
}

#content_bg {
	background: #ffffff;
}

#content_l {
	background: url(../images/content_l.gif) repeat-y;
}

#content_r {
	background: url(../images/content_r.gif) repeat-y top right;
	padding: 14px 19px;
}

#footer_bg {
	background: url(../images/footer_bg.jpg) repeat-x;
	margin-bottom: 10px;
}

#footer_l {
	background: url(../images/footer_l.jpg) no-repeat;
}

#footer_r {
	background: url(../images/footer_r.jpg) no-repeat top right;
	height: 31px;
	padding: 8px 19px 0 19px;
	color: #ffffff;
	font-size: 12px;
}

#footer_r a {
	color: #ffffff;
	text-decoration: none;
}

#footer_r a:hover {
	text-decoration: underline;
}

#sidebar {
	float: left;
	width: 198px;
}

#box_title {
	background: url(../images/box_title.jpg) no-repeat;
	height: 27px;
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 7px;
}

#box_content {
	background: url(../images/box_bg.gif) repeat-y;
	padding: 1px 2px 0 2px;
}

#box_bottom {
	background: url(../images/box_bottom.jpg) no-repeat;
	height: 4px;
	margin-bottom: 19px;
}

#box_content a {
	display: block;
	line-height: 27px;
	color: #181818;
	text-decoration: none;
	background: url(../images/navigation_bg.gif) no-repeat;
	background-position: 0 100%;
	padding: 0 0 2px 29px;
}

#box_content a:hover {
	color: #ffffff;
	background: #1c6600 url(../images/navigation_bg.gif) no-repeat;
}

#content {
	float: right;
	width: 727px;
	line-height: 20px;
	text-align: justify;
}

.picture_left {
	float: left;
	padding: 2px;
	border: 1px solid #a8d190;
	margin: 0 10px 10px 0;
}

.picture_right {
	float: right;
	padding: 2px;
	border: 1px solid #a8d190;
	margin: 0 0 10px 10px;
}

.picture {
	padding: 2px;
	border: 1px solid #a8d190;
}

.block_t {
	background: #f4f9ec url(../images/block_point.gif) repeat-x;
}

.block_r {
	background: url(../images/block_point.gif) repeat-y right top;
}

.block_b {
	background: url(../images/block_point.gif) repeat-x left bottom;
}

.block_l {
	background: url(../images/block_point.gif) repeat-y;
}

.block_tl {
	background: url(../images/block_tl.gif) no-repeat;
}

.block_tr {
	background: url(../images/block_tr.gif) no-repeat right top;
}

.block_br {
	background: url(../images/block_br.gif) no-repeat right bottom;
}

.block_bl {
	background: url(../images/block_bl.gif) no-repeat left bottom;
	padding: 10px;
}

.block_bl img {
	display: block;
	margin-bottom: 10px;
}

.block {
	width: 235px;
	float: left;
	margin-top: 10px;
}

.block + .block {
	margin-left: 11px;
}

.reference {
	float: left;
	margin-top: 10px;
}

.reference img {
	width: 148px;
	margin-bottom: 0;
}

.reference + .reference {
	margin-left: 10px;
}

.button_right {
	text-align: right;
	margin-top: 5px;
}

.button_right img {
	display: inline;
	margin-bottom: 0;
}

label {
	display: block;
	padding-top: 3px;
	margin-right: 15px;
}

.textfield {
	width: 220px;
}

.textarea {
	width: 220px;
}

.button {
	height: 25px;
	font-size: 14px;
	text-transform: capitalize;
	background: #028ec2 url(../images/button.gif) repeat-x;
	border: 1px solid #1d6701;
	color: #ffffff;
}

.ReqFld {
	color: #1c6700;
}

.quote {
	empty-cells: show; 
}

.quote td {
	padding: 2px 19px 2px 0; 
}

.quote h3 {
	display: inline;
	margin-right : 10px;
}

img.calendar {
	padding: 3px 0 0 10px;
	border:none;
}

.middler {
	vertical-align: middle;
}