body {
	margin: 0 0 0 0;
	background-color: #FFFFFF;
	font-family: arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	background-image: url(../images/bkgnd1.jpg);
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#background {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 872px;
	vertical-align: text-top;


}

#verybottom {
     text-align: center;
     margin-left: auto;
     margin-right: auto;
     width: 872px;


}

#wrapper {
 float: right;
 background-image: url(../images/middle.jpg);


}


#top {
  float: right;
  background-repeat: no-repeat;
  background-image: url(../images/top.jpg);


}


#menuv li img {
  vertical-align: middle;
}





#content
{  float: right;
   margin-top: 150px;
   margin-right: 50px;
   top: 130px;
   left: 150px;
  /* border: thin dashed red;   */
   width: 630px;

}

#bottom
{  float: right;
   height: 148px;
   width: 876px;
   background-image: url(../images/bottom.jpg);
}

#quote
{
	position: relative;
	top: 10px;
	left: 200px;
	width: 450px;
 /* border: thin dashed red; */


}

/* 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 */

/*MAYBE this needs to be fixed so I do not have to do a defenition for every frame*/

#slideshow1,#slideshow2, #slideshow3, #slideshow4,#slideshow5,#slideshow6, #slideshow7,#slideshow8, #slideshow9, #slideshow10,#slideshow11,#slideshow12
	{
  position: relative;
  margin-left: 8px;
  border: 0px;
  #padding-left: -10px;
  padding-top: 20px;
  display: block;
	}







#menuv		                                 /* position, size, and font of  menu */
	{
  font-size: 8pt;
  font-variant: small-caps;
  margin-top: 50px;
  margin-left: -5px;
  height: 502px;
  width: 160px;
/*  border: thin solid red; */
	}

#menuv a
	{
	width: 135px;
	display:block;
	padding-top: 0.0em;						/* expands menu box vertically*/
	padding-bottom: 0.0em;
	/*border-bottom:1px solid #555;		 adds bottom border */
	white-space:nowrap;

	}

#menuv a, #menuv a:visited				/* all menus at rest */
	{
	color: #000000;
      font-size: 8pt;
    font-weight: bold;
	text-decoration:none;				       /* removes underlines from links */
	}
#menuv a.parent:hover 	/* attaches parent-arrow on all parents */
, 

#menuv a.StandardContent
	{
	/*background-image: url(nav_white.gif);*/
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuv a:hover				             /* all menus on mouse-over */
	{
	color: #C38E2C;
    /*	background-color: cornflowerblue;*/
	}

#menuv li
	{
	list-style-type:none;		            /* removes bullets */
	}

#menuv ul li
	{
	position:relative;
    left: 5px;
    top: 5px;
	}

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

#menuv ul ul ul, #menuv ul ul
{

    margin-bottom: 5px;
    background-color: #A9B3C5;
    border: 1px solid #F2F8FD;
    left: 125px;
}


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

}

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;
	}
