/*Copyright 2007 www.salvonix.us, all rights reserved.*/

body {
	margin:0px;
	padding:0px;
	background:#21412a;
}
h1  {	display: block;
	clear:both;
	text-align: center;
	font-family: "Good Times", Embargo, sans-serif;
	font-style: normal;
	font-size: 120%;
	font-weight: 700;
	color: #f9dea9;
	background-image: url('images/h1Gradient.jpg');
	background-repeat: repeat-y; 
	background-color: transparent;
	margin: 0ex 1em 0ex 1em;
	padding: 0.5ex 0.2em 0ex;
}

h2 {
	text-align:left;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	font-size:100%;
	font-weight: 800;
	line-height: 95%;
	color: #21412a;
	margin: 2ex 2.5em 0.5ex;
	padding: 0px;
	}
h3 {font-family: "Arial Narrow", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 100%;
	color: #2c653c;
	text-align: left;
	margin: 1ex 2em; }

h4 {font-family: "Arial Narrow", sans-serif;
	font-weight: 500;
	font-size: 110%;
	text-align: center;
	color: #3a3019;
	margin: 0.1ex 2em 0em;}

#container {
	position:relative;
	width: 720px; 
	top: 0px;
	height:160ex;
	left: 100px;
	max-width:800px;
	background-color: #82b729;
	border-left: 3px solid #f9dea9;
	border-right: 3px solid #f9dea9;
	border-bottom: 3px solid #f9dea9;
	
}
#topblock{	
	background-image: url(images/LogoPic.jpg);
	background-color: transparent;
	position:absolute;
	background-repeat:no-repeat;
	top:0px;
	width:100%;
	height:361px;
	z-index:1;}

#content {
	position:absolute;
	width: 550px;
	top:341px;
	left:0px;
	height:auto;
	padding-top:1ex;
	margin-bottom:0ex;
	background-color: #82b729;
   	z-index:3;}
#content p {
	font-family: Tahoma, "Nimbus Sans L", sans-serif; 
	font-size:90%;
	font-weight:400;
	text-align:justify;
	padding: 0.5ex 4em;
	color:#3a3019;
}

#content a:link {color: #21412a; 
	text-decoration: none; 
	padding: 0 2px;
	border-bottom: 1px dotted #21412a;
}
#content a:visited {
	color: #6a5d3d;
	text-decoration:none;	
	padding: 0 2px;
	border-bottom: 1px dotted #6a5d3d;

}
#content a:hover, #content a:active {
	color: #f9dea9; 
	text-decoration: none; 
	padding: 0px 2px;
	background-color: #669d26; 
	border-bottom: 0px dotted #edeedd;
}

#navbar {color: #615f5f;
	position:absolute;
	width: 170px;
	height:auto;
	right:0px;
	top:400px;
	margin-right:1em;
	background-color: #82b729; 
	background-image:url(images/menuGradient.jpg);
	background-repeat:repeat-y;
	z-index: 20;}
#navbar ul {
	z-index: 20;
	margin: 0px;
	padding: 0px; 
	}
#navbar ul li {
	list-style-type: none;	
	z-index: 20;
	margin: 0px;
	padding: 5px; 
	}
#navbar ul li:first-child {
	margin: 0px;
	padding: 5px; 
	z-index: 20;	}

#navbar ul li:hover { 
	background-color: #82b729; 
	color: #7b0000;
	z-index: 20;	}
#navbar * a {
	display:block;
	padding: 0px; 
	text-decoration: none;
	text-align: center;
	font-family: Arial, "Blue Highway", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	font-size: 90%;
	color: #f9dea9;	
	z-index: 20;
	margin-right: 3px;
/*	border-bottom: 1px dotted white;*/
	}

#navbar * a:hover {
	color: #21412a;
	z-index: 20;	}	
#navbar * a:visited {
	text-decoration:none;}	
