/* RESET CSS 
------------ */

body, h1, h2, h3, h4, h5, ul, li, ol, p, a, img, blockquote, cite{
	padding: 0;
	margin: 0;	
	text-decoration: none;
	list-style: none;
	border: 0;
}

li {
	display: inline;
}

/* EMBEDDED FONTS 
----------------- */
@font-face {
}

/* STRUCTURE
------------ */

body {
	font-family: Arial, Helvetica, san-serif, freesans;
	font-size: 16px;
	color: #006838;
	text-align: center;
	background: #d6e3d2;
}

a, a:link, a:visited, a:hover, a:focus, a:active {
	color: #006838;
}

a:hover, a:focus {
	text-decoration: underline;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	background: #ffffff;
}

/* HEADER 
--------- */

#header {
	position: relative;
	width: 1000px;
	height: 250px;
	background: url(../images/header_bg.jpg) no-repeat bottom center;
}

#logo {
	float: left;
	margin: 1px 0 0 0;
}

#quicknav {
	margin: 125px 0 0 0;
	float: right;
}

#quicknav li {
	margin: 0 10px 0 0;
}

#quicknav li a:link,
#quicknav li a:visited {
	font-weight: bold;
	font-size: 14px;
	color: #006838;
}

#quicknav li a:hover {
	text-decoration: underline;
}

#testimonial {
	position: absolute;
	left: 350px;
/*	top: 30px; */
	top: 140px;
	width: 600px;
}

#testimonial blockquote {
	font-family: "Lucida Bright",
             LucidaBright,
             "DejaVu Serif",
             "Bitstream Vera Serif",
             "Liberation Serif",
             Georgia,
             serif,
             freeserif;
	font-size: 20px;
	color: #006838;
}

#testimonial blockquote p {
	display: ;
}

#testimonial blockquote cite {
	font-size: 14px;
	font-weight: bold;
}

/* NAVIGATION
------------- */

#navigation {
	width: 1000px;
	height: 35px;
	background: #006838;
}

#navigation div.moduletable_menu {
	width: 998px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #006838;
}

#navigation li {
	margin: 0 20px;
}

#navigation a:link,
#navigation a:visited {
	font-family: "Lucida Bright",
             LucidaBright,
             "DejaVu Serif",
             "Bitstream Vera Serif",
             "Liberation Serif",
             Georgia,
             serif,
             freeserif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #FFF;
}

#navigation a:hover,
#navigation a:focus {
	color: #D6E3D2;
	text-decoration: none;
}

/* CONTENT 
---------- */

#content {
	width: 960px;
	/*background: #d6e3d2;*/
	background: #ffffff;
	padding: 20px 20px 0 20px;
}

/* COLUMN SET UP 
--------------- */

#leftCol {
	width: 366px;
	float: left;
	margin: 0 20px 0 0;
	overflow: hidden;
}

#lefttwoCol {
	float: left;
	margin-right: 10px;
}

#midCol {
	width: 366px; 
	float: left;
	margin: 0;
}

#rightCol {
	width: 188px;
	float: left;
	margin: 0 0 0 10px;
}

#clear {
	clear: both;
}

.clear {
	clear: both;
}

/* ROUNDED BOXES SETUP
---------------------- */

#content .box {
	margin: 0 0 20px 0;
	background: #ffffff;
	border: 1px solid #006838;
}

#content .box #top, #content .box #bottom {
	font-size: 1px;
	height: 7px;
	line-height: 1px;
}

#content .box #tl {
	background: url(../images/round_corners.png) #d6e3d2 no-repeat top left;
	float: left;
	height: 7px;
	width: 6px;
	margin: -1px 0 0 -1px;
}

#content .box #tr {
	background: url(../images/round_corners.png) #d6e3d2 no-repeat top right;
	float: right;
	height: 7px;
	width: 6px;
	margin: -1px -1px 0 0;
}

#content .box #bl {
	background: url(../images/round_corners.png) #d6e3d2 no-repeat bottom left;
	float: left;
	height: 7px;
	width: 6px;
	margin: 1px 0 0 -1px;
}

