body 
{margin:0px 0px;text-align:center;font:14px/17px  verdana, arial, helvetica, sans-serif;color:#515E53;background-color:white;background:url(header.jpg) top no-repeat;background-color:white;margin-top:260px;}

a{color:blue}

html, body {
height: 100%;
}

h1{font-size:28px;font-weight:normal;color:#3D5729;margin-top:10px}
h2{font-size:22px;font-weight:normal;color:#5A9B19;margin:20px 0px 7px 0px;padding-bottom:1px}
h3{font-size:18px;font-weight:normal;color:#669999}
p{margin-top:4px;}

/* CSS Popout menuv */

/* Fix IE. Hide from IE Mac \*/
* html #menuv ul li{float:left;height:1%;}
* html #menuv ul li a{height:1%;}
/* End */

#menuv		                                 /* position, size, and font of  menu */
	{	
	/*position:absolute;	*/
	/*top:19em;
	left:6em;
	z-index: 10;*/
	margin-top:5px;

	width: 14.0em;						          /* [1] width of menu item (i.e., box) */
	text-align: center;
	font-size: 0.8em;
	font-family: helvetica, arial, geneva, sans-serif;
	}

#menuv a
	{
	width: 100%;
	display:block;						
	padding-top: 0.4em;						/* expands menu box vertically*/
	padding-bottom: 0.4em;
	/*border-bottom:1px solid #B4B5B8;*/		/* adds bottom border */
	border-bottom:1px solid #6A8B57;
	border-left:1px solid #6A8B57;
	border-right:1px solid #6A8B57;
	border-top:1px solid #6A8B57;
	white-space:nowrap;margin-bottom:7px
	}

#menuv a, #menuv a:visited				/* all menus at rest */
	{
	background-color:#EAF2D6;
	/*background-color: #55ABC1;*/
	color:black;
	
	
	text-decoration:none;				       /* removes underlines from links */
	}

#menuv a.parent, #menuv a.parent:hover 	/* attaches parent-arrow on all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuv a:hover				             /* all menus on mouse-over */
	{
	color: black;
	/*background-color: #24C4E6;*/
	background-color: white
	}
	
#menuv li
	{
	list-style-type:none;		
		            /* removes bullets */
	}

#menuv ul li
	{
	position:relative;

	}

#menuv li ul
	{
	position: absolute;
	top: 0;
	left: 15.1em;				                 /* distance from  left menu (this should be the same as width value in #menuv [1]) above */
	display: none;
	}

div#menuv ul
	{
	margin:0;				               /* keeps the menu parts together */
	padding:0;
	width: 14.0em;			              /* width of sub menus  (this should be the same as width value in #menuv [1]) above */
margin-left:20px
	}
	
#menuv ul ul, div#menuv ul ul ul{
	margin:0;				               /* keeps the menu parts together */
	padding:0;
	width: 14.0em;
}
	
	
	

div#menuv ul ul, div#menuv ul ul ul, div#menuv ul li:hover ul ul, div#menuv ul li:hover ul ul ul
	{
	display: none;
	}

div#menuv ul li:hover ul, div#menuv ul ul li:hover ul, div#menuv ul ul ul li:hover ul
	{
	display: block;
	}
	
/*	#menuv-container{border:1px solid gray;width:200px;padding-right:40px}*/

.promoBox{

border:1px solid #A3BB9B;
float:right;
margin-right:5px;
margin-left:20px;
margin-bottom:20px;
margin-top:40px;
padding:10px;
width: 202px; height: 350px;
/*background:url(/holly.gif); */

background-position:145px 30px;background-repeat:no-repeat;

}
