/*
Authors: Team A, #19 
Date: June 22, 2005
*/

/* ------------------------------- BODY --- */

body#main {
	margin: 0;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	background: #EEE8B2 url(images/mainbg.gif) top left repeat-x;
}

a:link, a:visited {
	color: #5AA15A;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #5AA15A;
	text-decoration: underline;
}

a:active {
	color: #5AA15A;
	text-decoration: none;
}

/* ------------------------------- MAIN TABLE --- */

#maintable {
	width: 768px;
}	

/* ------------------------------- MAIN IMG (BANNER) --- */

#mainimgcell {
	padding: 0;
	width: 768px;
	height: 126px;
	background: transparent url(images/mainimg.gif) center bottom no-repeat;
	vertical-align: top;
	text-align: center;
}

#mainimgcell h1{
	visibility: hidden;
}



/* ------------------------------- LEFT SIDE  --- */

#leftside {
	padding: 0;
	width: 13px;
	background: transparent url(images/leftsidebg.gif) top right repeat-y;
}

/* ------------------------------- NAV  --- */

#nav {
	padding: 2px 0;
	width: 136px;
	vertical-align: text-top;
	background: #F0ECDA;
	border-right: 1px #E1DCAE solid;
}

#nav ul {
	margin: 0;
	padding: 0 2px;
	font-size: 10pt;
	list-style-type: none;
}

#nav li {
	width: 124px;
	margin: 0;
	padding: 5px 3px;
	vertical-align: middle;
	border-bottom: 1px #E1DCAE solid;

}

#nav li:hover {
	background: #E6E0C6;
}

#nav li a:link, #nav li a:visited {
	color: #5F8D5F;
	font-weight: bold;
	text-decoration: none;
}

#nav li a:hover {
	color: #5F8D5F;
	text-decoration: underline;
}

#nav li a:active {
	color: #5F8D5F;
	text-decoration: none;
}

/* ------------------------------- CONTENT  --- */

#content {
	padding: 0 15px;
	width: 578px;
	height: 300px;
	vertical-align: text-top;
	background: #F2F4F9;
	border-right: 1px #D5D5D5 solid;
	font-size: 10pt;
	color: #364936;
}

#content h1 {
	font-family: Georgia, serif;
	font-size: 12pt;
	color: #000;
	width: 540px;
	height: 28px;
	margin: 0;
	padding: 10px 0 0 25px;
	background: url(images/h1bg.gif) no-repeat;
}

#content h2 {
	font-size: 10pt;
	margin-bottom: 2px;
	color: #000;
	font-weight: bold;
}

#content p {
	color: #364936;
	line-height: 14pt;
}

#content div.flash {
	float: right;
	border: 1px #000 solid;
	margin: 10px;
}

#content div.return {
	width: 550px;
	text-align: center;
}

#content div.photo {
	float: right;
	margin: 10px;
	border: 1px #E3DEC7 solid;
	text-align: center;
	font-weight: bold;
	line-height: 14pt;
	background: #F0ECDA;
}

#content div.contactphoto {
	float: right;
	margin: 10px;
	border: 1px #E3DEC7 solid;
	text-align: center;
	font-weight: bold;
	line-height: 14pt;
	background: #F0ECDA;
}

#content img.photo {
	margin: 10px;
	border: 1px #000 solid;
}


#content img.photothumb {
	width: 125px;
	height: 125px;
	margin: 10px;
	border: 1px #000 solid;
}

#content img.garden {
	margin: 10px 0 10px 105px;
	border: 1px #000 solid;
}

#content img.garden2 {
	margin: 10px 0 10px 175px;
	border: 1px #000 solid;
}

#content span.maplink {
	padding: 10px 35px;
	margin-left: 140px;
	border: 1px #E3DEC7 solid;
	text-align: center;
	font-weight: bold;
	background: #F0ECDA;
}

#content blockquote {
	padding: 8px;
	font-family: Georgia, serif;
	font-size: 14pt;
	color: #000;
	border: 1px #E3DEC7 solid;
	text-align: center;
	line-height: 14pt;
	background: #F0ECDA;	
}

/* ------------------------------- RIGHT SIDE  --- */

#rightside {
	padding: 0;
	width: 12px;
	background: transparent url(images/rightsidebg.gif) top left repeat-y;

}

/* ------------------------------- RIGHT SIDE  --- */

#footer {
	padding: 10px 22px 0 22px;
	width: 724px;
	height: 50px;
	font-size: 8pt;
	color: #7DA17D;
	background: transparent url(images/footerbg.gif) top center no-repeat;
	vertical-align: text-top;
	text-align: center;
}

#footer a:link, #footer a:visited {
	color: #5AA15A;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #5AA15A;
	text-decoration: underline;
}

#footer a:active {
	color: #5AA15A;
	text-decoration: none;
}

#footer #copyright {
	float: left;
}

#footer #plug {
	float: right;
}

