/* 	amla.css 					*/
/* 	primary stylesheet 		*/
/* 	v. 1.0 by Jaime Serrat 	*/

body {
	background: #cccc99;
}

#bodydiv {
	margin:0 auto;
	text-align:left;
	font-family: Arial;
	font-size: 14px;
	width: 1000px;
	border: 4px solid #993300;
	}

.style1 {font-size: small}

.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.style3 {font-size: 14px;}

.pagetitle{
	color: #ff0000;
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
}

#banner {
	height: 140px;
}

#actionbar {
	height: 24px;
	font-family: arial, "lucida console", sans-serif;
	font-size: 12px;
	background: #cccc99;
	border: 1px solid #993300;
	font-weight:bold;
	text-decoration: none;
	}

#breadcrumbs{
	color: #993300;
	text-align: left;
	text-decoration: none;
	}

#actionmenu {
	padding:3px;
	text-decoration: none;
	}

.actionlink {
	color: #993300;
	text-decoration: none;
	}

.actionlink:hover {
	color: #FF0000;
	}

#content{
	width: 714px;
	margin: 35px;
	padding: 5px;
	}

#footer{
	height: 18px;
	text-align: center;
   font-family:Verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #993300;
	border: 1px solid #993300;
	background: #cccc99;
	}

#imagebox {
	margin: 5px;
   font-family:Verdana,sans-serif;
	font-size: 10px;
	text-align: center;
	border-style: solid;
	border-color: #993300;
	border-width: 2px;
	padding: 5px;
	display:block;
	}

#textbox {
	margin: 5px;
   font-family:Verdana,sans-serif;
	font-size: 10px;
	border-style: solid;
	border-color: #993300;
	border-width: 2px;
	padding: 5px;
	display:block;
	}

.menubuttontop {
    height: 40px;
    width: 200px;
	 position:relative;
   font-family:Verdana,sans-serif;
    font-size: 11px;
   font-weight: bold;
    color: black;
    line-height: 40px;
   background-color:#CC6633;
    background-image: url(images/menu_bottom_off.png);
    background-repeat: no-repeat;
    text-decoration: none;
    text-align: right;
	 display: block;
}

.menubuttontop:visited {
   background-color:#CC6633;
    color: black;
}

.menubuttontop:hover {
    color: black;
   background-color:#CC6633;
    background-image: url(images/menu_bottom_on.png);
}

.menubuttonmiddle {
    height: 40px;
    width: 200px;
	 position:relative;
   font-family:Verdana,sans-serif;
    font-size: 11px;
   font-weight: bold;
    color: black;
    line-height: 40px;
   background-color:#CC6633;
    background-image: url(images/menu_middle_off.png);
    background-repeat: no-repeat;
    text-decoration: none;
    text-align: right;
	 display: block;
}

.menubuttonmiddle:visited {
   background-color:#CC6633;
    color: black;
}

.menubuttonmiddle:hover {
    color: black;
   background-color:#CC6633;
    background-image: url(images/menu_middle_on.png);
}
.menubuttonbottom {
    height: 40px;
    width: 200px;
	 position:relative;
   font-family:Verdana,sans-serif;
    font-size: 11px;
   font-weight: bold;
    color: black;
    line-height: 40px;
   background-color:#CC6633;
    background-image: url(images/menu_top_off.png);
    background-repeat: no-repeat;
    text-decoration: none;
    text-align: right;
	 display: block;
}

.menubuttonbottom:visited {
   background-color:#CC6633;
    color: black;
}

.menubuttonbottom:hover {
    color: black;
   background-color:#CC6633;
    background-image: url(images/menu_top_on.png);
}

/* styles for calendar page */
#evtcal a:link {font: normal 12pt "Arial", "Helvetica", "Sans Serif"; color: #004400; text-decoration: none;}		/* unvisited link */
#evtcal a:visited {font: normal 12pt "Arial", "Helvetica", "Sans Serif"; color: #004400; text-decoration: none;}	/* visited link */
#evtcal a:hover {font: normal 12pt "Arial", "Helvetica", "Sans Serif"; color: #004400; text-decoration: underline;}	/* mouse over link */
#evtcal a:active {font: normal 12pt "Arial", "Helvetica", "Sans Serif"; color: #004400; text-decoration: none;}		/* selected link */

#lightbox{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #f7f6f1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border: 1px #CCC solid;
border-bottom:0px;
	}

#imageContainer{
	padding: 10px;
	}

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

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right; }
#prevLink2, #nextLink2 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#060;
	font-weight:bold;
         cursor:pointer;
         }

#imageDataContainer{
	font: 14px Arial, Helvetica, sans-serif;
	background-color: #f7f6f1;
	height: 35px;
	border:1px #ccc solid;
border-top:0px;
margin:auto;
	}

#imageData{
	padding:0px 10px 10px 10px;
	}
#imageData #imageDetails{ width: 50%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold; font-size:11px; color:#666; max-height:20px; }
#imageData #numberDisplay{ display: block; clear: left; font-weight: normal; font-size:14px; color:#333; padding-bottom: 5px; }
#imageData #slideshowLink{ width: 55px; float: right; padding:5px 0px 0 0px;}
#imageData #bottomNavClose{ width: 55px; float: right; padding:5px 0px 0 0px; }

#overlay{
	position: absolute;
  }