#content .box #br {
	background: url(../images/round_corners.png) #d6e3d2 no-repeat bottom right;
	float: right;
	height: 7px;
	width: 6px;
	margin: 1px -1px 0 0;
}

/* BOX FORMATTING 
----------------- */

#boxContent {
	margin: 10px 20px;
}

#content .box h1 {
	font-family: "Lucida Bright",
             LucidaBright,
             "DejaVu Serif",
             "Bitstream Vera Serif",
             "Liberation Serif",
             Georgia,
             serif,
             freeserif;
	font-weight: bold;
	font-size: 21px;
	color: #006838; 
	text-align: left;
	margin: 10px 20px 0 20px;
}

#content .box h2 {
	font-weight: bold;
	font-size: 18px;
	color: #006838;
	margin: 20px 20px 0 20px;
}

#boxContent .componentheading {
	font-family: "Lucida Bright",
           LucidaBright,
           "DejaVu Serif",
           "Bitstream Vera Serif",
           "Liberation Serif",
           Georgia,
           serif;
	font-weight: normal;
	font-size: 21px;
	/*color: #b31f20;	*/
	text-align: left;
	margin: 0 0 5px 0;
	color: #ffffff;
	background: #006838;
	padding: 5px;
	text-align: center;
}

#content .box #boxContent h1 {
	font-family: "Lucida Bright",
             LucidaBright,
             "DejaVu Serif",
             "Bitstream Vera Serif",
             "Liberation Serif",
             Georgia,
             serif,
             freeserif;
	font-weight: normal;
	font-size: 21px;
	/*color: #b31f20;	*/
	text-align: left;
	margin: 0 0 5px 0;
	color: #ffffff;
	background: #006838;
	padding: 5px;
	text-align: center;
}

#content .box #boxContent h1 a,
#content .box #boxContent h1 a:link,
#content .box #boxContent h1 a:visited,
#content .box #boxContent h1 a:hover,
#content .box #boxContent h1 a:focus,
#content .box #boxContent h1 a:active {
	color: #ffffff;
}

#content .box #boxContent h2,
#boxContent .contentheading {
	font-family: Arial, Helvetica, san-serif, freesans;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	color: #006838;
	margin: 0;
}

#boxContent h2 a {
	color: #006838;
}

#boxContent .contentheading a:link,
#boxContent .contentheading a:visited {
	color: #006838;
}

#boxContent .contentheading a:hover {
	text-decoration: underline;
}

#boxContent .createdate {
	font-family: Arial, Helvetica, san-serif, freesans;
	font-weight: normal;
	font-size: 16x;
	color: #006838;
	text-align: left;
	margin: 0 0 10px 0;
	border-top: 1px solid #006838;
}

#boxContent h3 {
	font-family: Arial, Helvetica, san-serif, freesans;
	font-weight: normal;
	font-size: 16px;
	color: #006838;
	text-align: left;
	margin: 0;
}

#boxContent .contentpaneopen img {
	margin: 0 10px 0 0;
}

#boxContent p {
	font-family: Arial, Helvetica, san-serif, freesans;
	text-align: left;	
}


#boxContent a.readon {
	width: 100%;
	font-weight: bold;
	font-size: 14px;
	color: #006838;
	text-align: right;
	padding: 0 0 10px 0;
	float: right;
	border-bottom: 1px dashed #006838;
}

a.readon2 {
	width: 100%;	
	font-weight: bold;	
	font-size: 14px;	
	color: #006838;	
	text-align: right;	
	float: right;
}

/* RIGHT MODULES STYLES
----------------------- */

/* SEARCH STYLES 
---------------- */

#rightCol .search {
	width: 100%;
	height: 30px;
	background: url(../images/search_box.png) no-repeat top center; 
}

#rightCol .search .inputbox {
	width: 180px;
	height: 28px;
	font-size: 14px;
	padding: 0;
	margin: 1px 0 0 0;
	color: #808080;
	border: 0;
	background: none;
	line-height: 28px;
}

#rightCol .moduletable {
	margin: 0 0 10px 0;
}

