/* CSS - Cascading Style Sheet */
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	}

blockquote {
	background-color:#EEEEEE;
	border-width: thin;
	border-color: #EEEEEE;
	border-style: outset;
	padding: 10px;
	}

* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
	}

/*HEADER*/
#header{
	width: 800px;
	position:relative; 
	height: 162px;
	background-image:url(images/style/header_blue.png);
	background-repeat:no-repeat;
	}
	
/*COMPANY NAME IN HEADER*/
#companyname {
	color: #FFFFFF;
	font-size: 36px;
	font-weight: bold;
	font-style:italic;
	margin-top:50px;
	margin-left:180px;
	left: 0px;
	top: 0px;
	float:right; padding-right:50px;
}

/*MENU IN HEADER*/
#menu{
	position:absolute;
	bottom: 20px;
	right: 30px;
	font-weight: bold;
}
#menu a{
	font-weight: bold;
	color:#333333;
	text-decoration:none;
}
#menu a:hover{
	text-decoration:underline;
	color:#7DA5E0;
}

#menu a#current {
	color:#7DA5E0;
	}

/*CONTENT*/
#content{
	width: 800px;
	margin-top: 20px;
}
#contenttext{
	float:right;
	width: 560px;
	margin-bottom: 20px;
	margin-right: 20px;
}

#contenttext p{
	font-size: 11px;
	text-align:justify;
	}

/*LEFT PANEL (News, Links, etc.)*/
#leftpanel{
	float:left;
	width:200px;
}

/*FOOTER*/
.footer{
	width: 779px;
	height: 32px;
	background-image:url(images/style/bg_footer.gif);
	background-repeat:no-repeat;
	clear:both;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
}
/*FOOTER LINKS*/
.footer a{
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}

/*left box*/
.leftbox_top{
	width: 204px; 
	height: 27px;
	background-image:url(images/style/box_top.jpg);
	background-repeat:no-repeat;
}
.leftbox_content{
	width: 204px;
	background-image:url(images/style/box_content.jpg);
	background-repeat:repeat-y;
}
.leftbox_text{
	margin-left:15px;
	margin-right:15px;
	text-align:justify;
}
.leftbox_bottom{
	width: 204px; height: 23px;
	margin-bottom: 20px;
}

/*TEXT STYLES*/
.news_date {
	font-weight: bold;
	color: #0099CC;
	}
.news_more {
	color: #FF9900;
	font-weight: bold;
	}
.news_text {
	font-size: 10px;
	}
.body_text {
	}

.clear { /* generic container (i.e. div) for floating buttons */
    		overflow: hidden;
			clear:both;
    		width: 100%;
		}
.rowcontainer {clear:both; }
.rowcontainer h2 {font-size:120%; color: #000000;}
.species { color: #7DA5E0;; font-size:small; font-style:italic;}
.soldout { color:#FF0000; font-weight: bold;}

.onethirdcolumn { 									/* One third width column for a three column site */
	float: left; 
	width: 33%; 
	}
.twothirdcolumn {									/* Two third width column for a three column site */
	float: left; 
	width: 66%; 
}

.subtitle_gray {
	font-weight: bold;
	font-size: 14px;
}
.title_blue {font-weight: bold; font-size: 26px; color: #7DA5E0; }
.title_panel {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
}