@charset "UTF-8";

/*

z index chart

5  = drop down menus
10 = header block, sub menu tops, news/contact us link

*/


/* reset browser inconsistencies - originally by eric meyer */

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend
{
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
	
:focus
{
	outline: 0;
}
	
ol, ul
{
	list-style: none;
}
	
html
{

	height:100%;
		

	

}

body 
{
	font-size:62.5%;
	font-family:Helvetica, Arial, sans-serif;
	line-height:1em;
	height:100%;
	color:#999;
	background: url(../images/layout/background.png) repeat-x;

	/* firefox 2 mac bug flickering text */
	-moz-opacity: 0.99;
	
	

}

/* ############################################################### */
/* LAYOUT MAIN */


#mainContainer
{
	display: block;
	width:975px;
	margin: 0 auto 0 auto;
	background: #FFF;
	position: relative;
}
	


#headerContainer
{
	display: block;
	width: 975px;
	height: 432px; /* this is for non js users, real height is dropped */
	position: absolute;
	z-index: 100;
	
}

.javascript #headerContainer {
	height: 230px;
}

h1 
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 110;
	display: block;
	width: 975px;
	height: 215px;
	background: url(../images/layout/header-block.png) no-repeat;

}

.javascript h1
{
	height: 223px;


}

h1 a 
{	
	position: absolute;
	top: 3px;
	left: 100px;
	display: block;
	width: 730px;
	height: 90px;
	text-indent: -9999px;
}

#headerContainer ul
{
	display: block;
	width: 100%;
	height: 100%;

}

#headerContainer ul li
{
	display: block;
	position: absolute;
	text-indent: -9999px;


}

#headerContainer ul li a
{
	display: block;
	width: 100%;
	height: 100%;
	
}



#newsLink
{
	right: 0;
	top: 18px;
	width: 90px;
	height: 42px;
	z-index: 120;


}

#contactUsLink
{
	right: 0;
	top: 62px;
	width: 90px;
	height: 25px;
	z-index: 120;



}

#subTitle
{
	display: none;

}

#contentContainer
{
	position: absolute;
	top: 432px; /* this is for the non js menus permanently there */
	left: 0;
	width: 100%;

}

.javascript #contentContainer
{
	top: 230px;

}


/* MENUS */

.menuHeading
{
	top: 100px;
	height: 116px;
	width: 125px;
	text-indent: -9999px;
	z-index: 120;

	

}


.javascript .menuHeading
{
	cursor: pointer;
}

.dropDownMenu
{
	height: 205px;
	width: 117px;
	background-repeat:no-repeat;
	top: 215px;
	margin-left: 5px;
	z-index: 100;	

}

.javascript .dropDownMenu 
{
	visibility: hidden;
	top: 5px;
}

.window-loaded .dropDownMenu
{
	visibility: visible;
	-moz-opacity:.50; 
	filter:alpha(opacity=50);
	opacity:.50;
}

.dropDownMenu ul 
{
	background-repeat: no-repeat;
	
}

.dropDownMenu ul li /* drop down menu links */
{
	position:absolute;
	width: 118px;
	height: 25px;
	left: 0px;

}


#dropDown0, #dropDownMenu0 /* getting started */
{
	left: 26px;

}

#dropDownMenu0 ul
{
	background-image: url(../images/layout/menu/dropdown1.png);
}




#dropDown1, #dropDownMenu1 /* your herbarium */
{
	left: 165px;

}

#dropDownMenu1 ul
{
	background-image: url(../images/layout/menu/dropdown2.png);
}





#dropDown2, #dropDownMenu2 /* plants stuff */
{
	left: 299px;

}


#dropDownMenu2 ul
{
	background-image: url(../images/layout/menu/dropdown3.png);
}






#dropDown3, #dropDownMenu3 /* who uses plants */
{
	left: 431px;

}

#dropDownMenu3 ul
{
	background-image: url(../images/layout/menu/dropdown4.png);
}





#dropDown4, #dropDownMenu4 /* interesting things */
{
	left: 566px;

}


#dropDownMenu4 ul
{
	background-image: url(../images/layout/menu/dropdown5.png);
}







#dropDown5, #dropDownMenu5 /* school corner */
{
	left: 696px;

}

#dropDownMenu5 ul
{
	background-image: url(../images/layout/menu/dropdown6.png);
}






#dropDown6, #dropDownMenu6 /* goodies */
{
	left: 828px;

}

