﻿/* CSS Document */

* {
	behavior: url(iepngfix.htc);
	margin: 0 auto;
	padding: 0;
	border: 0;
}
body {
	background: #ece9d8 url(../images/bodybkg.png) repeat-x top;
}
#mainwrap {
	width:850px;
}
#topcorner {
	margin-top:20px;
	height: 240px;
	min-height: 240px;
	background:url(../images/header.png) no-repeat;
}
#wrap {
	background: #fff;	
}
#maincontainer {
	background: #FFFFFF url(../images/textbkg.png) repeat-y;
	overflow: hidden;
}
#leftcontainer {
	float: left;
	width: 192px;
	margin: 20px 0;
}
#menu {
	width: 192px;
	text-align:right;
} 
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu a {
	font: 17px/28px "Trebuchet MS";
	color: #437222;
	display: block;
	margin: 0;
	color: #437222;
	text-decoration: none;
	padding-right: 4px;
}
#menu a:hover {
	color: #437222;
	background: url(../images/buttonsbkg.png) no-repeat right;
}
#rightcontainer {
	float: right;
	width: 610px;
	margin: 20px;
}
#box {
	width:170px;
	margin: 10px;
	border: 1px solid #437222;
	background: #E4ECD5;
	padding-top:5px;
}
#button {
	background: #437222;
	width: 168px;
	margin: 8px 1px 1px 1px;
	text-align:right;
} 
.text {
	font: normal normal normal 13px/16px "Trebuchet MS";
	color: #333;
}
.menu a:active {
	font: 17px/28px "Trebuchet MS";
	color: #437222;
	text-decoration: none;
}
.menu a:visited {
	font: 17px/28px "Trebuchet MS";
	color: #437222;
	text-decoration: none;
}
.menu a:link {
	font: 17px/28px "Trebuchet MS";
	color: #437222;
	text-decoration: none;
}
.menu {
	font: 17px/28px "Trebuchet MS";
	color: #437222;
	text-decoration: none;
}
.title {
	font: normal 50px "Trebuchet MS";
	color: #333;
}
.address {
	font: normal normal normal 12px/15px "Trebuchet MS";
	color: #437222;
}
.phone {
	font: normal bold 14px/18px "Trebuchet MS";
	color: #437222;
}
.textwhite {
	font: normal bold 11px/22px "Trebuchet MS";
	color: #fff;
}
.image {
	border: 5px solid #000;
	margin: 0 10px;
}
.logo {
	padding: 50px;
	text-align: right;
}
.map {
	float: right;
	width: 425px;
}