﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #5c9732;
    font-size: 75%;
    line-height: 1.5;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #333;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #333;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.6em;
    font-weight: bold;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 950px;
    background-color: #fff;
    margin: 0 auto;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: transparent url('../images/home_header_new.jpg') no-repeat 0 0;
    width: 100%;
    height: 195px;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
    position: relative;
}
.header h1 a {
    position: absolute;
    display: block;
    text-indent: -9000px;
    width: 295px;
    height: 118px;
    top: 10px;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

#footer {
  background-color: #8FB85E;
  height: 130px;
  font-size: .9em;
  padding-top: 10px;
  clear: left;
}
#footer .col3-first, #footer .col3-second, #footer .col3-third {
  height: 130px;
}
#footer .col3-first h2, #footer .col3-second h2, #footer .col3-third h2 {
  color: #007600;
}
#footer .col3-first {
  padding-left: 15px;
}
#footer .col3-third {
  padding-right: 15px;
}
#footer h3 {
  text-transform: uppercase;
  font-size: 1em;
  color: #000;
  font-weight: bold;
}

#footer h2 {
  text-transform: uppercase;
  font-size: 1.6em;
  color: #000;
  font-weight: bold;
}

#footer ul {
  margin: 0;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  float: left;
  padding-right: 40px;
}
#footer a {
  color: #000;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer #nav ul {
  margin: 0;
}
#footer #copyright {
  float: left;
  background-color: #006600;
  margin-right: 10px;
  width: 950px;
  margin-right: 0;
  padding-top: 10px;
  text-align: center;
  color: #8fb85e;
}
* html #footer #copyright {
  overflow-x: hidden;
  height:100px;
}
#footer #copyright a {
  color: #8fb85e;
  text-decoration: underline;
}


/* TAB MENU   
----------------------------------------------------------*/
#nav {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 950px;
  margin-right: 0;
  margin: 0;
  padding: 0;
  float: left;
  font: bold 13px Arial;
  width: 100%;
  overflow: hidden;
  background: black url(../images/nav-off.gif) center center repeat-x;
}
* html #nav {
  overflow-x: hidden;
}

#nav li.phone {
  display: block;
  padding: 15px 15px 15px 0;
  color: #fff;
  font-size: 1.3em;
  float: right;
  font-style: italic;
}

#nav, #nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#nav a {
  display: block;
  padding: 17px 14px 15px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 1.15em;
}
#nav a:hover {
  color: #fff;
  background: transparent url(../images/nav-on.gif) center center repeat-x;
}

#nav li {
  float: left;
}

#nav li ul {
  position: absolute;
  left: -999em;
}

#nav li:hover ul {
  left: auto;
  color: #fcea7b;
}

#nav .subnav li {
  font-weight: normal;
  width: 23em;
  background-color: #00600e;
  clear: both;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.title h1 a { color: #fff; text-decoration: none; text-transform: uppercase; font-family: "ChaparralPro-Regular"; }

body .seal {
    background:url(../images/seal.png) top left no-repeat; padding-left:150px; float:left; height:131px; width:260px; 
}
body .seal h2 {
    margin-bottom: 0 !important; padding-bottom: 0 !important;
}

body .social {
	vertical-align: middle;
	float:left; 
	height:131px; 
	width:250px;
}

body .social img {
	padding-top:35px;
}

body .seal p {
    font-size:13px;
    margin: 0;
}

body .col3-third {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 270px;
  margin-right: 0;
}
* html body .col3-third {
  overflow-x: hidden;
}
body .colborder {
  border: none;
}

#footer a img { border: none; outline: none; }

.main {
    padding-top: 35px;
}

.main h1 {
    color: #007600;
    font-size: 2em;
    font-weight: normal;
    line-height: 1;
    padding: 15px 0;
}

/* SEARCH RESULTS */
#MainContent_dgSearchResults { width: 850px; margin: 0 auto 5px auto; }
#MainContent_dgSearchResults, #MainContent_dgSearchResults td, #MainContent_dgSearchResults th { border: none !important; }
#MainContent_dgSearchResults .commonName, #MainContent_dgSearchResults .fruitDescription, #MainContent_dgSearchResults .ripens, #MainContent_dgSearchResults .uses, #MainContent_dgSearchResults .averageSize, #MainContent_dgSearchResults .hardinessZones {
    display: block;
        clear: both;
}
#MainContent_dgSearchResults .commonName, #MainContent_dgSearchResults .fruitDescription { margin-bottom: 10px; }
#MainContent_dgSearchResults .hardinessZones { margin-bottom: 25px; }
#MainContent_dgSearchResults .commonName { font-weight: bold; font-size: 14px; }

#MainContent_dgSearchResults tr td {
        height: 200px;
        vertical-align: top;
        padding: 15px 15px 0 15px;
}
#MainContent_dgSearchResults .plantRecord {
        position: relative;
}
#MainContent_dgSearchResults .plantRecord .viewMore {
        position: absolute;
        bottom: 0;
        right: 0;
        display: block;
        background: transparent url(../Images/button_183x30.png) no-repeat 0 0;
        border: none;
        display: block;
        margin: 0 auto;
        width: 183px;
        height: 30px;
        font-weight: bold;
        color: #444;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        line-height: 2.5;
}
#MainContent_dgSearchResults .plantRecord label {
        font-weight: bold;
        margin-right: 5px;
}
#MainContent_dgSearchResults .pager td {
        height: 25px !important;
    font-weight: bold;
    text-align: right;
}
.pager .pagePrefix { margin-right: 10px; }
#MainContent_dgSearchResults a img {
        border: none;
}
#MainContent_dgSearchResults tr.odd {
        background: #C8DCB8;
}
/* END SEARCH RESULTS */

p.action {
    text-align: center;
}

.plantSearch  {
    font-size: 14px;
}
.plantSearch label {
    display: block;
    float: left;
    width: 250px;
    text-align: right;
    margin-right: 15px;
}
.plantSearch input[type='text'], .plantSearch select {
    width: 300px;
}

fieldset.plantSearch {
    width: 600px;
    margin: 0 auto;
    padding: 25px;
    margin-bottom: 25px;
}
fieldset.plantSearch legend {
    color: #007600;
    padding: 0 15px;
}
.action input[type='submit'], .action input[type='button'] {
        background: transparent url(../Images/button_183x30.png) no-repeat 0 0;
        border: none;
        display: block;
        margin: 0 auto;
        width: 183px;
        height: 30px;
        font-weight: bold;
        color: #444;
        margin-bottom: 25px;
        cursor: pointer;
}

/* PLANT DETAILS */
#plantDetails {
    margin-bottom: 25px;
}
#plantDetails #ctl00_MainContent_imgPlantPhoto, #plantDetails #MainContent_imgPlantPhoto {
    float: right;
    margin: 0 0 35px 35px;
}
#plantDetails .plantDetail label {
    font-weight: bold;
    display: block;
    float: left;
    width: 150px;
}
#plantDetails .featuresAndCare label { float: none; }
#plantDetails .namesAndCode {
    float: left;
    width: 555px;
}
#plantDetails .namesAndCode p {
    line-height: 1.2;
    clear: both;
}
#plantDetails .featuresAndCare {
    clear: both;
}
#plantDetails .featuresAndCare label {
    margin-bottom: 5px;
    width: 200px;
}
#plantDetails .namesAndCode .data {
    display: block;
    margin-left: 150px;
}
/* END PLANT DETAILS */

.backToSearch {
    float: right;
    font-size: 11px;
}
.backToSearch a {
    margin-left: 5px;
    margin-right: 5px;
}