* {
 margin: 0;
}


html {
 height: 100%;
}

body, #body {
 background-color: #000;
 background-image: url(../images/leaves.png);
 background-position: top left;
 background-repeat: repeat;
 color: #fff;
 padding: 10px 20px 10px 20px;
 font-family: Arial, Tahoma, Verdana, sans-serif;
 font-size: 15px;
}

body#splash {
 background-color: #000;
 background-image: url(../images/leaves_splash.png);
 background-position: bottom left;
 background-repeat: repeat;
 padding: 0;
 height: 100%;
}

#optlogosplash {
 display: block; 
 float: left;
 margin-top: -35px;
}

#optbullets {
 float: right;
 position: relative; 
 top: 50px; 
 left: 120px; 
 padding: 0;
}


/*****************/
/* HTML Elements */
/*****************/

img.h1 {
 display: block;
 margin: 0 0 25px 0;
}

h1 {
 font-size: 22px;
 font-weight: normal;
 margin: 0 0 15px 0;
}

h2 {
 font-size: 15px;
 font-weight: bold;
 margin: 20px 0 20px 0;
}

h3 {
 display: inline;
 font-size: 13px;
 font-weight: bold;
}

h4 {
 display: block;
 color: #15b81d;
 font-size: 15px;
 font-weight: normal;
 font-style: italic;
}

small {
 font-size: 12px;
 font-weight: normal;
}

p {
 padding: 0 0 20px 0;
 text-align: justify;
}

a {
 color: #ddd;
 text-decoration: none;
}

a:hover {
 color: #fff;
 text-decoration: underline;
}

.phone {
 color: #ffdc16;
 font-size: 16px;
 font-weight: bold;
}

ul {
 list-style-type: none;
 padding: 0;
}

ul li {
 background-image: url(../images/bullet_hand.png);
 background-position: 0px 6px;
 background-repeat: no-repeat;
 padding: 0 0 10px 25px;
 text-align: left;
}

ul.organic {
 list-style-type: none;
 padding: 0;
}

ul.organic li {
 background-image: url(../images/bullet_leaf.png);
 background-position: 0px 2px;
 background-repeat: no-repeat;
 padding: 0 0 10px 20px;
 line-height: 20px;
 text-align: left;
}

ul.normal {
 list-style-type: none;
 padding: 0;
}

ul.normal li {
 background-image: url(../images/bullet_hand.png);
 background-position: 0px 6px;
 background-repeat: no-repeat;
 padding: 0 0 10px 25px;
 text-align: left;
}

ol li {
 font-weight: bold;
 margin-bottom: 20px;
}
ol li div {
 font-weight: normal;
}








/********************/
/* Forms and Inputs */
/********************/

fieldset {
 margin: 0 auto 0 auto;
 padding: 10px;
}

fieldset legend {
 font-size: 20px;
 font-weight: bold;
 color: #ffdc16;
}

fieldset label {
 float: left;
 clear: both;
}

fieldset input, fieldset textarea {
 float: right;
 width: 75%;
 margin-bottom: 10px;
 border: solid 1px #999;
}

fieldset input.submitbutton {
 float: right;
 width: 75px;
 margin: 0 244px 0 auto;
 padding: 3px;
 background-color: #000;
 border: solid 1px #999;
 color: #ccc;
 cursor: pointer;
}








/**********/
/* Splash */
/**********/

#organiclink, #conventionallink {
 background-color: transparent;
 position: absolute;
 left: 0px;
 width: 100%; 
 height: 50%;
 cursor: pointer;
 padding: 0;
}
#organiclink {
 bottom: 50%;
 text-align: left;
}
#conventionallink {
 top: 50%;
 text-align: left;
}

#highlighta, #highlightb {
 position: absolute;
 left: 0px;
 background-color: #eee;
 width: 100%; 
 height: 50%; 
 opacity: 0;
 cursor: pointer;
}
#highlighta {
 bottom: 50%;
 border-bottom: solid 2px #ff0000;
}
#highlightb {
 top: 50%;
 border-top: solid 2px #ff0000;
}

#borderline {
 position: absolute;
 bottom: 50%;
 left: 0px;
 background-color: transparent; 
 width: 100%; 
 height: 0px; 
 border-bottom: solid 2px #ff0000;
 opacity: .3;
}

#iewarning {
 display: none;
}









/***********/
/* Wrapper */
/***********/

#wrapper_top {
 margin: 0 auto 0 auto;
 width: 800px;
 height: 12px;
 background-color: transparent;
 background-position: top left;
 background-repeat: no-repeat;
 opacity: .9;
}
.wrapper_top_opt {
 background-image: url(../images/wrapper_top.png);
}
.wrapper_top_scr {
 background-image: url(../images/wrapper_top_scr.png);
}
#wrapper {
 margin: 0 auto 0 auto;
 width: 800px;
 background-color: #3d3d3d;
 background-image: url(../images/wrapper_mid.gif);
 background-position: top left;
 background-repeat: repeat-y;
 opacity: .9;
 z-index: 1;
}
#wrapper_bot {
 margin: 0 auto 0 auto;
 width: 800px;
 height: 12px;
 background-color: #3d3d3d;
 background-image: url(../images/wrapper_bot.png);
 background-position: top left;
 background-repeat: no-repeat;
 opacity: .9;
}







