/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
	background: #ced2bd url(../image-files/backgr-fade.jpg) repeat-x;
	margin: 0;
	padding: 0;
	font-family:  Arial, Helvetica, sans-serif;
	color: #5A5B5B;
	font-size: 90%;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	background-color: transparent;
	color: #030;
	clear: both;
}

h2, h3, h4, h5, h6 {
	margin-top: 5px;
}

li {
	margin: 0 0 10px 0;
}

h1 {
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #CCC;
	text-align: center;
	font-size: 160%;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #CCC;
	font-size: 130%;
}


h1, h2, h3 {
	background-image: url(../image-files/guadua-ico.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 0px;
	min-height: 20px;
}

h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 0;
	margin-bottom: 10px;
	margin-top: 30px;
}

blockquote {
	margin: 0px 35px 15px 35px;
	color: #369;
	font-size: 100%;
	line-height: 20px;
	font-family: "Courier New", Courier, monospace;
	background-color: #FFF;
}

code {
color: navy;
}

img {
	border: 0 solid #ddd;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
	color: #5C8B00;
	text-decoration: underline;
}

a:visited {
	color: #5C8B00;
	text-decoration: underline;
}

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

h2 a:link {
	color: #690;
	text-decoration: none;
}

h2 a:visited {
color: #0b4800;
text-decoration: none;
}

h2 a:hover {
	color: #B89621;
	text-decoration: none;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
border: 2px solid #A3A88F;   
}

#Header {
	position: relative;
	height: 300px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
	margin: 0 190px 0 200px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#ContentColumnFull {
margin: 0 0 0 145px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#NavColumn {
	float: left;
	width: 180px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
	margin-left: -955px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
	margin-top: 0px;
}

#ExtraColumn {
	float: left;
	width: 179px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
	margin-left: -180px;        /* STEP 5: set to -(ExtraColumnWidth) */
	margin-top: 20px;
}

#Footer {
clear: both;
width: 100%;
padding: 8px 0;
border-top: 0px;
}

.Liner {
	padding: 10px;
}

#Header .Liner {
	padding: 0px;
}

#Footer .Liner {
	margin: 0;
	padding: 5px 90px 50px 180px;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 24px auto;
background-image: url(../image-files/background.jpg);
background-repeat: repeat-y;
}

#Header {
	background-image: url(../image-files/header-image.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: top left;
	text-align: center;
}

#ContentWrapper {
	background-repeat: no-repeat;
}

#NavColumn {
	background-image: url(../image-files/nav-background.png);
	background-repeat: repeat-y;
}

#ContentColumn {
	background-image: url();
	background-repeat: no-repeat;
	background-color: transparent;
}

.block2left {
	float: left;
	width: 260px;
	display: inline;
	margin: 0 0 10px 10px;
}

.block2right {
	float: right;
	width: 260px;
	display: inline;
	margin: 0 10px 10px 0;
}

#ExtraColumn {
	background-image: url();
	background-repeat: no-repeat;
	background-color: #FFF;
}

#ExtraColumn img.border {
	border: solid 1px;
	padding: 2px;
	border-color: #C1C3B6;
}

#Footer {
	background-image: url(../image-files/footer-background.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: transparent;     /* blue-gray used in left and right columns of background.gif and for footer and horizontal text-navbar */
	text-align: center;
	font-size: 85%;
	height: 230px;
	min-height: 230px;
}

#NavColumn {
	font-size: 85%;
	color: #3e3f3b;
}

#ExtraColumn {
	font-size: 85%;
}

#NavColumn h4 {
    padding-left: 0px;
	font-size: 110%;
	color: #353C11;
	border-bottom: 1px solid #0b4800;
	margin: 15px 0 5px 0;
}



#ExtraColumn h4 {
font-size: 130%;
color: #0b4800;
margin-top: 0;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

/* -- Nav Headers -- */

.Navigation h3 {
	padding-left: 0px;
	font-size: 110%;
	color: #353C11;
	border-bottom: 1px solid #0b4800;
	margin: 15px 0 15px 0;
}

/* -- Nav List -- */

