/* 
Description: CSS for Home Page
Created: 05/26/10
Author: James Giroux
gold: #FDF7AA
dark green: #3d4838
*/


#homeContainer {
	position: relative;
	margin: auto;
	margin-top: 50px;
	width: 950px;
	height: 550px;
	border: 18px solid white;
}

#homeLogo {
	display: none;
    margin: auto;
}

#screenRes {
	display: none;
	position: relative;
	top: -280px;
	left: 300px;
	width: 300px;
	height: 80px;
	color: #FDF7AA;
	font-size: .8em;
}


#designBy {
	color: #259cd4;
	font-size: .8em;
	font-style: italic;
}

.homeLink {
	position: absolute;
	top: 50px;
	left: 20px;
	filter:alpha(opacity=2);
	-moz-opacity:0.1;
	opacity:0.1;
	cursor: pointer;
	height: 250px;
	z-index: 100;
}

.linkDescription {
	display: none;     
	position: absolute;
	top: 127px;
	left: 0px;
	color: #41463e;
	font-weight: bold;
	background: #E0DBAD;
	border: 4px solid #41463e;
	padding: 5px;
	text-align: center;
	width: 146px;
	z-index: 100;
}

#copyrightArea {
	margin: auto;
	margin-top: 100px;
	width: 780px;
	height: 30px;
}

.footerInfo {
	float: left;
	color: white;
	margin-right: 62px;
}

#speciesSearch {
	float: right;
	background: #dddddd;
	margin-top: 0px;
	margin-right: 30px;
}

#searchIcon {
	float: right;
	width: 32px;
	margin-top: 0px;
	margin-right: -20px;
}

