@charset "utf-8";
/* CSS Document */

*
{
	margin: 0;
	padding: 0;
}

a image {
	border:none;
}
body {
	margin-top:0px;
	padding: 0 0 0 0;
	background-image:url(images/body_header.jpg);
	background-color:#DCF5B4;
	background-repeat:repeat-x;
}

#container{
	margin: 0 auto;
	width:1000px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	margin-top:0px;
	min-height: 500px;

}

#header {
	width:1000px;
	height:130px;
}

#title {
	width:200px;
	height:50px;
	font-size:36px;
	padding-top:30px;
	padding-left:20px;
	float:left;
}
#plzsite, #plzsite a{
	margin-top:20px;
	border:0px #06C solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:none;
	text-decoration:none;
	padding:5px;
}
#searchContainer {
	width:350px;
	height:50px;
	padding-top:10px;
	float:right;
}
#topMenu, #topMenu a {
	width:350px;
	height:65px;
	font-size:14px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#FFF;
}
#search {
	width:300px;
	height:50px;
	font-size:17px;
	margin-left:10px;
	color:#600;

}

#menu, #menu a {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	color:#666;

}
#menu a:hover {
	text-align:center;
	color:#060;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}

#mainMenu {
	background-image:url(images/mainMenu.gif);
	background-repeat:repeat-x;
	width:1000px;
	height:40px;
}
#slideContainer {
	width:994px;
	height:260px;
	border:#FFF 0px solid;
}
#textContainer {
	padding:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	color:#000;
	text-align:justify;
}
#mainContainer {
	width:992px;
	border:#FFF 2px solid;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	min-height: 400px;
}
#infoContainer {
	width:600px;
	height:300px;
	float:left;
	padding-top: 10px;
	
}

#intro1{
	width:600px;
	height:240px;
	background-image:url(images/intro.jpg);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#ABD568;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

#intro2{
	width:600px;
	height:60px;
	margin-top:10px;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

#listContainer{
	width:380px;
	height:300px;
	float:right;
	padding-top: 10px;
}
#listContainer1{
	width:380px;
	height:250px;
}

#contactButton{
	padding-top:0px;
}

#scientificName{
	width:185px;
	height:240px;
	float:left;
	background-color:#FF9;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}
#localName{
	width:185px;
	height:240px;
	float:right;
	background-color:#FF9;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}
#clear {
	clear:both;
}
#contactContainer{
	height:300px;
}

#contactAddress{
	width:430px;
	border-right: 1px solid #FFFFFF;
	float:left;
	padding-left:30px;
}

#contactForm{
	width:450px;
	height:300px;
	float:left;
	padding-left:30px;
}
#footer {
	margin: 0 auto;
	height:100px;
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;
	background-color:#060;
	margin-top:20px;
	text-align:center;
	padding-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
}
#footer a {
	color:#FFF;
}

#marque, #marque a {
	padding-left:1px;
	font-style:italic;
	text-decoration:none;
	text-align:left;
}

#searchResult {
	margin-left:100px;
	border:#CCC solid 0px;
}

#searchResult a {
	border:#CCC solid 0px;
	text-decoration:none;
	color:#666;
}

#list {
	text-decoration:none;
	font-size:16px;
}

#common {
	padding:20px;
	border:#FFC solid 2px;
}

#commonInner {
	padding:20px;

}

#morpho {
	width:420px;
	float:left;
	}

#page a {
	font-size:16px;
	color:#F00;
}

h1 {
	font-size:18px;
	color:#609;
	font-family:Arial, Helvetica, sans-serif;
}

h2 {
	font-size:16px;
	color: #804040;
}

h4 {
	font-size:16px;
	color:#963;
}

h5 {
	font-size:28px;
	color:#FFF;
	margin-left:10px;
}


#largeImage {
	height:500px;
	background-color:#666;
}

#largeImage2 {
	float:left;
	background-color:#069;
}

/* for slide show */

#slideshow {
    position:relative;
    height:264px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

.basicTitle{
	color: #360;
	font-weight:bold;
}

/*form CSS */
.red{
	color:#F00;
}
.values {
	color:#900;
	margin-left:30px;
}

.mail {
	color:#009;
}
.text {
	width:300px;
	padding:5px;
	background-color:#CF9;
	margin:2px;
	font-size:14px;
	color:#663;
	font-family:Arial, Helvetica, sans-serif;
}

label {
	float: left;
	width: 5em;
	margin-right:1em;
}
.button {
	width:90px;
	padding:5px;
	margin-left:310px;
}

.textarea {  
    width: 300px;  
    height: 100px;
	padding:5px;  
    line-height:150%;
	background-color:#CF9; 
	margin:2px;	
	font-size:14px;
	color:#663;
	font-family:Arial, Helvetica, sans-serif;
}  

 
