/*start main elements*/
body {
	overflow-y: scroll;
}
a img {
	border:0px;
	}
#wrapper {
	width: 780px;
	margin: 40px auto;
	}
#menu {
	width:240px;
	margin:0;
	padding:0;
	float:left;
	}
.maya_lujan {
	font-family: Avant Garde, Century Gothic, sans-serif;
	font-size: 20px;
	color:#00a058;
	text-decoration:none;
	}
.menu_item {
	font-family: Avant Garde, Century Gothic, sans-serif;
	font-size: 20px;
	color:#00a058;
	text-decoration: none;
	text-transform: uppercase;
	}
	
.submenu_item {
	font-family: Avant Garde, Century Gothic, sans-serif;
	font-size: 12px;
	color:#00a058;
	text-decoration: none;
	text-transform: uppercase;
	}
.menu_item:hover {
	font-family: Avant Garde, Century Gothic, sans-serif;
	font-size: 20px;
	color:#854c91;
	text-decoration: none;
	text-transform: uppercase;
	}
.submenu_item:hover {
	font-family: Avant Garde, Century Gothic, sans-serif;
	font-size: 12px;
	color:#854c91;
	text-decoration: none;
	text-transform: uppercase;
	}
#contentarea {
	float:right;
	border:0px;
	width: 480px;
	margin: 0px;
	padding: 0px;
	font-family: Avant Garde, Century Gothic, sans-serif;
	font-size: 13px;
	text-align: left;
	color:#00a058;
	}
#contentarea font {
	font-size: 13px;
	font-family: Avant Garde, Century Gothic, sans-serif;	
	color:#00a058;
	}
#contentarea, p {
	font-size: 13px;
	font-family: Avant Garde, Century Gothic, sans-serif;
	color:#00a058;
	}
#contentarea a {
	color: #854c91;
	font-weight: bold;
	text-decoration: none;
	}
#contentarea a img {
	border:0px;
	}
#contentarea a:hover {
	color: #854c91;
	font-weight: bold;
	text-decoration: underline;
	}

#contentarea ul {
	margin: 0 0 0 10px;
	padding: 5px 0 10px 5px;
	}
#contentarea ul li {
	margin: 0 0 0 10px;
	padding: 10px 0 0 5px;
	font-size: 13px;
	font-family: Avant Garde, Century Gothic, sans-serif;
	color:#00a058;
	}	
h1 {
	font-family: Avant Garde, Century Gothic, sans-serif;
	font-size: 16px;
	color:#00a058;
	text-decoration: none;
	text-transform: uppercase;
	}

/*end main elements*/










/*start lightbox elements*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none;}

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
	

/*end lightbox elements


/**** Start Simpletree ****/
#treemenu1 {
margin: 0;
padding: 0;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(list.gif) no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
margin: 10px 0 0 0;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

/****End Simpletree****/