#rightCol .moduletable h3 {
	font-family: "Lucida Bright",
             LucidaBright,
             "DejaVu Serif",
             "Bitstream Vera Serif",
             "Liberation Serif",
             Georgia,
             serif,
             freeserif;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 18px;
	color: #ffffff;
	background: #006838;
	padding: 3px;	
	text-align: center;
}

/* ARCHIVES
----------- */

#rightCol ul li {
	display: block;
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
}

#rightCol ul li a:link,
#rightCol ul li a:visited {
	color: #006838;
}

#rightCol ul li a:hover {
	text-decoration: underline;
}

/* TAGS 
------- */

#rightCol .tagCloud {
	text-align: left;
	color: #006838;
}

.tagCloud a {
	margin-right: 10px;
}

#rightCol .tagCloud a {
	font-size: 13px;
	margin-right: 5px;
	padding: 0;
}

.relateditems li {
	display: block;
	font-size: 12px;
}

div.relateditemsbytag  {
	/* clear: both; */
}

#boxContent .relateditemsbytag h3 {
	font-weight: bold;
}
	



/* TWO COL OVERRIDE
------------------- */

.twoCol #midCol {
	width: 752px;
	margin: 0 10px 0 0;
}

#lefttwoCol.twoCol {
	margin: 0;
}

.twoCol #midCol #boxContent {
	padding: 10px 20px;
	background: #ffffff;
	border: 1px solid #006838;
}

.threeCol #midCol #boxContent {
	width: 326px;
	overflow: hidden;
}

#lefttwoCol.threeCol #content-top  {
	width: 752px;
	overflow:hidden;
}

#lefttwoCol.twoCol #content-top  {
	width: 958px;
	overflow:hidden;
}

.threeCol #midCol #boxContent .contentpaneopen {
	width: 326px;
	overflow: hidden;
}

.threeCol #midCol #boxContent .contentpaneopen td {
	max-width: 300px;
	overflow: hidden;
}

.threeCol #midCol #boxContent .readon {
	margin: 0 0 20px 0;
}

.threeCol #midCol #boxContent img {
	margin:  10px 10px 10px 0;
}

.threeCol #midCol #content .box #boxContent p img {
	width: 325px;
	height: auto;
}

.twoCol #midCol #content .box #boxContent.split p img {
	width: 380px;
	height: auto;
}

/* TAGS 
------- */

.contentpaneopen .tag {
	margin: 20px 0;
	color: #006838;
	float: left;
	font-weight: bold;	
	font-size: 12px;
}

/* .contentpaneopen .tag li {
	display: block;	
} */

.contentpaneopen .tag a {
	color: #006838;	
	font-size: 12px;
	font-weight: normal;
}

div.relateditemsbytags h3 {
	clear: both;
}

/* LETTER LIST
-------------- */

#content .box {
	text-align: left;
	background: #d6e3d2;
}


#content .box #abc {
	margin: 20px 20px 0 20px;
}

#content .box #abc li {
	margin: 0 20px;
}

#content .box #abc a:link,
#content .box #abc a:visited {
	font-family: "Lucida Bright",
             LucidaBright,
             "DejaVu Serif",
             "Bitstream Vera Serif",
             "Liberation Serif",
             Georgia,
             serif,
             freeserif;
	font-weight: bold;
	font-size: 20px;
	color: #006838;
}

#content .box #abc a:hover {
	text-decoration: Underline;
}

/* NAME LIST
------------ */

#content .box #plantNames {
	margin: 20px;
}

#content .box #plantNames h2 {
	margin: 0; 
}

#content .box #plantNames a:link,
#content .box #plantNames a:visited {
	font-weight: bold;
	font-size: 16px;
	color: #006838;
}

/* CUSTOM SEARCH RESULTS
------------------------ */

#boxContent.split {
	float: left;
}

#boxContent.videos {
	width: 233px;
	margin-right: 5px;
}

#boxContent.videos p,
#boxContent.videos h2 {
	text-align: center;
}

