
body {
    text-align:center;
}
/* bof ID's */

div#container {
    width:1000px;
    height:auto;
    margin:0 auto;
}
div#header {
    width:1000px;
    height:150px;
    text-align:center;
    float:left;
}
div#navWrapper {
    width:1000px;
    height:35px;
    background-color:#fbffce;
    border-top:1px solid #C1EF77;
    text-align:center;
    float:left;
}
div#content {
    width:1000px;
    height:auto;
    min-height:350px;
    background-color:#d0f496;
    float:left;
}
div#innerContent {
    width:600px;
    height:auto;
    margin:0 auto;
    padding-top:35px
}
div#innerContent p, h1,h2,h3,h4,h5,h6 {
    text-align:left;
}
ul#nav li {
    display:inline-block;
    position:relative;
    top:8px;
}
ul#nav a {
    text-decoration:none;
    padding:7px 10px 9px 10px;
}
ul#nav a:hover {
    background-color:#D0F496;
}
div#footer {
    width:1000px;
    height:35px;
    background-color:#fbffce;
    border-top:1px solid #C1EF77;
    text-align:center;
    float:left;
}
div#listWrapper {
    width:500px;
    height:auto;
    float:left;
    margin-top:25px;
}
div#leftList {
    width:250px;
    height:auto;
    float:left;
}
div#rightList {
    width:250px;
    height:auto;
    float:right;
}
ul#leftul, ul#rightul {
    padding-bottom:5px;
    font-family:Tahoma;
    margin-top:10px;
    text-align:left;
}
    
ul#leftul li {
    padding-bottom:5px;
}
ul#rightul li {
    padding-bottom:5px;
}
div#get-directions {
    width:auto;
    height:auto;
    margin-left:25px;
}
div#defeo-address {
    width:auto;
    height:auto;
    margin-left:25px;
}
/* eof ID's */

/* bof Classes */



/* eof Classes */

/* bof Typographical Styling */
h1,h2,h3,h4,h5,h6,p,span {
    font-family:Tahoma;
}
h1,h2,h3,h4,h5,h6 {
    padding-bottom:10px;
}
h1#sitename {
    text-indent:-9999px;
    display:none;
}
h1 {
    font-size:30px;
}
h2 {
    font-size:20px;
    padding:5px;
}
h3 {
    font-size:19px;
}
p {
    padding-top:10px;
}
a {
    color:#333;
    font-family:Tahoma;
}
a.dashed {
    border-bottom:1px dashed #000;
    color:#222;
}
a:hover {
    color:#000;
}
p.warning {
    text-align:center;
    padding:20px;
    color:red;
}
abbr,acronym {
    border-bottom:1px dotted #000;
    cursor:help;
}
h4.left {
    text-align:left;
}
/* eof Typographical Styling */

/* bof Misc Styling */

img.space {
    padding:25px;
    margin:0 auto;
    clear:both;
    float:left;
}
img.left {
    padding-bottom:25px;
}
img.bottom {
    display:block;
    margin-left:auto;
    margin-right:auto;
    padding-top:25px;
    padding-bottom:25px;
    clear:both;
}
img#freshplaza {
    margin-bottom:10px;
}
img#mlma {
    margin-top:10px;
    margin-bottom:35px;
}
/* eof Misc Styling */

/* bof Gallery Styling */
div.caption {
    width:480px;
    height:25px;
    background-color:#f3f3f3;
    padding:5px;
    font-family:Tahoma;
}
div#slides {
padding-bottom:20px;
}
div#controls {
    float:left;
    clear:left;
    padding-top:20px;
    padding-bottom:20px;
}
div.jFlowSlideContainer {
    float:left;
}
span.jFlowPrev, span.jFlowNext {
    text-decoration:underline;
    cursor:pointer;
}

/* eof Gallery Styling */