.Navigation ul {
	list-style-type: none;
	padding: 0 0 8px 0px;
	margin: -6px 0 0 0;
}

.Navigation li {
	background-color: transparent;
	margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
	color: #0b4800;
	display: block;     /*  this makes the whole box highlight rather than just the text */
	padding: 3px 0px 3px 3px;
	text-decoration: none;
	border: 1px solid #999;
	background-color: #E7EEE1;
}

.Navigation a:visited {
	color: #0b4800;
	display: block;     /*  this makes the whole box highlight rather than just the text */
	padding: 3px 0 3px 3px;
	text-decoration: none;
	border: 1px solid #999;
}

.Navigation a:hover {
	color: #0b4800;
	display: block;     /*  this makes the whole box highlight rather than just the text */
	padding: 3px 0 3px 3px;
	background-color: #98BA41;   /*  light green */
	text-decoration: none;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
}

.ThumbnailLeft {
    float: left;
	margin: 10px 5px 0px 0;
	text-align: center;
}


/* ------  Right Column Navigation ------ */

.NavigationRight {
	width: 100%;
	font-family: Verdana, Arial, sans-serif;
}

/* -- Nav Headers -- */

.NavigationRight h3 {
	padding-left: 0px;
	font-size: 110%;
	color: #353C11;
	border-bottom: 1px solid #CCC;
	margin: 20px 0;
}

/* -- Nav List -- */

.NavigationRight ul {
	list-style-type: disc;
	padding: 0 0 2px 0px;
	margin: -6px 0 0 20px;
}

.NavigationRight li {
	background-color: transparent;
	margin-bottom: 1px;
}

/* -- Navigation Link styles -- */

.NavigationRight a:link {
	color: #3D8631;
	display: block;     /*  this makes the whole box highlight rather than just the text */
	padding: 3px 0px 3px 4px;
	text-decoration: underline;
}

.NavigationRight a:visited {
	color: #0b4800;
	display: block;     /*  this makes the whole box highlight rather than just the text */
	padding: 3px 0 3px 4px;
	text-decoration: underline;
	border: 1px solid #999;
}

.NavigationRight a:hover {
	color: #0b4800;
	display: block;     /*  this makes the whole box highlight rather than just the text */
	padding: 3px 0 3px 4px;
	background-color: #F5FCEB;   /*  light green */
	text-decoration: none;
}

.NavigationRight a:active {
	color: #0b4800;
	display: block;     /*  this makes the whole box highlight rather than just the text */
	padding: 3px 0 3px 4px;
	background-color: #F5FCEB;   /*  light green */
	text-decoration: underline;
}

/* -- Horizontal Text NavBar -- */

.ExtraNav {
	font-family: Arial, Helvetica, sans-serif;
}

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

.ExtraNav ul li {
	display: inline;
	text-align: center;
	padding: 0 20px;
}

.ExtraNav a:link {
	color: #0b4800;
	text-decoration: none;
	text-align: center;
	padding: 0 20px;
}

.ExtraNav a:hover {
	color: #0b4800;
	background-color: #f3fbe6;
	text-decoration: none;
}

.ExtraNav a:visited {
	color: #0b4800;
	text-decoration: none;
}


#Header .ExtraNav {
	font-size: 100%;
	position: relative;
	top: 240px;
	text-align: right;
}

#Header .ExtraNav ul li{
	background-color: #E2EBDA;
	padding: 3px 0;
}

#Header .ExtraNav ul {
	margin: 0px;
}

#Header .ExtraNav a:link {
	color: #0b4800;
	text-decoration: none;
	text-align: center;
	padding: 3px 15px;
}

#Header .ExtraNav a:hover {
	color: #0b4800;
	background-color: #98BA41;
	padding: 3px 15px;
}

#Footer .ExtraNav {
margin: 12px auto;
background-color: transparent;
font-size: 120%;
}


#Footer .ExtraNav li{
background-image: url();
background-repeat: no-repeat;
background-position: left;
padding: 2px 5px 2px 22px;
min-height: 25px;

}

html>body #Footer .ExtraNav li { /* Hides H-graphics from IE6 */
background-image: url(../image-files/guadua-icon_small.png);
background-repeat: no-repeat;
background-position: left;
padding-left: 22px;
}

 