#dropDownMenu6 ul
{
	background-image: url(../images/layout/menu/dropdown7.png);
}


.dropDownMenu0
{
	top: 0px;
}

#dropDownMenu1 .dropDownMenu1, #dropDownMenu5 .dropDownMenu0, #dropDownMenu0 .dropDownMenu4, #dropDownMenu1 .dropDownMenu2, #dropDownMenu1 .dropDownMenu3, #dropDownMenu5 .dropDownMenu0, #dropDownMenu5 .dropDownMenu2, #dropDownMenu5 .dropDownMenu3
 
{
	height: 40px !important;
}

#dropDownMenu0 .dropDownMenu5 
{
	top: 140px;
}

#dropDownMenu0 .dropDownMenu6
{
	top: 165px;
}

#dropDownMenu1 .dropDownMenu2 
{
	top: 65px;
	
}

#dropDownMenu1 .dropDownMenu3, #dropDownMenu5 .dropDownMenu3

{
	top: 105px;
}

#dropDownMenu1 .dropDownMenu4
{
	top: 145px;
} 

#dropDownMenu1 .dropDownMenu5
{
	top: 170px;
} 

#dropDownMenu5 .dropDownMenu1
{
	top: 40px;
} 

#dropDownMenu5 .dropDownMenu2
{
	top: 65px;
} 



.dropDownMenu1
{
	top: 25px;
}

.dropDownMenu2
{
	top: 50px;
}


.dropDownMenu3
{
	top: 75px;
}

.dropDownMenu4
{
	top: 100px;

}


.dropDownMenu5
{
	top: 125px;
}

.dropDownMenu6
{
	top: 150px;
}

.dropDownMenu7
{
	top: 175px;
}


.dropDownMenu8
{
	top: 200px;
}

.dropDownMenu9
{
	top: 225px;
}



.topOfPage
{
	display: block;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 35px;
	overflow: visible;
	background: url(../images/layout/top-page.png) repeat-x 0 -10px;

	
}

.bottomOfPage
{
	display: block;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 25px;
	overflow: visible;
	background: url(../images/layout/page-bottom.png) repeat-x 0 0px;

	
}

.topLeftCorner
{
	display: block;
	width: 40px;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/layout/top-left-corner.png) no-repeat -13px -5px;
}

.topRightCorner
{
	display: block;
	width: 62px;
	height: 54px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/layout/turn-the-page.png) no-repeat 6px 2px;
	z-index: 10;
}


.bottomLeftCorner
{
	display: block;
	width: 42px;
	height: 37px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/layout/bottom-left-corner.png) no-repeat -9px 5px;
}

.bottomRightCorner
{
	display: block;
	width: 36px;
	height: 33px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/layout/bottom-right-corner.png) no-repeat 10px 3px;
}

#mainContent 
{
	display: block;
	float: left;
	width: 480px;
	min-height: 500px;
	background: url(../images/layout/page-left-hand-side.png) #F7F2E9 repeat-y -14px 0;
	position: relative;


}

em {
	font-style: italic;
}

#mainContent.wide 
{
	width: 100%;
	overflow: hidden;


}

#mainContent.wide #mainContentContainer 
{
    display: inline;
	width: 45%;
	float: left;
	
	

}

#mainContent.wide #internalPhotos 
{
	width: 45%;
	min-height: 400px;
	height: 100%;
	float: right;
	display: inline; /* ie6 */
}


.pageRight
{
	display: block;
	width: 3px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	background: #fff;
	z-index: 5;
}

#internalPhotos
{
	margin: 55px 0 0 0 ;
}


#mainContentContainer 
{
	margin:  35px 35px 55px 35px;
	padding-bottom: 80px;


}

#mainContentContainer img, #internalPhotos img
{
	padding: 2px;
	border: 1px solid #d6d2bd;

}


#mainContentContainer li {
	list-style: inside disc;

}

#mainContentContainer strong
{
	font-weight: bold;
}

#internalPhotos ul li
{
	float: left;
}

h2 
{
	color: #A8AA0F;
	font: bold 3em Georgia, "Times New Roman", Times, serif
}


h4 
{
	color: #740f00;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px dashed #740f00;
	margin-bottom: 0.8em;
	clear: both;
}

h3
{
	color: #7c8386;
	font: bold 1.4em Georgia, "Times New Roman", Times, serif

}

