/* CSS Document */

/*
----------------------------------------------------------------
	B A S E   C S S
---------------------------------------------------------------- */

html, body { height: 100%;}
body {
	margin: 0px;
	padding: 0px;
	background-color: #666633;
}

body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
#main_nav {
	background-color: #C0C357;
	height: 10px;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #797A3B;
	text-transform: uppercase;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
}
.center_content {
	width: 950px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}




/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #333333; }

h1 {
	font-size: 1.25em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	margin-top: 0px;
	color: #C0C357;
	font-weight: bold;
}
h2 { font-size: 1em;margin-bottom: 0.75em; font-weight: bold; margin-top: 1.2em; }
h3 {
	margin-bottom: 1em;
	font-size: 11px;
	text-decoration: underline;
	margin-top: 0px;
}
h4 { margin-bottom: 0em;
	text-transform: uppercase;
	color: #996633;
	font-size: 10px; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 .75em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 0em; }

a:focus, 
a:hover     { text-decoration: none; }
a           { text-decoration: underline; }

#main_nav a:link { color: #000000; text-decoration: none; }
#main_nav a:visited { text-decoration: none; color: #000000;}
#main_nav a:hover { color: #666633;}

#footer a:link  { color: #B8B885; text-decoration: none; }
#footer a:visited { color: #B8B885; text-decoration: none; }
#footer a:hover { color: #99994D; }
	

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

ul {
	list-style: disc;
	margin-left: 30px;
	padding-left: 0em;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	line-height: 18px;
	}
	
li {
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 16px;
	margin-bottom: 5px;

}

ol {
	list-style: decimal;
	margin-left: 40px;
	padding-left: 0em;
	margin-bottom: 5px;
	padding-bottom: 0px;
	line-height: 18px;
	margin-top: 5px;
}

/* Structure
-------------------------------------------------------------- */
#footer {
	background-color: #666633;
	height: auto;
	padding-bottom: 20px;
}
#content {
	background-color: #FFFFFF;
}
#header {
	background-color: #996633;
	height: 180px;
}

#bottom_nav {
	text-align: right;
	padding-top: 10px;
	color: #797A3B;
	text-transform: uppercase;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}
#sidebar_left {
}
.contact {
	background-color: #996633;
	height: 100%;
	padding: 20px 20px;
	color: #FFFFFF;
	min-height: 100%;
}
#content_right {
	padding-left: 30px;
	padding-top: 20px;
	height: 439px;
	overflow: auto;
	padding-bottom: 0px;
	padding-right: 20px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */ .clearboth {
	clear: both;
}

#sidebar_left a:link {
	color: #FFFFFF;
}
/* Plant Guide
-------------------------------------------------------------- */
.rollover a {
	display:block;
	width: 160px;
	border: 1px solid #FFFFFF;
	height: 160px;
}

.rollover a:hover {
	border: 1px solid #CCCCCC;
}

.letter-box {
	display:block;
	/* 	padding: 0px 2px; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
/* 	margin-bottom: 2px; */
}
.letter-box-selected a {
	border: 1px solid #DDDDDD;
	color: #FFFFFF;
	padding: 3px;
}
#sidebar_left .nav .letter-box a {
	text-decoration: none;
}
#sidebar_left .nav .letter-box a:hover {
	text-decoration: none;
	border: 1px solid #FFFFFF;
}
#sidebar_left .nav .letter-box a:active {
	text-decoration: none;
	border: 1px solid #FFFFFF;
}
#sidebar_left .nav {
	border: 1px solid #996633;
}
#sidebar_left a {
	text-decoration: none;
	color: #FFFFFF;
}
#sidebar_left .nav a {
	padding: 3px;
}
#sidebar_left a:hover {
	color: #C0C357;
}
#content_right a {
	color: #A72F2B;
	text-decoration: none;
}
#content_right a:hover {
	color: #A72F2B;
	text-decoration: underline;
}
#sidebar_left .nav td {
	color: #C0C360;
	width: 21px;
	padding-top: 5px;
	height: 25px;
}
#content_right .name {
	font-weight: bold;
	text-transform: capitalize;
}

.gray {
	color: #999999;
	padding-top: 3px;
	
}
#description {
	margin-left: 10px;
}

.missing {
	color: #bf2e38

}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#instructions {
	height: 20px;
	width: 880px;
	background-color: #9B1C23;
	padding: 3px 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: .75px;
}
