/* CSS Document */

/* ----------- Transparent Menu Control Parameters Start ----------- */

/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px
	}

.transMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.transMenu .item {
    color:#666666;
    font-size:13px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:hand;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.9;
	filter:alpha(opacity=90);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background:#008100;
	color:white;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
	}
a {text-decoration: underline}

blockquote {left: 0px;}
blockquote {text-indent: 0pt}
a {  }

/* ----------- Transparent Menu Control Parameters End ----------- */

/* ----------- Home Navbar Parameters Start ------------*/
#homeNavbar td {
	margin: 0px;
	padding: 0px;
	align: center;
	vertical-align: middle;
	background-color: #008100;
}

#homeNavbar p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;	
}

#homeNavbar a {
	text-decoration: none;
}
/* ----------- Home Navbar Parameters End ------------*/

/* ----------- Page Header Parameters Start ----------*/
#page_header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: italic;
	color: #000000;
	text-align: right;
	}

#page_header h3 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #000000;
	text-align: right;
	}
/* ----------- Page Header Parameters End ----------*/

/* ----------- Home Page Parameters Start ------------ */

#homePage {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	background-image: url(../images/background.jpg);
	background-repeat:repeat-x;
	background-position: bottom;
	}

#homeNavbar td {
	margin: 0px;
	padding: 0px;
	align: left;
}

#homeMain td {
	background-color: 00ad1e;
	font-family: Tahoma;
	font-size: 14px;
	color: #ffffff;
	}

#homeMain p {
	margin: 0px;
    font-family: Arial,Helvetica,Univers,Zurich BT,sans-serif;
	padding: 5px 40px 5px 40px;
	text-align:justify;
	font-size: 12px;
	}
#homeMain ul {
	margin: 0px;
	padding: 0px 0px 5px 70px;
	}

#homeMain ul li {
	padding: 0px 0px;
    font-family: Arial,Helvetica,Univers,Zurich BT,sans-serif;
	font-size: 12px;
	}

#homeMain h1 {
	margin: 0px;
	padding: 10px 10px 10px 10px;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
	}

#homeMain h2 {
	margin: 0px;
	padding: 10px 10px 10px 10px;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 15px;
	}

#homeMain a {
	color: #ffffff;
	}

#homeMain a:hover {
	color: #666666;
	text-decoration: none;
	}

/* ----------- Home Page Footer Starts ------------ */

#homeFooter {
	font-size: x-small;
	text-align: center;
	padding-top: 5px;
	text-decoration: none;
	}

/* ----------- Home Page Footer Ends ------------ */

/* ----------- Home Page Ends ------------ */

/* ----------- Content Pages Start ----- */
#content_pages p {
	margin: 0px;
    font-family: Arial,Helvetica,Univers,Zurich BT,sans-serif;
	text-align:justify;
	padding: 5px 40px 5px 40px;
	font-size: 12px;
	}

#photo_text p {
	margin: 0px;
    font-family: Arial,Helvetica,Univers,Zurich BT,sans-serif;
	font-size: 11px;
	padding: 5px 15px 5px 15px;
	text-align: center;
	}

#content_pages h1 {
	color: #004D3D;
	font-size: large;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 10px 10px 0px 10px;
	}
	
#content_pages h2 {
	color: #000000;
	font-size: 18px;
	font-style: italic;
	text-align: center;
	}

#content_pages ul {
	margin: 0px;
	padding: 0px 0px 5px 70px;
	}

#content_pages ul li {
	padding: 0px 0px;
    font-family: Arial,Helvetica,Univers,Zurich BT,sans-serif;
	font-size: 12px;
	}

#content_pages ul li.old{
	padding: 0px 0px;
    font-family: Arial,Helvetica,Univers,Zurich BT,sans-serif;
	font-size: 12px;
	color: #C0C0C0;
	}

#content_pages ol {
	margin: 0px;
	padding: 0px 0px 5px 70px;
	}

#content_pages ol li {
	padding: 3px 0px;
    font-family: Arial,Helvetica,Univers,Zurich BT,sans-serif;
	font-size: 12px;
	}

#price_tables p {
	margin: 0px;
    font-family: Arial,Helvetica,Univers,Zurich BT,sans-serif;
	text-align:justify;
	padding: 5px 20px 5px 20px;
	font-size: 12px;
	}

#price_tables td {
	margin: 0px;
	padding: 0px 0px 0px 0px;
    font-family: Arial,Helvetica,Univers,Zurich BT,sans-serif;
	font-size: 11px;
	text-align: center;
}

/* ----------- Content Pages End ----- */

/* ----------- Body Content ------------ */



/* ----------- Footer ------------ */


/* ----------- Species Pages Starts ------ */
#species_pages p {
	margin: 0px;
    font-family: Arial,Helvetica,Univers,Zurich BT,sans-serif;
	padding: 0px 10px 0px 0px;
	text-align:justify;
	line-height: 20px;
	}

#species_pages h1 {
	color: #004D3D;
	font-size: large;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 10px 10px 0px 10px;
	}
	
#species_pages h2 {
	color: #000000;
	font-size: 18px;
	font-style: italic;
	text-align: center;
	}
/* ----------- Species Pages Ends -------- */

/* ----------- Miscellaneous ------------ */