#boxContent.articles {
	width: 380px;
	margin-left: 5px;
}

/* FOOTER 
--------- */

#footer {
	margin: 20px auto;	
}

#footer p,
#footer a {
	font-size: 13px;
	color: #999;
}

/* ADD THIS 
----------- */

.joomla_add_this {
	margin: 20px;
	float: right;
}
.featureditems a{z-index:10;}
.featureditems a:hover{position:relative;z-index:100;} 
.featureditems a span{display:none;}
.featureditems a:hover span{display:block;position:absolute;float:left;white-space:nowrap;top:-2.2em;left:.5em;background:#fffcd1;border:1px solid #444;color:#444;padding:1px 5px;z-index:10;}

a.plain  {
    font-family: Arial, Helvetica, san-serif, freesans;
	font-size: 16px;
	color: #006838;
}
a.plain:hover {
	text-decoration: underline;
}

#rightCol ul li {
text-align: center;
}

#rightCol .blog-roll ul li {
text-align: left;
}

/* AIDAMENU 
----------- */

#content .box .aida h3 {
	font-family: "Lucida Bright",
             LucidaBright,
             "DejaVu Serif",
             "Bitstream Vera Serif",
             "Liberation Serif",
             Georgia,
             serif,
             freeserif;
	font-weight: normal;
	font-size: 21px;
	letter-spacing: 1px;
	/*color: #b31f20;*/	
	text-align: left;
	margin: 0;
	color: #ffffff;
	background: #006838;
	padding: 5px;
	text-align: center;
}

#content .box .aidanews_arttitle {
	font-family: Arial, Helvetica, san-serif, freesans;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	color: #006838;
	margin: 0;
}

#content .box .aidanews_arttitle a:link,
#content .box .aidanews_arttitle a:visited {
	font-weight: bold;
	font-size: 16px;
	color: #006838;
}

#content .box .aidanews_top1 {
	font-family: Arial, Helvetica, san-serif, freesans;
	font-weight: bold;
	font-size: 14px;
	color: #006838;
	text-align: left;
	margin: 0 0 10px 0;
}

/* Misc
-------------- */
.latin {
	font-weight: bold;
	font-style: italic;
}

table.pictures {
	border-collapse:collapse;
}

.pictures td {
	vertical-align: middle;
	/*background-color: #006838;*/
	background-color: #d6e3d2;
	padding: 10px;
}

.pictures td.sep {
	background-color: #ffffff;
	padding:0px;
}

#content .box #boxContent .welcome h2 {
	font-family: "Lucida Bright",
           LucidaBright,
           "DejaVu Serif",
           "Bitstream Vera Serif",
           "Liberation Serif",
           Georgia,
           serif;
	font-weight: normal;
	font-size: 21px;
	text-align: left;
	margin: 0 0 5px 0;
	color: #ffffff;
	background: #006838;
	padding: 5px;
	text-align: center;
}

#content .box #boxContent .welcome h3 {
	font-weight: bold;
	font-size: 21px;
	color: #006838;
	margin: 15px 0 0 0;
}

#content .box #boxContent .welcome p {
	font-size: 16px;
	margin-bottom: 15px;
}

#content .box #boxContent .welcome p.maroon {
	color: #990000;
	text-align: center;
	font-size: 18px;
}

#content .box #boxContent .welcome a,
#content .box #boxContent .welcome a:visited,
#content .box #boxContent .welcome a:hover,
#content .box #boxContent .welcome a:focus,
#content .box #boxContent .welcome a:active,
#content .box #boxContent .welcome a:link {
	font-family: Arial, Helvetica, san-serif, freesans;
	color: #006838;
	font-size: 16px;
	font-weight: bold;
}

#content .box #boxContent .welcome a:hover,
#content .box #boxContent .welcome a:focus {
	text-decoration: underline;
}

/* Search Blog layout 
----------- */
.search-blog fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

/* Plants by Name 
----------- */
.plants .readon {
	margin-top: 10px;
	margin-bottom: 30px;
}

/* Destinations by Location 
----------- */
table.locations td {
	margin: 0;
	padding: 3px 10px;
	border: none;
	font-size: 14px;
}