#Footer .ExtraNav a:link {
color: #0b4800;
text-decoration: none;
text-align: center;
padding: 0px 2px;
white-space: nowrap;
}

#Footer .ExtraNav a:hover {
	color: #0b4800;
	background-color:  #C9D0AF;
	text-decoration: none;
	padding: 0px 2px;
	white-space: nowrap;
}

#Footer .ExtraNav a:visited {
	color: #0b4800;
	text-decoration: none;
	padding: 0px 2px;
	white-space: nowrap;
}

/* ------ Section 6 - Boxes ------ */

.CalloutBox {
	background-color:  #F5FCEB;
	width: 97%;
	border: 2px solid #a3a88f;
	margin: 18px auto 24px auto;
	padding: 6px;
	color: #0b4800;
}

div.CalloutBox p {
margin: 13px 10px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
background-image: url();
}

.ReminderBox {
	background-color: #f3fbe6;
	width: 28%;
	border: 2px solid #a3a88f;
	margin: 0 0 12px 18px;
	float: right;             /* adding float enables text to flow around it */
	color: #3d8631;
}

.ReminderBox h4 {
	margin: 0;
	padding: 6px;
	text-align: center;
	background-color: #f3fbe6;
	background-image: url(../image-files/bamboo-icon.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
	min-height: 30px;
	font-size: 90%;
}

.ReminderBox p {
	font-size: 80%;
	padding: 0 6px 0 6px;
	line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter {
padding: 0px;
background-color: transparent;
border: 0px;
}

.AdSenseBoxLeft {
	margin: 4px 18px 12px 0px;
	float: left;
}

.AdSenseBoxRight {
margin: 4px 0px 12px 18px;
float: right;
}

.AdSenseBoxCenter {
margin: 5px 0px 5px 0px;
clear: both;
text-align: center;
}


.ReturnToNavBox {
	background-color: #fff;
	color: #333;
	width: 100%;
	background-image: url();
	background-repeat: no-repeat;
	background-position: right;
	border-top: 1px solid #777770;
	border-bottom: 1px solid #777770;
	margin: 12px auto 12px auto;
	padding: 4px 4px 4px 4px;
	text-align: left;
	min-height: 30px;
}

.ReturnToNavBox a.back-to-top {
	background: url(../image-files/arrow-up.gif) no-repeat left;
	padding-left: 20px;
}
.ReturnToNavBox a.back-to-right {
	background: url(../image-files/arrow-right.gif) no-repeat left center;
	padding-left: 20px;
}
.ReturnToNavBox a.back-to-left {
	background: url(../image-files/arrow-left.gif) no-repeat left center;
	padding-left: 20px;
}

html>body .ReturnToNavBox  { /* Hides H-graphics from IE6 */
background-image: url(../image-files/guadua-ico.png);
background-repeat: no-repeat;
background-position: right;
} 

/* -- RSS Box -- */

#RSSbox {

background-color: #f3fbe6;
border: 1px solid #a3a88f;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #3d8631;
line-height: 120%;
text-align: center;
}



#COMMENTS {

text-align: center;


}

/* -- Flags -- */

#Flags {
	margin: 0;
	padding: 8px 8px 2px 0;
	color: #3d8631;
	text-align: right;
}

/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}


.Caption {
	font-size: 85%;
	font-weight: normal;
	color: #777770;
	display: block;
	line-height: 150%;
	margin-bottom:10px;
	font-style: italic;
}

.price {
	font-style: normal;
	color: #C30;
	font-weight: bold;
	font-size: 120%;
}

h3.gray {
	font-size: 120%;
	text-align: center;
	color: #999;
	padding: 0;
	margin: -15px 0 15px 0;
}

.underline {
	text-decoration:underline;
}

img.sealright {
	float:right;
	margin:40px 0px 3px 7px;
	border:0px;
}

.red {
	font-style: normal;
	color: #CC0000;
	text-decoration: none;
}

.redunder {
	font-style: normal;
	color: #CC0000;
	text-decoration: underline;
}

