body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	font-size:12px;
	color:#666;
	line-height:150%;
	*font-size: 95%;
}
h1 {
	font-weight:normal;
	color:#641a45;
	*font-size: 17px;
}
h2 {
	font-weight:normal;
	color:#641a45;
	margin-bottom: 6px;
	*font-size: 15px;
}
h3 {
	*font-size: 13px;
}
p { margin-top: 6px;
*font-size: 95%;
}
a, a:visited {
	color:#666;
	text-decoration:none;
}
a:hover, a:active {
	color:#641a45;
	text-decoration:none;
}
#wrap {
	height: auto;
	width: auto;
}

#header_wrap {
	width: 100%;
	border-bottom: solid 1px #CCC;
}
#header {
	width: 901px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	height: auto;
	width: 254px;
	margin-top: 14px;
	margin-bottom: 14px;
	float: left;
}


#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-bottom: 20px;
}

/* LEFT CONTENT */
#content_left {
	height: auto;
	width: 314px;
	margin-top: 50px;
	margin-left: 10px;
	float:left;
	margin-right: 20px;
	*margin: 25px 10px 0 5px;
}
.arrowlistmenu .current1 {
	color:#641a45;
}

.arrowlistmenu{
width: 220px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
color: #666;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
padding: 0 0 0 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
color: #641a45;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #666;
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #666;
}

.arrowlistmenu .com a:hover { /*hover state CSS*/
color: #641a45;
background: url(../images/bullet-com.jpg) no-repeat center left; /*custom bullet list image*/

}
.arrowlistmenu .res a:hover{ /*hover state CSS*/
color: #641a45;
background: url(../images/bullet-res.jpg) no-repeat center left; /*custom bullet list image*/

}

#main_content_left {
	height: auto;
	width: auto;
	margin:80px 0 0 10px;
	*margin: 40px 0 0 5px;
}


/* MAIN CONTENT */

#content_right {
	height: auto;
	width: 540px;
	margin-left: 16px;
	float:left;
	*margin-left: 8px;
}
.main_text {
	height: auto;
	width: auto;
	margin-top: 50px;
	*margin-top: 25px;
}


/* HOME BUTTONS */
.btn_home_one {
	width:179px;
	height:480px;
	float:left;
	margin-right:1px;
	background:#d4d4d4;
}
.btn_home_two {
	width:179px;
	height:480px;
	float:left;
	margin-right:1px;
	background:#d4d4d4;
}
.btn_home_third {
	width:179px;
	height:480px;
	float:left;
	background:#d4d4d4;
}

.btn_home {
	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
}
.btn_home a {
	text-decoration: none;
	padding-left:10px;
	float:left;
}
.btn_home p {
	margin:12px 0;
}
.btn_home a:hover {
	cursor: pointer;
}
.btn_home a:hover .desc{
	display: block;
	font-size: 1.2em;
	background: #111;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	bottom: 42px;
	left: 0;
	padding: 10px;
	margin: 0;
	width: 160px;
	border-top: 1px solid #999;
}
.btn_home a .desc {	display: none; }

/*TESTIMONIAL*/
.testimonial_box {
	width:auto;
	height:auto;
	clear:both;
	margin-top: 10px;
	padding-bottom: 10px;
}
.testimonial {
	font-size:16px;
	color:#641a45;
}
.testimonial_img {
	float: right;
	height: auto;
	width: 100px;
	margin-left: 10px;
	margin-bottom: 15px;
}
.testimonial_img p {
	margin:5px 0;
}

/* CONTACT FORM */


#ContactForm {
	min-height: 300px;
	text-align: left;
	width: 425px;
	outline:none;
	background-color:#f1f1f1;
	padding-top:10px;
	margin-bottom:30px;
}
#ContactForm h3 {
	margin:10px;
}
#ContactForm p {
	margin-left:10px;
}
#ContactForm .field {
	margin:0 10px;
}

#ContactForm .field label {
	display: block;
	font-size: 10px;
	margin-bottom: 1px;
	margin-top: 2px;
}
#ContactForm .field input {
	border: 1px solid #E0E0E0;
	font-size: 11px;
	padding-bottom: 2px;
	padding-top: 2px;
	width: 100%;
}
#ContactForm .field textarea {
	border: 1px solid #E0E0E0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 65px;
	width: 100%;
}
#ContactForm .submit {
	margin-left: 25px;
	margin-right: 22px;
	margin-top: 6px;
	text-align: right;
}
#ContactForm .submit input.button {
	background-color:#0099CB;
	border: 0 none;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
}
.error {
	color:#F00;
	font-weight:bold;
}
#warning { display: none; }

/*FOOTER*/
#footer_wrap {
	width: 100%;
	border-top: solid 1px #CCC;
}
#footer {
	width: 880px;
	padding:10px;
	margin: 0 auto 20px auto;
	border-left: solid 1px #CCC;
	font-size:10px;
	height:50px;
}
.text-left {
	float:left;
}
.text-right {
	float:right;
}
.garden_img {
	float: left;
	height: auto;
	width: auto;
	margin-right: 15px;
	*margin-right: 7px;
}
#top-nav {
	float: right;
	height: 30px;
	width: 500px;
	margin-top: 50px;
	text-align: right;
}

