@charset "utf-8";
/* CSS Document */

body {
background: url(../../images/layout/bg.jpg) repeat-x #D9FFCC;
margin: 0 auto;
padding: 0;
}

a:link, a:visited {
border: 0px;
text-decoration: none;
color: #333;
}

a:hover {
text-decoration: underline;
}

img {
border: 0px;
}

p {
font-family: Helvetica, Arial, sans-serif;
font-size: 1em;
line-height: 1.4em;
color: #333;
}

#site {
width: 900px;
margin: 0 auto;
}

#header {
position: relative;
z-index: 0;
width: 900px;
margin: 0;
padding: 0;
}

#mainbody {
position: relative;
z-index: 5;
width: 900px;
margin: -335px 0 0 0;
}

#mainbody_corners_top {
position: relative;
z-index: 5;
background: url(../../images/layout/rndcorners_top.jpg) no-repeat;
height: 25px;
width: 906px;
}

#mainbody_center {
position: relative;
z-index: 5;
width: 898px;
background: #fff;
border-left: 3px solid #95C85B; 
border-right: 3px solid #95C85B;
margin: 0 0 0 1px;
}

#small_menu {
position: absolute;
z-index: 100;
margin: 0 0 0 25px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;

}

#flower {
position: absolute;
z-index: 100;
margin: -250px 0 0 550px;
}

#zencart {

}

#mainbody_corners_bottom {
position: relative;
background: url(../../images/layout/rndcorners_bottom.jpg) no-repeat;
height: 25px;
width: 906px;
}

#upper_content {
width: 100%;
padding: 0 10px 10px 10px;
}

#upper_content_left {
float: left;
width: 63%;
padding: 10px
}

#upper_content_right {
float: right;
width: 34%;
padding: 75px 0 0 0;
}

#mainnav ul {
margin: 0;
padding: 0 10px;
}

#mainnav li {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.3em;
font-weight: bold;
color: #333;
list-style: none;
background: url(../../images/layout/flowerbullet.jpg) no-repeat;
padding: 0 0 10px 35px;
}

#locationinfo {
width: 250px;
margin: 0 auto;
font-family: helvetica, sans-serif;
font-size: 1.2em;
color: #669933;
font-weight: bold;
}

#lower_content {
position: relative;
width: 100%;
padding: 0 15px;
margin: 0;
}

#lower_content .content_container ul{
padding: 0 30px 0 0;
margin: 0;
list-style: none;
}

#lower_content .content_container strong {
font-weight: bold;
color: #FF9933;
}

#lower_content .content_container li {
font-family: Helvetica, sans-serif;
font-size: 1em;
color: #333;
}

#lower_content_block1 {
float: left;
width: 280px;
height: 340px;
background: url(../../images/layout/lower_content_block1.jpg) no-repeat;
margin: 0 15px 0 0;
padding: 0;
}

#lower_content_block2 {
float: left;
width: 280px;
height: 340px;
background: url(../../images/layout/lower_content_block2.jpg) no-repeat;
margin: 0 15px 0 0;
padding: 0;
}

#lower_content_block3 {
float: left;
width: 280px;
height: 340px;
background: url(../../images/layout/lower_content_block1.jpg) no-repeat;
margin: 0;
padding: 0;
}

#footer {
position: relative;
width: 900px;
}

#footer_left {
float: left;
width: 50%;
padding: 0 0 20px 0;
}

#footer_right {
float: left;
width: 50%;
text-align: right;
}

.clearing {
position: realtive;
clear:both;
}

#block_content {
position: relative;
margin: 0px 9px 0 9px;
padding: 10px 0;
}

.block_title {
position: relative;
text-align: center;
padding: 5px auto;
}

.block_info {
text-align: justify;
margin: 0 20px;
}