h3.furniture {
	font-size: 90%;
	text-align: center;
	padding: 0 0 5px 0;
	color: #666;
	margin: 0;
}
h3.index {
	font-size: 120%;
	padding: 0;
	color: #666;
	margin: 0;
}



/* PhotoGallery */

#gallery {
	width:550px;
	height:672px;
	margin:0 auto;
	position:relative;
}
#gallerylig {
	width:550px;
	height:550px;
	margin:0 0 0 0;
	position:relative;
}
ul#thumbnails, ul#thumbnailslig {
	padding:0 5px 0 5px;
	margin:0px;
	list-style:none;
}
ul#thumbnails li {
	float:left;
	position:relative;
	top:560px;
}
ul#thumbnailslig li {
	float:left;
	position:relative;
	top:450px;
}

ul#thumbnails li a, ul#thumbnailslig li a {
	height:103px;
	width:103px;
	padding:2px;
	display:block;
	text-decoration:none;
	background:#fff;
}
ul#thumbnails li a img, ul#thumbnailslig li a img {
	width:99px;
	height:99px;
	border:0px;
	padding:2px;
	margin:0px;
}
ul#thumbnails li a:hover, ul#thumbnailslig li a:hover {
	background-color: #FC0;
}
#gallery #fullsize {
	position:absolute;
	left:0px;
	top:0px;
	height:550px;
	width:550px;
	overflow:hidden;
}
#gallerylig #fullsize {
	position:absolute;
	height:450px;
	width:550px;
	overflow:hidden;
}
#gallery #fullsize div {
	width:550px;
	height:550px;
	padding-top:10px;
}
#gallerylig #fullsize div {
	width:450px;
	height:550px;
	padding-top:10px;
}
#gallery #fullsize div img {
	display:block;
	margin:0 auto;
	border:0px;
}
#gallerylig #fullsize div img {
	display:block;
	margin:0 auto;
	border:0px;
}

/* -- floats -- */

.ItemRight {
	float: right;
	margin: 5px 0 12px 18px;
	text-align: center;
}

.ItemLeft {
	float: left;
	margin: 5px 18px 12px 0;
	text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}



.CamIcon {
margin: 2px auto 2px auto;
text-align: center;
clear: both;
}



.ItemLeftBorder {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
border: solid #999999 1px;
padding: 2px;
}

img.border {
	border: solid 1px;
	padding: 2px;
	border-color: #CCC;
}

a:link img.border {
	border: solid  1px;
	padding: 2px;
	border-color: #CCC;
}


/* -- ADDTHIS -- */

.addthis_toolbox.addthis_pill_combo a {
    float: left;
}
.addthis_toolbox.addthis_pill_combo a.addthis_button_tweet {
    margin-top: -2px;
}
.addthis_button_compact .at15t_compact {
    margin-right: 2px;
    float: left;
}  





/* -- TinyTable -- */