/* the menu ends here */
/* the drop-down starts here */
#navbar ul.level2 {
	margin: 0px; 
	z-index: 18; /* puts drop-down on top of div - Safari needs this as menu is 1px higher */
	position: absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width: 170px; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	border-right: 0px; /* stops SCBs drops having two right borders - they inherit the border, IE doesn't */
	top: 52px;
	left:-165px; margin-left: -2px; /*aligns the drop exactly under the menu */
	background-color: #82b729; 
	background-image:url(images/menuGradient.jpg);
	background-repeat:repeat-y;
	}
#navbar ul.level2 li {padding: 5px;
	width: 95%; /* makes the list items fill the list container (ul) */
	z-index: 19;
	}
#navbar ul.level2 li a {padding: 1px 0.5em;}
/* make the drop-down display as the menu is rolled over */
#navbar ul.level2 {display: none;} /* conceals the drop-down when menu not hovered */
#navbar ul li:hover ul.level2 {display: block; } /* shows the drop-down when the menu is hovered */

/* pop-out starts here
#navbar ul.level3  {
	position: absolute;
	display: none;
	width: 1.35in;
	border-right: 0px;
	top: -1px;
	left:-1.35in; margin-left: -2px; /*aligns the drop exactly under the menu
	z-index: 20;} 
#navbar ul.level2 li:hover ul.level3 {display: block;} same effect as display:block in this situation
#navbar ul.level2 li:hover ul.level2 {display: none;}
#navbar ul.level3 li:hover ul.level3 {display: block;}same effect as display:block in this situation */

#critter {
	position:absolute;
	width: 150px;
	top:350px;
	right:20px;
	height: 150px;
	margin-top: 23ex;
	padding-top:3ex;
	background-color:transparent;
	z-index: 1;
}
#pullquote p {
	width: 330px; 
	float: left; 
	color:#497417;
   	border-top: 1px solid #527e1e; 
   	border-bottom: 1px solid #527e1e; 
	z-index: 3;
   	padding: 3px; 
	margin: 1ex 3.5em 0ex;
	font-family: Garamond, "URW Bookman L", serif;
	font-style:normal;
	font-size:90%;
	font-weight: 500;
}



#address {
	position:absolute;
	height: auto; 
	top:620px;
	right:3ex;
	width: 23ex; 
	height: auto; 
   	border: 0px solid #21412a; 
	z-index: 5;
	padding: 0px 2px; 
	margin: 10ex 0em 0ex;
}
#address p.title {
	font-style: normal; 
	text-align:center;
	font-size: 110%;
	font-weight: 700; 
	color: #21412a;
   	padding: 3px 5px 0px; 
	margin: 0ex; 
}
#address p {text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 90%;
	font-variant: normal;
	font-weight:600;
	line-height:100%;
	color: #21412a;
	padding: 0.5ex 0.1em;
	margin: 0px;
	background-color: #82b729; 
	background-image:url(images/addressGradient.jpg);
	background-repeat:repeat-y;
}


.imageRight {float: right; padding: 4px 8px; text-align: left;}
.imageLeft {float: left; padding: 4px 8px; text-align: right;}

#footer  {
	clear:both;
	position:relative;
	top:auto;
	bottom:0px;
	right:auto;
	width:90%;
	height: 5ex;
	background-color: transparent;
	margin: 1ex 5em 0.2ex 0em;
   }
#footer p {
	color: #869a62;
	text-align: right; 
	font-size:75%;
	font-weight:300;
	font-family:sans-serif;
	font-style:italic;
	padding:0ex 8em 1ex;
}
#footer a:link {text-decoration:none; color: #598c29; border-bottom: 1px dotted #598c29;}
#footer a:visited {text-decoration:none; color: #ffffff; border-bottom: 1px dotted #ffffff;}
#footer a:hover {text-decoration:none; color: #ffffff; border-bottom: 1px dotted #ffffff;}
/*Hack Zone and commented out stuff*/
/*ie likes negative numbers for sending behind, but mozilla only likes positive*/
* html  div#content {z-index: -1;}
* html  div#hiddennav {z-index: -3;}
* html  div#navbar ul li {margin-top:-4px;}