p , li
{
	font: 1.2em Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
	color: #45371b;
}

.home-image
{
	float: left;
	
	display: inline; /* ie6 */
	margin-right: 1em;
	clear: both;

}

.image-block {
	float: right;
	width: 270px;
	

}

#imageSlideshow 
{
	display: block;
	width: 463px;
	height: 463px;
	overflow: auto;
	float: right;
	position: relative;
	z-index: 10;
		
}

.javascript #imageSlideshow
{
	overflow: hidden;

}



#footer {
	background: url(../images/layout/footer.png) no-repeat -5px 0;
	clear: both;
	width: 100%;
	height: 90px;
	padding-top: 20px;
	position: relative;
}

#footer ul {
	display: block;
	width: 100%;
	height: 100%;
}

.theirLinks {
	display: block;
	width: 140px;
	height: 80px;
	position: absolute;
	top: 20px;
}

.theirLinks a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;

}

#linkNica {
	width: 150px;
	left: 0;
}

#linkSeqc {
	width: 105px;
	left: 163px;
}

#linkScrc {
	width: 168px;
	left: 278px;
}

#linkBiosphere {
    width: 183px;
	height: 75px;
	top: 10px;
	left: 546px;
}

#linkLandcare {
	width: 81px;
	height: 90px;
	top: 10px;
	left: 456px;
	
}

#linkNaturalSolutions {
	width: 184px;
	height: 90px;
	top: 10px;
	left: 541px;
}

#linkSustainable {
	width: 80px;
	height: 90px;
	top: 10px;
	left: 729px;
}

#linkUsc {
	width: 160px;
	left: 815px;
}

.acuraLink {
	display: block;
	float: right;
	background: url(../images/layout/_poweredbywhite.png) no-repeat;
	width: 181px;
	height: 9px;
	margin-top: -22px;
}

.acuraLink a {
	text-indent: -9999px;
	display: block;
	width: 100%;
	height: 100%;
}


/* CONTACT FORM */


.requiredText {
	display: none;
}

.inputRow {
	display: block;
	width: 400px;
	clear: both;
}

.inputRow label {
	display: block;
	width: 18%;
	margin: 5px 0 5px 0;
	float: left;
	font-size: 1.3em;
	color: #333;

}

.inputRow textarea, .inputText {
	display: block;
	width: 80%;
	border: 1px solid #999;
	padding: 2px;
	float: right;
	margin-bottom: 5px;


}

.inputRow textarea {
	height: 100px;
	font-family: inherit;
	font-size: 1.1em;
}

.inputRow .inputText {
	
	height:16px;
}

.inputRow .inputText:focus, .inputRow textarea:focus {
	background: #CDDAA0;
}

.inputSubmit {
	float: right;
	border: 1px solid #999;
	margin-top: 10px;

}

.inputText .inputSelected {
	background: #F29D00;
}


.clientMessage {
	display: block;
	width: 100%;
}

.clientMessage span {
	display: block;
	padding: 5px 5px 5px 30px;
}

.information {
	background: url(../images/layout/information.png) no-repeat 3px 3px #F6F8FA;
	border-top: 2px solid #5C83B0;
	border-bottom: 2px solid #5C83B0;

}

.error {
	background: url(../images/layout/error.png) no-repeat 3px 3px #F4C9C8;
	border-top: 2px solid #E7574C;
	border-bottom: 2px solid #E7574C;
}




/* ERROR MESSAGE */


.errorMessage {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background: url(../images/layout/error.png) no-repeat 5px 5px #F4C9C8;
	border-bottom: 2px solid #E7574C;
	z-index: 32000;
}

.errorMessage .message {
	display: block;
	width: 85%;
	padding: 8px 0 6px 30px;
	color: #333;
	font-size: 1.2em;
}


.errorMessage .closeMessage {
	display: none;
}

.javascript .errorMessage .closeMessage,
#no-ie6 .closeMessage {
	display: block;
	position: absolute;
	top: 3px;
	right: 5px;
	background: #E7574C;
	padding: 3px 5px;
	cursor: pointer;
	color: #fff;
	
}

/* non ie6 */

#no-ie6 {
    display: block;
    width: 100%;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
	background: url(../images/layout/error.png) no-repeat 5px 5px #F4C9C8;
    border-bottom: #E7574C;
    overflow: auto;
    z-index: 32000
}

#no-ie6 p {
    padding: 5px 0 5px 25px;
    float: left;
}