#tablewrapper {
	width:555px;
	margin:0
}
#tableheader {height:55px}
.search {float:left; padding:6px; border:1px solid #c6d5e1; background:#fff}
#tableheader select {float:left; font-size:12px; width:125px; padding:2px 4px 4px}
#tableheader input {float:left; font-size:12px; width:225px; padding:2px 4px 4px; margin-left:4px}
.details {float:right; padding-top:12px}
.details div {float:left; margin-left:15px; font-size:12px}
.tinytable {
	width:555px;
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	border-bottom:none
}
.tinytable th {
	text-align:left;
	border:1px solid #fff;
	border-right:none;
	background-color: #4A5A2E;
}
.tinytable th h3 {
	font-size:12px;
	padding:4px 8px 2px 8px;
	margin: 0 0 0 0;
	color: #FFF;
}
.tinytable td {
	padding:4px 6px 6px;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	font-size: 12px;
}
.tinytable .head h3 {background:url(../image-files/sort.gif) 7px center no-repeat; cursor:pointer; padding-left:18px}
.tinytable .desc, .sortable .asc {
	background-color: #4A5A2E;
}
.tinytable .desc h3 {background:url(../image-files/desc.gif) 7px center no-repeat; cursor:pointer; padding-left:18px}
.tinytable .asc h3 {background:url(../image-files/asc.gif) 7px  center no-repeat; cursor:pointer; padding-left:18px}
.tinytable .head:hover, .tinytable .desc:hover, .tinytable .asc:hover {color:#fff}
.tinytable .evenrow td {
	background-color: #F5FCEB;
}
.tinytable .oddrow td {
	background-color: #FFF;
}
.tinytable td.evenselected {
	background-color: #F5FCEB;
}
.tinytable td.oddselected {
	background-color: #FFF;
}
.tinytable tfoot {background:#fff; font-weight:bold}
.tinytable tfoot td {padding:6px 8px 8px}
#tablefooter {height:15px; margin-top:20px}
#tablenav {float:left}
#tablenav img {cursor:pointer}
#tablenav div {float:left; margin-right:15px}
#tablelocation {float:right; font-size:12px}
#tablelocation select {margin-right:3px}
#tablelocation div {float:left; margin-left:15px}
.page {margin-top:2px; font-style:italic}
#selectedrow td {
	background-color: #C6E888;
}



/* -- Species Gallery -- */


#speciesgallery {
	width:540px;
	height:630px;
	margin:0 auto;
	position:relative;
	font-family:verdana, arial, sans-serif;
}
#speciesgallery a.previous {display:block; height:34px; width:33px; background:url(../image-files/click-previous.jpg); position:absolute; left:0; top:460px;}
#speciesgallery a.next {display:block; height:34px; width:33px; background:url(../image-files/click-next.jpg); position:absolute; right:0; top:460px;}
#speciesgallery a b {display:none;}
#speciesgallery #fullsize {
	position:absolute;
	left:0;
	top:0;
	height:700px;
	width:540px;
	overflow:hidden;
	text-align:center;
}
#speciesgallery #fullsize div {width:540px; height:800px; padding-top:10px; position:relative;}
#speciesgallery #fullsize div img {clear:both; display:block; margin:0 auto; border:0;}
#speciesgallery #fullsize div h3 {padding:10px 0 0 0; margin:0; font-size:18px;}
#speciesgallery #fullsize div p {padding:5px 0; margin:0; font-size:12px; line-height:18px;}




/* -- Gallery Container -- */



#gallerycontainer {
	position:relative;
	width:555px;
	height:900px;
	background:#fff;
	border:1px solid #000;
	margin:10px auto;
	font-family:verdana, arial, sans-serif;
	font-size:12px;
}

#gallerycontainer a.pics {
	float:left;
	padding:7px 21px;
	display:inline;
	color:#000;
	text-decoration:none;
	width:46px;
	height:75px;
	cursor:default;
}
#gallerycontainer a.pics img.thumb {display:block; border:1px solid #000;}

#gallerycontainer a.pics span {
	display:none;
	border:0;
	width:540px;
	background:#fff;
	border:1px solid #fff;
	text-align:center;
}
#gallerycontainer a.pics span img {margin:10px auto; border:1px solid #000;}

#gallerycontainer a.pics:hover {white-space:normal;}
#gallerycontainer a.pics:hover img.thumb {border:1px solid #fff;}
#gallerycontainer a.pics:hover span {
	display:block;
	position:absolute;
	left:5px;
	top:270px;
	z-index:10;
	height:540px;
}

#gallerycontainer a.pics:active img.thumb {border:1px solid #fc0;} 
#gallerycontainer a.pics:active span {
	display:block;
	position:absolute;
	left:5px;
	top:270px;
	z-index:5;
	height:540px;
}

#gallerycontainer a.pics:focus {outline:0;}
#gallerycontainer a.pics:focus img.thumb {border:1px solid #fc0}
#gallerycontainer a.pics:focus span {
	display:block;
	position:absolute;
	left:5px;
	top:270px;
	z-index:5;
	outline:0;
	height:540px;
}

#gallerycontainer span.info {
	clear:left;
	display:block;
	text-align:center;
	line-height:20px;
	margin:0;
	padding:270px 0 0 0;
	width:555px;
	text-align:center;
	color:#666;
	z-index:1;
}
#gallerycontainer span.info a {color:#000;}
#gallerycontainer span.info a:hover {text-decoration:none;}