/**********/
/* Header */
/**********/

#header {
 height: 139px;
 width: 796px;
 margin: 0 auto;
 padding: 0 0 11px 0; 
 background-color: #000;
 background-position: top left;
 background-repeat: repeat-y;
 border-bottom: solid 3px #000;
}
.header_opt {
 background-image: url(../images/header_bg.jpg);
}
.header_scr {
 background-image: url(../images/header_bg_scr.jpg);
}

#header a.homelink {
 display: block;
 float: left;
 width: 140px;
 height: 129px;
 margin: -155px 0 0 10px;
}
#header a.homelink_scr {
 display: block;
 float: left;
 width: 214px;
 height: 90px;
 margin: -140px 0 0 20px;
}

#navbar_opt, #navbar_scr {
 float: right;
 padding: 8px 5px 0 0;
}
#navbar_opt {
 width: 700px;
 margin: 10px 0 0 0;
}
#navbar_scr {
 width: 695px;
}

#navbar_opt a, #navbar_opt a:hover, #navbar_scr a, #navbar_scr a:hover {
 display: block;
 float: right;
 width: 115px;
 height: 24px;
 background-image: url(../images/navtab.png);
 background-repeat: no-repeat;
 margin: 0;
 padding: 7px 0 0 0;
 text-align: center;
 font-size: 13px;
}
#navbar_opt a.twolines, #navbar_opt a.twolines:hover {
 height: 28px;
 padding: 3px 0 0 0;
 font-size: 11px;
 line-height: 12px;
}


#navbar_opt a, #navbar_scr a {
 background-position: 0px 0px;
 text-decoration: none;
}
#navbar_opt a:hover, #navbar_scr a:hover {
 background-position: 0px -31px;
 text-decoration: none;
}
#navbar_opt a.selected, #navbar_opt a.selected:hover, #navbar_scr a.selected, #navbar_scr a.selected:hover {
 background-position: 0px -62px;
 color: #000;
 font-weight: bold;
 text-decoration: none;
}




/************/
/* Left Nav */
/************/

#leftnav {
 float: left;
}








/*******************/
/* Content Section */
/*******************/

#content_wrapper {
 padding: 30px 50px 30px 50px;
 width: 700px;
}
#content_wrapper_wsubnav {
 padding: 0 0 0 221px;
}

#content {
 width: 700px;
}

.greenborders {
 width: 300px;
 margin: 0 auto 0 auto;
 padding: 5px 5px 10px 5px;
 border-top: solid 1px #15b81d;
 border-bottom: solid 1px #15b81d;
 line-height: 25px;
 font-size: 15px;
 font-weight: bold;
 text-align: center;
}

.greenborders img {
 position: relative;
 top: 4px;
 margin: 0 5px 0 5px;
}

#faqs {
 padding-top: 15px;
}

#faqs p i {
 display: block;
 margin-top: 5px;
 margin-left: 20px;
}

.product {
 float: left;
 width: 200px;
 background-color: #222;
 height: 90px;
 margin: 0 0 10px 0;
 padding: 10px;
 border: solid 1px #ccc;
 font-size: 12px;
}

.product img {
 float: left;
 margin: 0 10px 0 0;
}

table.products {
 font-size: 12px;
 border-collapse: collapse;
}
table.products tr th {
 padding: 5px 0 5px 0;
 background-color: #222;
 border: solid 2px #222;
 font-size: 15px;
}
table.products tr th.name {
}
table.products tr th.info {
}
table.products tr th.pests {
}
table.products tr td {
 padding: 10px;
 border: solid 2px #222;
 vertical-align: top;
}
table.products tr td big {
 display: block;
 font-size: 16px;
 font-weight: bold;
}







/*****************************/
/* Real Estate Info Sections */
/*****************************/

.resinfo {
 border: solid 1px #ccc;
 margin: 10px 0 10px 0;
 padding: 20px;
}












/************************/
/* Standardized Outputs */
/************************/

.errors {
 background-color: #000;
 color: #ff6666;
 margin: auto auto 20px auto;
 padding: 7px;
 font-size: 14px;
 font-weight: bold;
 text-align: left;
}







/**********/
/* Footer */
/**********/

#footer {
 width: 800px;
 margin: 0 auto 0 auto;
 background-image: url(../images/wrapper_mid.gif);
 background-position: top left;
 background-repeat: repeat-y;
 padding: 0 0 20px 0;
 font-size: 12px;
 text-align: center;
}


#footer_left {
 width: 390px;
 float:left;
}

#footer_right {
 width: 390px;
 float:right;
}
#footer_center {
 width: 390px;
 float:center;
}


/***********/
/* Credits */
/***********/

#credits {
 width: 100%;
 padding: 30px 0 20px 0;
 text-align: center;
 letter-spacing: 4px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-weight: normal;
 font-size: 11px;
 }

#credits a {
 color: #999;
 text-decoration: none;
}

#credits a:hover {
 color: #ccc;
 text-decoration: underline;
}