table.locations td a:hover,
able.locations td a:focus {
	text-decoration: underline;
}


/* Utility classes
----------- */
.imageleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.imageright {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

table.blog {
	width: 100%;
}

/* Blog layout 
----------- */
.blog_more .link-title {
	color: #006838;
	border-bottom: 1px solid #006838;
}
.blog_more li {
	display: block;
}

tr.pag-space {
	margin-top: 10px;
}

tr.paginationtr td {
	padding-top: 10px;
}

/* Article layout 
----------- */
#boxContent .page-article .createdate { 
	border-top:none;
}

/* Feature menu
----------- */

#featuremenu li {
	border-bottom: 1px solid #006838;
	padding-top: 10px;
	min-height: 36px;
}

#featuremenu li:first-child {
	padding-top: 0;
}

#featuremenu li a {

}

#featuremenu li a:hover,
#featuremenu li a:focus {
	text-decoration: underline;
}

#featuremenu li img {
	float: left;
}

#featuremenu li span {
	/*float: left;
	padding-left: 5px;*/
}

/* Ninja Accordion
----------- */
/* Ninja Accordion styles by mark_up | Copyright NinjaForge.com */

/* Global */
html {overflow-y:scroll} .naccordion {padding:0; margin:0 0 20px 0} .naccordion dt, .naccordion dd, .naccordion ul.menu, .naccordion div div div {margin:0; padding:0} .naccordion dt {cursor:pointer; padding:0 0 0 10px; zoom:1; clear:both}  .naccordion ul.menu {list-style-position:inside}

/* Custom */
.nac-custom dt span {
	font-family: "Lucida Bright",
             LucidaBright,
             "DejaVu Serif",
             "Bitstream Vera Serif",
             "Liberation Serif",
             Georgia,
             serif;
}
.nac-custom dt {color:#FFF; background:#006838; margin-top:2px; font-size:16px; height:32px; line-height:32px;}
.nac-custom dt:hover {color: #D6E3D2;}
.nac-custom dt:focus {color: #D6E3D2;}
.nac-custom dd {}
    .nac-custom div {}
        .nac-custom div div {border:1px solid #006838; padding:10px}
            .nac-custom div div div {border:0; padding:0}

/* Ninja RSS Syndication
----------- */

div.rss img {
	margin: 5px 53px 5px 53px;
}

/* ie fixes
------------------- */
#lefttwoCol #midCol #boxContent table.contentpaneopen div.plantinfo  {
	width: 640px;
}

/*   JPW Styles for Joomla3 conversion  */

#content .box #boxContent h1 a, #content .box #boxContent h1 a:link {
	font-weight: bold;
	font-size: 16px;
	color: #006838;
	text-decoration: underline;
}

#content .box #boxContent h1 a, #content .box #boxContent h1 a:visited {
	color: #006838;
}

#boxContent a.readon {
	border-bottom: 0px;
}

div.aidanews2_positions {padding-left:0px; padding-right:0px; !important}

div.aidanews2_line {border-bottom: 1px solid #c3c3c3;}

#boxContent div.moduletable_aida h3 {
	font-family: "Lucida Bright", LucidaBright, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif, freeserif;
	font-weight: normal;
	font-size: 21px;
	letter-spacing: 1px;
	text-align: center;
	margin: 0;
	color: #ffffff;
	background: #006838;
	padding: 5px;
	text-align: center;
}

#boxContent div.moduletable_aida h3.aidanews2_title {
	background: transparent;
	font-family: Arial, Helvetica, san-serif, freesans;
	font-size: 16px;
	letter-spacing: normal;
	padding-top: 5px;
}

div.aidanews2_head {
	margin-top: 5px;
}

dd.published {
	margin: 2px 0px 5px 0px;
}

p.readmore {margin-top:5px;}

div.pagination ul {margin-top:5px; margin-bottom:5px;}

div.pagination ul li {
	margin-left: 11px;
}

div#midCol div#boxContent div.plantinfo {
	display:inline-block;
}