﻿/* currently the only issue is that the menu is not nested in front of the .editregion content.
Once this is fixed, the menu will work properly and everything will be almost complete!*/


.editregion1 {
	width: 630px;
	top: 0px;
	position: relative;
	margin-left: 160px;
	z-index:0;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu {
	margin-left: 0px;
	float: left;
	position: relative;
	top:0px;
	width: 150px;
	z-index: 1;
	min-height:100%;
	background-color: #114213;
}

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 13px Verdana;
width: 150px; /* Main Menu Item widths */
border-bottom: 1px solid #ccc;

}
 
.sidebarmenu ul li{
position: relative;
z-index:1
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
	background-color: #114213; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: white;
}

.sidebarmenu ul li a:hover{
	background-color: #46381E;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 150px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
z-index:2
}

.sidebarmenu a.subfolderstyle{
background: url(right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */


.container {
	border: thick double #FFFF99;
	width: 800px;
	margin: 0 auto;
	background-color: #FFFFFF;
	z-index: 1;
}
.title {
width: 800px;
	height: 150px;
	top: 0px;
	position: relative;
	margin-left: 0px;
	background-image: url('pictures/titlefull-length.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	}
	
body
{
	background-image: url('potential background/2.JPG');
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-attachment: fixed;
}

/* Centering Contact Info at bottom of page */

.tablecontact {
	border-style: solid;
	border-width: 1px;
	text-align: center;
	border-width: 0px;
	width: 100%;
}
.titlespapyrus {
	font-family: "Book Antiqua";
	font-size: x-large;
	font-weight: bold;
}
.bodypapyrus {
	font-family: "Book Antiqua";
	font-size: small;
}
.quotepapyrus {
	font-family: "Book Antiqua";
	font-size: small;
	font-style: italic;
}
